/*
Theme Name: Robert Rose (Salient Child)
Description: Custom Salient child theme for RR
Template: salient
Version: 1.0.1
Text Domain: salient-child
*/

.rr-single-books .content {
    margin-top: 30px;
    overflow: hidden;
    transition: height 200ms;
}

.rr-single-books .author a {
    color: #bfbfbf;
    text-transform: uppercase;
}

.rr-single-books .read-more {
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}

.rr-single-books .custom-thumbnail {
    width: 100% !important;
    max-height: 350px;
    object-fit: contain;
}

@media (max-width: 1400px) {
    .rr-single-books .custom-thumbnail {
        max-height: 23vw;
    }
}

@media (max-width: 690px) {
    .rr-single-books .custom-thumbnail {
        max-height: none;
    }
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
    .rr-single-books .custom-thumbnail {
        max-height: 320px;
    }
    .portfolio-items:not(.carousel) .col.span_3 {
        width: 50%;
        float: left;
        clear: none;
        margin: 0;
        margin-bottom: 20px;
    }
    .portfolio-items:not(.carousel) .col.span_3:nth-child(odd) {
        padding-right: 20px;
    }
}

.flickity-slider .box-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

.size-custom-main-book-page {
    height: 412px !important;
    width: 100% !important;
    object-fit: contain;
}

.mc4wp-form-fields input[type='submit'] {
	margin-top: 15px;
	border-radius: 0 !important;
}

.portfolio-items.flex {
	display: flex;
	flex-wrap:wrap;
}

@media (min-width: 690px) {
	.col-right1 {
		margin-right: 1%;
		margin-bottom: 15px;
	}
}

.author {
	margin-bottom: 0;
}
.author-c {
	margin-bottom: 5px;
}

.post-area.masonry.classic_enhanced .post .post-featured-img img,
.related-posts[data-style="material"] .post-featured-img img,
.blog-recent[data-style="list_featured_first_row"] .featured > img {
	height: 330px;
	width: 100% !important;
    object-fit: cover;
}
