/*
Theme Name: 
Description: Warm Thoughts Theme
Version: 1.0
Template Author: 
Site Author: 
*/


/* Root
====================================*/
:root {
	--default: #545454; /* Font */
	--primo: #034ea2; /* Dark Blue */
	--secondo: #0091d0; /* Blue */
	--terzo: #a6ce39; /* Green */
	--quarto: ;
	--ffamily: Montserrat;
}


/* Global Styles
====================================*/

body {
	color: var(--default);
	font-family: var(--ffamily), sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	overflow-x: hidden;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: var(--ffamily), sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child,
h5:first-child, .h5:first-child,
h6:first-child, .h6:first-child {
	margin-top: 0;
}
h1, .h1 {
	color: var(--primo);
	font-size: 46px;
	line-height: 56px;
}
h2, .h2 {
	color: var(--secondo);
	font-size: 36px;
	line-height: 46px;
}
h3, .h3 {
	color: var(--secondo);
	font-size: 30px;
	line-height: 40px;
}
h4, .h4 {
	color: var(--terzo);
	font-size: 26px;
	line-height: 36px;
}
h5, .h5 {
	color: var(--primo);
	font-size: 22px;
	line-height: 32px;
}
a {
	color: var(--secondo);
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
hr {
	border-top: 2px solid var(--primo);
	margin-top: 0;
}
mark {
	padding: 0;
}
ul li,
ol li {
	padding: 0.5rem 0;
}

blockquote {
	border-left: 5px solid var(--secondo);
	margin: 1rem 0;
	padding: 2rem 2rem 1rem 2rem;
	position: relative;
}
blockquote p {
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
}
blockquote p:before {
	content: '\f10d';
	font-family: "FontAwesome";
	color: var(--primo);
	font-size: 7em;
	opacity: .2;
	position: absolute;
	margin-left: -20px;
}

.alignleft {
	float: left;
	margin: 0 2rem 2rem 0;
}
.alignright {
	float: right;
	margin: 0 0 2rem 2rem;
}
.aligncenter {
	display: block;
	margin: auto;
}

.small-text {
	font-size: 12px;
}
.med-text {
	font-size: 22px;
	line-height: 30px;
}
.large-text {
	font-size: 28px;
	line-height: 38px;
}
.super-large-text {
	font-size: 36px;
	line-height: 46px;
	color: #a6ce39;
}
.bomb-large-text {
	font-size: 50px;
	line-height: 60px;
}
.extra-large-text {
	font-size: 60px;
	line-height: 70px;
}

.text-shadow {
	text-shadow: 1px 1px 3px #aeaeae;
}

.color-default { color: var(--default); }
.color-primo { color: var(--primo); }
.color-secondo { color: var(--secondo); }
.color-terzo { color: var(--terzo); }
.color-quarto { color: var(--quarto); }
.black { color: #333; }
.white, .white a { color: #fff !important;}

.bg-default { background-color: var(--default); }
.bg-primo { background-color: var(--primo); }
.bg-secondo { background-color: var(--secondo); }
.bg-terzo { background-color: var(--terzo); }
.bg-quarto { background-color: var(--quarto); }
.bg-gray { background-color: #f0f0f0; }
.bg-white { background-color: #fff; }


/* Image Overlay
==================*/

.img-overlay {
	position: relative;
}
.img-overlay-full {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.img-overlay-center-left {
	top: 50%;
	left: 10%;
	transform: translate(0%, -50%);
}
.img-overlay-center-right {
	top: 50%;
	right: 10%;
	transform: translate(0%, -50%);
}
.img-overlay-top-center {
	top: 15%;
	left: 0;
	right: 0;
}
.img-overlay-top-left {
	top: 0;
	left: 10%;
}
.img-overlay-top-right {
	top: 0;
	right: 10%;
}
.img-overlay-bottom-left {
	bottom: 5%;
	left: 10%;
}
.img-overlay-bottom-right {
	bottom: 5%;
	right: 10%;
}

/* Buttons
==================*/

.btn {
	border: none;
	border-radius: 15px;
	font-weight: 700;
	padding: 8px 20px 8px 20px;
	text-shadow: none;
	text-transform: uppercase;
	transition: 0.4s;
}
.btn-primo {
	background-color: var(--primo);
	color: #fff !important;
}
.btn-primo:hover, .btn-primo:active, .btn-primo:focus {
	background-color: var(--primo);
	color: #fff !important;
}
.btn-secondo {
	background-color: var(--secondo);
	color: #fff !important;
}
.btn-secondo:hover, .btn-secondo:active, .btn-secondo:focus {
	background-color: var(--secondo);
	color: #fff !important;
}
.btn-terzo {
	background-color: var(--terzo);
	color: #fff !important;
}
.btn-terzo:hover, .btn-terzo:active, .btn-terzo:focus {
	background-color: var(--terzo);
	color: #fff !important;
}
.btn-quarto {
	background-color: var(--quarto);
	color: #fff !important;
}
.btn-quarto:hover, .btn-quarto:active, .btn-quarto:focus {
	background-color: var(--quarto);
	color: #fff !important;
}


/* Zip Input
==================*/

.zipinput {
	border: none;
	border-radius: 10px;
	box-shadow: none;
	color: #585858;
	max-width: 100%;
	padding: 12px 18px;
	outline: none;
	text-align: left;
	width: 350px;
}
.zipinput::placeholder {
	color: #acacac;
}
.zipbtn {
	border: none;
	background: none;
	color: var(--terzo);
	font-size: 24px;
	margin-left: -40px;
}

/* DivTable
==================*/

.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;
}


/* Breadcrumbs
====================================*/

.breadcrumbs {
	color: #999999 !important;
	font-size: 14px;
	text-transform: uppercase;
}
.breadcrumbs a {
	text-decoration: none;
}


/* Header
====================================*/

header a {
	text-decoration: none;
}
header .logo {
	display: block;
	margin: auto;
	min-width: 0;
}


/* Content
====================================*/

.content ul li {
	padding-left: 0.5rem;
}
.content ul li::marker {
	content: "\f7e4";
	color: var(--primo);
	font: var(--fa-font-solid);
}


/* Footer
====================================*/

footer a {
	text-decoration: none;
}


/* Pagination
====================================*/

.pagination {
	margin: 3rem 0;
}
.page-numbers {
	border: 1px solid var(--secondo);
	padding: 5px 10px;
	text-decoration: none;
}


/* Post
====================================*/

.post {
	padding-bottom: 3rem;
}
.post h3 {
	margin: 1rem 0;
}
.post img {
	display: inline-block;
}


/* Responsive CSS
====================================*/

@media (max-width: 575px) {
	body {
		font-size: 16px;
		line-height: 24px;
	}
	h1, .h1 {
		font-size: 32px;
		line-height: 42px;
	}
	h2, .h2 {
		font-size: 28px;
		line-height: 38px;
	}
	h3, .h3 {
		font-size: 24px;
		line-height: 32px;
	}
	h4, .h4 {
		font-size: 22px;
		line-height: 30px;
	}
	h5, .h5 {
		font-size: 20px;
		line-height: 28px;
	}
	.super-large-text {
		font-size: 36px;
		line-height: 46px;
	}
	.bomb-large-text {
		font-size: 40px;
		line-height: 50px;
	}
	.extra-large-text {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (min-width: 576px) {
	.post img {
		float: right;
		margin-left: 1rem;
	}
}

@media (min-width: 768px) {
	.li-cols-2,
	.li-cols-3 {
		columns: 2;
		column-gap: 40px;
	}
}

@media (max-width: 991px) {
	.alignright, .alignleft {
		display: block;
		float: none;
		margin: 0 auto 1rem auto;
	}
}

@media (min-width: 1200px) {
	.li-cols-3 {
		columns: 3;
		column-gap: 40px;
	}
}


/* Custom Styles
====================================*/

.bg-hero {
	background-image: url('images/bg-hero.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
}
.bg-header {
	background-image: url('images/bg-header.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-service-area {
	background-image: url('images/bg-service-area.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-trees {
	background-image: url('images/bg-trees.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.bg-miami {
	background-image: url('images/bg-miami.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-inner-banner {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 200px;
}
.bg-sky {
	background-image: url('images/bg-sky.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
*[class^="bg-cta-"] {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
}
.bg-cta-residential {
	background-image: url('images/bg-cta-residential.jpg');
}
.bg-cta-commercial {
	background-image: url('images/bg-cta-commercial.jpg');
}
.bg-cta-equipment {
	background-image: url('images/bg-cta-equipment.jpg');
}
.bg-footer {
	background-image: url('images/bg-footer.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-white-opaque {
	background: rgb(255,255,255,80%);
}
.thicc {
	font-weight: 700;
	text-transform: uppercase;
}
.border-rounded {
	border-radius: 10px !important;
}

.custom-img {
    width: 177px;
	height: 287px;
    height: auto;
}

.override-text {
  position: relative;
}

.override-text::after {
content: "Propane Delivery";
  color: #a6ce39 !important;
}

.glyph {
	position: relative;
	margin-top: -67px;
}


/* Custom Styles Responsive CSS
====================================*/

@media (hover:none) {
	.bg-inner-banner,
	.bg-sky {
		background-attachment: scroll;
	}
}

@media (max-width: 767px) {
	.service-area-padding {
		padding: 80px 0;
	}
}

@media (max-width: 767px) {
  .text-center {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
	.menu-float {
		display: flex;
		align-items: end;
	}
}

@media (min-width: 768px) {
	*[class^="img-overlay-"] {
		position: absolute;
	}
	.img-overlay-center {
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}
	.browsersedge {
		bottom: 20px;
		right: 0;
		position: fixed;
	}
	.browsersedge a {
		text-decoration: none;
	}
}

@media (min-width: 992px) {
	body {
		position: relative;
	}
	.bg-miami {
		min-height: 1466px;
	}
	.bg-inner-banner {
		min-height: 562px;
	}
	*[class^="bg-cta-"] {
		min-height: 509px;
	}
	.py-lg-6 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
}

@media (min-width: 1200px) {
	.bg-hero {
		min-height: 986px;
	}
	.bg-hero > * {
		position: relative;
		top: 300px;
	}
	.overlay-top {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
}