array('-webkit' => 'left', '-o-linear' => 'right', '-moz-linear' => 'right', 'linear' => 'to right',), 'to left' => array('-webkit' => 'right', '-o-linear' => 'left', '-moz-linear' => 'left', 'linear' => 'to left',), 'to bottom' => array('-webkit' => 'top', '-o-linear' => 'bottom', '-moz-linear' => 'bottom', 'linear' => 'to bottom',), 'to top' => array('-webkit' => 'bottom', '-o-linear' => 'top', '-moz-linear' => 'top', 'linear' => 'to top',), 'to bottom right' => array('-webkit' => 'left top', '-o-linear' => 'bottom right', '-moz-linear' => 'bottom right', 'linear' => 'to bottom right',), 'to bottom left' => array('-webkit' => 'right top', '-o-linear' => 'bottom left', '-moz-linear' => 'bottom left', 'linear' => 'to bottom left',), 'to top right' => array('-webkit' => 'left bottom', '-o-linear' => 'top right', '-moz-linear' => 'top right', 'linear' => 'to top right',), 'to top left' => array('-webkit' => 'right bottom', '-o-linear' => 'top left', '-moz-linear' => 'top left', 'linear' => 'to top left',), //'angle' => array('-webkit' => $gradient_angle.'deg', '-o-linear' => $gradient_angle.'deg', '-moz-linear' => $gradient_angle.'deg', 'linear' => $gradient_angle.'deg',), ); $pix_gradient = ', '.$tab_bg_color.','.$tab_bg_color_gradient; ?> html .header-section span.vc_row-overlay{ background: ; /* For browsers that do not support gradients */ background: -webkit-linear-gradient(); /*Safari 5.1-6*/ background: -o-linear-gradient(); /*Opera 11.1-12*/ background: -moz-linear-gradient(); /*Fx 3.6-15*/ background: linear-gradient(); /*Standard*/ opacity: ; } html .header-section span.vc_row-overlay{ background-color: !important; opacity: ; } html .header-section{ padding: px 0 px; margin-bottom: px; border-bottom: 6px solid none ; background-attachment: fixed; } html .page-decor{ top: -px; }