.gradient_section{background:linear-gradient(90deg,#c93068,#B060b0,#008081,#0072b9,#ff8001);background-size:600% 600%;-webkit-animation:Colorand 30s ease infinite;-moz-animation:Colorand 30s ease infinite;animation:Colorand 30s ease infinite}@-webkit-keyframes Colorand{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@-moz-keyframes Colorand{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes Colorand{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@media only screen and (min-width:768px){.custom_blog .et_pb_post{min-height:350px;max-height:350px}}add_filter('et_project_posttype_rewrite_args','wpc_projects_slug',10,2);function wpc_projects_slug($slug){$slug=array('slug'=>'Place the Slug for Project');return $slug}