/*
Theme Name: Divi Child theme of Divi
Theme URI: 
Description: Child theme of Divi theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 4.21.1
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sun, 17 Dec 2023 23:26:23 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/* typeography */
p, div, li {
	font-weight: 300 !important;
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 200 !important;
}

ol {
	margin: 0 0 0 15px;
	padding: 0 0 30px !important;
	list-style-position: outside !important;
}

ol li,
ul li {
	margin-bottom: 20px;
}

/* forms */
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme textarea {
	height: 50px;
	background: rgb(50 47 53 / .1);
	color: #222;
	border: 0;
}

.gform_wrapper.gravity-theme .gform_footer input {
	padding: 10px 20px;
	background: transparent;
	color: #322f35;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 1px solid #322f35;
	transition: all .2s;
}

.gform_wrapper.gravity-theme .gform_footer input:hover {
	background: #322f35;
	color: #efd05a;
	cursor: pointer;
}

