/*
 Theme Name: The Can We? Project
 Theme URI: https://canweproject.org/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

body h1, body h2, body h3, body h4 { font-weight: 600; }

h1 { font-size: 80px; }
h2 { font-size: 35px; }
h3 { font-size: 26px; }
h4 { font-size: 15px; }

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.button.menu-item-63 {
	display: flex;
    align-items: center;
}
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.button.menu-item-63 a {
    padding: 12px 20px;
    background: #b11685;
    border-radius: 2px;
    color: white !important;
    font-weight: bold;
}
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.button.menu-item-63 a:hover {
	background: #7a165e !important;
}

.gform-theme {
	--gf-color-primary: #af2086 !important;
	--gf-color-primary-rgb: 175, 32, 134 !important;
	--gf-color-primary-contrast: #fff !important;
	--gf-color-primary-contrast-rgb: 255, 255, 255 !important;
	--gf-color-primary-darker: #7a165e !important;
	--gf-color-primary-lighter: #cf79b6 !important;
	--gf-color-in-ctrl-primary: #af2086 !important;
	--gf-color-in-ctrl-primary-rgb: 175, 32, 134 !important;
	--gf-color-in-ctrl-primary-contrast: #fff !important;
	--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255 !important;
	--gf-color-in-ctrl-primary-darker: #7a165e !important;
	--gf-color-in-ctrl-primary-lighter: #cf79b6 !important;
	--gf-local-font-size: 18px !important; 
	--gf-font-size-secondary: 16px !important;
    --gf-field-date-width: 110px;
    --gf-form-gap-y: 20px;
}

.gform-theme .gfield_label,
.gform-theme input,
.gform-theme select,
.gform-theme textarea,
.gform-theme .gfield_description {
	font-family: "Public Sans", Helvetica, Arial, Lucida, sans-serif !important;
}

.gform-theme .gfield_label {
	font-size: 18px !important;
}

.gform-theme input[type="text"],
.gform-theme input[type="email"],
.gform-theme input[type="number"],
.gform-theme .ginput_container_date input,
.gform-theme .ginput_container_time input,
.gform-theme select,
.gform-theme textarea {
	border: none !important;
	background-color: #ffffff !important;
	box-shadow: none !important;
	padding: 16px !important;
	font-size: 18px !important;
}
.gform-theme select#input_1_4_3 {
	font-size: 16px !important;
	padding: 10px 16px !important;
}

.gform-theme input[type="text"],
.gform-theme input[type="email"],
.gform-theme input[type="number"],
.gform-theme .ginput_container_date input,
.gform-theme .ginput_container_time input,
.gform-theme select {
	min-height: 54px !important;
}

.gform-theme select {
	/* Extra right padding keeps text clear of the dropdown arrow icon. */
	padding-right: 40px !important;
}

.gform-theme textarea {
	min-height: 160px !important;
}

.gform-theme input:focus,
.gform-theme select:focus,
.gform-theme textarea:focus {
	outline: none !important;
	background-color: #fff !important;
	box-shadow: 0 0 0 2px #af2086 !important;
}

/* Submit button - your brand pink instead of Gravity Forms' default blue,
 * with a darker hover state. */
.gform-theme .gform_footer .gform_button,
.gform-theme .gform_footer input[type="submit"] {
	background-color: #af2086 !important;
	border-color: #af2086 !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	padding: 14px 28px !important;
	border-radius: 3px !important;
}

.gform-theme .gform_footer .gform_button:hover,
.gform-theme .gform_footer input[type="submit"]:hover {
	background-color: #7a165e !important;
	border-color: #7a165e !important;
}