/*----------------------------------------------------*\

	style.CSS

	CREATED BY: Steele Digital Media
	SITE: www.steeledigitalmedia.com
	CREATED: 02/24/2023
	AUTHOR: Graham Steele

	DESCRIPTION:	Styles of appearance. Images, colour, font, shadows, etc.
					Also include any changes to layout styles included in "style-2ilp-v4.css"
                    INSPO: https://ld-wp73.template-help.com/wordpress/prod_21258/v3/

\*----------------------------------------------------*/

/*-------------------------------------------*\

   Layout

   Content
   - Reboot
   - Typography

   Components
   - Breadcrumb
   - Buttons
   - Navbar
   - Slogan

   Utilities

   Extend
   - Icons
   - Product Lead

\*-------------------------------------------*/

:root {
  --highlight: #4682b4;
  --highlight-hover: #2f4f4f;
  --on-highlight: #fff;
  --on-highlight-hover: #fff;
}

/*-------------------------------------------*\
   LAYOUT
\*-------------------------------------------*/

/*---------------------*\
    Header
\*---------------------*/

/* Change background and border of header area. */
.header-inner {
  background-color: rgb(255, 255, 255) !important;
  border-bottom: 1px solid #dee2e6;
}
/* Change height of header area. */
.header-inner,
.header-spacer {
  height: 40px !important;
}

@media only screen and (min-width: 992px) {
  .header-inner {
    background-color: rgb(255, 255, 255) !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }
  .header-inner,
  .header-spacer {
    height: 80px !important;
  }
}

/*---------------------*\
    Footer
\*---------------------*/

footer.section {
  background-color: #191919;
  color: #8d8d8d;
  font-size: 0.875rem;
}
footer h3 {
  color: #fff;
}
footer a {
  color: var(--highlight);
}
footer a:hover {
  color: #fff;
}

@media only screen and (min-width: 992px) {
}

/*-------------------------------------------*\
    CONTENT
\*-------------------------------------------*/

/*---------------------*\
    Reboot
\*---------------------*/

body {
  color: inherit !important;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1.5 !important;
}

.logomark {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -0.2px;
}
footer .logomark {
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

/*  Headings
\*---------------------*/
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

/*  Links
\*---------------------*/
a {
  color: var(--highlight, #007bff);
  text-decoration: none !important;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none !important;
}

/*-------------------------------------------*\
   COMPONENTS
\*-------------------------------------------*/

/*---------------------*\
    Breadcrumbs
\*---------------------*/
.breadcrumb-wrapper {
  background-color: #6b8e23;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.6px;
  padding: 1.5rem 0;
  text-transform: uppercase;
}
.breadcrumb-wrapper h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item:before,
.breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumb-item a:hover {
  color: rgba(255, 255, 255, 1);
}

@media only screen and (min-width: 768px) {
  .breadcrumb-wrapper h2 {
    margin: 0;
  }
}

/*---------------------*\
    Buttons
\*---------------------*/

.btn {
  border-radius: inherit !important;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.7px;
  padding: 17px 44px 19px 44px !important;
  text-transform: uppercase;
}
.btn-primary {
  background-color: var(--highlight, #007bff) !important;
  border-color: var(--highlight, #007bff) !important;
  color: var(--on-highlight, #fff) !important;
}
.btn-primary:hover {
  background-color: var(--highlight-hover, #0069d9) !important;
  border-color: var(--highlight-hover, #0069d9) !important;
  color: var(--on-highlight-hover, #fff) !important;
}

.btn-outline-white {
  background-color: transparent !important;
  border-color: #fff !important;
  border-width: 2px !important;
  color: #fff !important;
}
.btn-outline-white:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: var(--highlight-hover, #007bff) !important;
}

/*---------------------*\
    Navbar
\*---------------------*/

/*  Navbar-Nav
\*---------------------*/
.navbar {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .navbar-nav {
  }
  .navbar-nav li {
  }
  .navbar-nav li + li {
    margin-left: 0.75rem;
  }
  .navbar-nav li a {
    color: rgb(72, 72, 72) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
    line-height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
  }
  .navbar-nav li a:hover {
    color: var(--highlight, #007bff) !important;
  }
}

/*---------------------*\
    Slogan
\*---------------------*/
.slogan-outer {
  background-color: #6b8e23;
}
.slogan {
}
.slogan-inner {
  padding: 1.25rem 0;
}
.slogan h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

/*-------------------------------------------*\
   UTILITIES
\*-------------------------------------------*/

/*-------------------------------------------*\
   EXTEND
\*-------------------------------------------*/

/*---------------------*\
    Icons
\*---------------------*/

/*---------------------*\
    Features
\*---------------------*/
.subtitle {
  color: #b7b9be;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
}
.section-features h3 {
  color: #1b242b;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: uppercase;
}
.section-features h3 strong {
  font-weight: 700;
}

.feature {
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 9.9px 0.1px rgb(0 0 0 / 10%);
  box-shadow: 0 0 9.9px 0.1px rgb(0 0 0 / 10%);
  height: 100%;
  padding: 32px;
  position: relative;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 500ms;
}
.feature-icon {
  color: #fff;
  background: var(--highlight, #007bff);
  border-radius: 50%;
  display: inline-block;
  font-size: 2rem;
  height: 90px;
  line-height: 90px;
  margin-bottom: 2rem;
  text-align: center;
  width: 90px;
}

/*---------------------*\
    How It Works
\*---------------------*/
.section-how-it-works {
  background-color: #f6f6f7;
  background-image: url(/img/bg-engine.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  letter-spacing: 0;
}
.section-how-it-works h3 {
  color: #1b242b;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: uppercase;
}
.section-how-it-works h3 strong {
  font-weight: 700;
}
.hiw {
  font-size: 1.25rem;
  text-align: left;
}
.hiw img {
  border: 1px solid #dedede;
  border-radius: 0.5rem;
  box-shadow: 0 0 9.9px 0.1px rgb(0 0 0 / 10%);
}

/*---------------------*\
    Product Lead
\*---------------------*/
.product-lead {
  background-color: #000;
  background-image: url(/img/bg-head.jpg);
  padding: 8% 0;
}
.product-lead .container {
  position: relative;
  z-index: 5;
}
.product-lead:after {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*---------------------*/
.quote {
  align-items: start;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 2rem;
  position: relative;
}

.quote i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 2rem;
  margin-right: 1rem;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.quote .highlight {
  color: #fff;
  font-weight: 600;
  position: relative;
}
.quote .highlight:after {
  border-bottom: 3px solid #6b8e23;
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
}
