/*
Theme Name: WFCAdvantage
Description: Warm Thoughts Theme
Version: 2.0
Template Author: Josh Hong
Site Author: Jake Woodbury
*/


/* Root
====================================*/
:root {
	--default: #000000; /*Font*/
	--primo: #b90d00; /*red*/
	--secondo: #da7a00; /*orange*/
	--terzo: #f1bf0d; /*yellow*/
	--quarto: ;
	--ffamily: "IBM Plex Sans", sans-serif;
}


/* Global Styles
====================================*/

html, body {
	overflow-x: hidden;
}

body {
	color: var(--default);
	font-family: var(--ffamily);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-bottom: 1rem;
}
h1, .h1 {
	color: #000;
	font-size: 44px;
	line-height: 54px;
	font-weight: 700;
}
h2, .h2 {
	color: var(--primo);
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
}
h3, .h3 {
	color: var(--primo);
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
}
h4, .h4 {
	color: var(--secondo);
	font-size: 24px;
	font-weight: 700;
}
h5, .h5 {
	color: var(--primo);
	font-size: 22px;
	font-weight: 700;
}
a {
	color: inherit;
	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: 24px;
	line-height: 34px;
}
.large-text {
	font-size: 32px;
	line-height: 42px;
}
.super-large-text {
	font-size: 40px;
	line-height: 50px;
}
.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 #333;
}

.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;
}
[class^="img-overlay-"] {
	position: absolute;
}
.img-overlay-full {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.img-overlay-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.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: 0;
	left: 0;
	right: 0;
}
.img-overlay-top-left {
	top: 10%;
	left: 10%;
}
.img-overlay-top-right {
	top: 0;
	right: 10%;
}
.img-overlay-bottom-center {
	bottom: 5%;
	left: 0;
	right: 0;
}
.img-overlay-bottom-left {
	bottom: 5%;
	left: 10%;
}
.img-overlay-bottom-right {
	bottom: 15%;
	right: 15%;
}

/* Buttons
==================*/

.btn {
	border: none;
	border-radius: 0;
	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) !important;
	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: 1px solid #585858;
	box-shadow: none;
	color: #585858;
	max-width: 180px;
	padding: 6px 10px;
	outline: none;
	text-align: center;
}
.zipinput::placeholder {
	color: #585858;
}


/* Breadcrumbs
====================================*/

.breadcrumbs a {
	color: var(--default) !important;
	text-decoration: none;
}
.breadcrumbs {
	color: var(--default);
	text-transform: uppercase;
	font-size: smaller;
}


/* Header
====================================*/

header a {
	text-decoration: none;
}
header .logo {
	display: block;
	margin: auto;
}


/* Content
====================================*/

.content a {
	color: #0033ff;
}
.content ul li {
	padding-left: 0.5rem;
}
.content ul li::marker {
	content: "\f061";
	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 (width < 576px) {
	h1, .h1 {
		font-size: 32px;
		line-height: 42px;
	}
	h2, .h2 {
		font-size: 26px;
		line-height: 36px;
	}
	h3, .h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.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,
	.li-cols-4 {
		columns: 2;
		column-gap: 40px;
	}
}

@media (width < 992px) {
	.alignright, .alignleft {
		display: block;
		float: none;
		margin: 0 auto 1rem auto;
	}
}

@media (min-width: 1200px) {
	.li-cols-3 {
		columns: 3;
		column-gap: 40px;
	}
	.li-cols-4 {
		columns: 4;
		column-gap: 40px;
	}
}


/* Custom Styles
====================================*/

.bg-header-wave {
	background-image: url('images/bg-header-wave.jpg');
	background-repeat: no-repeat;
	background-position:bottom;
}
.bg-grey-pattern {
	background-image: url('images/bg-grey-pattern.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-grey-pattern-alt {
	background-image: url('images/bg-grey-pattern-alt.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-grey-pattern-fade {
	background-image: url('images/bg-grey-pattern-fade.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
}
.bg-request-a-quote {
	background-image: url('images/bg-home-request-a-quote.jpg');
	background-repeat:no-repeat;
	background-size:cover;
}
.bg-box-orange {
	background-image: url('images/bg-home-box-orange.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:cover;
}
.bg-box-red {
	background-image: url('images/bg-home-box-red.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:cover;
}
.bg-box-gold {
	background-image: url('images/bg-home-box-gold.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:cover;
}
/*.bg-differentiator:before {
	content:'';
	content: url('images/bg-differentiator-wide.jpg');
	background-image: url('images/bg-differentiator-wide.jpg');
	background-repeat:no-repeat;
	background-position: top center;
	left:5%;
	position:absolute;
	z-index:-2;
}*/

.bg-differentiator {
	margin-top:50px;
}
.bg-differentiator::before {
    display:inline-block;
    height:150px;
	left:0;
    width:100%;
    content: "";
    background:url(images/bg-differentiator.jpg) no-repeat 0 0;
    background-size: 100% 150px;
	position:absolute;
	z-index:-2;
}

.bac-cta {
	border-radius: 20px;
}

.orange-cta {
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.border-orange-top{
	border-top:1px solid #edbd80;
}
.img-border-radius {
	-webkit-border-top-left-radius: 75px;
	-webkit-border-bottom-right-radius: 75px;
	-moz-border-radius-topleft: 75px;
	-moz-border-radius-bottomright: 75px;
	border-top-left-radius: 75px;
	border-bottom-right-radius: 75px;
	
	border-bottom: 10px solid #f1bf0d;
	border-right: 10px solid #f1bf0d;
}

.color-fb-blue {
	color:#054baf;
}

.phone {
	font-size:30px;
	font-weight: bold;
	padding-bottom:20px;
}

.btn-secondo::after {
    content: "\f35a";
    font-size: 26px;
    font-family: "FontAwesome";
    background-color: #f1bf0d;
    margin-left: 10px;
    position: absolute;
    margin-left: 20px;
    margin-top: -8px;
	height:40px;
    width: 50px;
}
.btn-primo::after {
    content: "\f35a";
    font-size: 26px;
    font-family: "FontAwesome";
    background-color: #f1bf0d;
    margin-left: 10px;
    position: absolute;
    margin-left: 20px;
    margin-top: -8px;
	height:40px;
    width: 50px;
}

.text-center .btn {
	margin-left: -50px;
}

.request-a-quote-padding {
	padding-top:120px;
}
.home-bucket {
	padding-bottom:150px;
}



/* Custom Styles Responsive CSS
====================================*/

@media (min-width: 768px) {
	.browsersedge {
		bottom: 20px;
		right: 0;
		position: fixed;
	}
	.browsersedge a {
		text-decoration: none;
	}
}

@media (width > 992px) {
	.border-orange-left {
		border-left:1px solid #edbd80;
	}
}

@media (max-width:  992px) {
	.orange-cta {
		border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
	}
}

@media (min-width: 1400px) {
	.bg-header-wave {
		background-size: contain;
	
	}
}

@media (max-width:  992px) {
	.phone {
		visibility: hidden;
		background-image: none;
	}
}

@media (max-width:  992px) {
	.bg-header-wave {
		background-image: none;
	
	}
}

@media (max-width:  992px) {
	#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 {
		margin-top: -40px !important;
		margin-bottom: -50px !important;
		text-align: center;
		max-width: fit-content;
	}
}

@media (max-width: 575px) {
    .banner {
        display: none;
    }
}

@media (max-width: 768px) {
    .mobile {
        padding-bottom: 0px !important;
    }
}

@media only screen and (max-width: 992px) {
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
        border-top: 10px solid #f1bf0d;
		    margin-bottom: 0px !important;
			--bs-gutter-y: 0rem !important;
    }
}
