/*
Theme Name:     SaltSpring LIVE 1.2
Theme URI:      http://appthemes.com/
Description:    SaltSpring child theme for ClassiPress
Author:         FabTalent Media
Author URI:     http://fabtalent.co.uk/
Template:       classipress
Version:        1.2
*/

:root {
  --very-light-grey: #fafafa;
}

.entry-thumbnail.wp-caption {
    border: 0;
    margin-bottom: 0 !important;
    max-width: 100%;
}

.entry-content .wp-caption {
    margin-bottom: 15px !important;
    max-width: 100% !important;
}

.entry-content .wp-caption img {
    max-width: 100% !important;
}

/* Image background colour styling */

.entry-cover, .listing-cover, .slide-cover {
    background-color: var(--very-light-grey);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

article.display-list .entry-cover,
.display-featured-card .entry-cover,
.listing-image-slider .slide-cover {
    background-color: var(--very-light-grey);
    background-size: contain;
}

.listing-photos-modal {
    background-color: var(--very-light-grey);
}

.listing-photos-modal .listing-carousel-header {
	color: #363636; 
}

/* END Image background colour styling */

.card-divider{
    background-color: #3366ff;
    color: white;
}

/* redeuce font size for category dropdown */
.listing-cats a{
	font-size: 0.8rem;
}

/* improve styes for quick events calendar */
.qcc-calendar-container .qcc-day-event{
 background-color: white;	
}

.qcc-calendar-container .qcc-current-day{
	background-color: #ff6900!important;
}

