.elementor-469 .elementor-element.elementor-element-a6bf167{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;}.elementor-469 .elementor-element.elementor-element-a6bf167::before, .elementor-469 .elementor-element.elementor-element-a6bf167 > .elementor-background-video-container::before, .elementor-469 .elementor-element.elementor-element-a6bf167 > .e-con-inner > .elementor-background-video-container::before, .elementor-469 .elementor-element.elementor-element-a6bf167 > .elementor-background-slideshow::before, .elementor-469 .elementor-element.elementor-element-a6bf167 > .e-con-inner > .elementor-background-slideshow::before, .elementor-469 .elementor-element.elementor-element-a6bf167 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-469 .elementor-element.elementor-element-ef254e6{--display:flex;--min-height:100vh;--justify-content:center;--gap:100px 100px;--row-gap:100px;--column-gap:100px;--overlay-opacity:0.5;}.elementor-469 .elementor-element.elementor-element-ef254e6::before, .elementor-469 .elementor-element.elementor-element-ef254e6 > .elementor-background-video-container::before, .elementor-469 .elementor-element.elementor-element-ef254e6 > .e-con-inner > .elementor-background-video-container::before, .elementor-469 .elementor-element.elementor-element-ef254e6 > .elementor-background-slideshow::before, .elementor-469 .elementor-element.elementor-element-ef254e6 > .e-con-inner > .elementor-background-slideshow::before, .elementor-469 .elementor-element.elementor-element-ef254e6 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-469 .elementor-element.elementor-element-2d22357{margin:23px 23px calc(var(--kit-widget-spacing, 0px) + 23px) 23px;text-align:center;}.elementor-469 .elementor-element.elementor-element-2d22357 .elementor-heading-title{font-family:"Coromant Garamond", Sans-serif;font-size:38px;font-weight:600;-webkit-text-stroke-color:#000;stroke:#000;color:#DCDCDC;}/* Start custom CSS *//* AUGUST BEAUMONT FORM STYLING */

/* Hide the clunky label text */
#email + label, .mc4wp-form label {
    display: none !important;
}

/* Target the email input field */
#email, .mc4wp-form input[type="email"] {
    width: 100% !important;
    max-width: 400px !important; /* Keeps it elegant and narrow */
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important; /* Dim silver border */
    color: #ffffff !important;
    padding: 15px !important;
    font-family: inherit !important;
    letter-spacing: 2px !important;
    text-align: center !important;
    outline: none !important;
    transition: border 0.4s ease !important;
    margin: 0 auto !important;
    display: block !important;
    border-radius: 0px !important; /* Sharp, architectural edges */
}

/* Input highlight on click */
#email:focus, .mc4wp-form input[type="email"]:focus {
    border: 1px solid #ffffff !important; /* Glows brighter when focused */
}

/* Target the submit button */
input[type="submit"], .mc4wp-form input[type="submit"] {
    background: transparent !important;
    border: 1px solid #ffffff !important; /* Crisp white outline */
    color: #ffffff !important;
    padding: 15px 40px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    letter-spacing: 4px !important;
    font-size: 12px !important;
    transition: all 0.4s ease !important;
    display: block !important;
    margin: 20px auto 0 auto !important;
    border-radius: 0px !important;
}

/* Button invert effect on hover */
input[type="submit"]:hover, .mc4wp-form input[type="submit"]:hover {
    background: #ffffff !important;
    color: #000000 !important;
}

/* Clean up the surrounding paragraphs */
.mc4wp-form p {
    text-align: center !important;
    margin: 0 !important;
}

/* KILL ALL ROGUE SEARCH ELEMENTS */
header, .search-form, .site-search, .elementor-search-form, [class*="search"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
What this does:/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Coromant Garamond';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://augustbeaumont.com/wp-content/uploads/2026/01/CormorantGaramond-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */