/*!
Theme Name: Chai Dots
Theme URI: http://underscores.me/
Author: Edgar Wanjala
Author URI: https://edgarwanjala.co.ke/
Description: Description
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: chai-dots
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.

Chai Dots 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-pri-color: #88471F;
  --theme-sec-color: #0a3a24;
  --theme-paragraph-color: #6D6F71;
  --theme-image-border-radius: 15px;
  --theme-section-padding: 80px 0;
  --theme-page-heading-size: 5rem;
  --theme-heading-font: "Cormorant Garamond", serif;
  --theme-section-heading-size:2.5rem;
  --theme-body-font: "Manrope", sans-serif;
  --theme-logo-width: 150px;
  --theme-default-transition: 0.75s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  --theme-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  --theme-menu-panel-width: 25%;
}

.section-heading {
  font-weight: 700;
  font-size: var(--theme-section-heading-size);
  margin: 0 0 1.25rem;
  color: #000;
}

.custom-page-heading::before, .before-footer-ctas .bg-imgs::before, .before-footer-ctas::before, .why-choose-chaidots::before, .hero-banner .carousel-cell::before, body::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.43);
  height: 100%;
  width: 100%;
  z-index: 1;
  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 #bcbcbc;
  font-size: 1rem;
  border-radius: 100px;
}

.before-footer-ctas .bg-imgs img:first-child, .why-choose-chaidots > div .tab-content .tab-pane.show.active > div svg,
.why-choose-chaidots > div .tab-content .tab-pane.show.active > div h3,
.why-choose-chaidots > div .tab-content .tab-pane.show.active > div p, .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, body.menu-open::before, body.menu-open .mobile-menu-panel .auth-btn li, body.menu-open .mobile-menu-panel .menu li, body.menu-open .mobile-menu-panel {
  opacity: 1;
  visibility: visible;
}

.custom-page-heading::before, .before-footer-ctas .bg-imgs img, .why-choose-chaidots > div .tab-content .tab-pane > div div svg,
.why-choose-chaidots > div .tab-content .tab-pane > div div h3,
.why-choose-chaidots > div .tab-content .tab-pane > div div p, .hero-banner .carousel-cell .banner-content h1,
.hero-banner .carousel-cell .banner-content p,
.hero-banner .carousel-cell .banner-content a, .mobile-menu-panel .auth-btn li, .mobile-menu-panel .menu li, .mobile-menu-panel, 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;
  margin: 0.67em 0;
}

/* 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: 1rem;
  line-height: 1.5;
}

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

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-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;
}
body.menu-open .mobile-menu-panel .auth-btn li {
  transform: translateX(0);
}
body.menu-open .mobile-menu-panel .auth-btn li:nth-child(1) {
  transition-delay: 0.4s;
}
body.menu-open .mobile-menu-panel .auth-btn li:nth-child(2) {
  transition-delay: 0.8s;
}
body.menu-open .mobile-menu-panel .auth-btn li:nth-child(3) {
  transition-delay: 1.2s;
}
body.menu-open .mobile-menu-panel .auth-btn li:nth-child(4) {
  transition-delay: 1.6s;
}
body.menu-open .mobile-menu-panel .auth-btn li:nth-child(5) {
  transition-delay: 2s;
}
body.menu-open .mobile-menu-panel .auth-btn li:nth-child(6) {
  transition-delay: 2.4s;
}
body.menu-open .mobile-menu-panel .auth-btn li:nth-child(7) {
  transition-delay: 2.8s;
}
body.menu-open .mobile-menu-panel .auth-btn li:nth-child(8) {
  transition-delay: 3.2s;
}
body.menu-open .mobile-menu-panel .auth-btn li:nth-child(9) {
  transition-delay: 3.6s;
}
body.menu-open .mobile-menu-panel .auth-btn li:nth-child(10) {
  transition-delay: 4s;
}
body.single .custom-page-heading img {
  height: 75vh;
}
body::before {
  height: 100vh;
  position: fixed;
  background-color: rgba(10, 58, 36, 0.964);
  transition: 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  z-index: 99999;
}

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

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

ul {
  list-style-type: none;
}

ol {
  list-style-type: none;
}

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 {
  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: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]: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%;
}

form select,
form input {
  border-radius: var(--theme-image-border-radius) !important;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem !important;
}
form select {
  padding-top: 10px !important;
}
form .btn-cta {
  background-color: var(--theme-pri-color);
  padding: 1rem 2rem;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  top: 5rem;
}
.site-header .site-branding {
  width: var(--theme-logo-width);
}
.site-header .main-navigation {
  width: calc(100% - var(--theme-logo-width) - 3rem);
}
.site-header .main-navigation ul .menu-item.current-menu-item a {
  color: var(--theme-sec-color);
  font-weight: 700;
}
.site-header .main-navigation ul .menu-item a {
  color: var(--theme-paragraph-color);
  font-weight: 500;
  font-size: 1.05rem;
}
.site-header .secondary-menu li:last-child a {
  padding: 2rem;
  background-color: var(--theme-pri-color);
}

.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-menu-panel-width);
}
.mobile-menu-panel h4 {
  margin: 0;
}
.mobile-menu-panel .menu {
  margin-bottom: 1rem;
}
.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:last-child a {
  border-bottom: none;
}
.mobile-menu-panel .menu li a {
  font-size: 1.1rem;
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: var(--theme-paragraph-color);
}
.mobile-menu-panel .auth-btn li {
  transform: translateX(-20%);
  transition: 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.mobile-menu-panel .auth-btn li:first-child a {
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
}
.mobile-menu-panel .auth-btn li:last-child a {
  background-color: var(--theme-pri-color);
}
.mobile-menu-panel .auth-btn li a {
  padding: 10px;
  border-radius: var(--theme-image-border-radius);
}

.site-footer {
  padding: var(--theme-section-padding);
}
.site-footer h2 {
  font-size: 2.3rem;
}
.site-footer .btn-cta {
  background-color: var(--theme-pri-color);
}
.site-footer .btn-cta svg path {
  stroke: #fff;
}
.site-footer h5 {
  margin-bottom: 1.5rem;
}
.site-footer ul li a {
  margin-bottom: 0.5rem;
  font-size: 15px;
  color: var(--theme-paragraph-color);
}
.site-footer .copyright {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 1rem 2rem;
  background-color: var(--theme-sec-color);
  color: #fff;
}
.site-footer .copyright .social li a {
  color: #fff;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Posts and pages
--------------------------------------------- */
.hero-banner .carousel-cell::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.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% + 90px);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 99;
}
.hero-banner .carousel-cell .banner-content h1,
.hero-banner .carousel-cell .banner-content p,
.hero-banner .carousel-cell .banner-content a {
  transform: translateX(-15%);
  transition: 0.8s cubic-bezier(0.75, 0.05, 0.36, 1);
}
.hero-banner .carousel-cell .banner-content h1 {
  font-size: 3.5rem;
  margin: 0 0 1.5rem;
  transition-delay: 1s;
}
.hero-banner .carousel-cell .banner-content p {
  font-size: 1.1rem;
  transition-delay: 0.6666666667s;
  font-weight: 400;
}
.hero-banner .carousel-cell .banner-content a {
  transition-delay: 0.3333333333s;
}
.hero-banner .carousel-cell .banner-content a svg {
  color: #fff;
}
.hero-banner .carousel-cell .banner-content a:hover {
  background-color: #fff;
}
.hero-banner .carousel-cell img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.hero-banner .carousel-tabs {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.hero-banner .carousel-tabs ul li {
  width: 25%;
}
.hero-banner .carousel-tabs ul li a {
  border-right: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding: 1.75rem;
  color: #fff;
}

.how-it-works .nav-tabs li .nav-link {
  color: var(--theme-paragraph-color);
  border: none;
}
.how-it-works .nav-tabs li .nav-link.active {
  color: var(--theme-pri-color);
  border-bottom: 1px solid var(--theme-pri-color);
}
.how-it-works .tab-content {
  padding: 2rem 10px;
  font-size: 1rem;
}
.how-it-works .tab-content ul {
  list-style-type: disc !important;
  padding-left: 1.5rem;
}

.why-choose-chaidots::before {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
}
.why-choose-chaidots > div {
  z-index: 999;
}
.why-choose-chaidots > div .flex-column button {
  font-size: 1.1rem;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1607843137);
}
.why-choose-chaidots > div .flex-column button svg path {
  stroke: #fff;
}
.why-choose-chaidots > div .flex-column button.active {
  background-color: transparent;
  border-bottom: 1px solid #fff;
}
.why-choose-chaidots > div .flex-column button:last-child {
  border-bottom: none;
}
.why-choose-chaidots > div .tab-content .tab-pane > div svg {
  width: 20%;
  height: auto;
}
.why-choose-chaidots > div .tab-content .tab-pane > div svg path {
  stroke: #fff;
}
.why-choose-chaidots > div .tab-content .tab-pane > div svg + div {
  width: 70%;
}
.why-choose-chaidots > div .tab-content .tab-pane > div div h3 {
  font-size: 2rem;
  width: 75%;
}
.why-choose-chaidots > div .tab-content .tab-pane > div div p {
  font-size: 1.3rem;
  font-weight: 300;
}
.why-choose-chaidots > div .tab-content .tab-pane > div div svg,
.why-choose-chaidots > div .tab-content .tab-pane > div div h3,
.why-choose-chaidots > div .tab-content .tab-pane > div div p {
  transform: translateY(20%);
  transition: 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.why-choose-chaidots > div .tab-content .tab-pane.show.active > div svg,
.why-choose-chaidots > div .tab-content .tab-pane.show.active > div h3,
.why-choose-chaidots > div .tab-content .tab-pane.show.active > div p {
  transform: translateY(0);
}
.why-choose-chaidots > div .tab-content .tab-pane.show.active > div svg {
  transition-delay: 0.05s;
}
.why-choose-chaidots > div .tab-content .tab-pane.show.active > div h3 {
  transition-delay: 0.15s;
}
.why-choose-chaidots > div .tab-content .tab-pane.show.active > div p {
  transition-delay: 0.3s;
}

.card-ctas .row > div:first-child > div {
  background-color: var(--theme-sec-color);
}
.card-ctas .row > div:first-child > div img:first-child {
  top: 0;
  left: 0;
  width: 50%;
}
.card-ctas .row > div:first-child > div img:nth-child(2) {
  bottom: 0;
  right: 0;
  width: 66.6666666667%;
}
.card-ctas .row > div:first-child > div svg path {
  stroke: #fff;
}
.card-ctas .row > div:last-child > div, .card-ctas .row > div:nth-child(2) > div {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.card-ctas .row > div:last-child > div ul li:first-child a, .card-ctas .row > div:nth-child(2) > div ul li:first-child a {
  background-color: var(--theme-pri-color);
}
.card-ctas .row > div ul li:first-child a {
  background-color: var(--theme-pri-color);
}
.card-ctas .row > div ul li:first-child a svg path {
  stroke: #fff;
}
.card-ctas .row > div ul li a {
  border: none;
  padding: 7px 20px;
  font-size: 15px;
  font-weight: 400;
}
.card-ctas .row > div ul li a svg {
  width: 1rem;
}
.card-ctas .cta-card {
  padding: 3.5em 2rem;
  border-radius: var(--theme-image-border-radius);
  height: 100%;
}

.why-choose-chaidots .accordion .accordion-button {
  font-family: var(--theme-heading-font) !important;
  font-size: 1.75rem !important;
}
.why-choose-chaidots .accordion .accordion-button:not(.collapsed) {
  border-bottom: 1px solid var(--theme-pri-color);
  color: var(--theme-pri-color) !important;
}
.why-choose-chaidots .accordion .accordion-body a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: -moz-max-content;
  width: max-content;
  color: var(--theme-sec-color);
}

.site-page-about-us ul li:first-child {
  background-color: var(--theme-pri-color);
}
.site-page-about-us ul li:nth-child(2) {
  background-color: var(--theme-sec-color);
}
.site-page-about-us ul li:last-child {
  background-color: var(--theme-paragraph-color);
}

.site-page-faqs .faqs-header {
  border-radius: var(--theme-image-border-radius);
}
.site-page-faqs .faqs-header .faq-shortcut-link {
  font-size: 15px;
  margin-bottom: 7px;
}
.site-page-faqs .faqs-header .faq-shortcut-link:hover {
  text-decoration: underline;
}
.site-page-faqs .faqs-header .faq-shortcut-link svg {
  width: 1rem;
  height: 1rem;
  color: inherit;
}
.site-page-faqs .accordion .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.0901960784);
  border-radius: var(--theme-image-border-radius);
}
.site-page-faqs .accordion .accordion-item .accordion-button .border {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
}
.site-page-faqs .accordion .accordion-item .accordion-body .read-more-cont {
  overflow: hidden;
  height: 230px;
  transition: height 0.4s ease;
}
.site-page-faqs .accordion .accordion-item .accordion-body .read-more-cont::before {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#000000", GradientType=0);
  height: 75%;
  width: 100%;
  display: block;
  z-index: 1;
  bottom: -1px;
  left: 0;
  right: 0;
  border: 0;
}
.site-page-faqs .accordion .accordion-item .accordion-body .read-more-cont.expanded {
  height: unset;
  overflow: unset;
}
.site-page-faqs .accordion .accordion-item .accordion-body .read-more-cont.expanded::before {
  content: unset;
}
.site-page-faqs .accordion .accordion-item .accordion-body .read-more-cont.expanded button {
  bottom: -2rem;
}
.site-page-faqs .accordion .accordion-item .accordion-body .read-more-cont button {
  z-index: 9999;
  width: -moz-max-content;
  width: max-content;
  bottom: 0;
}

.before-footer-ctas::before {
  width: 66.6666666667%;
  right: 0;
  left: unset;
  background: var(--theme-sec-color);
}
.before-footer-ctas .bg-imgs::before {
  width: 33.3333333333%;
}
.before-footer-ctas .bg-imgs img {
  width: 33.3333333333%;
  -o-object-fit: cover;
     object-fit: cover;
}
.before-footer-ctas .bg-imgs + div {
  z-index: 99;
}
.before-footer-ctas .bg-imgs + div svg path {
  stroke: #fff;
}
.before-footer-ctas a {
  padding: 75px 0;
}
.before-footer-ctas a.br-1 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.before-footer-ctas a p {
  font-size: 1rem;
  width: calc(100% - 6rem);
}
.before-footer-ctas a svg {
  width: 3rem;
  height: auto;
}

.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-sec-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);
}

.latest-blogs {
  padding: var(--theme-section-padding);
  border-top: 1px solid rgba(0, 0, 0, 0.2196078431);
}
.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: 25%;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-blogs .list-style-blog .blog-card .blog-body {
  width: 75%;
}
.latest-blogs .list-style-blog .blog-card .blog-body h4 {
  font-size: 17px;
  color: var(--theme-sec-color);
}

.all-blogs .blog-card img {
  height: 250px;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.blog-card {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  border-radius: var(--theme-image-border-radius);
}
.blog-card img {
  border-radius: var(--theme-image-border-radius);
}
.blog-card .blog-body {
  padding: 2rem;
}
.blog-card .blog-body h4 {
  margin-bottom: 1rem;
}
.blog-card .blog-body p {
  font-size: 1rem;
  color: #646464;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.wpcf7 form.failed .wpcf7-response-output {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 1rem 2rem;
  border: none;
  border-radius: var(--theme-image-border-radius);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.custom-page-heading {
  background-color: var(--theme-sec-color);
}
.custom-page-heading img {
  height: 65vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(50% - 4rem);
}
.custom-page-heading .page-heading-content {
  z-index: 9999;
}
.custom-page-heading .page-heading-content h1 {
  font-size: 4rem;
  width: calc(100% - 4rem);
  margin: 0;
}
.custom-page-heading .page-heading-content .first-word {
  top: 50%;
  color: rgba(248, 248, 248, 0.0431372549);
  font-size: 13rem;
  position: absolute;
  z-index: 1;
  font-weight: 400;
  left: 2rem;
  transform: translateY(-50%);
  pointer-events: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  top: 2rem;
}
.widget.recent-posts ul li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2196078431);
  padding: 1rem 0;
}

/*--------------------------------------------------------------
# Single Pages
--------------------------------------------------------------*/
.single-target-audience main ol,
.single-target-audience main ul {
  list-style-type: disc;
  padding-left: 1rem;
}
.single-target-audience main ol li,
.single-target-audience main ul li {
  margin-bottom: 10px;
}
.single-target-audience main .contact-form-wrapper {
  top: 2rem;
  padding: 2rem;
  background-color: var(--theme-pri-color);
  border-radius: var(--theme-image-border-radius);
}
.single-target-audience main .contact-form-wrapper form input {
  border: none;
}
.single-target-audience main .contact-form-wrapper form .btn-cta {
  background-color: var(--theme-sec-color);
  width: 100%;
  border-radius: 30px !important;
}
.single-target-audience main .contact-form-wrapper form p {
  margin: 0;
}

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

.higher-z-index {
  z-index: 9999;
}

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/
@media (max-width: 576px) {
  :root {
    --theme-image-border-radius: 10px;
    --theme-section-padding: 50px 0;
    --theme-page-heading-size: 2.5rem;
    --theme-gallery-img-height: 75px;
    --theme-logo-width: 100px;
    --theme-menu-panel-width: 100%;
  }
  body {
    font-size: 1rem;
  }
  [class*=offset-] {
    margin: unset !important;
  }
  .site-header .site-branding {
    margin: 10px 0;
  }
  .hero-banner .carousel-cell img {
    height: 75vh;
  }
  .hero-banner .carousel-cell .banner-content {
    top: calc(50% + 69px);
  }
  .hero-banner .carousel-cell .banner-content h1 {
    font-size: 2.5rem;
  }
  .hero-banner .carousel-cell .banner-content p {
    font-size: 1rem;
  }
  .hero-banner .carousel-cell .banner-content ul li:first-child {
    margin-bottom: 1rem;
  }
  .how-it-works .nav-fill .nav-item,
  .how-it-works .nav-fill > .nav-link {
    width: 100%;
  }
  .how-it-works .tab-content {
    padding: 1rem;
    font-size: 1rem;
  }
  .how-it-works .tab-content ul {
    list-style-type: disc !important;
  }
  .before-footer-ctas::before {
    width: 100%;
  }
  .before-footer-ctas a.br-1 {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 0;
    border-right: 0;
  }
  .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%;
  }
  .latest-blogs .list-style-blog .blog-card img h4,
  .latest-blogs .list-style-blog .blog-card .blog-body h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  .site-footer {
    text-align: center;
  }
  .site-footer .btn-cta {
    margin: 0px auto 1.5rem auto;
  }
  .site-footer .social {
    justify-content: center !important;
  }
  .custom-page-heading {
    background-color: unset;
  }
  .custom-page-heading::before {
    opacity: 1;
    visibility: visible;
  }
  .custom-page-heading img {
    width: 100%;
    height: 50vh !important;
  }
  .custom-page-heading .page-heading-content {
    transform: translateY(25%);
  }
  .custom-page-heading .page-heading-content h1 {
    font-size: 3rem;
  }
  .custom-page-heading .page-heading-content .first-word {
    font-size: 7rem;
  }
  .section-heading {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}/*# sourceMappingURL=style.css.map */