/*
Theme Name: Auto Repair Child
Author: Vamtam
Author URI: http://vamtam.com
Template: auto-repair
*/



/*

put your child theme styles here


you don't need any @import rules

*/

.page-header .entry-title {
	color: #B20B14;
}

/* ------------------- Shop Menu ------------------- */
#menu-shop-categories {
	margin-top: 10px;
}

#menu-shop-categories .menu-item > a {
	background-color: #b00f1d;
	color: #fff !important;
	text-transform: uppercase;
	margin: 1px 0;
	transition: margin-left 300ms;
}

#menu-shop-categories .menu-item > a:hover {
	color: #fff !important;
	margin-left: 15px;
}

#menu-shop-categories .current-menu-item > a {
	margin-left: 15px;
	opacity: 0.5;
}

#menu-shop-categories .sub-menu .menu-item > a {
	background-color: #333;
	color: #fff;
	text-transform: capitalize;
}
/* --------------------------------------------------- */

/* -------------------- Shop PDF --------------------- */
.product .download-documentation {
	margin-top: 30px;
}
.product .download-documentation a {
	color: #fff;
	background-color: #B00F1D;
	padding: 15px;
	transition: opacity 300ms;
}
.product .download-documentation a:hover {
	opacity: 0.5;
}
.product .download-documentation span {
	margin-right: 5px;
}
/* --------------------------------------------------- */


@media (max-width: 959px) {
	.post-template-default .post-content img {
		max-width: 100%;
	}
}