@charset "UTF-8";
/*
	Theme Name: Metric Boilerplate
	Theme URI: http://metricwebdesign.com
	Description: Metric Web Design Inc Boilerplate
	Version: 1
	Author: Mitch Schols @mitchschols
	Author URI: http://metricwebdesign.com
	Tags: Metric Web Design

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/*------------------------------------*\
    MASTER LINK CONTROL
\*------------------------------------*/
a {
  color: black; }

a:hover {
  color: #ed1c24; }

h1, h2 {
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  font-weight: 900; }

p, li {
  font-family: 'Raleway', sans-serif;
  line-height: 1.75; }

/*------------------------------------*\
    FONTS
\*------------------------------------*/
body {
  background: url("/wp-content/themes/brunettebattery/img/bb.png") no-repeat right bottom, url("/wp-content/themes/brunettebattery/img/concrete-texture.png"); }

header {
  border-top: 5px solid #ed1c24;
  background: white;
  z-index: 99;
  width: 100%;
  position: fixed;
  -webkit-box-shadow: 0px 4px 23px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 23px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 23px -4px rgba(0, 0, 0, 0.75); }
  header .social {
    font-size: 1.5em; }
    header .social a {
      text-decoration: none;
      color: #441a20; }
    header .social a[href*='tel'] {
      float: right;
      font-family: 'Roboto', sans-serif;
      font-weight: 900; }
    header .social ul li {
      display: inline-block; }
  header .nav ul {
    display: flex;
    justify-content: space-between; }
    header .nav ul .current_page_item a {
      color: #ed1c24;
      background: url("/wp-content/themes/brunettebattery/img/lightning.png") no-repeat 100%/20px; }
    header .nav ul li {
      list-style: none; }
      header .nav ul li a {
        padding: 25px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        color: black;
        text-transform: uppercase;
        text-decoration: none; }
      header .nav ul li a:hover {
        color: #ed1c24;
        background: url("/wp-content/themes/brunettebattery/img/lightning.png") no-repeat 100%/20px; }

#heading-banner {
  padding: 15px;
  background-color: rgba(0, 0, 44, 0.15);
  background: rgba(0, 0, 44, 0.15); }
  #heading-banner h1 {
    text-transform: uppercase; }
  #heading-banner h2 {
    color: #ed1c24; }

/* Larger than tablet */
@media (max-width: 750px) {
	body {
  background: url("/wp-content/themes/brunettebattery/img/bb.png") no-repeat right bottom 30% / 100%, url("/wp-content/themes/brunettebattery/img/concrete-texture.png") !important; }
	header {
		display:none;
	}
	#home-page {
    padding-top: 70px !important;
	}
	footer .eight.columns {
		border:0px !important;
	}
	#menu-mainmenu-1 {
		display:none;
	}
	main.container.other-pages {
    padding-top: 70px !important;
}
}

.slicknav_menu {
position:fixed;
width:100%;
z-index:99;
}

#home-page {
  padding-top: 120px; }

main.container.other-pages {
  padding-top: 150px; }
  main.container.other-pages h1 {
    text-transform: uppercase;
    letter-spacing: 2px; }

.home-content {
  margin-top: 15px; }

#home-line {
  padding: 15px 70px 15px 70px; }
  #home-line hr {
    border: 1px solid black; }

.diff-batt .three.columns {
  text-align: center; }
.diff-batt img {
  max-width: 120px;
  margin: 0 auto;
  display: block; }

.gradient {
  background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(112, 112, 112, 0.38) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(112, 112, 112, 0.38) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, rgba(112, 112, 112, 0.38) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#61707070',GradientType=0 );
  /* IE6-9 */ }

footer {
  padding: 25px 0px 25px 0px;
  background: #441a20;
  color: white !important; }
  footer ul.menu {
    display: flex;
    justify-content: space-between; }
    footer ul.menu li {
      list-style: none; }
      footer ul.menu li a {
        color: white; }
  footer .eight.columns {
    padding-right: 15px;
    border-right: 2px solid white; }

/*------------------------------------*\
    RANDOM
\*------------------------------------*/
img {
  /* for responsive images */
  max-width: 100%; }

/*------------------------------------*\
    FUN
\*------------------------------------*/
/*------------------------------------*\
    FUNCTIONALITY
\*------------------------------------*/
/*
--------------------------------------- DROP DOWN MENU
*/
header nav ul li ul.sub-menu {
  /* make the sub nav position underneath the main nav */
  position: absolute; }

header nav ul > li ul li {
  visibility: hidden;
  background: white;
  list-style-type: none;
  padding: 5px; }

header nav ul > li:hover ul li {
  visibility: visible; }

/*
--------------------------------------- RESPONSIVE MENU
*/
.slicknav_menu {
  display: none; }

@media (max-width: 750px) {
  .slicknav_menu {
    display: block; }

  nav.nav {
    display: none; } }
/*------------------------------------*\
    MISC if you wanna change the selection colour
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE shit i do not need
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
/* For devices larger than 550px */
@media (min-width: 750px) {
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
p {
  margin-top: 0; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

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