/*
 Theme Name:   Mechanic Child
 Description:  Mechanic Child Theme
 Author:       Silent Designs
 Author URI:   http://silentdesigns.co.nz
 Template:     mechanic
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  mechanic-child
*/

.site-header {
	padding-top: 20px;
}

.header-sidebar .widget {
	border-color: #fe9103;
}

@media (min-width: 768px) {
	.primary-menu {
   		 margin-top: 70px;
		line-height: 70px;
	}

	.primary-menu a:after {
		background-color: #fff;
	}

	.main-navigation:after {
		height: 70px;
		background-color: #fe9103;
	}
}

@media (max-width: 768px) {

	.primary-menu a {
		color: #fff;
	}

	.primary-menu .sub-menu a {
		color: #fff;
	}

}

.widget-mechanic-contact-info a {
	text-decoration: none !important;
}

.widget-mechanic-contact-info a:hover {
	text-decoration: underline !important;
}

.entry-content .wpb_row {
    margin-bottom: 0px;
}

#toggle-navigation i, #toggle-navigation i:before, #toggle-navigation i:after {
    background-color: #fff;
}