/*
Theme Name: Powers Oil & Propane
Theme URI: https//consumerfocusmarketing.com/
Author: Consumer Focus Marketing
Author URI: https//consumerfocusmarketing.com/
Description: Starter theme for Consumer Focus Marketing 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Portfolio, Oil, Blog
Text Domain: #
*/

/* Regular */
@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'Helvetica Bold';
    src: url('fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Oblique (Italic) */
@font-face {
    font-family: 'Helvetica Oblique Italic';
    src: url('fonts/Helvetica-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/* Bold Oblique */
@font-face {
    font-family: 'Helvetica Oblique Bold';
    src: url('fonts/Helvetica-BoldOblique.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: 'Helvetica Light';
    src: url('fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Compressed */
@font-face {
    font-family: 'Helvetica Compressed';
    src: url('fonts/helvetica-compressed-5871d14b6903a.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Rounded Bold */
@font-face {
    font-family: 'Helvetica Rounded Bold';
    src: url('fonts/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}


  :root {


  /* Colors */
  --white: #FFF;
  --black: #000;
  
  /* Grays */
  --gray-light: #EFEFEF;
  --gray-medium: #2E2E2E;
  --gray-dark: #212121;
  --gray-alt: #646464;

  
  --gray-gradient: linear-gradient(90deg, var(--gray-alt) 0%, #888888 100%);

  /* Color Accents */
  --red: #E6001C;
  

  /* Semantic colors */
  --body-text-color: var(--black);
  --headline: var(--gray-dark);
  --link: var(--red);
  --link-hover: var(--gray-medium);

  
  /* Effects */


  /* Typography */
  --font-headline: 'Helvetica Oblique Bold', sans-serif;
  --font-body: 'Helvetica', sans-serif;
  --font-size-base: 1rem;
  --line-height-base: 1.688rem;
  
  /* Spacing */
  --spacing-small: 1.25rem;
  --spacing-medium: .55rem;
  --spacing-large: 1.8rem;
  
  /* Border radius */
  --border-radius: 1.438rem;


/* image overlays */
  --image-overlay: rgba(33, 33, 33, 0.8);
  --image-overlay-alt: rgba(139, 195, 73, 0.8);

}

html {
  font-size: calc(10px + 0.5vw);
  scroll-behavior: smooth;
}

body {
  font-size: var(--font-size-base);
  font-family: var(--font-body);
  overflow-x: hidden;
  color: var(--body-text-color);
  margin: 0;
  line-height: var(--line-height-base);
}

@media (max-width: 767px) {
  body *:not(h1, h2, h3, h4, small), body .btn {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
  transition: all 0.2s linear;
}


.wrapper {
  padding: 2rem 15px 4rem;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.5rem;
  font-family: var(--font-headline);
  color: var(--black);
  font-weight: 800;
}

h1 {
  font-size: 2.813rem;
}

.home h1 {
  font-size: 2.188rem;
}

h2 {
  font-size: 2.188rem;
}

h3 {
  font-size: 1.563rem;
}

h4 {
  font-size: 1.25rem;
}

p {
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--link);
  cursor: pointer;
}

a:hover {
  color: var(--link-hover);
  text-decoration: none;
}

a[href^="tel:"]:not(.btn) {
  color: inherit;
  text-decoration: none;
}

.container {
  min-width: 95vw;
}

hr {
  border-top: 1px solid var(--red);
  margin: 1.875rem auto;
}

/*** Buttons ***/ 
button:hover {
  cursor: pointer;
}

.btn, .gform_button {
  padding: var(--spacing-medium) calc(var(--spacing-large) + var(--spacing-small));
  margin: var(--spacing-medium) var(--spacing-large) var(--spacing-medium) 0;
  text-decoration: none;
  display: inline-block;
  white-space: pre-wrap;
  font-weight: 800 !important;
  font-style: italic;
  border-radius: var(--border-radius) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15rem;
   border-color: transparent;
     transition: all 0.4s ease-in-out !important

}

.btn:hover, .gform_button:hover {
  transition: all 0.2s ease 0s !important;
  text-decoration: none !important;
  border-color: transparent;
    transition: all 0.4s ease-in-out !important;

  /*transform: translateY(4px);
  box-shadow: 0 2px 0 #00000033, 0 8px 15px rgba(0, 0, 0, 0.2);*/

      transform: translate(9px, 9px);
    box-shadow: 0 0 0 #00000033, 0 9px 15px rgba(0, 0, 0, 0.2);

}

button.zipcode-btn {
    background: var(--black);
    color: var(--white);
    font-weight: 700;
    font-style: italic;
    padding-right: 2rem;
    padding-left: 2rem;
    border-color: black;
}

button.zipcode-btn:hover {
    background: var(--red);
    border-color: var(--red);
}

.gform_button:hover {
  transition: all 0.2s ease 0s !important;
  text-decoration: none !important;
  border-color: transparent !important;
    transition: all 0.4s ease-in-out !important;

  /*transform: translateY(4px);
  box-shadow: 0 2px 0 #00000033, 0 8px 15px rgba(0, 0, 0, 0.2);*/

      transform: translate(9px, 9px);
/*     box-shadow: 0 0 0 #00000033, 0 9px 15px rgba(0, 0, 0, 0.2);
 */
}
/*
.btn-primary, .gform_button {
  background: var(--black) !Important;
  color: var(--white);
   box-shadow: 9px 9px 0 var(--red), 0 10px 20px rgba(0, 0, 0, 0) !important;

}


.btn-primary:hover, .gform_button:hover {
  background: var(--red);
  color: var(--white);
}*/


.gform_button {
    background: var(--black) !important;
    color: var(--white) !important;
/*     box-shadow: 9px 9px 0 var(--red), 0 10px 20px rgba(0, 0, 0, 0) !important; */
}

.gform_button:hover {
  color: var(--white) !important;
  background: var(--black) !important;
  border-color: transparent !important;
}


.btn-default {
  background: var(--red);
  color: var(--white);
/*   box-shadow: 9px 9px 0 var(--white), 0 10px 20px rgba(0, 0, 0, 0); */

}

.btn-alt {
/* 	    box-shadow: 9px 9px 0 var(--red), 0 10px 20px rgba(0, 0, 0, 0); */
    border: 1px solid;
	background: var(--white);

}


.btn-default:hover {
  color: var(--white);
  background: var(--red);
  border-color: transparent;
}

.btn-primary, .gform_button {
  background: var(--black);
  color: var(--white);
/*   box-shadow: 9px 9px 0 var(--red), 0 10px 20px rgba(0, 0, 0, 0); */

}


.btn-primary:hover, .gform_button:hover {
  color: var(--white);
  background: var(--black);
  border-color: transparent;
}


.callout .btn,
.well .btn,
.coupon .btn {
    margin-right: 1rem;
}

@media(max-width:767px){
  .btn, .gform_button {
    display: block !important;
    font-size: 1.65rem !important;
    margin: .75rem auto 2.5rem;
  }
}

.page-id-596 .btn {
    display: block;
    margin-top: 2rem;
    text-align: center;
}

/*** HEADER ***/

.top-header {
  background: rgb(100,100,100);
background: linear-gradient(270deg, rgba(100,100,100,1) 0%, rgba(136,136,136,1) 100%);
padding-top: 7px;
padding-bottom: 6px;
}

.navbar-brand {
  padding-top:36px;
  padding-bottom: 31px;
}
.top-header .right {
  text-align: right;
}

.top-header * {
  color: var(--white);
	text-align:left;
}
@media(max-width:767px){
	.top-header .right{
		display:none;
	}
	.top-header *{
		text-align:center;
	}
}
header {
  background: var(--black);

}

/* header .btn {
  box-shadow: 9px 9px 0 var(--white), 0 10px 20px rgba(0, 0, 0, 0);
} */
/*
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
*/
.phone-header {
  color: var(--white) !important;
  font-size: 30px;
  font-weight: 700;
}

@media(max-width:1100px) and (min-width:768px){
	.phone-header{
		font-size:20px;
	}
}

@media(min-width: 768px) and (max-width: 872px) {
.header-wrapper {
    display: flex;
    flex-direction: column; 
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

.buttons-header {
    display: flex; 
    margin-bottom: 2rem;
}

.buttons-header .btn:last-of-type {
    margin-right: 0;
}

.buttons-header .btn {
		white-space: nowrap;
	}
.phone-container {
    display: flex;
    margin-bottom: 1rem;
}

}

@media (max-width: 768px) {
	.header-wrapper .btn {
		display: none;
	}
}

@media (max-width: 768px) {
    .buttons-header {
        display: none;
    }

    .phone-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2rem;
    }
a.navbar-brand {
    display: block;
    margin: auto;
    text-align: center;
}
a.navbar-brand {
    display: block;
    margin: auto;
    text-align: center;
}


.top-header {
    text-align: center;
}
}

@media(min-width: 873px) {
	.buttons-header {
		display: flex;
		flex-wrap: nowrap;
	} 

	.buttons-header .btn-default {
		font-size: 1.15rem;
	}
	.phone-header {
		font-size: 2rem;
	}
.top-header {
    text-align: center;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
	
	

.phone-container {
    align-items: center;
    justify-content: center;
    display: flex;
}
}

/*** NAV BAR ***/

  .main-menu {

  background: rgb(100,100,100);
background: linear-gradient(90deg, rgba(100,100,100,1) 0%, rgba(136,136,136,1) 100%);
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

.main-menu .nav-link {
  text-transform: uppercase;
  color: var(--white);
  font-weight: 700;
}

.nav-item {
margin-bottom: 0;
}

.main-menu .nav-link:hover {

}


.dropdown-item {

}

.dropdown-item:hover {

}

.submenu-two {
    width: 100%;
}

.third-level .dropdown-item {
    white-space: pre-wrap;
    line-height: normal;
}
/*
.nav-link {
    display: flex;
    align-items: center;
}*/

.nav-link img {
    margin-right: .25rem;
}
@media(max-width:790px){
  .nav-link img{
    width: 20px;
  }
	.main-menu {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

/*** MENU - BASE STYLES ***/

  /* show dropdown menus on hover */
  .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-item {
    text-align: left;
    padding: .5rem 1.5rem;
    font-size: 1rem;
  }


  /* removes the deadzone click area */
  .dropdown-menu {
    margin: 0;
    border: 0;
    border-radius: 0;
  }

	.nav-item.active > a,
  .nav-link:hover,
  .nav-item:hover {
    color: var(--black);
    background: transparent;
}
.dropdown-item:hover {
	background: var(--gray-light);
	
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 990px;
  }
}

@media(min-width: 768px) {
  .dropdown-menu {
        box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
  }
  
  .dropdown-menu {
    left: auto;
      right: 0;
      margin: 0 auto;
  }

    /* hides carets */
  .dropdown-toggle::after {
    display: none;
  }
}
.nav-link{
    font-size: 1.25rem;
}
.nav-link, .dropdown-item {
  color: #0c2c4d;
  font-weight: 500;
}
@media(max-width:991px) and (min-width:768px){
	.nav-link{
		font-size:1rem;
		line-height: 1;
        padding-top: 12px;
	}
}
@media (max-width: 768px) {
  .nav-link, .dropdown-item {
      text-align: left;
      padding-bottom: 1rem;
      font-size: 1.5rem;
    }

    .main-menu .nav-link {
      font-size: unset;
    }

.navbar-brand {
    margin-bottom: 2rem;
}

}


@media (min-width: 768px) and (max-width: 992px) {
    .navbar-brand {
        display: block;
        margin: 0 auto;
    }
}


/*** MENU - THIRD LEVEL MENU DROPDOWNS ***/

.second-level {
    position: relative;
}

.second-level > .dropdown-menu {
    top: 0;
    left: 100%;
}

@media (min-width: 768px) {
  .second-level > .dropdown-menu {
    margin-top: -.5rem;
  }

.second-level.menu-item-has-children > a:after {
    display: block;
    content: "▸";
    float: right;
    margin-right: -20px;
}

.second-level:hover > a:after {
    border-left-color: inherit;
}

.menu-item-has-children > .dropdown-item {
    padding: .5rem 2.25rem .5rem 1.5rem;
}
}
@media (max-width: 767.9px) {
  .third-level .dropdown-item {
    padding-left: 40px;
    font-size: 1.2rem;
  }

  .second-level.menu-item-has-children .dropdown-item::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
}

.third-level a.dropdown-item::after {
    display: none !important;
}

  .third-leel .dropdown-item:before {
    position: absolute;
    content: '»';
    left: 0;
    margin-left: 1rem;
  }
  
  .third-level .dropdown-item {
    padding-left: 2rem;
    margin-left: 0.5rem;
  }
  .third-level .dropdown-menu .nav-item {
    padding-bottom: 0;
  }

  .dropdown-item:not(.third-level .dropdown-item) {
  font-weight: 600;
	          display: flex;
        align-items: center;
        justify-content: space-between;
}

.third-level  .dropdown-item:before {
    position: absolute;
    content: '»';
    left: 0;
    margin-left: 2rem;
  }

.submenu-two .dropdown-item {
    padding-left: 2rem;
    margin-left: 1rem;
    font-size: 1.5rem;
  }

  .submenu-two .dropdown-menu .nav-item {
    padding-bottom: 0;
  }

  .top-level.nav-item {
    margin-bottom: 1rem;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
}

.nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
	
	.dropdown-toggle:after {
    margin-left: auto;
    margin-right: 1.5rem;
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
}
}

/*** HOME ***/


#home-carousel .carousel-item {
    position: relative;
    height: 130vh; /* Full viewport height */
}

#home-carousel .item {
    position: relative;
    height: 100%;
}

#home-carousel .media-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* overflow: hidden;*/
    background: rgba(64, 63, 63, 0.47);
}

#home-carousel .responsive-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home-carousel .responsive-media[style*="background-image"] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#home-carousel .overlay {
    position: absolute;
    bottom: 0;
  /*  top: 60px; /* Stop 60px from the top */
  /*  bottom: 60px; *//* Stop 60px from the bottom */
    left: 0;
    right: 0;
    background-color: #2E2E2E;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home-carousel .text-box {
    color: white;
    padding: 20px; /* Add some padding to the text box */
}

#home-carousel .slide-headline {
        padding-top: 2.188rem;
    padding-bottom: 2rem;
}

@media(max-width: 768px) {
  #home-carousel .overlay {
    top: 0;
    bottom: 0;
  }
}
/*

#home-carousel {
    color: var(--white);
}

#home-carousel .item-content {
    padding-top: 7.5%;
    padding-bottom: 7.5%;

}*/

#home-carousel {
  padding-bottom: calc(3.563rem + 75px);
}

.carousel-inner {
  overflow: unset;
}

#trapezoid-container {
 /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1152' height='187.378' viewBox='0 0 1152 187.378'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D .cls-2 %7B fill: %23e6001c; %7D %3C/style%3E%3C/defs%3E%3Cg transform='translate(-64 -817)'%3E%3Cpath id='Path_51' data-name='Path 51' class='cls-1' d='M20,0H1120c11.046,0,20,9.46,20,21.13l-30,133.118c0,11.67-8.954,21.13-20,21.13H50c-11.046,0-20-9.46-20-21.13L0,21.13C0,9.46,8.954,0,20,0Z' transform='translate(70 823)'/%3E%3Cpath id='Path_51_-_Outline' data-name='Path 51 - Outline' class='cls-2' d='M20,0C8.954,0,0,9.46,0,21.13L30,154.248c0,11.67,8.954,21.13,20,21.13H1090c11.046,0,20-9.46,20-21.13L1140,21.13C1140,9.46,1131.046,0,1120,0H20m0-6H1120c14.336,0,26,12.17,26,27.13V21.8l-30.009,133.157c-.361,14.634-11.881,26.423-25.991,26.423H50c-14.11,0-25.631-11.79-25.991-26.423L-6,21.8V21.13C-6,6.17,5.664-6,20-6Z' transform='translate(70 823)'/%3E%3C/g%3E%3C/svg%3E");
 */ 
background-image: url('https://powersoilandpropane.com/wp-content/themes/powers_oil/img/trap1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: -70px;
}

#home-carousel  .slide-headline, .text-box h1{
  text-transform: uppercase;
  color: var(--white);
}


#trapezoid-container .content h2 {
  font-size: 3rem;
  text-transform: uppercase;
}

#trapezoid-container .content {
    display: flex;
    justify-content: space-evenly;
    padding: 2.5rem 3.125rem;
}

#trapezoid-container {
  /*border: 6px solid #E6001C;
  background: var(--white);*/
  color: var(--black);
  font-weight: 700;
  font-size: 1.125rem;
  text-align: left;
}

#trapezoid-container span {
  color: #646464;
}
@media(max-width:1450px){
	#trapezoid-container span{
		display:block;
	}
}
.carousel-control-prev, .carousel-control-next {
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    margin-bottom: 2rem;
}


#trapezoid-container:hover span, #trapezoid-container:hover .content h2{
	color: var(--red);
}

#trapezoid-container:hover img {
    transform: rotate(360deg);
    transition: transform .7s ease-in-out;
}

@media(width <= 768px) {
    .carousel-control-prev, .carousel-control-next {
        display: none;
    }

}

.text-box {
  line-height: normal;
}


@media(max-width: 768px) {
  .text-box .btn {
    margin-bottom: 2rem;
}
}/*
.text-box p {
    font-size: 1.063rem;
    font-weight: 700;
    font-style: italic;
    display: flex;
    justify-content: center;
    max-width: 520px;
    margin: auto;
    text-align: left;
}*/

.text-box img {
    min-width: 90px;
    margin-right: 1rem;
}

.carousel-control-prev, .carousel-control-next {
    background: transparent;
    border: none;
        cursor: pointer;
}

.visually-hidden {
    display: none;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 40px;
    width: 40px;
}

.carousel-control-prev-icon {
    background-image: url("img/prev-icon.svg");
}

.carousel-control-next-icon {
    background-image: url("img/next-icon.svg");
}


/*

.home .callout-service {
    text-align: center;
}

.circle {
    border: 7px #646464 solid;
    display: inline-block;
    padding: 1rem;
    border-radius: 50%;
    padding: 2.688rem;
}

.circle img {
    height: 100px;
    width: 100px;
}

.service-content-box {
  background: var(--black);
  color: var(--white);
  border-radius: 23px;

}
.service-content-box h3 {
  color: var(--white);
}
.service-content-box h3 span {
  display: block;
  line-height: normal;
}*/

/* Angled top using a pseudo-element */
.callout-service::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 99.7%;
  height: 30%;
  background-color: black;
  transform: rotate(-2deg);
  transform-origin: top left;
  z-index: -1; /* Puts it behind the content */
  border-radius: 30px;
  overflow: hidden;
}

.callout-service::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 99.7%;
  height: 30%;
  background-color: black;
  transform: rotate(-2deg);
  transform-origin: bottom right;
  z-index: -1; /* Puts it behind the content */
  border-radius: 30px;
  /* overflow: hidden; */
  /* max-width: 100%; */
  /* overflow-y: clip; */
  overflow: hidden;
  background: black;
}


.callouts-services .row {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;

}
.callout-service {
    position: relative;
    background-color: black;
    text-align: center;
    padding: 80px 20px 20px; /* Increased padding to keep circle inside */
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    max-height: 250px; /* Default height */
    color: var(--white);
    /* overflow: hidden; */
    /* transform: rotate(-2deg); */
    font-size: .9rem;
    line-height: 1.4;
    overflow-x: clip;
}

.callout-service .btn {
    margin-right: 0;
	max-width:90% !important;
}

@media(max-width:767px){
	.callout-service{
		margin-bottom:4rem;
	}
	.callout-service .btn {
    margin: 1rem auto;
	}
}
@media(max-width:500px){
	.callout-service{
		margin-bottom:7rem;
	}
}

/* Expanding the box on hover */
.callout-service:hover {
    max-height: 100%;
	padding-bottom: 0;
}
.callout-service:hover .service-content-box{
	padding-bottom: .5rem;
}

/* Circle is positioned at 50% height initially */
.circle {
    position: absolute;
    top: -50px; /* Ensures it sits at 50% through the top */
    left: 50%;
    transform: translateX(-50%);
    width: 155px;
    height: 155px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    border: 5px solid #646464;
}

/* Image inside the circle */
.circle img {
    width: 100px;
    height: 100px;
    transition: all 0.3s ease-in-out;
}

/* Heading styles */
.service-content-box h3 {
    transition: transform 0.3s ease-in-out;
    margin-top: 2rem;
    position: relative;
    font-size: 1.375rem;
    font-weight: normal;
    text-transform: uppercase;
    font-style: italic;
    color: var(--white);
    /*transform: skew(-170deg);*/
}

/* Span inside h3 for block styling */
.service-content-box h3 span {
    display: block;
    font-size: 2.063rem;
    font-style: normal;
    font-weight: 700;
}
@media(max-width:767px){
	.service-content-box h3{
		font-size:2.5rem;
	}
	.service-content-box h3 span{
		font-size: 4rem;
	}
}

/* Hidden text initially */
.text-content {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, max-height 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
}

/* Hover Effects */
.callout-service:hover .circle {
    transform: translateX(-50%) translateY(0); /* Moves up */
    height: 95px;
    width: 95px;
    border-color:#D52B1E ;
}

.callout-service:hover .circle img {
    height: 50px;
    width: 50px;
}

.callout-service > *:not(.circle) {
    /* transform: rotate(2deg); */
}

.callout-service:hover h3 {
    transform: translateY(-15px) ; /* Moves up slightly */
}

.callout-service:hover .text-content {
    opacity: 1;
    transform: translateY(-30px);
    max-height: 500px; /* Expand to accommodate text */
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, max-height 0.5s ease-in-out;
}

.callout-service:hover .service-content-box {
    transform: translateY(-45px); /* Moves up slightly */
}

.callouts-services {
  margin-top: 3.625rem;
  margin-bottom: 3.625rem;

}


.service-area {
  margin-bottom: 3.813rem;
}

.service-area h2 {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.service-area img {
    /* width: 439px; */
    /* height: 346px; */
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin-right: 5.5rem;
}
.left-side {
      display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding-left: 5.5rem;
}
.right-side {
	padding-right: 5.5rem;
}

@media(max-width:991px){
	.left-side, .right-side{
		padding: 1rem;
	}
}

.safety {
     background: linear-gradient(to bottom, #212121 50%, #fff 50%);

}

.safety-bkg {
    padding-top: 125px;
    padding-bottom: 125px;
    background: url('img/hex.svg');
   /* clip-path: polygon(0% 0%, 50% 20%, 100% 0%, 100% 100%, 50% 80%, 0% 100%);*/
   clip-path: polygon(0% 0%, 50% 15%, 100% 0%, 100% 100%, 50% 85%, 0% 100%);
}


.safety h2 {
    font-size: 2.5rem;
    color: var(--red);
    text-transform: uppercase;
}

.safety h3 {
    font-size: 1.25rem;
    font-weight: 400;
}

.about {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
}

/*
.safety img {
      position: absolute;
    width: 250px;
    height: 235px;
    opacity: 1;
    object-fit: contain;
    right: 25%;

}*/
.image-trio {
  position: absolute;
  right: 25%;
  top: -205%;
}
.image-trio img {
      width: 250px;
    height: 235px;
    opacity: 1;
    object-fit: cover;
    transform: rotate(-2deg);
    border-radius: 30px;
    display: block;
    margin: 1rem auto;
  }

@media(max-width:991px){
	.image-trio {
    display: flex;
    position: relative;
    right: auto;
    top: auto;
	justify-content: space-around;
}
	.image-trio img{
		width:30%;
		margin:auto;
	}
}

@media(max-width:600px){
	.image-trio img{
		height:150px;
	}
}

.testimonials {
  background: #212121;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}


.testimonials h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: var(--white);
}

.testimonials blockquote {
  background: unset;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
	font-style: unset;
}
.contact {
  background: transparent linear-gradient(180deg, #D6D6D6 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.testimonial-slide {
    padding-right: 4rem;
    padding-left: 4rem;
}

blockquote.testimonial-box {
    margin-bottom: 1rem;
    padding-bottom: 0;
}

.contact img {
    max-height: 280px;
    max-width: 305px;
    transform: rotate(-2deg);
    border-radius: 30px;
    margin-top: -70px;
    margin-bottom: 90px;
}

@media(max-width:991px){
	.contact .col-lg-4{
		display:none;
	}
}

.contact {
  padding-top: 40px;
  /*padding-bottom: 80px;*/
}
.home #gform_wrapper_1 {
    background: unset;
    padding: unset;
}

.home #gform_wrapper_1 label, .home #gform_wrapper_1 legend  {
    font-weight: 900;
    text-transform: uppercase;
}

.contact-wrapper {
    max-width: 678px;
}

@media(max-width:991px){
	.contact-wrapper{
		max-width: 100%;
	}
}

/*** FOOTER ***/

footer .btn {
  font-size: 14px;
  margin-right: 0;
}

address span:first-of-type {
    padding-bottom: 1rem;
}

footer {
	margin-top: 3.875rem;
}

footer a {
  color: inherit;
}

footer a:hover {
}

footer:not(.home footer) {
}

.top-footer {
  background: var(--black);
  color: var(--white);
  padding-top: 21px;
  padding-bottom: 52px;
}

.bottom-footer {
  background: #2E2E2E;
  color: var(--white);
}


@media(min-width: 768px) {
	.footer-btn {
		text-align: right;
	}
	
	footer address {
		margin-left: 1rem;
	}
}

@media(max-width:767px){
	.footer-btn{
		padding-top:3rem;
	}
}

address {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-style: normal;
}

address span {
    display: flex;
    align-items: center;
    gap: 8px;
}

address img {
    width: 30px;
    height: auto;
    vertical-align: middle;
}

address p {
  margin: 0;
}
/*
footer .logo {
  max-width: 205px;
}*/

@media (max-width: 480px) {
    address {
        gap: 6px;
    }

    address img {
        width: 18px;
    }
}


/*** ACCORDIONS ***/


.accordion {
  margin: 2.75rem 0 2.75rem;
}


.accordion-group {
    margin-top: 1.875rem;
    overflow: hidden;
}

.panel-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 .5rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  font-family: var(--font-headline);
  border-bottom: 2px solid #D6D6D6;
    padding: 1rem 1.25rem;

}


.panel-title.collapsed h3 {
  color: #000;
}

.panel-title h3 {
  margin: 0;
  color: #403F3F;
}

.panel-content {
  padding: 0.85rem 1.25rem 1.25rem;
}


.panel-title::after {
  content: "-";

  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  line-height: normal;
    padding-bottom: .15rem;
    background: var(--red);
    color: var(--white);

}

.panel-title.collapsed::after {
  content: "+";

  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  line-height: normal;
  padding-bottom: .15rem;
  background: var(--red);
    color: var(--white);

}




/*** BLOG - SIDEBAR ***/

.blog-sidebar {
    padding: 2rem;
}

.blog-sidebar h3 {
}

.blog-sidebar a:not(.blog-btn) {
}

.blog-sidebar .blog-btn:hover {

}

.blog-sidebar a:hover {
}

.post-content aside .btn-primary {
    display: block;
    margin-top: 2rem;

}

.post-content aside .btn-primary:hover {

}

.blog-title {
    transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}



.blog-title.bkg-img:hover::before,.blog-title.bkg-color:hover  {
    background: rgba(39, 37, 96, .6);
}

.blog-sidebar h3 {
  font-size: x-large;
  margin-bottom: 1rem;
  border-bottom: 1px solid;
  padding-bottom: .5rem;
}

.post-links, .category-links {
  padding-left: 1em;
}

.sidebar-links li {
  line-height: normal;
}

.blog-btn {
  font-size: medium;
  padding: .5rem;
}



/*** BLOG - POSTS ***/


.post-image {
      height: 250px;
}

.post-meta:not(article .post-meta) {
    font-size: 85%;
    font-style: italic;
    margin-bottom: 3rem;
    line-height: normal;
}


/*** BLOG - INDEX ***/

.blog-article {
  margin-bottom: 3rem;
}

.blog-article .blog-link {
  text-decoration: underline;
}

.blog-article .blog-link:hover {
  text-decoration: none;
}

.blog-content {
  padding: 2.313rem;

}


/*** BLOG -- HOME ***/


/**** TABLES ****/

table {
  width: 100%;
  margin: 0 0 1rem;
  font-size: 1rem;
}

th {
  font-size: 1.125rem;
  font-weight: 600;
}

td, th {
  padding: 0.5rem 1rem;
}

thead {

  border: 1px solid var(--gray-dark);
  text-align: left;
  background: #333333;
  color: var(--white);
}


tr:nth-child(even) {
  background:   background: linear-gradient(0deg, rgba(255,255,255,1) 25%, rgba(213, 210, 210, 0.8) 100%);

}

td, th {
  border: 1px solid var(--gray-dark);
}

table.values .num{
	text-align: right;
	padding:0;
	margin:0;
}

.values .num strong:before {
    content: "";
    position: absolute;
    display: block;
    height: 15px;
    left: 2rem;
    z-index: -1;
    width: 2.5rem;
    font-weight: 700;

}

.values tr:nth-child(even) {
  background: none;
}

.values td{
	padding:.25rem 1rem;
}


/*** LISTS ***/

ul.alt li {
  position: relative;
  list-style: none;
}

ul.alt li::before {
  content: '\2713';
  display: inline-block;
  line-height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  font-size: 0.75rem;
  position: absolute;
  left: -1.5rem;
  top: 6px;
    background: var(--red);
  color: var(--white);
  font-weight: 700;
}

li {
  margin-bottom: 0.563rem;
}

ol.alt {
  counter-reset: orderedList;
}

ol.alt li {
  list-style-type: none;
  position: relative;
}

ol.alt li::before {
  counter-increment: orderedList;
  content: counter(orderedList);
  display: inline-block;
  line-height: 1rem;
  text-align: center;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  font-size: 0.75rem;
  position: absolute;
  left: -1.5rem;
  top: 6px;
    background: var(--red);
  color: var(--white);
  font-weight:700;

}
.fourcol{
	columns:4;
}
.threecol{
	columns:3;
}

.twocol{
	columns:2;
}
@media(max-width: 768px) {
  ul.alt li::before, ol.alt li::before {
    line-height: 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
    font-size: 1rem;
    left: -2.25rem;
  }
	.threecol, .twocol{
	columns:1;
}
	.fourcol{
	columns:2;
}


  ul.alt li, ol.alt li {
    line-height: normal;
  }
  
}

blockquote {
  padding: 2rem;
  margin: 2rem auto 3rem;
  text-align: left;
  font-style: italic;
  color: var(--white);
      -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M0,0 H100 V100 Q95,100 90,100 H10 Q5,100 0,100 Z" fill="black" stroke="white" stroke-width="5" stroke-linejoin="round"/></svg>');
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M0,0 H100 V100 Q95,100 90,100 H10 Q5,100 0,100 Z" fill="black" stroke="white" stroke-width="5" stroke-linejoin="round"/></svg>');
    background-size: 100% 100%;
background-image: url('img/trap.png');
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: url(#trapezoidClipPath);
    width: 100%;
  height: auto;
  background: #212121;
    border-radius: 20px;
}

blockquote strong {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-weight: 700;
}

blockquote p {
  margin: 0;
}

blockquote a {
  color: var(--white);
  text-decoration: underline;
}

blockquote a:hover {
  color: var(--white);
  text-decoration: none;
}





/*** TOP LEVEL BOXES ***/

.full-height {
    display: flex;
    flex-direction: column;
}

.box-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 3rem;
    overflow: hidden;
    border-radius: 20px;

}

.box-content {
    flex-grow: 1;
    overflow: hidden;
    padding: 2rem;
    background: linear-gradient(180deg, rgba(100,100,100,1) 0%, rgba(33,33,33,1) 100%);
    color: var(--white);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.box-image {
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat;
  min-height: 130px;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.box-wrapper .btn-primary {
  display: block;
  margin: 30px auto 0;
    background: var(--white);
    color: var(--black);
/*     box-shadow: 9px 9px 0 var(--red), 0 10px 20px rgba(0, 0, 0, 0); */
	margin-left: -9px;
	width: 100%;

}


.box-wrapper .btn-primary:hover {
  color: var(--white);
    background: var(--red);
    border-color: transparent;
/*     box-shadow: 0 0 0 #00000033, 0 9px 15px rgba(0, 0, 0, 0.2); */
}

.box-wrapper a:not(.box-wrapper .btn) {
    color: var(--white);
    text-decoration: underline;
}

.box-wrapper a:hover {
    text-decoration: unset;
}

.box-wrapper h2 {
  color: var(--white);
  font-size: 1.875rem;
  width: 100%;
  margin-bottom: 0;

}

/* WELLS */

.well {
    padding: 2rem 2rem 2.5rem;
    margin-bottom: 2rem;
    border-radius: 1.25rem;
}
.well .btn {
    margin-bottom: 0;
/*     margin-top: 1.5rem; */
    text-decoration: none;
}

.well .btn:hover {

}

.well-default {
      background: var(--black);
      color: var(--white);
}

.well-default .btn {
      color: var(--black);
    background: var(--white);
}

.well-default .btn:hover {
  color: var(--black);
}



.well-default h2, 
.well-default h3 {
    color: var(--white);
}

.well-default a {
  color: var(--white);
  text-decoration: underline;
}

.well-default a:hover {
  text-decoration: none;
  color: var(--white);
}


.well-alt {
  background: url('img/hex.svg') !important;
  background-repeat: repeat;
}

.well-alt h2, 
.well-alt h3 {
    color: var(--red);
}

.well-alt a {
  color: inherit;
  text-decoration: underline;
}

.well-alt a:hover {
  color: inherit;
  text-decoration: none;
}

.well-alt .btn {
  color: var(--white);
}
.well-alt .btn:hover {
  color: var(--white);

}

@media(max-width:767px){
	.well{margin-top:2rem;}
}

/** COUPONS **/

.coupon {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
  /*clip-path: polygon(3% 5%, 51% 0%, 99% 6%, 100% 93%, 49% 100%, 0% 92%);*/
    clip-path: polygon(0% 5%, 50% 0%, 100% 5%, 100% 95%, 50% 100%, 0% 95%);

  background: #2E2E2E;
      padding: .25rem;

}

.coupon-inner {
 /* clip-path: polygon(3% 5%, 51% 0%, 99% 6%, 100% 93%, 49% 100%, 0% 92%);*/
     clip-path: polygon(0% 5%, 50% 0%, 100% 5%, 100% 95%, 50% 100%, 0% 95%);

  background: var(--white);
  padding: 2rem;
}

.coupon h2 {
  color: var(--red);
}

.coupon h3 {
  color: var(--black);
}

.coupon .btn {
  margin-right: 0;
}

/* CALLOUTS */

.callout {
    margin-bottom: 3rem;
}

.callout .btn {
    margin-bottom: 0;
}

.callout h2, .callout h3 {
  color: var(--gray-dark);
}

.callout-full .btn {
	background: var(--red);
}

.callout-full.img-visible, .callout-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.callout-full.img-visible, .callout-full.img-visible h2 {
    color: var(--white);
}

.callout-full.img-visible a:not(.btn) {
    color: var(--white);
}

.callout-full.img-visible a:not(.btn):hover {
    color: var(--white);
}



@media(min-width: 768px) {
.callout-image {
    max-width: 45%;
}

}

@media(max-width: 768px) {
  .callout .callout-image {
    padding: 20%;
  }
}

.callout-full.img-visible:before  {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--image-overlay);
}
.full-callout-blue.callout-full.img-visible:before  {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--image-overlay-alt);
}


.callout-full.img-visible .callout-content {
    padding: 3rem;
    text-align: center;
    font-size: 1.125rem;
    color: var(--white);
}

.callout:not(.callout-full.img-visible, .callout-full.img-none) .callout-content {
    padding: 2rem 2rem 2.5rem;
}

.callout .row.no-gutters:not(.img-visible .row.no-gutters ) {
    border: 1px solid #646464;
    border-radius: 20px;
    overflow: hidden;
}


@media (max-width: 768px) {
    .callout .callout-content {
        flex: 0 0 100%;
    }
}

.callout-left .callout-content {
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(230,231,231,1) 100%);
}

.callout-right .callout-content {
  background: linear-gradient(280deg, rgba(255,255,255,1) 0%, rgba(230,231,231,1) 100%);;
}
/*** MODAL ***/

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
 max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

/*** PAGES ***/


.page-title {
      padding-top: 2.375rem;

    margin-bottom: 1.875rem;
}

.page-title h1 {
  line-height: normal;
  margin: 0;
}

.page-title.bkg-color {
}

.page-title.bkg-img {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top:6.75%; 
  padding-bottom:6.75%;
  position: relative;
  margin-bottom: 2rem;
}

.page-title.bkg-img h1 {
  color: var(--gray-dark);
}

.page-title.bkg-img::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--image-overlay);
}

img.icon {
    width: 100px;
    margin: auto;
}

/*** EXTERNAL LINKS ***/

a[target="_blank"]:has(> img):after, a[target="_blank"]:has(> svg):after,footer a[href^="https://consumerfocusmarketing.com"]:after {
  display: none;
}


a[target="_blank"]::after {
  content: "";
  width: 11px;
  height: 11px;
  margin-left: 4px;
  -webkit-mask:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'><path stroke-width='5' fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/><path stroke-width='5' fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/></svg>") center/cover;
  display: inline-block;
  background: currentColor;
}



/*** FORMS ***/
.gform_wrapper {
    background: var(--gray-light);
    padding: 2rem;
}

.gform-theme--api, .gform-theme--foundation{
	--gf-form-gap-y: 20px !important;
}


/*** MISC ***/
@media(min-width:768px){
	
.page-id-338 .well-default, .page-id-343 .well-default, .page-id-772 .well-alt {
    margin-top: -3rem;
}
	.page-id-8 .well-alt {
    margin-top: -5rem;
    margin-bottom:0;
}
}
.brandlogos{
	display:flex;
	align-items:center;
	justify-content: space-between;
	flex-wrap: wrap;
		
}
.brandlogos img{
	max-width:175px;
}
.page-id-17 .well{
	margin-bottom:1rem;
}