/*
Theme Name:     Whistle Child
Theme URI: 		http://themes-demo.com/whistle/
Author:         designthemes
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Whistle theme powered by DesignThemes
Template:       whistle
Version:        1.0
*/

.home .dt-sc-testimonial.type2 .dt-sc-testimonial-author cite {
	margin: 10px 30px 0px 0px;
}

.home .dt-sc-testimonial.type2 {
	margin: 0;
}

.home .dt-sc-testimonial-wrapper.carousel_items.type2 .caroufredsel_wrapper {
	padding-bottom: 30px;
}

.home .dt-sc-testimonial-wrapper.carousel_items.type2 {
	padding-bottom:  55px;
}

.home .rally-content {
	background-image: url('images/mountain.png');
}

.home .rally-content:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #0da1ffb0;
}

.home .rider-section:before {
	background-image: url('images/rider.png');
}

.page-template-tpl-blog #secondary-right .widget_categories .wp-block-categories-list li.cat-item span {
	display: none;
}

#secondary-right .wp-block-search .wp-block-search__button {
	margin-top: 0;
    height: 51px;
}

#primary .blog-entry.post-standard .entry-thumb img {
	max-width: 100%; 
	transition: opacity .35s, transform .45s; 
	width: auto;
}

#primary .blog-entry .entry-details {
	display: block;	
}

#primary .blog-entry.post-standard .entry-meta,
#primary .blog-entry .entry-body {
	float: none;
	clear: none;
}

.book-link + .book-link {
	margin-left: 10px;
}

@media (min-width: 767px) {
	.single-post #primary .blog-entry.post-standard .entry-thumb {
		margin-right: 20px;
		width: 200px;
	}

	.single-post #primary .blog-entry .entry-details {
		float: left;
	    width: calc(100% - 230px );
	}

	#primary .blog-entry .entry-details {
		clear: none;
	}
}