@charset "UTF-8";
/*
Theme Name: Voltage ®
Author: Studio Ancla
Author URI: https://studioancla.com
Description: An electrifying theme developed for Gallen Electric, LLC. Albeit limitations are implemented at current (no pun intended), this theme can be expanded upon in the future to become a full website if needed.
Version: 1.0
*/
/* TYPOGRAPHY and COLORS -------------- */
/* Resets ----------------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  padding: 0;
  background: url("ref/media/noise.png") repeat, #E7F5FF;
}

h1, h2, h3, h4, h5 {
  text-align: left;
  color: #00644A;
  margin: 20px 0;
  line-height: 1em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.8em;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

.clear {
  clear: both;
}

p {
  margin: 20px 0;
}

.contain {
  max-width: 80vw;
  margin: 0 auto;
}

/* Main Settings ---------------------- */
#wrapper {
  max-width: 80vw;
  margin: 20px auto;
}

#branding #logo {
  display: block;
  width: 300px;
  height: auto;
  object-fit: cover !important;
  object-position: center center !important;
}

.hero h1 {
  font-family: "golos-text", sans-serif;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.hero a {
  font-family: "macha", sans-serif;
}

#container {
  padding: 10px;
}

#content {
  font-family: "macha", sans-serif;
  font-size: 20px;
  color: #1A1919;
  line-height: 1.6em;
}
#content ul {
  list-style: square;
  padding: 0 0 0 20px;
}
#content ul li {
  line-height: 1.8em;
}
#content a[href*=tel] {
  color: #1A1919;
  text-decoration: none;
}
#content a[href*=mailto] {
  color: #fff;
  text-decoration: none;
}

#footer #credits {
  display: block;
  width: 200px;
  height: auto;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Nav Settings ----------------------- */
nav#main {
  display: block;
  padding: 20px 0;
}

nav#main ul {
  text-align: right;
}

nav#main ul > li {
  display: inline-block;
  margin-left: 10px;
}

nav#main ul > li a {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none;
}

/* Page Specific Settings ------------- */
/* Blog Settings ---------------------- */
/* Form settings ---------------------- */
.forminator-label {
  font-size: 18px !important;
}

label {
  font-family: "golos-text", sans-serif;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=search], textarea {
  padding: 4px 8px;
  background-color: #fff;
  border: 1px solid #d0cecf;
  font-family: "macha", sans-serif;
  font-size: 15px;
  line-height: 1em;
  outline: none;
  border-radius: 8px;
  box-shadow: none;
  position: relative;
  top: -1.5px;
}

textarea {
  height: 90px;
  resize: none;
}

input[type=submit] {
  padding: 4px 8px;
  background: blue;
  font-family: "macha", sans-serif;
  color: #fff;
  outline: none;
  border-radius: 8px;
  box-shadow: none;
}

/* Image Settings --------------------- */
/* Miscellaneous Settings ------------- */
div[id*=kt], div[id*=kadence] { /* Kadence always up in ya grill */
  z-index: 1 !important;
}

#admin {
  position: fixed;
  bottom: 20px;
  left: 22px;
  z-index: 10;
}
#admin i {
  font-size: 25px;
  color: #00644A;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 22px;
  z-index: 10;
}
#scrollToTopBtn i {
  font-size: 45px;
  color: #00644A;
}

.post-edit-link {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 4px 10px;
  line-height: 1em;
  background: goldenrod;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-device-width: 320px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 414px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #wrapper {
    max-width: 95vw !important;
  }
  h2 {
    text-align: center;
  }
} /* End of file */

/*# sourceMappingURL=style.css.map */
