/*
Theme Name: Miracle (shared on wplocker.com)
Theme URI: http://www.soaptheme.net/worpress/miracle/
Author: SoapTheme
Author URI: http://www.soaptheme.net/
Description: Miracle is easily customizable, perfectly responsive, retina ready multipurpose WordPress theme.
Version: 1.1.5
License: GNU General Public License v2.0
License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/
Tags: orange, blue, green, purple, yellow, gray, red, four-columns, left-sidebar, right-sidebar, flexible-width, custom-colors, custom-header, custom-menu, editor-style, responsive-layout, sticky-post, theme-options, translation-ready
Text Domain: miracle
*/

.withimg {
	background-image: url('http://winnerhorse.com.br/wp-content/uploads/2017/06/poster.jpg') !important;
}

.item-categoria {
	display: inline-block;
	width: 22%;
	margin: 0 1% 15px;
}

.category-button {
	color: #000000;
	background-color: #f2c560;
	font-size: 12px;
	padding: 12px 18px;
	display: block;
	text-align: center;
}

.category-button:hover {
	color: #f2c560;
	background-color: #000;
}

.wrapper {
	text-align: center;
	margin-bottom: 30px;
}

.testimonial-content {
	padding: 0 80px;
}

.testimonial-content p {
	font-size: 25px;
	line-height: 35px;
}

.testimonials .owl-wrapper-outer {
	padding-top: 0px !important;
}

.post-content p {
	display: none;
}

@media screen and (max-width: 1200px) {
    .item-categoria {
		display: inline-block;
		width: 30%;
		margin: 0 1% 15px;
	}
}

@media screen and (max-width: 1000px) {
    .item-categoria {
		display: inline-block;
		width: 47%;
		margin: 0 1% 15px;
	}
}

@media screen and (max-width: 600px) {
    .item-categoria {
		display: inline-block;
		width: 97%;
		margin: 0 1% 15px;
	}
}