/*
Theme Name: Steady Child
Description: Steady Child Theme
Author: David Tovt
Author URI: https://themeforest.net/user/davidtovt
Template: steady
Version: 1.0
Tags: two-columns, left-sidebar, right-sidebar, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
*/

.vc_parallax-content-outside-gradient .vc_parallax-wrapper,
.vc_parallax-content-outside-gradient:after {
	top: -600px;
}

.vc_parallax-content-outside-gradient:after {
	height: 600px;
}

.vc_parallax-content-outside-gradient .vc_parallax-inner {
	margin-top: -600px;
}

.vc_parallax-content-outside-gradient:after {
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 70%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.3) 70%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.3) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ffffff',GradientType=0 );
}