/*
Theme Name: Big Orange Floor Care
Template: blankslate
Author: Child Theme Configurator
Version: 1.0.1781615593
Updated: 2026-06-16 13:13:13

*/

body{
font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
line-height:1.3;
}

*{
font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

}

input[type="submit"] {
    background-color: #FE6104;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

input[type="submit"]:hover {
    background-color: #d94f00;
    color: #ffffff;
}

.wrapper{
max-width:1140px;
margin:0 auto;
}


.webfooter{
background-color: #FE6104;
padding:30px 3px;
color:#FFF;
font-size:14px;
text-align:center;
}

.webfooter a{
color:#FFF;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    background-color: #FFFFFF !important;
    box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #FE6104;
    outline: none;
}

textarea {
    min-height: 150px;
    resize: vertical;
}