/*
Theme Name: Alyeska
Description: A simple business theme by Theme Blvd.
Author: Jason Bobich
Author URI: http://jasonbobich.com
Version: 2.0.1
License: Partial GNU General Public License, please reade license file for more details.
License URI: license.txt
*/

/* This theme's primary styles can be found in /assets/css/theme.css */

.form-message {
	margin-top: 18px;
	color: #DD2929;
	font-weight: bold;
	font-size:12px;
}

.form-error {
	border:2px solid #DD2929;
	color:#DD2929;
}

label.form-error {
	border:none;
}
#wform label { display: block }
.biziq-review.show {
  overflow: hidden;
}

body.custom-background {
    background-image: url(https://celestialmemorialcompany.com/wp-content/uploads/background-1-1.jpg) !important;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}