/*
Theme Name: Creating Ripples
Theme URI:
Description: Creating Ripples WordPress Themes
Author: Jen Clark Design
Author URI: http://jenclarkdesign.com.au
Version: 1.0
*/

/**
 * Add Custom CSS here
 */
@media (min-width: 1100px) {
	.safari .topbar-section__curve {
		height: auto;
	}
}

.jp-carousel-info {
	display: none !important;
}

@media (min-width: 768px) {
	.widget {
		margin-bottom: 70px;
	}
}

.blog-section .post-list {
	text-align: center;
}

.blog-section .post-list .post-item {
	text-align: left;
}

.post-item .button {
	font-size: 13px;
	padding: 8px 20px;
}

.post-item__title,
.post-item__meta {
	margin-bottom: 10px;
}

.post-item__meta,
.post-item__meta a {
	color: #aaa;
}