/*
Theme Name: KimlinEnergy.com
Theme URI: http://www.warmthoughts.com
Author: Jake Woodbury
Description: Custom built wordpress theme by Warm Thoughts Communications Inc..
Version: 1.0
*/

/* GLOBAL STYLES
-------------------------------------------------- */

/* Padding below the footer and lighter body text */

body {
	rgb(55, 55, 57);
	font-size: 18px;
  overflow-x:hidden;
}
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
  /*padding-top:15px;
  padding-bottom:15px;*/
  margin-top:8px;
}
h1,
.h1 {
	font-size: 40px;
  font-weight:normal;
  color:#1a70bb;
}
h2,
.h2 {
  color:#ff6c30;
	font-size: 30px;
  padding-bottom:5px;
}
h3,
.h3 {
  color:#1a70bb;
	font-size: 24px;
  line-height:34px;
  font-family: 'Roboto Slab', serif;
}
h4,
.h4 {
	font-size: 22px;
}
h5,
.h5 {
	font-size: 20px;
  font-weight:bold;
}
a {
	color: #1c8ce1;
}
a:hover {
	color: #0033cc;
  text-decoration:underline;
}
/*hr {
    border: none;
    color: #e6e5e5;
    background-color: #e6e5e5; 
}*/

/* PERMANANT ELEMENTS
-------------------------------------------------- */

blockquote {
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote:after {
	color: #ccc;
	content: close-quote;
	font-size: 4em;
	line-height: 60px;
	float: right;
}

blockquote p {
	display: inline;
}

.vertical-align {
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}
.center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float:left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.font-white {
  color:#fff;
}
.full-width {
  width:100%;
}
.desktop {
  display:block;
}
.mobile {
  display:none;
}
.mobile-margin {
  margin:10px;
}
.pagination {
    margin: 30px 0;
}
.page-numbers {
    border: 1px solid #1e3661;
    padding: 5px 10px;
    text-decoration: none;
}
.content {
  padding-bottom:30px;
  color:#555;
}
.content a {
  font-weight: bold;
}

.content ul {
	list-style: none;
}
.content ul li:before {    
    font-family: 'Font Awesome 5 Pro';
    content: '\f0da';
    margin:0 5px 0 -15px;
    color: #ff6c30;
}


.special-box.specialtype-rebates{
  border:5px dashed #fbd516;
}
.special-box.specialtype-specials{
  border:5px outset #fbd516;
}

/* GENERIC TEMPLATE/LAYOUT CONTENT
-------------------------------------------------- */

b,
strong {
	color: #000;
}

/* UNIQUE WEBSITE CONTENT (This can be deleted per website)
-------------------------------------------------- */

.linkbox {
	text-decoration:none;
	color:#000;
}
.linkbox:hover {
	text-decoration:none;
	color:#000;
}
.bg-orange {
	background-color:#ff6c30;
}
.bg-grey-blocked{
	background-image: url("images/bg-grey-blocked.jpg");
}
.bg-service-area {
	background-image: url("images/bg-service-area.jpg");
	background-position: right center;
}
.bg-white-80 {
	background-color: rgba(255, 255, 255, 0.8);
}
.bg-blue {
	background-color:#1a70bb;
}
.white {
	color:#fff;
}
.white a{
	color:#fff;
}
.blue {
	color:#1a70bb;
}
.orange {
	color:#ff6c30;
}
.border-orange {
	border:3px solid #ff6c30;
}

.text-shadow {
	text-shadow: 2px 2px 4px #000;
}
.text-smaller {
  font-size:14px;
}
.large-text {
  font-size:26px;
}
.super-large-text {
  font-size:40px;
}
.bomb-large-text {
  font-size:55px;
}
.nuclear-large-text {
  font-size:75px;
}
.btn-primary {
  background-color: #ff6c30;
  border:1px solid #ff6c30;
  padding: 12px 20px;
  color:#fff;
  font-size:18px;
  border-radius:5px;
}
.btn-primary:hover {
  background-color: #ff6c30;
  border:1px solid #ff6c30;
  color:#fff;
}
.btn-secondary {
  background-color:#0266b3;
  border-left:8px solid #7b0200;
  border-right:8px solid #7b0200;
  padding: 10px 20px;
  color:#fff;
  border-radius:0px;
  font-size:18px;
}
.btn-secondary:hover {
  background-color:#00508d;
  border-left:8px solid #7b0200;
  border-right:8px solid #7b0200;
  color:#fff;
}



.btn-arrow {
  margin: 20px 0;
  line-height: 44px;
  position: relative;
  cursor: pointer;
  user-select: none;
  width: 170px;
  text-align: center;
  font-size:14px;
  font-weight:bold;
}
.btn-arrow:hover {
	color:#000;
}
.btn-arrow.arrow {
  background-color: #fff;
}
.btn-arrow.arrow:after, .btn-arrow.arrow:before {
    border-width: 22px 22px 22px 0px;
}
.btn-arrow.arrow:before {
	border-color: #fff #1a70bb;
	right: 0px;
}
.btn-arrow.arrow:after {
    border-color: #1a70bb #fff;
    left: -0px;
}
.btn-arrow:before, .btn-arrow:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
}


.btn-arrow-orange {
  color:#fff;
  margin: 20px 0;
  line-height: 44px;
  position: relative;
  cursor: pointer;
  user-select: none;
  width: auto;
  padding: 0 40px;
  text-align: center;
  font-size:14px;
  font-weight:bold;
}
.btn-arrow:-orange:hover {
	color:#000;
}
.btn-arrow-orange.arrow {
  background-color: #ff6c30;
}
.btn-arrow-orange.arrow:after, .btn-arrow-orange.arrow:before {
    border-width: 22px 22px 22px 0px;
}
.btn-arrow-orange.arrow:before {
	border-color: #ff6c30 #fff;
	right: 0px;
}
.btn-arrow-orange.arrow:after {
    border-color: #fff #ff6c30;
    left: -0px;
}
.btn-arrow-orange:before, .btn-arrow-orange:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
}







/*
.no-underline {
	text-decoration: none !important
}
.bg-tan {
	background-color:#ede8dd;
}
.bg-red {
	background-color:#a00017;
}
.bg-dark-grey {
	background-color:#333333;
}
.whitespace {
	background-color:#fff;
	width:100%;
	height:40px;
}
.dark-blue {
	color:#0010a6;
}
.light-blue {
	color:#4aa3bd;
}
.red {
	color:#a00017;
}
a.red:hover {
	color:#a00017;
}

.zipinput {
	padding: 12px;
	border-radius: 5px;
	margin-right: 10px;
	border: 1px solid #666;
	width: 150px;
	vertical-align: top;
}
.bg-blue-stripe {
	background-image: url("images/bg-blue-stripe.jpg");
	background-position:center;
}
.border-radius {
	border-radius:8px;
}
.inner {
	font-family: 'Roboto Slab', serif;
}
.inner ul {
  list-style-image: url("images/ico-flame-list.png");
}
.vmiddle {
	vertical-align: middle;
}









.bg-white {
  background-color:#fff;
}
.bg-grey {
  background-color:#e8e8e8;
}
.white {
  color:#fff;
}
.white a{
  color:#fff;
}

.blue {
  color:#0d4d95;
}
.bg-blue {
  background-color:#013d6b;
}
.fluffy-shadow {
  text-shadow:5px 5px 5px #333;
}
.kinda-round-corners {
  border-radius:3px;
}

.site-header {
  color:#cd2703;
}
.white-border {
  border:10px solid #fff;
}
.bg-parallax-map {
  background: url(images/bg-parallax-map.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-light-left {
  background-image:url("images/bg-light-blue-angle-left.png");
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-light-right {
  background-image:url("images/bg-light-blue-angle-right.png");
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.zipsubmit {
  background-color:#0266b3;
  color:#fff;
  cursor: pointer;
  border:none;
  border-radius:4px;
  padding:6px 10px;
  margin-left:10px;
}
.border-bottom {
  border-bottom: 1px solid #fff;
}

.img-border-treatment {
  border:13px solid #fff;
  border-radius:5px;
  box-shadow:0px 0px 8px #666;
}
.roboto {
  font-family: 'Roboto Slab', serif;
}

.blue-line {
	border-top:5px solid #516887;
}

*/ ?>









/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 576px) {
	#mega-menu-max_mega_menu_2 li:last-child a {
		font-weight:bold !important;
		font-size:22px !important;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .site-header {
    color:#fff;
  }
  .dark-shadow {
    text-shadow: 2px 2px #333;
  }
  .img-overlay {
    position: relative;
    text-align: center;
  }
  .img-overlay-none {
    position: absolute;
  }
  .img-overlay-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .img-overlay-centered-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .img-overlay-centered-left {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%);
  }
  .img-overlay-centered-right {
    position: absolute;
    top: 45%;
    right: 15%;
  }
  .img-overlay-top-center {
    position: absolute;
    top: 0px;
    z-index: 100000;
    left: 0px;
    right: 0px;
  }
  .img-overlay-bottom-center {
    position: absolute;
    bottom: 20px;
    z-index: 100000;
    left: 0px;
    right: 0px;
  }
  .container {
    width:1140px;
  }
  .desktop {
    display:none;
  }
  .mobile {
    display:block;
  }
  .mobile-margin {
    margin:0px;
  }
  .vertical-start {
    justify-content: start;
  }
  .vertical-end {
    justify-content: flex-end;
  }
  .breadcrumbs {
    font-size:13px;
    color:#999;
  }
  .breadcrumbs a {
    color:#999;
  }  
  
  .bg-half-red {
	background: url("images/bg-half-red.jpg");
  }
  .bg-tan-horiz {
	background: url("images/bg-tan-horiz.jpg");
  }
  .bg-tan-horiz-left {
	background: url("images/bg-tan-horiz-left.jpg");
  }
  .position-bottom {
	position: absolute;
	bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .neg-margin {
    margin-top:-50px;
    position:relative;
  }


}

@media (max-width: 991px) {
  .content img {
    display: block;
    float: none;
    margin: auto;
  }
}