/*
Theme Name: MyWilliamsEnergy.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: 16px;
	overflow-x:hidden;
	font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
  /*padding-top:15px;
  padding-bottom:15px;*/
  margin-top:8px;
}
h1,
.h1 {
  font-size: 45px;
  font-weight:bold;
  color:#db282f;
}
h2,
.h2 {
  color:#5cbbfd;
  font-size: 30px;
  font-weight:bold; 
  padding-bottom:5px;
}
h3,
.h3 {
  color:#db282f;
  font-size: 26px;
}
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{
  padding-top:5px;
  padding-bottom:5px;
}

.content ul li::before {
	content: "\f0a9";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 18px;
	padding-right: 0.5em;
	top: 10px;
	left: 0;
}
*/

ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #e41c38; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

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

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
/* DivTable.com */


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

b,
strong {
	color: #000;
}

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

header {
	border-bottom:10px solid #c7b299;
	box-shadow: 0px 0px 12px #888888;
	padding-bottom:5px;
}
.bg-tan {
	background-color:#c7b299;
}
.bg-light-tan {
	background-color:#e8dfc9;
}
.bg-red {
	background-color:#db2129;
}
.border-tan {
	border:4px solid #c7b299;
}
.light-blue {
	color:#56b9ff;
}
.light-blue:hover {
	color:#56b9ff;
}
.bg-light-blue {
	background-color:#56b9ff;
}
.black {
	color:#000;
}
.black:hover {
	color:#000;
}
.tan {
	color:#a38d72;
}
.tan:hover {
	color:#756450;
}
.white-shadow { 
	text-shadow:0px 0px 8px #fff;
}
.black-shadow { 
	box-shadow: 0px 6px 6px #999;
}
.red {
	color:#dc3238;
}
.red:hover{
	color:#dc3238;
}
.phone a{ 
	font-size:24px !important;
}
.btn-primary {
  background-color: #db2129;
  border:0px solid #fff;
  font-weight:bold;
  padding: 10px 24px;
  color:#fff;
  font-size:17px;
  border-radius:0px;
  display:table;
  margin-right:6px;
}
.btn-primary:hover {
  background-color: #db2129;
  font-weight:bold;
  border:0px solid #fff;
  color:#fff;
}
.btn-secondary {
  background-color:#c7b299;
  border:0px solid #c7b299;
  padding: 10px 20px;
  color:#fff;
  border-radius:0px;
  font-size:18px;
}
.btn-secondary:hover {
  background-color:#c7b299;
  border:0px solid #c7b299;
  color:#fff;
}
.white {
	color:#fff;
}
.white a {
	color:#fff;
}
.bg-tan-pattern {
	background: url(images/bg-tan-pattern.jpg) repeat-x top center;
	/*background-size: cover;*/
}
.bg-tan-gradient {
	background: url(images/bg-tan.png) repeat-x top center;
	/*background-size: cover;*/
}
.bg-tan-gradient-color {
	background: #efe9da; /* Old browsers */
	background: -moz-linear-gradient(top,  #efe9da 0%, #ffffff 100%, #207cca 100%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #efe9da 0%,#ffffff 100%,#207cca 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #efe9da 0%,#ffffff 100%,#207cca 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe9da', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.bg-map-parallax {
	background: url(images/bg-map-parallax.jpg) no-repeat;
  background-position: 25%;
	background-size: cover;
}
.parallax-height {
	padding-top:100px;
	padding-bottom:100px;
}
.bg-van {
	background: url(images/bg-van.jpg) no-repeat center center;
	background-size: cover;
}
.neg-100 {
	margin-bottom:-100px;
}
.bucket-min-height {
	/*height:250px;*/
}


.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;
}



.table-price{border:1px solid #f1f1f1;}
.table-price td{padding:10px;}
.table-price tr:nth-child(even) {background: #fff}
.table-price tr:nth-child(odd) {background: #f1f1f1}
.card-header h2 .btn-link{font-weight:bold; margin:0px !important;} 

#accordionExample .card-header {
	padding:0px !important ;		
}

#accordionExample .card-header h3{
	margin:0px !important ;	
}

/*

.btn-light-grey {
	background-color:#818181;
}
.btn-light-grey:hover {
	background-color:#818181;
}
.btn-light-blue {
	background-color:#00aeef;
}
.btn-light-blue:hover {
	background-color:#00aeef;
}
.btn-red {
	background-color:#e41c38;
}
.btn-red:hover {
	background-color:#e41c38;
}
.btn-blue {
	background-color:#0a55a4;
}
.btn-blue:hover {
	background-color:#0a55a4;
}
.bg-blue {
	background-color:#073c73;
}
.bg-tan {
	background-image: url("images/bg-tan-fade.jpg");
	background-size:cover;
}
.bg-light-blue{
	background-color:#f0f5fa;
}
.blue {
	color:#0a55a4;
}

.bg-light-grey {
	background-color:#dfdfe2;
}
.bg-older-couple {
	background-image: url("images/bg-older-couple.jpg");
	background-size:cover;
	background-position:top center;
}
.mobile-opacity {
	background-color:rgba(255, 255, 255, 0.8);
}
.bg-red {
	background-color:#e41c38;
}
.circle:hover {
    border:10px solid #073c73;    

    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;

}
.bg-tex-grey {
	background-image: url("images/bg-grey.jpg");
	background-size:cover;
	background-position:top center;
}

.sticky-right {
    background: #f6f6f6;
    border-radius: 5px 0 0 5px;
    bottom: 150px;
    right: 0;
    position: fixed;
    box-shadow: 0 0 5px;
}
.sticky-right a {
	text-decoration: none;
}

.sticky-right .aaq {
	color: #ee1a27;
	font-size: 18px;
	max-width: 90px;
	text-align: center;
	text-transform: uppercase;
}

*/







/* 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) {
	.bg-map-parallax {
		background-attachment:fixed;
    background-position: center center;
	}
}
@media (min-width: 992px) {
	
	.mobile-opacity {
		background-color:rgba(255, 255, 255, 0.0);
	}
	.desktop-bucket-lift {
		margin-top:-175px;
	}
	.desktop-bucket-lift-mega {
		margin-top:-275px;
	}

  .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;
  }
  .vertical-start {
    justify-content: start;
  }
  .vertical-end {
    justify-content: flex-end;
  }
  .breadcrumbs {
    font-size:13px;
    color:#999;
  }
  .breadcrumbs a {
    color:#999;
  }  
  .bottom-negative-margin {
	margin-bottom:-30px;
  }
	.border-bottom-white {
		border-bottom:4px solid white;
	}
	.border-left-white {
		border-left:20px solid white;
	}
}
@media (min-width: 1200px) {
  .neg-margin {
    margin-top:-50px;
    position:relative;
  }


}

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

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 32px;
  }
  h2, .h2 {
    font-size: 26px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  .alignright, .alignleft {
    float: none;
    margin: 0 0 20px 0;
  }
}