/*
Theme Name: Bark & Bloom (Flatsome Child)
Description: Syling for the WP contact form
Author: Gareth
Template: flatsome
Version: 1.2.4
*/


/**** Set style for WPForms ****/
/** Change forms number as necessary **/

#wpforms-194 {
    background-color: rgba(255, 240, 243, 0.5);
    padding: 20px;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #800020;
    max-width: 700px;
    text-align: left;
}

#wpforms-submit-194 {
    display: inline-block;
    padding: 10px 30px;
    background-color: #800020;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

#wpforms-submit-194:hover {
    background-color: #800020;
}

/*

#forms-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    max-width: 80px;
    max-height: 80px;
}

p.forms-intro {
	font-weight: 400;
	color: #2e294e;
	text-align: center;
	margin-bottom: 0.75em;
}

*/

#wpforms-confirmation-194 {
	background-color: white;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	font-weight: 600;
	color: #800020;
	border-style: solid;
	border-width: 2px;
	border-color: #800020;
  	border-radius: 10px;
}