/*
Theme Name: Launch Creative Works Theme
Theme URI: https://launchcreativeworks.com/
Author: Launch Creative Works Team
Author URI: https://example.com
Description: A minimal WordPress blank theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lcw-theme
*/



@font-face {
  font-family: 'Openinghourssans';
  src: url('../fonts/OpeningHoursSans-Regular.otf') format('opentype')!important;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klima';
  src: url('../fonts/klima-regular.otf') format('opentype')!important;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}


html { 
  font-family: "Montserrat", sans-serif!important;
}

.header-1-links,
.footer-1-links {
  display: flex;
}
.nav-link a,
.nav-link {
  color: var(--black);
  letter-spacing: .1em;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.nav-link.text--white, 
.nav-link.text--white a {
  color: var(--bg-foreground);
  border: 0 #fff;
  font-weight: 400;
}

.footer-copyright{
    font-size:14px;
    color:#fff;
}


.innerframe {
  background-color: var(--bg-foreground);
  -webkit-text-fill-color: inherit;
  background-image: url("../images/pattern-bg.svg")!important;
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  border-radius: 36px;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7-form {
    max-width: 500px;
}

.wpcf7-form label {
    display:none;
}

.wpcf7-form-control-wrap input{
    height: 50px;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    font-family:Montserrat, sans-serif;
}

.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap textarea::placeholder {
    font-family:Montserrat, sans-serif;
}
.wpcf7-submit {
    background-color: #000!important;
    color:  #fff!important;
    text-align: center;
    letter-spacing: .2em;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 12px 24px;
    font-family: Squada One, sans-serif;
    font-size: 20px;
    line-height: 100%;
    width: 100%;
}

.w-button {
    transition:0.3s ease-in-out 0.3s;
    border: 1px solid #000;
}
.w-button:hover {
    background: #fff!important;
    color: #000!important;
    border: 1px solid #000;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
	color:#000 !important;
}

.wpcf7 form .wpcf7-response-output{
	margin:0!important;
	padding:0!important;
}

