/**
* Theme Name: Motiox Child
* Description: This is a child theme of Motiox, generated by Merlin WP.
* Author: <a href="http://pavothemes.com/">Pavothemes</a>
* Template: motiox
* Version: 1.1.2
*/

.text-gradient2 {
  background: linear-gradient(90deg, #19B4E9, #5714D9);
}

.project-style-1 .project-post-thumbnail:after {
    background: transparent;
}

.project-style-1 .project-post-thumbnail a:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.motiox_project-wrapper .project-post-thumbnail:after{
	display: none;
}

.motiox_project-wrapper .project-post-thumbnail a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}