/*
Theme Name: Lunchspot
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
::placeholder{
    color: #d9d9d9 !important;
}
.wpcf7-response-output{
    color:white;
}
#sidebar {
    display: none;
}#post-8 {
     display: none;
 }#footer {
      display: none;
  }#header {
       display: none;
   }
#colophon {
    display: none;
}#post-8 {
     display: none;
 }
#masthead {
    display: none;
}
html{
    overflow-x:hidden;
}

.formolex {
      display: flex;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100% !important;
    gap:15px;
}

.formolex p, .formolex p span, .formolex p, .formolex p span input {
    width: 100%!important;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #67D990;
    color: white;
    padding: 10px 35px;
    border-radius: 32px;
    text-align: center;
    margin-top:26px;
    float: right;
    cursor: pointer;
}


.buttonex {
    display: flex;
    justify-content: end;
}

span.wpcf7-spinner {
    /*display: none;*/
    position: absolute;
    left: 0px;
    bottom: 30px;
}

.formolex input {
    border-radius: 22px;
    padding: 4px 0 4px 15px;
    border: 2px solid #67D990;
    background-color: #0000;
    color: white;

}

.formolex {
    margin-top: 27px;
}








