/*
 Theme Name:     Divi Child – Original
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child – A Theme for WordPress
 Author:         GraVoc
 Author URI:     https://www.gravoc.com/
 Template:       Divi
 Version:        1.0.0
*/

/* Theme customization starts here...
----------------------------------------------------------------------------- */

/******************************************************************************\
*** General
\******************************************************************************/

/* Hide menu item */
li.menu-item.hide {
    display: none !important;
}

/******************************************************************************\
*** Event Loop
\******************************************************************************/

.event_id-153 .et_pb_button {
    display: none;
}

/******************************************************************************\
*** Gravity Forms
\******************************************************************************/

/* Hide Gravity Forms labels visually while keeping them accessible */
.gform_wrapper .visually_hidden_label .gfield_label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* Form ID: 2 – Newsletter */
#gform_2 .gform_fields {
    row-gap: 8px;
}

#gform_2 .gform_fields input {
    border: none;
    border-radius: 0;
}

#gform_2 input#gform_submit_button_2 {
    background-color: #e85f49;
    text-transform: uppercase;
}

#gform_2 .gform_footer, 
#gform_2 .gform_page_footer {
    margin-top: 16px;
}
