/*!
Theme Name: Njomo K. Law
Theme URI: http://underscores.me/
Author: Edgar Wanjala
Author URI: https://edgarwanjala.co.ke/
Description: Njomo is an Advocate of the High Court of Kenya with 21 years of legal experience in diverse areas of legal practice specializing in telecommunications law, telecoms regulation advisory, Pan-African corporate advisory and secretarial practice, general commercial and corporate law and business registration with wide experience drafting and reviewing various commercial and corporate contracts and agreements.
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: njomo-k-law
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.

Njomo K. Law 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 {
  --theme-primary-color: #00411e;
  --theme-secondary-color: #b88f4b;
  --theme-gray-color: #f2f2f2;
  --theme-body-font: "Jost", sans-serif;
  --theme-heading-font: "Cormorant Garamond", serif;
  --theme-image-border-radius: 0;
  --theme-section-padding: 100px 0;
  --theme-page-heading-size: 5rem;
  --theme-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  --theme-mobile-menu-panel: calc(100% / 4);
}

.section-heading {
  font-size: 3.2rem;
  margin: 0 0 2rem;
  font-weight: 600;
  color: var(--theme-primary-color);
}

.people-card::before, .service-card::before, .page-heading::before, .hero-banner .carousel-cell::before, body::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.43);
  height: 100%;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.btn-cta, .hero-banner .carousel-cell .banner-content a {
  z-index: 5;
  grid-column-gap: 1em;
  align-items: center;
  padding: 0.5em 1.5em;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  position: relative;
  border: 1px solid transparent;
  border-radius: 100px;
  font-family: var(--theme-heading-font);
  background-color: var(--theme-secondary-color);
  color: #fff;
}

.floating-nav ul li:hover a span,
.floating-nav ul li:hover div span, .hero-banner .carousel-cell.is-selected .banner-content h1,
.hero-banner .carousel-cell.is-selected .banner-content p,
.hero-banner .carousel-cell.is-selected .banner-content a, .site-header .main-navigation .menu-item:hover > ul .mgm-row .pa-row .pa-col, .site-header .main-navigation .menu-item:not(:last-child).menu-item-object-custom > a::after, .site-header .main-navigation .menu-item:not(:last-child).menu-item-object-custom:hover > a::after, body.menu-open .mobile-menu-panel .menu li, body.menu-open .mobile-menu-panel, body.menu-open::before {
  opacity: 1;
  visibility: visible;
}

.floating-nav ul li a span,
.floating-nav ul li div span, .hero-banner .carousel-cell .banner-content h1,
.hero-banner .carousel-cell .banner-content p,
.hero-banner .carousel-cell .banner-content a, .mobile-menu-panel .menu > li, .mobile-menu-panel.menu-open .menu > li > a, .mobile-menu-panel, .site-header .main-navigation .menu-item > ul .mgm-row .pa-row .pa-col, .site-header .main-navigation .menu-item > ul, .site-header .main-navigation .menu-item:not(:last-child).menu-item-object-custom > a::after, body::before {
  opacity: 0;
  visibility: 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(--theme-body-font);
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: var(--theme-heading-font);
}

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::before {
  background-color: rgba(0, 0, 0, 0.8);
}
body.single-people .site-header {
  border-bottom-color: rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 1.5rem;
}
body.single-people .site-header .site-branding {
  border-color: rgba(0, 0, 0, 0.1607843137);
}
body.single-people .site-header .main-navigation .menu-item > a {
  color: rgba(0, 0, 0, 0.6509803922);
}
body.single-people .site-header .contact-info li a {
  color: rgba(0, 0, 0, 0.6509803922);
}
body.single-people .site-header svg path {
  stroke: var(--theme-primary-color) !important;
}
body.menu-open .mobile-menu-panel {
  transform: translateX(0);
}
body.menu-open .mobile-menu-panel .menu li {
  transform: translateX(0);
}
body.menu-open .mobile-menu-panel .menu li:nth-child(1) {
  transition-delay: 0.2s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(2) {
  transition-delay: 0.4s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(3) {
  transition-delay: 0.6s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(4) {
  transition-delay: 0.8s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(5) {
  transition-delay: 1s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(6) {
  transition-delay: 1.2s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(7) {
  transition-delay: 1.4s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(8) {
  transition-delay: 1.6s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(9) {
  transition-delay: 1.8s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(10) {
  transition-delay: 2s;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0;
}

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.175);
  z-index: 999;
}
.site-header .site-branding {
  margin: 0px auto;
  width: calc(66.6666666667% + 1rem);
  border: 1px solid rgba(255, 255, 255, 0.175);
  padding: 1.2rem;
  border-bottom: 0;
  border-top: 0;
  background-color: #fff;
}
.site-header .main-navigation {
  margin-right: 2rem;
}
.site-header .main-navigation .menu-item:not(:last-child).menu-item-object-custom > a::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 16px 8px;
  border-color: transparent transparent #FFf transparent;
  transform: rotate(0deg);
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: -34px;
  z-index: 999999999999;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.site-header .main-navigation .menu-item:not(:last-child) > a::before {
  content: "";
  position: absolute;
  background-color: var(--theme-secondary-color);
  width: 100%;
  height: 3px;
  bottom: -46px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: 800ms;
}
.site-header .main-navigation .menu-item:hover:not(.menu-item-object-custom) a::before {
  opacity: 1;
  visibility: visible;
}
.site-header .main-navigation .menu-item:hover > ul {
  opacity: 1;
  visibility: visible;
}
.site-header .main-navigation .menu-item:hover > ul .mgm-row .pa-row .pa-col {
  transform: translateX(0);
}
.site-header .main-navigation .menu-item:hover > ul .mgm-row .pa-row .pa-col:nth-child(1) {
  transition-delay: 0.1s;
}
.site-header .main-navigation .menu-item:hover > ul .mgm-row .pa-row .pa-col:nth-child(2) {
  transition-delay: 0.2s;
}
.site-header .main-navigation .menu-item:hover > ul .mgm-row .pa-row .pa-col:nth-child(3) {
  transition-delay: 0.3s;
}
.site-header .main-navigation .menu-item:hover > ul .mgm-row .pa-row .pa-col:nth-child(4) {
  transition-delay: 0.4s;
}
.site-header .main-navigation .menu-item:hover > ul .mgm-row .pa-row .pa-col:nth-child(5) {
  transition-delay: 0.5s;
}
.site-header .main-navigation .menu-item:hover > ul .mgm-row .pa-row .pa-col:nth-child(6) {
  transition-delay: 0.6s;
}
.site-header .main-navigation .menu-item:hover > ul .mgm-row .pa-row .pa-col:nth-child(7) {
  transition-delay: 0.7s;
}
.site-header .main-navigation .menu-item:hover > ul .mgm-row .pa-row .pa-col:nth-child(8) {
  transition-delay: 0.8s;
}
.site-header .main-navigation .menu-item:hover > ul .mgm-row .pa-row .pa-col:nth-child(9) {
  transition-delay: 0.9s;
}
.site-header .main-navigation .menu-item > a {
  color: #fff;
  font-size: 1.1rem;
  position: relative;
}
.site-header .main-navigation .menu-item > ul {
  position: absolute;
  width: 100%;
  left: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  top: 100px;
  padding: 1.2rem 1.2rem 0.45rem;
  z-index: 99999999999;
  margin: 0px auto;
}
.site-header .main-navigation .menu-item > ul .mgm-row {
  border-radius: 12px;
  padding: 2.5rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
.site-header .main-navigation .menu-item > ul .mgm-row p {
  width: calc(100% - 4rem);
}
.site-header .main-navigation .menu-item > ul .mgm-row a.btn-cta {
  padding: 0.5rem 1rem;
  font-size: 16px;
  background-color: var(--theme-secondary-color);
}
.site-header .main-navigation .menu-item > ul .mgm-row a.mgm-link {
  transition: 0.5s ease-in-out;
}
.site-header .main-navigation .menu-item > ul .mgm-row a.mgm-link svg {
  margin-bottom: 0.5rem;
}
.site-header .main-navigation .menu-item > ul .mgm-row a.mgm-link svg path {
  stroke: var(--theme-primary-color);
}
.site-header .main-navigation .menu-item > ul .mgm-row a.mgm-link:hover {
  background-color: var(--theme-primary-color);
  color: #fff;
}
.site-header .main-navigation .menu-item > ul .mgm-row a.mgm-link:hover svg path {
  stroke: var(--theme-secondary-color);
}
.site-header .main-navigation .menu-item > ul .mgm-row .pa-row .pa-col {
  transition-duration: 850ms;
  transform: translateX(25%);
}
.site-header .contact-info li a {
  color: #fff;
  font-size: 1.1rem;
}
.site-header .contact-info li a svg path {
  stroke: #fff;
}
.site-header .toggle-menu svg {
  width: 2rem;
  height: auto;
}
.site-header .toggle-menu svg path {
  stroke: #fff;
}

.mobile-menu-panel {
  left: 0;
  transform: translateX(-100%);
  transition: 0.5s ease-in-out;
  background-color: #fff;
  z-index: 99999;
  padding: 2rem;
  width: var(--theme-mobile-menu-panel);
}
.mobile-menu-panel a img {
  width: 33%;
}
.mobile-menu-panel.menu-open .menu > li > a {
  border: none;
}
.mobile-menu-panel .menu {
  margin-bottom: 1rem;
  position: relative;
}
.mobile-menu-panel .menu > li {
  transform: translateX(-20%);
  transition: 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.mobile-menu-panel .menu > li.menu-item-has-children > .sub-menu {
  display: none;
}
.mobile-menu-panel .menu > li:last-child a {
  border-bottom: none;
}
.mobile-menu-panel .menu > li a {
  font-size: 1.75rem;
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 600;
  transition-duration: 800ms;
  font-family: var(--theme-heading-font);
  color: var(--theme-primary-color);
}

.site-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1098039216);
  padding: 0 2.5rem;
}
.site-footer .section-padding {
  padding: 4rem 0;
}
.site-footer ul li a {
  font-size: 1rem;
  color: #646464;
}
.site-footer ul li a:hover {
  color: var(--theme-primary-color);
}
.site-footer .line-separator {
  width: 1px;
  background: rgba(0, 0, 0, 0.1098039216);
}
.site-footer ul.pa {
  -moz-column-count: 2;
       column-count: 2;
}
.site-footer ul.footer-socials {
  flex-grow: 1;
}
.site-footer .footer-socials,
.site-footer .footer-contact-info {
  margin: 2rem 0;
}
.site-footer .footer-contact-info {
  padding-top: 2rem;
}
.site-footer .footer-contact-info a:first-of-type {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  display: block;
  color: var(--theme-primary-color);
}
.site-footer .line-separator::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
  height: 1px;
  width: 50vw;
  top: 106px;
  left: 1px;
}
.site-footer .copyright-text {
  padding-top: 2.5rem;
  font-size: 12px;
}

/* Small menu. */
/* ------------------------------------------ */
/* Posts and pages
--------------------------------------------- */
.hero-banner .carousel-cell::before {
  background-color: rgba(0, 0, 0, 0.55);
}
.hero-banner .carousel-cell.is-selected .banner-content h1,
.hero-banner .carousel-cell.is-selected .banner-content p,
.hero-banner .carousel-cell.is-selected .banner-content a {
  transform: translateX(0);
}
.hero-banner .carousel-cell .banner-content {
  top: calc(50% + 100px);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 99;
}
.hero-banner .carousel-cell .banner-content h1,
.hero-banner .carousel-cell .banner-content p {
  transition: 0.8s cubic-bezier(0.75, 0.05, 0.36, 1);
}
.hero-banner .carousel-cell .banner-content h1,
.hero-banner .carousel-cell .banner-content p,
.hero-banner .carousel-cell .banner-content a {
  transform: translateX(-15%);
}
.hero-banner .carousel-cell .banner-content h1 {
  font-size: 4.5rem;
  margin: 0 0 1rem;
  transition-delay: 1s;
}
.hero-banner .carousel-cell .banner-content p {
  font-size: 1.3rem;
  transition-delay: 0.6666666667s;
}
.hero-banner .carousel-cell .banner-content a {
  transition: none;
  transition-delay: 0.3333333333s;
}
.hero-banner .carousel-cell .banner-content a:hover {
  background-color: var(--theme-secondary-color);
  border: none;
}
.hero-banner .carousel-cell .banner-content a svg {
  color: #fff;
}
.hero-banner .carousel-cell img {
  height: calc(100vh - 100px);
  -o-object-fit: cover;
     object-fit: cover;
}

.about-us .center-div {
  width: 80%;
}
.about-us .center-div h2 {
  width: 80%;
}
.about-us .promotion-media {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(12, 1fr);
  align-content: center;
  top: 2rem;
}
.about-us .promotion-media .promotion-image:nth-child(1) {
  grid-column: 1/span 5;
  grid-row-end: 1;
  align-self: end;
}
.about-us .promotion-media .promotion-image:nth-child(2) {
  grid-column: 6/-1;
  grid-row-end: 1;
  align-self: end;
}
.about-us .promotion-media .promotion-image:nth-child(3) {
  grid-column: 1/span 7;
  align-self: start;
}
.about-us .promotion-media .promotion-image:nth-child(4) {
  grid-column: 8/-1;
  align-self: start;
}

.home-practice-areas {
  background: var(--theme-primary-color);
}
.home-practice-areas .parralax-window {
  height: 50vh;
}

.latest-blogs {
  padding: var(--theme-section-padding);
  border-top: 1px solid rgba(0, 0, 0, 0.2196078431);
  background-color: #f4f4f4;
}
.latest-blogs .blog-card {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  border-radius: var(--theme-image-border-radius);
}
.latest-blogs .blog-card img {
  border-radius: var(--theme-image-border-radius);
}
.latest-blogs .blog-card .blog-body {
  padding: 2rem;
}
.latest-blogs .blog-card .blog-body h4 {
  margin-bottom: 1rem;
  color: var(--theme-primary-color);
}
.latest-blogs .blog-card .blog-body p {
  font-size: 1rem;
  color: #646464;
}
.latest-blogs .list-style-blog {
  flex-direction: column;
  justify-content: space-between;
}
.latest-blogs .list-style-blog .blog-card {
  display: flex;
  justify-content: space-between;
}
.latest-blogs .list-style-blog .blog-card img {
  width: 33%;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-blogs .list-style-blog .blog-card .blog-body {
  width: 67%;
}
.latest-blogs .list-style-blog .blog-card .blog-body H4 {
  font-size: 17px;
}

.features-marque h3 {
  font-size: 9rem;
  white-space: nowrap;
  transform: translateX(100%);
  letter-spacing: -4px;
  font-weight: 400;
  line-height: unset;
  color: var(--theme-secondary-color);
}

.site-page-contact-us .contact-info .contact-card {
  box-shadow: var(--theme-box-shadow);
  border-radius: var(--theme-image-border-radius);
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.site-page-contact-us .contact-info .contact-card .svg-placeholder {
  background-color: var(--theme-secondary-color);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.site-page-contact-us .contact-info .contact-card .svg-placeholder svg path {
  stroke: #fff;
}
.site-page-contact-us .contact-info .contact-card .svg-placeholder + div {
  width: calc(100% - 5.5rem);
}

.site-page-practice-areas input[type=text] {
  font-size: 1.75rem;
  border-radius: 32px;
}
.site-page-practice-areas input[type=text]::-moz-placeholder {
  font-family: var(--theme-heading-font);
}
.site-page-practice-areas input[type=text]::placeholder {
  font-family: var(--theme-heading-font);
}
.site-page-practice-areas .sticky-top {
  padding-top: 1rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1529411765);
  padding-bottom: 1rem;
}
.site-page-practice-areas .sticky-top ul li a.active {
  color: var(--theme-primary-color);
}
.site-page-practice-areas .group-card {
  background-color: rgba(0, 65, 30, 0.0392156863);
  padding: 2.5rem;
  border-radius: 12px;
  transition: 0.5s ease-in-out;
  border: 1px solid transparent;
}
.site-page-practice-areas .group-card:hover {
  border-color: rgba(0, 0, 0, 0.1450980392);
}
.site-page-practice-areas .group-card:hover .section-heading {
  color: var(--theme-secondary-color);
}
.site-page-practice-areas .group-card .section-heading {
  color: var(--theme-primary-color);
  font-size: 3.5rem;
}
.site-page-practice-areas .group-card ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0588235294);
  padding-bottom: 1.5rem;
  transition: 0.25s ease-in-out;
}
.site-page-practice-areas .group-card ul li:hover {
  border-color: var(--theme-secondary-color);
}
.site-page-practice-areas .group-card ul li a:hover h3 {
  color: var(--theme-secondary-color);
}
.site-page-practice-areas .group-card ul li a:hover svg path {
  stroke: var(--theme-secondary-color);
}
.site-page-practice-areas .group-card ul li a h3 {
  color: #222;
}

/* ------------------------------------------ */
/* Single Pages
--------------------------------------------- */
.single-people .person-header h2 {
  font-size: 4rem;
  color: var(--theme-primary-color);
  margin-top: 3rem;
}
.single-people .person-header h2 + span {
  font-size: 28px;
  margin-bottom: 3rem;
}
.single-people .person-header ul.contact-info li {
  border-bottom: 1px solid #ededed;
  display: block;
  line-height: 50px;
  font-size: 20px;
  color: #333;
  padding: 0;
}
.single-people .person-header ul.contact-info li a {
  transition: 0.4s ease;
  color: #646464;
}
.single-people .person-header ul.contact-info li a:hover {
  color: var(--theme-secondary-color);
}
.single-people .person-header ul.contact-info li a:hover svg path {
  stroke: var(--theme-secondary-color);
}
.single-people .person-header ul.contact-info li a svg path {
  stroke: #646464;
}
.single-people .person-header ul.associated-practice-areas {
  margin-top: 3rem;
}
.single-people .person-header ul.associated-practice-areas li a:hover .pa-card {
  background-color: var(--theme-secondary-color);
  color: #fff;
  border-color: transparent;
}
.single-people .person-header ul.associated-practice-areas li a .pa-card {
  transition: 0.4s ease;
  border: 1px solid var(--theme-primary-color);
  color: var(--theme-primary-color);
  margin-bottom: 1rem;
}
.single-people .person-excerpt {
  background-color: var(--theme-primary-color);
}

.single-practice-area main .wp-block-list {
  list-style-type: disc;
  padding-left: 1rem;
}
.single-practice-area main .pa-sidebar {
  border-left: 1px solid rgba(0, 0, 0, 0.1882352941);
  padding-left: 2rem;
}
.single-practice-area main .pa-sidebar .contact-person img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-position: 100% 25%;
     object-position: 100% 25%;
}

nav.navigation.post-navigation {
  margin-top: 1.5rem;
}
nav.navigation.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav.navigation.post-navigation .nav-links a {
  font-size: 90%;
  text-decoration: underline;
  color: var(--theme-secondary-color);
}
nav.navigation.post-navigation .nav-links a:hover {
  color: var(--theme-primary-color);
}

/* ------------------------------------------ */
/* Components
--------------------------------------------- */
.page-heading img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 66.6666666667vh;
}
.page-heading .page-heading-content {
  top: calc(50% + 100px);
  transform: translateY(-50%);
  z-index: 99;
  left: 0;
}
.page-heading .page-heading-content h1 {
  font-size: 4rem;
}
.page-heading .page-heading-content .first-word {
  color: rgba(248, 248, 248, 0.23);
  font-size: 12rem;
  position: absolute;
  z-index: -1;
  left: 0px;
  right: 0px;
  bottom: -100px;
}

.floating-nav {
  transform: translateY(-50%);
  z-index: 9999999;
}
.floating-nav ul li {
  transform: translateX(78px);
  background-color: var(--theme-primary-color);
  transition: 0.5s ease all;
}
.floating-nav ul li:hover {
  transform: translateX(0);
  background-color: var(--theme-secondary-color);
}
.floating-nav ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2549019608);
}
.floating-nav ul li div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2549019608);
  cursor: pointer;
}
.floating-nav ul li a,
.floating-nav ul li div {
  padding: 1rem;
  display: block;
}
.floating-nav ul li a svg path,
.floating-nav ul li div svg path {
  stroke: #fff;
}
.floating-nav ul li a span,
.floating-nav ul li div span {
  transition: 0.5s ease-in-out;
}

/* ------------------------------------------ */
/* Cards
--------------------------------------------- */
.service-card figure img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-card .service-body {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 99;
  right: 0;
}

.people-card::before {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 50%);
}
.people-card figure img {
  aspect-ratio: 3/4;
}
.people-card .people-body {
  z-index: 999;
}

.pa-link:hover .pa-card {
  background-color: var(--theme-secondary-color);
  color: #fff;
  border-color: transparent;
}
.pa-link:last-child .pa-card {
  background-color: var(--theme-secondary-color);
  border-color: transparent;
}
.pa-link .pa-card {
  border: 1px solid #fff;
  margin-bottom: 1.5rem;
}
.pa-link .pa-card .pa-body {
  padding: 20px 30px;
}

/* ------------------------------------------ */
/* Globals
--------------------------------------------- */
.section-padding {
  padding: var(--theme-section-padding);
}

.btn-cta {
  color: #fff;
}
.btn-cta svg path {
  stroke: #fff;
}
.btn-cta:visited {
  color: #fff;
}
.btn-cta:hover {
  background-color: var(--theme-secondary-color);
  color: #fff;
  border-color: transparent;
}
.btn-cta:hover svg path {
  color: #fff;
}

.center-div {
  width: 80%;
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  :root {
    --theme-section-padding: 50px 0;
    --theme-page-heading-size: 2.5rem;
    --theme-gallery-img-height: 75px;
    --theme-mobile-menu-panel: 80% ;
  }
  body {
    font-size: 1.1rem;
  }
  [class*=offset-] {
    margin: unset !important;
  }
  .site-header .site-branding {
    width: 100%;
    padding: 1rem;
  }
  .site-footer {
    margin: 0.75rem;
    margin-top: 0;
  }
  .site-footer h5 {
    margin-top: 1.5rem;
  }
  .site-footer > div {
    padding: 1.5rem;
    padding-top: 0;
  }
  .site-footer .menu li a {
    font-size: 0.9rem;
  }
  .site-footer ul.footer-socials > li {
    text-align: center;
  }
  .site-footer .footer-contact-info {
    margin-bottom: 0;
  }
  .site-footer .footer-contact-info a:first-of-type {
    font-size: 2rem;
  }
  .hero-banner .carousel-cell img {
    height: 85vh;
  }
  .hero-banner .carousel-cell .banner-content {
    top: calc(50% + 91px);
  }
  .hero-banner .carousel-cell .banner-content h1 {
    font-size: 3rem;
  }
  .about-us {
    padding: var(--theme-section-padding);
  }
  .about-us .about-content .center-div {
    width: 100%;
  }
  .about-us .about-content .center-div h2 {
    font-size: 2.5rem;
    margin-top: 2rem;
  }
  .about-us .parralax-window {
    height: 50vh;
  }
  .home-practice-areas img {
    width: 66.6666666667%;
    margin-top: 1.5rem;
  }
  .latest-blogs .list-style-blog .blog-card {
    display: block;
    margin-top: 1rem;
  }
  .latest-blogs .list-style-blog .blog-card img,
  .latest-blogs .list-style-blog .blog-card .blog-body {
    width: 100%;
  }
  .site-page-practice-areas input[type=text] {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .site-page-practice-areas .sticky-top ul {
    display: none !important;
  }
  .site-page-practice-areas .group-card {
    padding: 1rem;
  }
  .site-page-practice-areas .group-card .section-heading {
    font-size: 2.5rem;
    text-align: center;
  }
  .features-marque h3 {
    font-size: 3.5rem;
  }
  /* Single */
  .single-people .person-header h2 {
    font-size: 3rem;
  }
  .single-people .person-header h2 + span {
    margin-bottom: 2rem;
  }
  .single-people .person-header ul.associated-practice-areas {
    margin: 2rem 0;
  }
  /* Cards */
  .pa-link {
    margin-bottom: 1.25rem;
  }
  .pa-link .pa-card {
    height: 100%;
    margin-bottom: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pa-link .pa-card .pa-body {
    padding: 15px;
  }
  .floating-nav {
    bottom: 0;
    left: 0;
    width: 100%;
    top: unset !important;
    transform: unset;
  }
  .floating-nav ul {
    display: flex;
  }
  .floating-nav ul li {
    transform: unset;
    flex-grow: 1;
    width: 100%;
  }
  .floating-nav ul li:not(:last-child) a {
    border: none;
  }
  .floating-nav ul li a,
  .floating-nav ul li div {
    border: none;
    justify-content: center;
  }
  .floating-nav ul li a span,
  .floating-nav ul li div span {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .section-heading {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .center-div {
    width: 100%;
    top: unset !important;
  }
}/*# sourceMappingURL=style.css.map */