/*!
Theme Name: calibrant
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: calibrant
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.

calibrant 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
  overflow: hidden;
}

/**
 * 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: #25313C;
  font-family: "graphie", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.5;
}

.has-primary {
  color: #25313C !important;
}

.has-secondary {
  color: #51B791 !important;
}

.has-tertiary {
  color: #FF624B !important;
}

.has-white {
  color: #ffffff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-size: 56px !important;
  margin-bottom: 28px !important;
}

h2 {
  font-size: 40px !important;
  margin-bottom: 24px !important;
}

h3 {
  font-size: 18px !important;
  margin-bottom: 20px !important;
}

@media screen and (max-width: 997px) {
  h1 {
    font-size: 42px !important;
  }
  h2 {
    font-size: 32px !important;
  }
  .accent-line, .accent-outer .accent-line--tertiary, .accent-outer .accent-line--secondary, .accent-outer .accent-line--primary {
    height: 22px;
  }
  .banner .accent-line, .banner .accent-outer .accent-line--tertiary, .accent-outer .banner .accent-line--tertiary, .banner .accent-outer .accent-line--secondary, .accent-outer .banner .accent-line--secondary, .banner .accent-outer .accent-line--primary, .accent-outer .banner .accent-line--primary {
    height: 26px;
  }
}
@media screen and (max-width: 560px) {
  h1 {
    font-size: 32px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  .accent-line, .accent-outer .accent-line--tertiary, .accent-outer .accent-line--secondary, .accent-outer .accent-line--primary {
    height: 24px !important;
    left: 0px !important;
    top: 4px !important;
  }
  .banner .accent-line, .banner .accent-outer .accent-line--tertiary, .accent-outer .banner .accent-line--tertiary, .banner .accent-outer .accent-line--secondary, .accent-outer .banner .accent-line--secondary, .banner .accent-outer .accent-line--primary, .accent-outer .banner .accent-line--primary, .post-banner .accent-line, .post-banner .accent-outer .accent-line--tertiary, .accent-outer .post-banner .accent-line--tertiary, .post-banner .accent-outer .accent-line--secondary, .accent-outer .post-banner .accent-line--secondary, .post-banner .accent-outer .accent-line--primary, .accent-outer .post-banner .accent-line--primary, .footer-page .accent-line, .footer-page .accent-outer .accent-line--tertiary, .accent-outer .footer-page .accent-line--tertiary, .footer-page .accent-outer .accent-line--secondary, .accent-outer .footer-page .accent-line--secondary, .footer-page .accent-outer .accent-line--primary, .accent-outer .footer-page .accent-line--primary {
    height: 24px !important;
  }
  .banner .accent-line, .banner .accent-outer .accent-line--tertiary, .accent-outer .banner .accent-line--tertiary, .banner .accent-outer .accent-line--secondary, .accent-outer .banner .accent-line--secondary, .banner .accent-outer .accent-line--primary, .accent-outer .banner .accent-line--primary {
    height: 22px;
  }
}
.accent-line, .accent-outer .accent-line--tertiary, .accent-outer .accent-line--secondary, .accent-outer .accent-line--primary {
  height: 30px;
  top: 10px;
  left: 6px;
}

.col-12 .accent-line, .col-12 .accent-outer .accent-line--tertiary, .accent-outer .col-12 .accent-line--tertiary, .col-12 .accent-outer .accent-line--secondary, .accent-outer .col-12 .accent-line--secondary, .col-12 .accent-outer .accent-line--primary, .accent-outer .col-12 .accent-line--primary {
  left: -10px;
}

.banner .accent-line, .banner .accent-outer .accent-line--tertiary, .accent-outer .banner .accent-line--tertiary, .banner .accent-outer .accent-line--secondary, .accent-outer .banner .accent-line--secondary, .banner .accent-outer .accent-line--primary, .accent-outer .banner .accent-line--primary, .blog-banner .accent-line, .blog-banner .accent-outer .accent-line--tertiary, .accent-outer .blog-banner .accent-line--tertiary, .blog-banner .accent-outer .accent-line--secondary, .accent-outer .blog-banner .accent-line--secondary, .blog-banner .accent-outer .accent-line--primary, .accent-outer .blog-banner .accent-line--primary, .post-banner .accent-line, .post-banner .accent-outer .accent-line--tertiary, .accent-outer .post-banner .accent-line--tertiary, .post-banner .accent-outer .accent-line--secondary, .accent-outer .post-banner .accent-line--secondary, .post-banner .accent-outer .accent-line--primary, .accent-outer .post-banner .accent-line--primary, .footer-page .accent-line, .footer-page .accent-outer .accent-line--tertiary, .accent-outer .footer-page .accent-line--tertiary, .footer-page .accent-outer .accent-line--secondary, .accent-outer .footer-page .accent-line--secondary, .footer-page .accent-outer .accent-line--primary, .accent-outer .footer-page .accent-line--primary {
  height: 36px !important;
  top: 17px;
  left: -10px;
}

.accent-outer {
  position: relative;
}
.accent-outer .accent-line, .accent-outer .accent-line--tertiary, .accent-outer .accent-line--secondary, .accent-outer .accent-line--primary {
  width: 2px;
  position: absolute;
}
.accent-outer .accent-line--primary {
  background-color: #25313C;
}
.accent-outer .accent-line--secondary {
  background-color: #51B791;
}
.accent-outer .accent-line--tertiary {
  background-color: #FF624B;
}

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%;
}

.has-primary {
  color: #25313C;
}

.has-secondary {
  color: #51B791;
}

.has-tertiary {
  color: #FF624B;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.has-bg-primary {
  background-color: #25313C;
}

.has-bg-secondary {
  background-color: #51B791;
}

.has-bg-tertiary {
  background-color: #FF624B;
}

.has-bg-grey {
  background-color: #F2F1F1;
}

.has-bg-white {
  background-color: #ffffff;
}

hr {
  background-color: #51B791;
  border: 0 !important;
  height: 2px !important;
  margin: 2.5em 0 !important;
  opacity: 1 !important;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.cont-list {
  padding-bottom: 20px;
}
.cont-list.icon-calibrant ul {
  text-decoration: none;
  list-style: none;
  margin-left: 0px;
}
.cont-list.icon-calibrant ul li {
  position: relative;
  padding: 10px 0 10px 15px;
  font-weight: 600;
}
.cont-list.icon-calibrant ul li:before {
  content: "";
  background-image: url("../calibrant/assets/images/device-bullet.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  left: -20px;
}
.cont-list.icon-tick ul {
  text-decoration: none;
  list-style: none;
  margin-left: 0px;
}
.cont-list.icon-tick ul li {
  position: relative;
  padding: 8px 0 8px 15px;
}
.cont-list.icon-tick ul li:before {
  content: "";
  background-image: url("../calibrant/assets/images/Tick-green.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -15px;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #51B791;
}
a:visited {
  color: #51B791;
}
a:hover, a:focus, a:active {
  color: #FF624B !important;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a .link {
  cursor: pointer;
}

/* 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;
}

.button {
  border-style: solid;
  border-width: 2px;
  border-radius: 22px;
  padding: 9px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  z-index: 1;
}
.button:focus {
  color: #ffffff;
}
.button-secondary {
  border-color: #51B791;
}
.button-secondary:hover {
  background-color: #51B791;
  color: #ffffff !important;
}
.button-tertiary {
  border-color: #FF624B;
}
.button-tertiary:hover {
  background-color: #FF624B;
  color: #ffffff !important;
}

section:not(:has(.slick-arrow)) .progress {
  display: none;
}

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
--------------------------------------------- */
.main-navigation {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  margin: 0 20px;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #FF624B;
}
.main-navigation li.menu-btn > a {
  background-color: #FF624B;
  border: 2px solid #FF624B;
  padding: 8px 12px;
  border-radius: 20px;
  color: #ffffff;
}
.main-navigation li.menu-btn:hover > a, .main-navigation li.menu-btn.focus > a {
  background-color: transparent;
  color: #25313C;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #25313C;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 0;
}
.home .main-navigation a {
  color: #ffffff;
}

.sticky-header .main-navigation a {
  color: #25313C;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

#masthead .custom-logo-link img {
  transition: all 1s ease-in-out;
}
#masthead .custom-logo-link img.dark-logo {
  display: none;
}
#masthead .custom-logo-link img.light-logo {
  display: block;
}
#masthead.sticky-header .custom-logo-link img.light-logo {
  display: none;
}
#masthead.sticky-header .custom-logo-link img.dark-logo {
  display: block;
}
#masthead:not(.sticky-header) .custom-logo-link img.dark-logo {
  display: none;
}
#masthead:has(.toggled) .custom-logo-link img.dark-logo {
  display: none;
}
#masthead:has(.toggled) .custom-logo-link img.light-logo {
  display: block;
}

a.custom-logo-link {
  z-index: 9999;
}

.menu-toggle {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 25px;
  right: 0;
  z-index: 9999;
  margin-left: -17px;
  margin-top: -17px;
  width: 34px;
  height: 25.5px;
  cursor: pointer;
  transition: transform 0.8s cubic-bezier(0.5, 0, 0.2, 1);
}
.menu-toggle b {
  position: absolute;
  right: 0;
  width: 34px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.menu-toggle b:nth-child(1) {
  top: 0;
  width: calc(34px - 25%);
}
.menu-toggle b:nth-child(2) {
  top: 50%;
}
.menu-toggle b:nth-child(3) {
  top: 100%;
  width: calc(34px - 25%);
}
.menu-toggle.active {
  transform: rotate(45deg);
}
.menu-toggle.active b:nth-child(1) {
  top: 50%;
  width: 34px;
}
.menu-toggle.active b:nth-child(3) {
  top: 50%;
  transform: rotate(90deg);
  width: 34px;
}

.sticky-header .main-navigation:not(.toggled) .menu-toggle b {
  background-color: #25313C;
  transition: background-color 1.5s ease-in-out;
}

@media screen and (min-width: 998px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
@media screen and (max-width: 997px) {
  .main-navigation ul {
    height: 0;
    display: block !important;
    overflow: hidden;
    transition: all 1s ease-in-out;
  }
  .main-navigation ul a {
    color: #ffffff !important;
  }
  .main-navigation ul li:not(.menu-btn) {
    border-top: 1px solid rgba(126, 123, 122, 0.7215686275);
    padding: 10px 10px;
  }
  .main-navigation ul .menu-btn a {
    text-align: center;
  }
  .main-navigation.toggled ul {
    height: 100%;
  }
  .menu-main-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    background-color: #25313C;
    width: 100%;
    z-index: 999;
    transition: all 1s ease-in-out;
  }
  .toggled .menu-main-menu-container {
    height: 100%;
    padding-top: 100px;
  }
  .admin-bar .toggled .menu-main-menu-container {
    padding-top: 150px !important;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

#masthead {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: all 1.5s ease;
}
#masthead.sticky-header {
  background-color: #ffffff;
}

body:not(.home) #masthead:not(:has(.toggled)) {
  background-color: #ffffff;
}
body:not(.home) #masthead:not(:has(.toggled)) .custom-logo-link img.light-logo {
  display: none;
}
body:not(.home) #masthead:not(:has(.toggled)) .custom-logo-link img.dark-logo {
  display: block;
}
body:not(.home) #masthead:not(:has(.toggled)) .main-navigation:not(.toggled) .menu-toggle b {
  background-color: #25313C;
  transition: background-color 1.5s ease-in-out;
}

.accents {
  height: 3px;
  display: flex;
  z-index: 999;
  position: relative;
}
.accents > div {
  height: inherit;
  width: 50%;
}
.accents .accent-primary {
  background-color: #25313C;
}
.accents .accent-secondary {
  background-color: #51B791;
}
.accents .accent-tertiary {
  background-color: #FF624B;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  margin: 0 5px;
  border: 2px solid #FF624B;
  border-radius: 25px;
  height: 39px;
  width: 39px;
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: #FF624B;
}
.pagination .page-numbers.current {
  border: 2px solid #25313C;
  color: #25313C;
}
.pagination .page-numbers.next {
  border: 2px solid #FF624B;
  color: #FF624B;
  position: relative;
}
.pagination .page-numbers.next span:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  height: 39px;
  width: 39px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="39" height="39" viewBox="0 0 39 39"><g id="Group_1103" data-name="Group 1103" transform="translate(-335 -5907.037)"><path id="Path_1430" data-name="Path 1430" d="M-18835.334,7844.436l6.43,6.43-6.43,6.431" transform="translate(19186.904 -1924.33)" fill="none" stroke="%23FF624B" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>') !important;
  background-position: center center;
  background-size: contain;
}
.pagination .page-numbers.prev {
  border: 2px solid #FF624B;
  color: #FF624B;
  position: relative;
}
.pagination .page-numbers.prev span:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  height: 39px;
  width: 39px;
  transform: rotate(180deg);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="39" height="39" viewBox="0 0 39 39"><g id="Group_1103" data-name="Group 1103" transform="translate(-335 -5907.037)"><path id="Path_1430" data-name="Path 1430" d="M-18835.334,7844.436l6.43,6.43-6.43,6.431" transform="translate(19186.904 -1924.33)" fill="none" stroke="%23FF624B" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>') !important;
  background-position: center center;
  background-size: contain;
}
.pagination .page-numbers:hover:not(.current) {
  color: #ffffff !important;
  border: 2px solid #FF624B;
  background-color: #FF624B;
}
.pagination .page-numbers:hover:not(.current) span:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="39" height="39" viewBox="0 0 39 39"><g id="Group_1103" data-name="Group 1103" transform="translate(-335 -5907.037)"><path id="Path_1430" data-name="Path 1430" d="M-18835.334,7844.436l6.43,6.43-6.43,6.431" transform="translate(19186.904 -1924.33)" fill="none" stroke="%23FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>') !important;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.anchor-target {
  position: absolute;
  visibility: hidden;
  top: -80px;
}

.contact-form .anchor-target {
  top: -230px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

section:has(.tab-pos-bottom) {
  padding-bottom: 50px;
}

section:has(.tab-pos-bottom-left) {
  padding-bottom: 50px;
}

.blog-banner {
  background-size: cover !important;
  background-position: center center !important;
}
.blog-banner .banner-two {
  padding-top: 150px !important;
  padding-bottom: 50px !important;
}

.blogs .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 16/10;
}
.blogs .entry-header {
  padding-top: 15px;
}
.blogs .entry-content {
  margin-top: 10px;
}
.blogs .entry-content a {
  text-transform: uppercase;
  color: #51B791;
}
.blogs .entry-content a:hover {
  color: #FF624B;
}

.footer-page {
  background-color: #F2F1F1;
  padding-top: 120px;
}

.tab-divider {
  position: absolute;
  content: "";
  width: 50%;
  height: 70px;
  z-index: 1;
}
.tab-divider.tab-pos-bottom {
  bottom: -35px;
  right: 0;
  border-radius: 0 0 0 25px;
}
.tab-divider.tab-pos-top {
  top: -35px;
  left: 0;
  border-radius: 0 25px 0 0;
}
.tab-divider.tab-pos-bottom-left {
  bottom: -35px;
  left: 0;
  border-radius: 0 0 25px 0;
}
.tab-divider.tab-pos-top-right {
  top: -35px;
  right: 0;
  border-radius: 25px 0 0 0;
}

@media screen and (max-width: 768px) {
  .tab-divider {
    height: 30px;
  }
  .tab-divider.tab-pos-bottom {
    bottom: -25px;
    width: 33.333%;
  }
  .tab-divider.tab-pos-top {
    top: -25px;
    width: 66.666%;
  }
  .tab-divider.tab-pos-bottom-left {
    bottom: -25px;
    width: 66.666%;
  }
  .tab-divider.tab-pos-top-right {
    top: -25px;
    width: 33.333%;
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Flexible Content
--------------------------------------------- */
.banner {
  height: 100svh;
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat !important;
  animation-name: MOVE-BG;
  animation-duration: 600s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.banner .banner-inner .col-12 {
  max-width: 993px;
}
.banner .background-subtext {
  position: relative;
}
.banner .background-subtext .accent-subtext {
  position: relative;
  z-index: 1;
  width: 72%;
  max-width: 993px;
}
.banner .background-subtext:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7019607843);
  border-radius: 0 20px 0 0;
  position: absolute;
  max-width: 993px;
  width: 95%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.admin-bar .banner {
  height: calc(100svh - var(--wp-admin--admin-bar--height));
}

@keyframes MOVE-BG {
  0% {
    background-position: center center;
  }
  25% {
    background-position: center right;
  }
  75% {
    background-position: center left;
  }
  100% {
    background-position: center center;
  }
}
@media screen and (min-width: 1320px) {
  .banner .background-subtext:before {
    max-width: calc((100vw - 1320px) / 2 + 990px);
  }
}
@media screen and (max-width: 1200px) {
  .banner .background-subtext .accent-subtext {
    width: 95%;
  }
}
.post-banner {
  padding-top: 120px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.post-banner h1 {
  margin-bottom: 5px !important;
}
.post-banner .cont-meta {
  font-size: 18px;
  margin-bottom: 20px;
}

.section-lines {
  position: relative;
}
.section-lines:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  height: 230px;
  max-width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("../calibrant/assets/images/Device-Profit-2.svg");
  z-index: 0;
}
.section-lines:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 360px;
  height: 260px;
  max-width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url("../calibrant/assets/images/Device-profit.svg");
  z-index: 0;
}
.section-lines .cont-line-text {
  position: relative;
  padding: 0 15px 15px;
}
.section-lines .cont-line-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url("../calibrant/assets/images/cont-line.svg");
}

.circles {
  position: relative;
  min-width: 250px;
}
.circles p {
  margin-bottom: 0 !important;
}
.circles svg {
  position: absolute;
}
.circles svg.line-1 {
  width: 2px;
  background-color: #51B791;
  top: 0;
  left: 50%;
  z-index: 1;
}
.circles svg.line-2 {
  height: 2px;
  background-color: #51B791;
  top: 50%;
  left: -50%;
  z-index: 1;
  width: 100%;
}
.circles svg.line-3 {
  height: 2px;
  background-color: #51B791;
  top: 50%;
  left: -50%;
  z-index: 1;
  width: 100%;
}
.circles svg.line-4 {
  height: 2px;
  background-color: #51B791;
  top: 50%;
  left: -50%;
  z-index: 1;
  width: 100%;
}
.circles > div {
  background-color: #ffffff;
  width: 176px;
  height: 176px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  border-radius: 100%;
  text-align: center;
  padding: 15px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .reverse-wrap .circles#line_4 svg {
    transform: rotate(270deg) translateY(-50px) translateX(250px) scaleX(0);
    transform-origin: right;
    left: -30%;
  }
  .aos-animate.reverse-wrap .circles#line_4 svg {
    animation: draw-line-down2 0.5s linear forwards;
    animation-delay: 3.6s;
  }
}
@media screen and (max-width: 991px) {
  .section-lines .cont-line-text:after {
    background-size: contain;
  }
  .reverse-wrap #line_3 {
    order: 4;
  }
  .reverse-wrap #line_3.circles svg {
    transform: rotate(270deg) translateY(-50px) translateX(250px) scaleX(0);
    transform-origin: right;
    left: -30%;
  }
  .reverse-wrap #line_4 {
    order: 3;
  }
  .reverse-wrap #line_4.circles svg {
    transform: translateX(100px) scaleX(0);
    transform-origin: right;
    left: 0;
  }
  .aos-animate.reverse-wrap #line_3.circles svg {
    animation: draw-line-down2 0.5s linear forwards;
    animation-delay: 2.8s;
  }
  .aos-animate.reverse-wrap #line_4.circles svg {
    animation: draw-line-left 0.5s linear forwards;
    animation-delay: 3.6s;
  }
}
@media screen and (max-width: 768px) {
  .circles {
    min-width: 48%;
  }
  .circles > div {
    width: 156px;
    height: 156px;
  }
}
.aos-animate #line_1.circles svg {
  transform: scaleY(0);
  transform-origin: top;
  animation: draw-line-down 0.5s linear forwards;
  animation-delay: 1s;
}
.aos-animate #line_1.circles div {
  transform: scale(0);
  transform-origin: center;
  animation: circle-slide-down 0.7s linear forwards;
  animation-delay: 1.4s;
}
.aos-animate .circles svg {
  transform: scaleX(0);
  transform-origin: left;
  animation: draw-line-right 0.5s linear forwards;
}
.aos-animate .circles div {
  transform: scale(0);
  transform-origin: center;
  animation: circle-slide-right 0.7s linear forwards;
}
.aos-animate .circles#line_2 svg {
  animation-delay: 2s;
}
.aos-animate .circles#line_2 div {
  animation-delay: 2.4s;
}
.aos-animate .circles#line_3 svg {
  animation-delay: 2.8s;
}
.aos-animate .circles#line_3 div {
  animation-delay: 3.2s;
}
.aos-animate .circles#line_4 svg {
  animation-delay: 3.6s;
}
.aos-animate .circles#line_4 div {
  animation-delay: 4s;
}

@keyframes draw-line-down {
  to {
    transform: scaleY(1); /* Adjust to match the height of the lines */
  }
}
@keyframes draw-line-down2 {
  to {
    transform: rotate(270deg) translateY(-50px) translateX(250px) scaleY(1); /* Adjust to match the height of the lines */
  }
}
@keyframes circle-slide-down {
  to {
    transform: scale(1); /* Adjust to match the height of the lines */
  }
}
@keyframes draw-line-right {
  to {
    transform: scaleX(1); /* Adjust to match the height of the lines */
  }
}
@keyframes draw-line-left {
  to {
    transform: translateX(100px) scaleX(1); /* Adjust to match the height of the lines */
  }
}
@keyframes circle-slide-right {
  to {
    transform: scale(1); /* Adjust to match the height of the lines */
  }
}
.about-us {
  position: relative;
}
.about-us:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 230px;
  max-width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../calibrant/assets/images/Device-about.svg");
}
.about-us .cont-read-more.mobile-only {
  display: block;
}
.about-us .show_hide.mobile-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .about-us .cont-read-more.mobile-only {
    display: none;
  }
  .about-us .show_hide.mobile-only {
    display: block;
  }
}
.image-content {
  position: relative;
}
.image-content .col-lg-12 .cont-text {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.image-content .col-lg-12 .cont-text h3 {
  width: 30%;
  min-width: 250px;
}
.image-content .col-lg-12 .cont-text p {
  width: 65%;
}
.image-content .cont-img {
  text-align: center;
}
.image-content .cont-img img {
  max-width: 90%;
}
.image-content .full-card {
  padding: 0px 80px;
  border-radius: 25px;
  position: relative;
}
.image-content .full-card .col-lg-12 .cont-text {
  display: block;
}
.image-content .full-card .col-lg-12 .cont-text p {
  width: auto;
}
.image-content .full-card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 290px;
  height: 175px;
  background-size: cover;
  background-position: right top;
  background-image: url("../calibrant/assets/images/device-card.svg");
}

@media screen and (max-width: 997px) {
  .image-content .col-lg-12 .cont-text h3 {
    width: 100%;
  }
  .image-content .col-lg-12 .cont-text p {
    width: 100%;
  }
}
.single-post .image-content img {
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-content:has(.full-card) {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .image-content .full-card {
    padding: 0px 20px;
    max-width: 95%;
  }
  .image-content .cont-img img {
    max-width: 100%;
  }
}
.svg-lazy {
  opacity: 0;
}
.svg-lazy.animated {
  opacity: 1;
}

.services {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center !important;
}
.services .service-repeater .row {
  width: 95%;
  max-width: calc((100vw - 1320px) / 2 + 1254px);
  background-color: #ffffff;
}
.services .rep-1 .row {
  border-radius: 0 25px 25px 0;
  margin-right: auto;
}
.services .rep-2 .row {
  border-radius: 25px 0 0 25px;
  margin-left: auto;
}

:root {
  --bg-op-primary: linear-gradient(0deg, rgba(37, 49, 60, 0.5), rgba(37, 49, 60, 0.5));
  --bg-op-secondary: linear-gradient(0deg, rgba(81, 183, 145, 0.5), rgba(81, 183, 145, 0.5));
  --bg-op-tertiary: linear-gradient(0deg, rgba(255, 98, 75, 0.5), rgba(255, 98, 75, 0.5));
}

.our-team {
  position: relative;
}
.our-team .member-wrapper {
  max-width: 220px;
  margin: 0 auto;
  padding: 0 10px;
}
.our-team .member-wrapper .image-hover {
  position: relative;
}
.our-team .member-wrapper .image-hover img {
  padding: 30px;
  border-radius: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-team .member-wrapper .image-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background-size: cover;
  background-position: right top;
  background-image: url("../calibrant/assets/images/team-line.svg");
}
.our-team .member-wrapper .member-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-team .member-wrapper .member-body .member-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0px;
}
.our-team .member-wrapper .member-body .member-title {
  font-size: 15px;
  font-weight: 400;
}
.our-team .member-wrapper .member-body .member-link {
  width: 15%;
}
.our-team .member-wrapper .member-body .member-link a:hover {
  cursor: pointer;
}
.our-team .member-wrapper .member-body .member-link a:hover img {
  content: url("../calibrant/assets/images/link-arrow-hover.svg");
}

.modal .modal-header {
  border-bottom: none !important;
  padding: 20px;
  padding-bottom: 0 !important;
}
.modal .modal-header .modal-image {
  position: relative;
}
.modal .modal-header .modal-image img {
  padding: 30px;
  max-width: 250px;
  border-radius: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal .modal-header .modal-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background-size: cover;
  background-position: right top;
  background-image: url("../calibrant/assets/images/team-line.svg");
}
.modal .modal-header .modal-title {
  margin-bottom: 0 !important;
}
.modal .modal-header .modal-links {
  gap: 10px;
  display: flex;
}
.modal .modal-header .modal-links a {
  color: #51B791;
}
.modal .modal-header .btn-close {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid #000;
  border-radius: 100%;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  font-size: 13px !important;
}
.modal .modal-body {
  padding: 30px !important;
  padding-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .modal .modal-header {
    flex-direction: column;
    align-items: flex-start !important;
    padding: 30px;
    padding-bottom: 15px !important;
  }
  .member-name {
    font-size: 14px !important;
    line-height: 20px;
  }
  .member-title {
    font-size: 14px !important;
  }
  .member-link {
    width: 20%;
  }
  .our-team .member-wrapper .image-hover img {
    padding: 20px;
  }
}
.icon-slider {
  position: relative;
}
.icon-slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 440px;
  height: 200px;
  max-width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../calibrant/assets/images/Icon-Device.svg");
}
.icon-slider .icon-wrapper.align-center {
  text-align: center;
}
.icon-slider .icon-wrapper.align-center img {
  margin: 10px auto;
}

.post-slider {
  position: relative;
}
.post-slider .post-wrapper .border-r25 {
  border-radius: 25px;
}
.post-slider .post-wrapper .border-r25 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 16/9;
}
.post-slider .post-wrapper .post-body {
  padding-top: 10px;
}
.post-slider .post-wrapper .post-body .post-link a {
  color: #51B791;
}
.post-slider .post-wrapper .post-body .post-link:hover {
  color: #FF624B;
}

.testimonial-slider {
  position: relative;
}
.testimonial-slider .slick-slide {
  height: 100%;
  min-height: 273px;
}
.testimonial-slider .testimonial-wrapper {
  border: 1px solid #ffffff;
  height: 100%;
  min-height: 225px;
  padding: 20px;
  border-radius: 25px;
}
.testimonial-slider .testimonial-wrapper .testimonial-quote {
  font-size: 70px;
  line-height: 30px;
  height: 36px;
  margin-top: 15px;
  font-family: "graphie", sans-serif;
  font-weight: 500;
}
.testimonial-slider .testimonial-wrapper .testimonial-quote.quote-primary {
  color: #25313C;
}
.testimonial-slider .testimonial-wrapper .testimonial-quote.quote-secondary {
  color: #51B791;
}
.testimonial-slider .testimonial-wrapper .testimonial-quote.quote-tertiary {
  color: #FF624B;
}
.testimonial-slider .testimonial-wrapper .testimonial-title {
  font-size: 15px;
}

.contact-form {
  position: relative;
  padding-bottom: 40px;
}
.contact-form .container {
  background-color: #F2F1F1;
  border-radius: 25px;
  padding-left: 4rem;
  padding-right: 4rem;
}
.contact-form label {
  display: block;
}
.contact-form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.contact-form .wpcf7-form-control-wrap input.wpcf7-form-control {
  height: 40px;
  padding-left: 8px;
}
.contact-form .wpcf7-form-control-wrap textarea {
  padding-top: 8px;
  padding-left: 8px;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  border: none;
  border-radius: 4px;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  outline: none;
}
.contact-form p:has(.wpcf7-submit) {
  text-align: right;
}
.contact-form .wpcf7-submit {
  background-color: transparent;
  border: 2px soild #51B791 !important;
  border-color: #51B791 !important;
  border-radius: 22px;
  padding: 9px 22px;
  text-decoration: none;
  text-transform: uppercase;
}
.contact-form .wpcf7-submit:hover {
  background-color: #51B791 !important;
  color: #ffffff !important;
}
.contact-form .wpcf7-list-item {
  margin-left: 35px;
}
.contact-form .wpcf7-list-item a {
  color: #51B791 !important;
}
.contact-form .wpcf7-list-item label > span::before {
  border-color: #ffffff;
  background: #ffffff;
}
.contact-form label.woocommerce-form__label-for-checkbox > span::before {
  content: "";
  border-color: #51B791 !important;
  background: #ffffff;
}
.contact-form .wpcf7-list-item label > span::before,
.contact-form label.woocommerce-form__label-for-checkbox > span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #51B791;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #ffffff;
}
.contact-form .wpcf7-list-item label > span::after,
.contact-form label.woocommerce-form__label-for-checkbox > span::after {
  content: "";
  top: 4px;
  left: 7px;
  position: absolute;
  transition: all 0.3s;
  border: solid #51B791;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  width: 6px;
  height: 10px;
  opacity: 0;
}
.contact-form .wpcf7-list-item label > input:checked ~ span::after,
.contact-form label.woocommerce-form__label-for-checkbox > input:checked ~ span::after {
  opacity: 1;
}
.contact-form .wpcf7-list-item label > input,
.contact-form .woocommerce-form__input-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

section:has(+ .top-overlay) {
  padding-bottom: 180px;
}

.top-overlay .container {
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}

@media screen and (max-width: 768px) {
  .contact-form .container {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 95%;
  }
}
.blog-gallery .cont-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 25px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Footer
--------------------------------------------- */
.site-footer {
  background-color: #25313C;
  color: #ffffff;
}
.site-footer .footer-links {
  margin: 0 0 20px 0;
  gap: 10px;
}
.site-footer .footer-links .footer-link {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-underline-offset: 10px;
  text-decoration-color: #FF624B;
}
.site-footer .footer-text {
  font-size: 15px;
}
.site-footer .footer-logo {
  max-width: 300px;
}/*# sourceMappingURL=style.css.map */