.background-fill { background: transparent url(https://wavehuntsolutions.com/wp-content/themes/rsw/images/overlays/01.png) repeat; } .slideshow_title{ font-family:'Alice'; }
body { 
	background-color: #dbdbdb;
	}
#prevslide, #nextslide { background-color:#1e73be; }
#progress-bar {
	background:#1e73be;
	background: linear-gradient(left, rgba(0,0,0,0) 0%,rgba(30,115,190,0.65) 100%);
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(30,115,190,0.65) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(30,115,190,0.65) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(30,115,190,0.65) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(30,115,190,0.65)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(30,115,190,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e73be', endColorstr='#1e73be',GradientType=1 );
}
.form-allowed-tags { display:none; }