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

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

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

body {
	font-size: 16px;
	overflow-x:hidden;
	font-family: 'Open Sans', 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: 38px;
  font-weight:bold; 
  color:#ed252f;
}
h2,
.h2 { 
  color:#000;
  font-size: 30px;
  font-weight:bold; 
  padding-bottom:5px;
}
h3,
.h3 {
  color:#ed252f;
  font-size: 22px;
  font-weight:bold;
}
h4,
.h4 {
	font-size: 22px;
}
h5,
.h5 {
	font-size: 20px;
  font-weight:bold;
}
a {
	color: #1c8ce1;
}
a:hover {
	color: #0033cc;
  text-decoration:underline;
}


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

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

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

blockquote:after {
	color: #cf2227;
	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 {
  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: "\f06d";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 900;
	text-decoration: inherit;
	font-size: 18px;
	padding-right: 0.5em;
	top: 10px;
	left: 0;
	color:#ed4048;
	margin-left: -29px;
}


/*ul {
  list-style: none; 
}

ul li::before {
  content: "\2022"; 
  color: #e41c38; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em;
}
*/
.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;
}
.text-smaller {
  font-size:14px;
}
.med-text {
  font-size:18px;
}
.large-text {
  font-size:26px;
}
.super-large-text {
  font-size:40px;
}
.bomb-large-text {
  font-size:55px;
}
.extra-large-text {
  font-size:75px;
}
.nuclear-large-text {
  font-size:125px;
}
.world-ending-large-text {
  font-size:20vw;
}
.white {
	color:#fff;
}
.white a {
	color:#fff;
}
.white strong {
	color:#fff;
}
.white-shadow { 
	text-shadow:0px 0px 8px #fff;
} 
.black-shadow { 
	text-shadow: 2px 2px 2px #000;
}
.black-box-shadow { 
	box-shadow: -2px 2px 5px #888;
}

/* UNIQUE WEBSITE CONTENT (This can be deleted per website)
-------------------------------------------------- */
.red {color:#ed252f;}
.bg-red {background-color:#ed252f;}
.bg-light-blue {background-color: #5cb8fb;}
.bg-white-trans {background-color: rgba(255, 255, 255, .88);}
.bg-black {background-color: #000;}
.light-grey {color:#c0c0c0;}
.light-grey a {color:#d8d8d8;}
.grey {color:#999999;}
.darkgrey {color:#333333;}
.darkgrey a{color:#222;}
.black {color:#000;}
.bg-grey {background-color:#f2f2f2;}
.bg-dark-grey{background-color:#636363;}
.bg-truck {
	background-image: url("images/bg-truck.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
}
.bg-blue {
	background-image: url("images/bg-blue.jpg");
	background-size:contain;
	background-position:top center;
}
.bg-service-area-map {
	background-image: url("images/bg-service-area-map.jpg");
  background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
  background-attachment: fixed;
}
.bg-service-area-truck {
	background-image: url("images/img-service-truck.jpg");
	background-size:cover;
	background-position:center center;
}
.bg-truck-landing {
  background-image: url("images/bg-truck-landing.jpg");
  background-size: cover;
  background-position: center;
}
.service-area-bottom-padding {
	padding-bottom:300px;
}
.border-radius {
	border-radius: 6px;
	box-shadow: 3px 3px 3px #999;
}
.box-height {
	min-height:500px;
}
.box-height-2 {
	min-height:205px;
}
.box-height-3 {
	min-height:500px;
}

.zip-input {
	padding: 8px;
    width: 100px;
	vertical-align: middle;
}
.box-shadow-1 {
	box-shadow:3px 3px 5px #555;
}


.btn-primary {
  background-color: rgba(237, 37, 47, 1);
  border:3px solid rgba(237, 37, 47, 1);
  font-weight:bold;
  padding: 10px 24px;
  color:#fff;
  font-size:17px;
  border-radius:5px;
  margin-right:6px;
}
.btn-primary:hover { 
  background-color: rgba(196, 32, 40, 1);
  font-weight:bold;
  border:3px solid rgba(255, 255, 255, 1);
  color: #fff;
}
.btn-secondary {
  background-color: #000;
  border:1px solid #000;
  padding: 10px 20px;
  color:#fad000;
  border-radius:0px;
  font-size:18px;
  font-weight:bold;
}
.btn-secondary:hover {
  background-color: rgba(250, 208, 0, 0.93);
  border:1px solid #000;
  color:#000;
}
.button-border {border:3px solid #fff;}

.bottom-red {
	border-bottom: 10px solid #ed252f;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 400px) {
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item:first-child a.mega-menu-link{
    color:#ed252f;
    font-weight:bold;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li:last-child a.mega-menu-link,
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-current-menu-item:last-child a.mega-menu-link {
    background-color:#000;
    border: 1px solid #000;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li:last-child a.mega-menu-link:hover {
    background-color:#fff;
    border: 1px solid #000;
    color:#000;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li:nth-child(2) a.mega-menu-link,
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-current-menu-item:nth-child(2) a.mega-menu-link {
    background-color:#5db7fb;
    border: 1px solid #5db7fb;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li:nth-child(2) a.mega-menu-link:hover {
    background-color:#fff;
    border: 1px solid #5db7fb;
    color:#5db7fb;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li:nth-child(3) a.mega-menu-link,
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-current-menu-item:nth-child(3) a.mega-menu-link {
    background-color:#ed252f;
    border: 1px solid #ed252f;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li:nth-child(3) a.mega-menu-link:hover {
    background-color:#fff;
    border: 1px solid #ed252f;
    color:#ed252f;
  }
}
@media (min-width: 992px) {
  .bg-white-trans {background-color: rgba(255, 255, 255, .0);}
  .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;
  }
  .desktop {
    display:none;
  }
  .mobile {
    display:block;
  }
  .vertical-start {
    justify-content: start;
  }
  .vertical-end {
    justify-content: flex-end;
  }
  .breadcrumbs {
    font-size:14px;
    color:#5c5c5c;
  }
  .breadcrumbs a {
    color:#5c5c5c;
  }  
}
@media (min-width: 1200px) {
}

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

@media (max-width: 767px) {
	#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 {
		margin: 10px 0;
	}
	#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item {
		display: inline-block;
		width: 50%;
	}
	#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
		border-radius: 8px;
		border: 1px solid #aaa;
		margin: 5px;
    padding: 0;
	}
}

@media (max-width: 575px) {
	h1,	.h1 {
		font-size: 30px;
	}
	h2,	.h2 { 
		font-size: 24px;
	}
	h3,	.h3 {
		font-size: 22px;
	}
	h4,	.h4 {
		font-size: 20px;
	}
	h5,	.h5 {
		font-size: 18px;
	}
	.banner {
		display: none;
	}
	.breadcrumbs {
		font-size: 12px;
	}
}