/*	
	Theme Name: Motors - Child Theme
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Motors Child theme
	Version: 4.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, red, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors-child
    Template: motors

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Add your own styles here */



.entry-title .h1 {
    color: rgba(255, 255, 255, 0.0) !important;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#b21f24), color-stop(0.5, #ffffff));
    background: -moz-gradient(linear, left top, right top, from(#2891cf), to(#2d3142), color-stop(0.5, #fff));
    background: gradient(linear, left top, right top, from(#2891cf), to(#2d3142), color-stop(0.5, #2d3142));
    -webkit-animation-duration: 125s;
    -moz-animation-duration: 125s;
    animation-duration: 125s;
    background-color: #2d3142;
    -webkit-background-size: 125px 100%;
    -moz-background-size: 125px 100%;
    background-size: 86px 74%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-animation-name: shimmer;
    -moz-animation-name: shimmer;
    animation-name: shimmer;
    background-color: #2d3142;
}



@keyframes shimmer {
0% {
    background-position: top left;
}
100% {
    background-position: top right;
}
}
