/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.bluewater-gradient-bg{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+35,ff3030+85,ff3030+85,ff0505+100&0.8+0,0.8+100 */
background: -moz-linear-gradient(45deg, rgba(30,87,153,0.8) 0%, rgba(30,87,153,0.8) 35%, rgba(255,48,48,0.8) 85%, rgba(255,5,5,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(30,87,153,0.8) 0%,rgba(30,87,153,0.8) 35%,rgba(255,48,48,0.8) 85%,rgba(255,5,5,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(30,87,153,0.8) 0%,rgba(30,87,153,0.8) 35%,rgba(255,48,48,0.8) 85%,rgba(255,5,5,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1e5799', endColorstr='#ccff0505',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bluewater-header-bg{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100&0.85+0,0.8+100 */
background: -moz-linear-gradient(left, rgba(125,126,125,0.85) 0%, rgba(14,14,14,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(125,126,125,0.85) 0%,rgba(14,14,14,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(125,126,125,0.85) 0%,rgba(14,14,14,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d97d7e7d', endColorstr='#cc0e0e0e',GradientType=1 ); /* IE6-9 */
}