/*
Theme Name: Carrino - Child Theme
Theme URI: http://www.3forty.media/carrino
Author: 3FortyMedia
Author URI: http://www.3forty.media
Description: Carrino Child theme for easy and non-destructive editing of Carrino theme
Version: 1.0
Text Domain: carrino
Template: carrino
*/

/* Start Custom CSS */

/* Post thumbnail full width custom March 06, 2019 */
@media (max-width: 1060px) {
	.the-post .post-thumbnail {
		width:calc(100% + 30px);
		margin-left: -15px;
	}
	/* Lose the top margin */
	.flex-grid .flex-box.single-post {
		margin-top: 0;
	}
	.single .site-header {
		margin-bottom: 0;
	}
	
}
input.tasty-recipes-rating {
	float:none !important;
	cursor: pointer;
}
@media (max-width: 768px) {
	.page-header .page-subtitle.after-title {
		display: block !important;
	}
}
