@charset "UTF-8";
/*!
Theme Name: Luli Bookkeeping
Theme URI: http://underscores.me/
Author: Edgar Wanjala
Author URI: https://dribbble.com/edgarwanjalawafula
Description: Hi, I’m Dorah Mtekele the founder and owner  of Luli Bookkeeping, your dedicated bookkeeping expert.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: luli-bookkeeping
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Luli Bookkeeping is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --color-primary: #caa872;
  --color-secondary: #082c2c;
  --color-cream: #f5f2e9;
  --color-cream-light: #f5e4d0;
  --font-heading: "Playfair Display", serif;
  --font-body: "Jost", sans-serif;
  --border-radius: 24px;
  --section-padding: 4.5rem 0;
  --section-heading: 2.5rem;
  --btn-cta-padding: 10px 20px;
  --btn-cta-width: max-content;
  --btn-cta-justify-content: space-between;
  --custom-logo-width: 125px;
  --nav-letter-spacing: 0.3em;
  --breakpoint-mobile: 576px;
  --breakpoint-tablet: 768px;
  --breakpoint-desktop: 1024px;
}

.btn-cta, .page-contact form select.wpcf7-submit,
.page-contact form input.wpcf7-submit, .site-header nav ul#menu-primaryright li:last-child a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: capitalize;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  padding: var(--btn-cta-padding);
  width: var(--btn-cta-width);
  border-radius: var(--border-radius);
  letter-spacing: var(--nav-letter-spacing);
  text-transform: uppercase;
  font-size: 0.8rem;
  justify-content: var(--btn-cta-justify-content);
}

.section-heading {
  font-size: var(--section-heading);
}

.page-about .about-intro .load-more::before, .service-card::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: var(--font-body);
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: var(--font-heading);
  margin-bottom: 1rem;
  font-weight: 400;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
body.menu-open .mobile-panel {
  transform: translateX(0);
}
body.loading .loader-container {
  opacity: 1;
  visibility: visible;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  text-decoration: none;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.blog-card {
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.blog-card img {
  height: 240px;
  border-radius: var(--border-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.blog-card .bc-body {
  padding: 1.5rem;
}
.blog-card .bc-body h5 {
  color: #222;
}

.service-card {
  height: 350px;
  border-radius: var(--border-radius);
}
.service-card::before {
  border-radius: var(--border-radius);
}
.service-card img {
  border-radius: var(--border-radius);
}
.testimonial-card {
  border-radius: var(--border-radius);
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin: 5px;
}
.testimonial-card svg {
  fill: var(--color-primary);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.loader-container {
  height: 100vh;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8862745098);
  opacity: 0;
  visibility: hidden;
}
.loader-container span {
  letter-spacing: var(--nav-letter-spacing);
  font-size: 0.8rem;
}
.loader-container .fs-preloader .theme-loader {
  height: 3px;
  width: 7rem;
  background-color: lightgray;
}
.loader-container .fs-preloader .theme-loader .theme-loading {
  width: 2rem;
  height: 3px;
  animation: animation 1.2s infinite;
  background: var(--color-primary);
}

@keyframes animation {
  0% {
    transform: translateX(0rem);
  }
  50% {
    transform: translateX(3rem);
  }
  100% {
    transform: translateX(0rem);
  }
}
#newsletterModal .modal-dialog {
  max-width: 55%;
}
#newsletterModal .modal-dialog .modal-content {
  border-radius: var(--border-radius);
}
#newsletterModal .modal-dialog .modal-content .modal-body svg {
  margin-bottom: 2rem;
}
#newsletterModal .modal-dialog .modal-content .modal-body img {
  border-radius: var(--border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#newsletterModal .modal-dialog .modal-content .modal-body form > div {
  padding: 2.5rem;
}
#newsletterModal .modal-dialog .modal-content .modal-body form > div input {
  border-radius: var(--border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  padding-left: 1rem;
}
#newsletterModal .modal-dialog .modal-content .modal-body form > div button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.inner-hero {
  padding: 14rem 0;
}
.inner-hero .hero-content h2 {
  font-size: 3rem;
}
.inner-hero img {
  -o-object-position: center;
     object-position: center;
}

/* Navigation
--------------------------------------------- */
.notice a {
  font-size: 0.9rem;
  color: var(--color-secondary);
}
.notice a svg {
  width: 16px;
}

.site-header {
  background-color: var(--color-secondary);
}
.site-header .mobile-toggle {
  gap: 6px;
  cursor: pointer;
}
.site-header .mobile-toggle span {
  width: 28px;
  height: 2px;
  background-color: #fff;
}
.site-header .site-branding a {
  position: relative;
  display: block;
}
.site-header .site-branding a .custom-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: var(--custom-logo-width);
  height: var(--custom-logo-width);
  margin: 0px auto;
  border-radius: 100%;
  background: var(--color-secondary);
  padding: 0 6px 0 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-header nav {
  height: 100%;
}
.site-header nav ul {
  padding: 1rem 0;
}
.site-header nav ul#menu-primaryright li:last-child a {
  background-color: var(--color-primary);
  color: #fff;
}
.site-header nav ul li.current-menu-item {
  border-bottom: 1px solid #fff;
}
.site-header nav ul li a {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: var(--nav-letter-spacing);
}

.mobile-panel {
  transform: translateX(-100%);
  transition: transform 0.9s cubic-bezier(1, 0.02, 0.26, 1.03);
  background-color: var(--color-cream);
  z-index: 99999;
}
.mobile-panel img {
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.mobile-panel nav ul li.current-menu-item a {
  border-bottom: 1px solid #222;
}
.mobile-panel nav ul li a {
  letter-spacing: var(--nav-letter-spacing);
  font-size: 1.2rem;
  color: #222;
}

/* Footer
--------------------------------------------- */
.site-footer {
  font-size: 1rem;
}
.site-footer .footer-padding {
  padding: 3rem;
  border-radius: var(--border-radius);
  background-color: var(--color-secondary);
}
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1rem;
}
.site-footer .newsletter {
  border-radius: 30px;
  padding-left: 20px;
}
.site-footer .newsletter input::-moz-placeholder {
  color: #fff;
}
.site-footer .newsletter input::placeholder {
  color: #fff;
}
.site-footer .newsletter button {
  background-color: var(--color-primary);
  height: 2rem;
  width: 2rem;
  margin: 6px;
}
.site-footer .newsletter button svg {
  fill: #fff;
}
.site-footer ul.quickbooks-badges img {
  height: 90px;
}
.site-footer ul li a {
  color: #fff;
  font-size: 1rem;
  padding: 2px 0;
  display: block;
  font-weight: 300;
}
.site-footer .custom-logo {
  width: 100px;
  margin-bottom: 1.5em;
}

/* Page Hero
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
.page-home .hero-banner {
  background-color: var(--color-cream-light);
  padding-top: 5rem;
}
.page-home .hero-banner h1 {
  font-size: 4rem;
}
.page-home .hero-banner p {
  font-size: 1.3rem;
}
.page-home .hero-banner .center-img {
  aspect-ratio: 3/5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.page-home .hero-banner .service-accreditation-col .service-list li h5 {
  margin-bottom: 5px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--color-secondary);
}
.page-home .hero-banner .service-accreditation-col .service-list li p {
  font-size: 1rem;
}
.page-home .hero-banner .service-accreditation-col .service-list li svg path {
  stroke: var(--color-secondary);
}
.page-home .hero-banner .service-accreditation-col img {
  height: 80px;
}
.page-home .intro-text svg path {
  stroke: var(--color-primary);
}
.page-home .intro-text svg {
  margin-bottom: 1.5rem;
  width: 32px;
  height: 32px;
}
.page-home .diy img {
  border-radius: var(--border-radius);
}
.page-home .diy ul li:last-child a {
  background-color: var(--color-secondary);
}
.page-home .diy .diy-card {
  border-radius: var(--border-radius);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.page-home .meet-the-founder {
  margin: var(--section-padding);
}
.page-home .meet-the-founder .row {
  background-color: var(--color-secondary);
  border-radius: var(--border-radius);
}
.page-home .meet-the-founder .row img {
  border-radius: var(--border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: var(--color-cream-light);
}
.page-home .home-testimonials .owl-stage {
  display: flex;
}
.page-home .home-testimonials .owl-stage .owl-item {
  height: auto;
}
.page-home .home-testimonials img {
  opacity: 0.3;
  mix-blend-mode: multiply;
}

.page-about .about-intro {
  padding-top: 7rem;
}
.page-about .about-intro .load-more {
  height: 66.6666666667vh;
  transition: height 0.7s ease-in-out;
}
.page-about .about-intro .load-more::before {
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  top: unset;
  bottom: 0;
  height: 50%;
}
.page-about .about-intro .load-more.expanded {
  height: 100%;
}
.page-about .about-intro .load-more.expanded::before {
  height: 0;
}
.page-about .about-intro .btn-load-more {
  border: 0;
  border-bottom: 1px solid #000;
  letter-spacing: var(--nav-letter-spacing);
  font-size: 0.8rem;
}
.page-about .about-intro img {
  border-radius: var(--border-radius);
  aspect-ratio: 3/4;
  transition: 0.6s ease-in-out all;
}

.page-services .services-listing .row {
  margin: var(--section-padding);
}
.page-services .services-listing .row img {
  border-radius: var(--border-radius);
}
.page-services .services-listing .row ul {
  list-style-type: disc;
  margin: 0 0 2rem 2rem;
}
.page-services .accordion .accordion-item .accordion-header .accordion-button {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 1.5rem;
}
.page-services .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  border-bottom: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.page-blog .featured-blog {
  background-color: var(--color-secondary);
  border-radius: var(--border-radius);
}
.page-blog .featured-blog .fbc {
  padding: 3rem;
}
.page-blog .featured-blog .fbc h2 {
  font-size: 2rem;
}
.page-blog .featured-blog .fbc p {
  font-size: 1.1rem;
  font-weight: 300;
}
.page-blog .featured-blog img {
  border-radius: var(--border-radius);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-blog .non-featured-posts {
  background-color: var(--color-cream);
  margin: var(--section-padding);
  margin-top: 0;
}

.page-contact .contact-col img {
  border-radius: var(--border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-contact form {
  position: relative;
}
.page-contact form p {
  margin: 0;
}
.page-contact form label {
  font-weight: 500;
}
.page-contact form select,
.page-contact form input {
  border-radius: 0;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: rgba(33, 37, 41, 0.7490196078);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1843137255);
}
.page-contact form select.wpcf7-submit,
.page-contact form input.wpcf7-submit {
  background-color: var(--color-primary);
  width: 50%;
}
.page-contact form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}

.contact-info .info-card svg,
.contact-info .info-card img {
  width: 35px;
  height: auto;
}
.contact-info .info-card h5 {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Single Posts
--------------------------------------------------------------*/
.single.single-post article {
  margin-top: 8rem;
}
.single.single-post article .featured-image {
  border-radius: var(--border-radius);
  aspect-ratio: 16/9;
  max-height: 65vh;
  margin: 1.5rem 0;
}
.single.single-post article h2,
.single.single-post article h3,
.single.single-post article h4,
.single.single-post article h5,
.single.single-post article h6 {
  font-size: 1.4rem;
  font-weight: 500;
}
.single.single-post article ul {
  list-style-type: disc;
  margin: 0 0 2rem 2rem;
}
.single.single-post article .sidebar {
  background-color: var(--color-secondary);
  padding: 2rem;
  border-radius: var(--border-radius);
}
.single .post-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single .post-navigation .nav-links > div {
  width: calc(50% - 3rem);
}
.single .post-navigation .nav-links > div a {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.bg-cream {
  background-color: var(--color-cream);
}

.section-padding {
  padding: var(--section-padding);
}

.section-heading .section-heading-em {
  position: relative;
  display: inline-block;
}
.section-heading .section-heading-em::before {
  content: "";
  position: absolute;
  background-color: var(--color-cream-light);
  height: 25%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.section-heading + p {
  font-size: 1.25rem;
}

.btn-cta.fill {
  background-color: var(--color-primary);
  color: #fff;
  border: 1px solid var(--color-primary);
}
.btn-cta.fill:hover {
  background-color: transparent;
  color: var(--color-primary);
}
.btn-cta.outline {
  border: 1px solid var(--color-primary);
  background-color: transparent;
}
.btn-cta svg {
  height: 16px;
  width: 16px;
}

.position-md-absolute {
  position: absolute;
}

/*--------------------------------------------------------------
# Mobile Queries
--------------------------------------------------------------*/
@media (max-width: 575px) {
  :root {
    --section-heading: 2rem;
    --section-padding: 2.5rem 0;
    --custom-logo-width: 90px;
    --nav-letter-spacing: 0.3em;
    --btn-cta-padding: 14px;
    --btn-cta-width: 100%;
    --btn-cta-justify-content: center;
  }
  /*--------------------------------------------------------------
  # Cards
  --------------------------------------------------------------*/
  .blog-card {
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
  }
  .blog-card img {
    height: 240px;
    border-radius: var(--border-radius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .blog-card .bc-body {
    padding: 1.5rem;
  }
  .service-card {
    height: 350px;
    border-radius: var(--border-radius);
  }
  .service-card::before {
    border-radius: var(--border-radius);
  }
  .service-card img {
    border-radius: var(--border-radius);
  }
  .testimonial-card {
    border-radius: var(--border-radius);
    padding: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin: 5px;
  }
  .testimonial-card svg {
    fill: var(--color-primary);
  }
  /*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/
  #newsletterModal .modal-dialog {
    max-width: calc(100% - 2rem);
    margin: 0px auto;
  }
  #newsletterModal .modal-dialog .modal-content .modal-body svg {
    margin-bottom: 1rem;
    width: 22px;
    height: 22px;
    cursor: pointer;
  }
  #newsletterModal .modal-dialog .modal-content .modal-body img {
    border-radius: var(--border-radius);
  }
  #newsletterModal .modal-dialog .modal-content .modal-body form > div {
    padding: 1.5rem;
    text-align: center;
  }
  #newsletterModal .modal-dialog .modal-content .modal-body form > div input {
    height: 48px;
    padding-left: unset;
    border-radius: var(--border-radius);
    margin-bottom: 1rem;
    padding: 1rem;
  }
  #newsletterModal .modal-dialog .modal-content .modal-body form > div button {
    border-radius: var(--border-radius);
  }
  .inner-hero {
    padding: 6rem 0;
  }
  .inner-hero .hero-content h2 {
    font-size: 2rem;
  }
  .page-home .hero-banner {
    padding-top: 6rem;
    text-align: center;
  }
  .page-home .hero-banner h1 {
    font-size: 2.5rem;
  }
  .page-home .hero-banner p {
    font-size: 1.2rem;
  }
  .page-home .hero-banner .center-img {
    aspect-ratio: 2.6/4;
  }
  .page-home .hero-banner .service-accreditation-col {
    gap: 2rem !important;
    margin: 2rem 0;
  }
  .page-home .hero-banner .service-accreditation-col img {
    height: 80px;
  }
  .page-home .hero-banner .service-accreditation-col .quickbooks-badges {
    justify-content: center;
  }
  .page-home .diy img {
    border-radius: var(--border-radius);
  }
  .page-home .diy ul li:last-child {
    margin: 1rem 0;
  }
  .page-home .diy .diy-card {
    border-radius: var(--border-radius);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  }
  .page-home .meet-the-founder {
    margin: var(--section-padding);
  }
  .page-home .meet-the-founder .row {
    background-color: var(--color-secondary);
    border-radius: var(--border-radius);
  }
  .page-home .meet-the-founder .row img {
    border-radius: var(--border-radius);
    height: 300px !important;
  }
  .page-home .meet-the-founder .row .p-5 {
    padding: 1.5rem !important;
  }
  .page-home .home-testimonials {
    margin: var(--section-padding);
  }
  .page-about .about-intro {
    padding-top: 3rem;
  }
  .page-about .bg-fixed {
    height: 66.6666666667vh;
    margin: var(--section-padding);
    margin-top: 0;
  }
  .page-services .accordion .accordion-item .accordion-header .accordion-button {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
    padding: 1.5rem;
  }
  .page-services .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
    border-bottom: 1px solid var(--color-primary);
    color: var(--color-primary);
  }
  .page-blog .featured-blog {
    flex-direction: column-reverse;
  }
  .page-blog .featured-blog .fbc {
    padding: 2rem;
  }
  .page-blog .featured-blog .fbc h2 {
    font-size: 1.5rem;
  }
  .page-blog .featured-blog .fbc p {
    font-size: 1rem;
  }
  .page-blog .featured-blog img {
    border-radius: var(--border-radius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .page-blog .non-featured-posts {
    background-color: var(--color-cream);
    margin: var(--section-padding);
    margin-top: 0;
  }
  .page-contact .contact-col {
    padding-bottom: 1.5rem;
  }
  .page-contact .contact-col img {
    border-radius: var(--border-radius);
    aspect-ratio: 3.2/4;
  }
  .page-contact form {
    position: relative;
  }
  .page-contact form p {
    margin: 0;
  }
  .page-contact form label {
    font-weight: 500;
  }
  .page-contact form select,
  .page-contact form input {
    height: 46px;
  }
  .page-contact form select.wpcf7-submit,
  .page-contact form input.wpcf7-submit {
    width: 100%;
  }
  .page-contact form .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .site-header {
    background-color: var(--color-secondary);
  }
  .site-header .site-branding {
    display: flex;
    align-items: center;
  }
  .site-header .site-branding a {
    position: relative;
    display: block;
  }
  .site-header .site-branding a .custom-logo {
    width: var(--custom-logo-width);
    height: var(--custom-logo-width);
    margin: unset;
    padding: 0 5px 0 9px;
  }
  .site-header .btn-cta {
    border: 1px solid #fff;
    padding: 8px;
    margin: 1rem 0;
  }
  .site-footer .footer-padding {
    text-align: center;
    padding: 1.5rem;
  }
  .site-footer h4,
  .site-footer h5,
  .site-footer h6 {
    margin: 1.5rem 0 1rem;
  }
  .site-footer .newsletter {
    border-radius: 30px;
    padding-left: 20px;
  }
  .site-footer .newsletter input::-moz-placeholder {
    color: #fff;
  }
  .site-footer .newsletter input::placeholder {
    color: #fff;
  }
  .site-footer .newsletter button {
    background-color: var(--color-primary);
    height: 2rem;
    width: 2rem;
    margin: 6px;
  }
  .site-footer .newsletter button svg {
    fill: #fff;
  }
  .site-footer ul.quickbooks-badges {
    justify-content: center;
  }
  .site-footer ul li a {
    justify-content: center;
  }
  .site-footer .custom-logo {
    width: 100px;
    margin-bottom: 0;
  }
  .contact-info {
    text-align: center;
  }
  .contact-info .col {
    flex: unset;
    text-align: center;
    margin-top: 1.5rem;
  }
  .position-md-absolute {
    position: relative;
  }
}/*# sourceMappingURL=style.css.map */