.cf7_lightbox{ position:fixed; left:0; top:0; width:100vw; height:100vh; z-index:999; display:table; background: rgba(255,255,255,0.7); }
.cf7_lightbox_close{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:-1; }
.cf7_container{ display:table-cell; vertical-align:middle; text-align:center; }
.cf7_block{ position:relative; display:inline-block; text-align:left; margin:1rem; padding:1rem 1rem 0; border:1px solid #bbb; box-shadow:0 0 3rem rgba(0,0,0,0.3); background:#f7f7f7; }
.cf7_block h2{ margin:0; }
.cf7_close_button{ position:absolute; top:1rem; right:1rem; cursor:pointer; }
.cf7_close_button::after{ position:absolute; top:0; right:0; content:"\2716"; font-size:1.5rem; }

#cf7 .cf7_title{ position:relative; top:5px; left:1rem; display:inline-block; z-index:1; margin:0; padding:0 0.5rem; font-size:0.85rem; color:#777; background:#f7f7f7; }
#cf7 .cf7_field, #cf7 .cf7_submit{ margin:0; }
#cf7 .cf7_field input[type="text"], #cf7 .cf7_field input[type="date"], #cf7 .cf7_field input[type="email"], #cf7 .cf7_field input[type="tel"], 
#cf7 .cf7_field input[type="confirm_email"], #cf7 .cf7_field textarea, #cf7 .cf7_field select {
    width:100%; max-height:5rem; max-width:100%; padding:0.3rem 0.6rem; color:#292929; border:1px solid #aaa; border-radius: 3px; background:none; }
#cf7 .cf7_field .wedding-package::after{ position:absolute; right:0.5rem; top:-0.4rem; content:">"; font-size:1.2rem; transform:rotate(90deg) scaleX(0.4); }
#cf7 .cf7_field select{ cursor:pointer; padding:0.25rem 0.3rem; 
    -webkit-appearance:none; /* Safari and Chrome */
    -moz-appearance:none; /* Firefox */
    appearance:none;}
#cf7 .cf7_submit input[type="submit"] { width:100%; margin:1rem 0 0 0; }

#cf7 .cf7_rating{ display:flex; }
#cf7 .cf7_rating .cf7_rating_stars{ margin:1.25rem 1rem 0 0; }
#cf7 .cf7_rating .cf7_rating_stars li{ padding-right:5px; width:30px; }
#cf7 .cf7_rating .cf7_rating_btn{ width:100%; }

#cf7 .wpcf7-turnstile { line-height:1; margin-top:1em; }

.hide{ display:none; } /* Copy from style.css */