/*
 *	BNE Art Gallery (frontend CSS)
 *
 * 	@author		Kerry Kline
 * 	@copyright	Copyright (c) 2020, Kerry Kline
 * 	@link		http://www.bnecreative.com
 *
*/


/* Global Styles */
.bne-art-gallery .artwork-heading,
.bne-art-gallery .heading-border {
    margin-bottom: 40px;
    border-bottom: 2px solid #ccc;
}

.artwork-gallery img,
.artwork-collections img {
    transition: all .3s ease-in-out;   
}
.artwork-gallery img:hover,
.artwork-collections img:hover {
    transition: all .3s ease-in-out;
    transform: translateY(-5px);
}


/* == Artist Template == */
#template-single-artist .artist-thumbnail {
    max-width: 150px;
}

#template-single-artist .artist-bio {
    font-size: .9rem;
}
#template-single-artist .bne-video-wrapper {
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: 0 3px 12px -1px rgba(7,10,25,.2),0 22px 27px -20px rgba(7,10,25,.2);
    transition: all .3s ease;   
}

/* Artist Banner / Slider */
.bne-slider-wrapper.artist-slider {
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: 0 3px 12px -1px rgba(7,10,25,.2),0 22px 27px -20px rgba(7,10,25,.2);
}


/* == Artwork Template == */
#template-single-artwork .row.gutter-2x {
    margin-left: -30px;
    margin-right: -30px;
}
#template-single-artwork .row.gutter-2x [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}

#template-single-artwork .artwork-stats {
    list-style: none;
    padding-left: 0;
}

#template-single-artwork .gallery .gallery-item {
    overflow: visible;
}
#template-single-artwork .artwork-gallery img {
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: 0 3px 12px -1px rgba(7,10,25,.2),0 22px 27px -20px rgba(7,10,25,.2);
}
#template-single-artwork .artwork-gallery .gallery-caption {
    display: none;
}


/* == Shortcode == */
#bne-art-gallery-shortcode .artist-link {
    display: block;
}

