/*======================================
Theme Name: EH Dragon Child Theme
Theme URI: https://divicake.com/
Description: Starting a website from scratch after two decades of design and updates and experiments. Restarting with DIVI 5.0 06/30/2026
Version: 1.0
Author: Eric Huber
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* From Divi Builder Options */
.favicon-list { margin-bottom: 20; font-color: #fff; align: center;}
.piano_header {font-family: 'Cinzel', serif;} /*
Welcome to Custom CSS!

/* Auto-adjust Divi dropdown menu width */
@media only screen and (min-width: 981px) {
  .nav li ul {
    width: fit-content !important;
    min-width: 240px; /* Optional: sets a base width */
  }
  .nav li li {
    white-space: nowrap !important; /* Forces text to stay on one line */
  }
  .nav li li a {
    width: auto !important;
  }
}
To learn how this works, see http://wp.me/PEmnE-Bt
*/
.et_pb_fullwidth_post_title_0 .et_pb_title_container h1.entry-title {
	text-transform: none;
	font-size: 56px;
	Font-family: 'Cinzel', serif;
}

/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER ***/
/**.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
 display: none;
}
/*** FIELD STYLING ***/
input[type=text],
textarea {
 background: #eee;
 border: none;
 border-radius: 0;
 color: #999 !important;
 padding: 15px !important;
}
/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
 float: right;
 background: transparent;
 border: 2px solid #2ea3f2;
 font-size: 22px;
 color: #2ea3f2;
 padding: 12px 23px;
 border-radius: 5px;
 letter-spacing: 2px;
 cursor: pointer;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
 background: rgba(0, 0, 0, 0.05);
 border: 2px solid transparent;
}

  