/*
Theme Name: Big Truck Paint and Body
Theme URI: 
Author: Ben Mastrangelo
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bigtruckpaintandbody
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */
body {
  background-color: #a9a9a9;
  font-family: "Cabin", Helvetica, arial, "Nimbus Sans", sans-serif;
  font-size: 100.01%;
}
.fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
  background: url("img/nav-bg.png") repeat-x;
}
.top-bar {
  background: url("img/nav-bg.png") repeat-x;
  height: 77px;
  line-height: 77px;
  border-bottom: 5px solid #0a0b3d;
}
.top-bar li a {
  height: 77px;
  line-height: 72px;
  color: #ededed;
  text-transform: uppercase;
  font-family: "Cabin Condensed", "Calibri", "Optima", "Gill Sans", "Ubuntu Condensed", sans-serif;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  line-height: 77px;
  color: #ededed;
  text-transform: uppercase;
  font-family: "Cabin Condensed", "Calibri", "Optima", "Gill Sans", "Ubuntu Condensed", sans-serif;
  background: url("img/nav-bg.png") repeat-x;
  border-bottom: 5px solid #0a0b3d;
  padding-left: 24px;
  padding-right: 24px;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
  line-height: 77px;
  background-size: 100% auto;
  background-image: linear-gradient(#d96200 30%, #bc7d00);
  border-bottom: 5px solid #ededed;
  padding-left: 24px;
  padding-right: 24px;
}

.content {
  width: 100% !important;
  display: block;
  min-height: 281px;
  background: #a9a9a9 url("img/content-bg.png") repeat-x;
}
.clear {
  width: 100%;
  height: 100%;
  clear: both;
  display: block;
}

.logo {
  display: inline;
  float: left;
  width: 470px;
  margin: 0 5px;
  text-indent: -9999px;
  margin-top: 9px;
  background: url("img/logo.png") no-repeat;
  display: block;
  height: 150px;
  width: 550px;
}

.logo-mobile {
  display: inline;

  margin: 0 5px;
  text-indent: -9999px;
  margin-top: 9px;
}
/* line 247, scss/screen.scss */
.logo-mobile a {
  background: url("img/logo-mobile.png") no-repeat;
  display: block;
  height: 131px;
}
/* line 175, scss/screen.scss */
.contact-top {
  display: block;
  margin: 0 5px;
}
/* line 177, scss/screen.scss */
.contact-top h3,
.contact-top a {
  font-family: "Cabin Condensed", "Calibri", "Optima", "Gill Sans", "Ubuntu Condensed", sans-serif;
}
/* line 181, scss/screen.scss */
.contact-top h3 {
  text-transform: uppercase;
  color: #8f8f8f;
  margin-top: 34px;
  font-size: 1em;
  width: 180px;
  color: #ededed;
  display: block;
  width: 180px;
  text-align: left;
}
/* line 192, scss/screen.scss */
.contact-top a {
  font-size: 2em;
  line-height: 1.25;
  color: #ff7300;
  clear: right;
}
/* line 197, scss/screen.scss */
.contact-top a:hover,
.contact-top a:focus,
.contact-top a:active {
  color: #d96200;
}

/* line 175, scss/screen.scss */
.contact-top-mobile {
  display: block;
  margin: 0 5px;
}
/* line 177, scss/screen.scss */
.contact-top-mobile h3,
.contact-top-mobile a {
  font-family: "Cabin Condensed", "Calibri", "Optima", "Gill Sans", "Ubuntu Condensed", sans-serif;
}
/* line 181, scss/screen.scss */
.contact-top-mobile h3 {
  text-transform: uppercase;
  color: #8f8f8f;
  font-size: 1em;
  width: 180px;
  color: #ededed;
  display: block;
  width: 180px;
  text-align: left;
}
/* line 192, scss/screen.scss */
.contact-top-mobile a {
  font-size: 2em;
  line-height: 1.25;
  color: #ff7300;
  clear: right;
}
/* line 197, scss/screen.scss */
.contact-top-mobile a:hover,
.contact-top-mobile a:focus,
.contact-top-mobile a:active {
  color: #d96200;
}

.content-main {
  background-color: #ededed;
  margin-top: 38px;
  border-style: solid;
  border-color: #545454;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-width: 1px 1px 0px;
  padding-bottom: 24px;
  min-height: 200px;
  padding-top: 8px;
}

.form-small h3 {
  color: #0c0e4a;
  font-weight: 700;
  font-family: "Cabin Condensed", "Calibri", "Optima", "Gill Sans", "Ubuntu Condensed", sans-serif;
}

label {
  color: #484848;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.form-small input {
  margin-bottom: 8px;
}
input,
textarea {
  border-color: #999 #b3b3b3 #c5c5c5;
  border-width: 1px;
  border-style: solid;
}
input {
  padding: 2px 3px;
  font-family: "Cabin", Helvetica, arial, "Nimbus Sans", sans-serif;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  height: 26px;
  width: 190px;
  padding: 1px;
}

.form-small button {
  margin-bottom: 12px;
}
.type-14px,
.top-menu a,
.side-box .inner,
.ribbon li,
.copyright h6,
.form-small button {
  font-size: 0.875em;
  line-height: 1.7143;
}
button[type="submit"] {
  font-size: 16px;
  padding: 0.25em 1.5em;
  display: inline-block;
  cursor: pointer;
  border-radius: 6px;
  background: transparent linear-gradient(#e19600, #bc7d00 70%) repeat scroll 0% 0%;
  box-shadow: 0px 1px 0px #ffba2f inset;
  border: 1px solid #a36c00;
  color: #ededed;
  text-shadow: 0px 1px 0px #5e3f00;
  margin-top: 12px;
  text-transform: uppercase;
  font-family: "Cabin Condensed", "Calibri", "Optima", "Gill Sans", "Ubuntu Condensed", sans-serif;
  font-weight: 700;
}

.main {
  padding-top: 24px;
}
.side-box {
  margin: 0px 0px 24px;
}
h4 {
  font-weight: 700;
  margin-top: 24px;
  color: #0c0e4a;
}
.page-title {
  font-family: "Cabin Condensed", "Calibri", "Optima", "Gill Sans", "Ubuntu Condensed", sans-serif;
  color: #ededed;
  margin-top: 25px;
}
.page-title {
  font-size: 2.25em;
  line-height: 1.3333;
}

.side-box h3 {
  padding: 24px;
  background: transparent url("img/office.png") repeat scroll 0% 0%;
  color: #ededed;
  font-family: "Cabin Condensed", "Calibri", "Optima", "Gill Sans", "Ubuntu Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 6px 6px 0px 0px;
  margin-bottom: 0px;
}
.side-box .inner {
  background-color: #a9a9a9;
  padding: 24px 12px;
  border-radius: 0px 0px 6px 6px;
}

article h2 {
  font-family: "Cabin Condensed", "Calibri", "Optima", "Gill Sans", "Ubuntu Condensed", sans-serif;
}

h2 {
  font-weight: 700;
  color: #bc7d00;
}
p {
  margin-top: 24px;
}

.footer {
  background: transparent url("img/office.png") repeat scroll 0% 0%;
  border: 1px solid #545454;

  padding: 20px 14px;
  color: #ededed;
}

.footer h6.copyright {
  color: #a9a9a9;
  font-size: 0.875em;
  line-height: 1.7143;
}

form p {
  margin: 0;
}

form input {
  margin-bottom: 8px !important;
}

form textarea {
  margin-bottom: 8px !important;
}

h4.form {
  margin-top: 0 !important;
}

.contain-to-grid {
  background: transparent;
}

.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 0;
}

.footer a {
  color: #a9a9a9;
  text-decoration: none;
  font-size: 0.875em;
}

.footer a:hover {
  text-decoration: underline;
}

.with_frm_style input[type="text"],
.with_frm_style input[type="password"],
.with_frm_style input[type="email"],
.with_frm_style input[type="number"],
.with_frm_style input[type="url"],
.with_frm_style input[type="tel"],
.with_frm_style input[type="file"],
.with_frm_style input[type="search"],
.with_frm_style select,
.with_frm_style .frm-card-element.StripeElement {
  min-height: auto;
}

.with_frm_style .frm_primary_label {
  padding: 0;
}

.with_frm_style .frm_form_fields > fieldset {
  padding-bottom: 0;
}

.frm_style_formidable-style.with_frm_style input[type="submit"],
.frm_style_formidable-style.with_frm_style .frm_submit input[type="button"],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style {
  margin: 0;
}
