/*
Theme Name: brightbreaks
Theme URI: brightbreaks.com
Description: A responsive theme built on Bootstrap 5.
Author: Canada Limited
Version: 3.0
Tags: responsive, bootstrap, bootstrap 5, theme options, customizable, clean, grid
*/

/* Custom colors */
:root {
  --bright_darkBlue: #29678f;
  --bright_darkBlue_hover: #073653;
  --bright_blackBlue: #073653;
  --bright_lightBlue: #9ad2f1;
  --bright_skyBlue: #1a93e2;
  --bright_lightOrange: #eaac29;
  --bright_deepOrange: #e2751b;
  --bright_deepOrange_hover: #d1782b;
  --bright_yellowOrange: #ffae00;
  --bright_nearBlack: #31333e;
  --bright_nearBlack_hover: #000000;
  --bright_paleGrey: #f6f6f6;
  --bright_nearPaleGrey: #b4b6bc;
  --bright_nearDarkGrey: #6b758d;
  --bright_seaGreen: #169861;
  --bright_seaGreen_hover: #0b6740;
  --bright_greyBorder: #e1e5ea;
  --bright_red: #eb3c43;
}

/* Grid/Reset Overrides */

button:active,
button:focus,
.bbutton:active,
.bbutton:focus {
  outline: none;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}
p,
ul,
ol {
  margin-bottom: 1em;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
p:empty {
  display: none;
}
img,
iframe,
object,
embed,
video {
  max-width: 100%;
}
label {
  display: block;
}
ul:last-child,
ol:last-child,
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1164px;
  }
}

/*
::-webkit-input-placeholder {opacity: 1;}
:-ms-input-placeholder {opacity: 1;}
::placeholder {opacity: 1;}
*/

/* Begin: Colors */

/*
	Links: #29678f
	Arrows: #26638b
	#footer-top: #7D7D7D
	body/#footer-bottom: #091C2D
	.btn-primary: #29678F
	.btn-primary hover: #26638b
	#newsletter-section: #8F8F8F
	input border: #578BC8
*/

/* End: Colors */

/* Custom Styles */
#wrapper {
  text-align: left;
}
.clear {
  clear: both;
}
.underline {
  text-decoration: underline !important;
}
.blockquote {
  display: block;
  margin-left: 30px;
}
.mobile-close {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.section {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
}
.subsection {
  clear: both;
  float: left;
  width: 100%;
}
.ir {
  float: left;
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
}
#content-actual code {
  display: block;
  margin: 0 0 1em;
}
#content-actual blockquote {
  display: block;
  margin: 0 2em 1em;
  padding-left: 10px;
  border-left: 2px solid #777;
  font-style: italic;
}
form {
  display: block;
  margin-bottom: 1em;
}
form:last-child {
  margin: 0;
}
.frb {
  margin-top: 7px;
  text-align: left;
}
.frb:first-child {
  margin-top: 0;
}
.frb input,
.frb select,
.frb textarea {
  display: block;
}
.href {
  cursor: pointer;
}
.textalignleft {
  text-align: left;
}
.textaligncenter,
.centered,
.center,
.aligncenter {
  text-align: center;
}
.textalignright {
  text-align: right;
}
img.aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.floatleft,
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.floatright,
.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.block {
  display: block;
}
.g-recaptcha > div > div,
.g-recaptcha > div > div > iframe {
  max-width: 100%;
}
.hidden,
.hide,
.mobile-only,
.mobileonly,
.phone-only,
.phoneonly {
  display: none;
}
.alignvertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.t {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 1em;
}
.t:last-child {
  margin-bottom: 0;
}
.t p:empty {
  display: none;
}
.tr {
  clear: both;
  float: left;
  width: 100%;
}
.tr:nth-child(2n + 1) {
  background-color: #eee;
}
.th,
.td {
  float: left;
  padding: 5px;
  width: 25%;
  box-sizing: border-box;
}
.gutter5 {
  margin-left: -5px;
  margin-right: -5px;
}
.gutter7 {
  margin-left: -7px;
  margin-right: -7px;
}
.gutter10 {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter12 {
  margin-left: -12px;
  margin-right: -12px;
}
.gutter15 {
  margin-left: -15px;
  margin-right: -15px;
}
.floating-label {
  position: relative;
  margin-bottom: 1rem;
}
.floating-label > input,
.floating-label > label {
  height: 3.125rem;
  padding: 0.75rem;
}
.floating-label > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  pointer-events: none;
  cursor: text;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}
.floating-label input::-webkit-input-placeholder,
.floating-label textarea::-webkit-input-placeholder {
  color: transparent;
}
.floating-label input:-ms-input-placeholder,
.floating-label textarea:-ms-input-placeholder {
  color: transparent;
}
.floating-label input::-ms-input-placeholder {
  color: transparent;
}
.floating-label input::-moz-placeholder,
.floating-label textarea::-moz-placeholder {
  color: transparent;
}
.floating-label input::placeholder,
.floating-label textarea::placeholder {
  color: transparent;
}
.floating-label input:not(:placeholder-shown),
.floating-label textarea:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.floating-label input:not(:placeholder-shown) ~ label,
.floating-label textarea:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}
.floating-label br {
  display: none;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.custom-checkbox {
  line-height: normal;
}
label.custom-checkbox input {
  display: none;
}
label.custom-checkbox span {
  display: block;
  position: relative;
}
label.custom-checkbox span:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border: 1px solid #999999;
  margin-right: 5px;
  background: #ffffff;
  border-radius: 2px;
}
label.custom-checkbox input + span:after {
  content: "\f00c";
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  position: absolute;
  top: 2px;
  left: 3px;
  font-size: 12px;
}
label.custom-checkbox input:not(:checked) + span:after {
  content: "";
}
label.custom-radio {
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.custom-radio input {
  display: none;
}
label.custom-radio span {
  display: inline-block;
  border-radius: 2px;
  padding: 5px;
  border: 1px solid #999999;
  background: #fff;
}
label.custom-radio input:checked + span {
  color: #fff;
  border-color: #578bc8;
  background: #578bc8;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  padding-left: 15px;
  padding-right: 15px;
}
.elementor-reverse-row .elementor-row,
.elementor-reverse-row > .elementor-container {
  flex-direction: row-reverse !important;
}
.position-static > .elementor-widget-wrap {
  position: static !important;
}
.position-static-container.elementor-section > .elementor-container {
  position: static !important;
}
.modal-source,
.cxismodal-source {
  display: none;
}
.cxismodal-link-text a {
  text-decoration: underline !important;
}
.cxismodal-content {
  padding: 15px;
}
.ba-fixed {
  background-attachment: fixed !important;
}

.btn {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  border-radius: 8px;
  padding: 8px 15px;
}
.btn.btn-outline-primary {
  color: #29678f;
  border-color: #29678f;
}
.btn.btn-outline-primary:hover {
  color: #073653;
  border-color: #073653;
  background: 0;
}
.btn.btn-primary {
  border-color: #29678f;
  background-color: #29678f;
}
.btn.btn-primary:hover {
  border-color: #073653;
  background-color: #073653;
}

#wrapper {
  display: block;
}
#inner {
  display: block;
}

body {
  font-family: "Nunito Sans", sans-serif;
  background: #091c2d;
}
body.fixed-header {
  position: relative;
  padding-top: 35px;
}
body.fixed-header:not(.admin-bar) {
  padding-top: 0;
}

a {
  color: #29678f;
  text-decoration: none;
}
a:hover {
  color: #073653;
  text-decoration: none;
}

header + .elementor {
  clear: both;
}

.br-20 img {
  border-radius: 20px !important;
}
.br-30 img {
  border-radius: 30px !important;
}
.br-50 img {
  border-radius: 50px !important;
}
.br-100 img {
  border-radius: 100px !important;
}

input,
select,
textarea {
  padding: 5px 8px;
  color: #1c1c1b;
  font-size: 14px;
  line-height: 19px;
  border: 1px solid #578bc8;
  border-radius: 2px;
  background: #ffffff;
  max-width: 100%;
}
input[type="image"] {
  padding: 0;
  border-radius: 0;
  border: none;
  width: auto;
  background: 0;
}
input[type="submit"] {
  color: #fff;
  border: none;
  padding: 5px 8px;
  border-radius: 0;
  font-size: 14px;
  line-height: 19px;
  -webkit-appearance: none;
  transition: all 500ms ease;
  cursor: pointer;
  background: #29678f;
}
input[type="submit"]:hover {
  -webkit-appearance: none;
  background: #26638b;
}

.bbutton {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 35px;
  border: 1px solid #333;
  transition: all 0.5s ease 0s;
  border-radius: 2px;
  text-decoration: none;
  background: #333;
}
.bbutton:hover {
  text-decoration: none;
  background: #000;
}
.bbutton.bbutton-standard {
  display: block;
  padding: 7px 5px;
  text-align: center;
}
.bbutton.bbutton-hollow {
  background: 0;
}
.bbutton.bbutton-hollow:hover {
  background: rgba(0, 0, 0, 0.5);
}

ul.button-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.button-list li {
  display: inline-block;
  list-style: none;
  margin: 10px;
  padding: 0;
}

textarea {
  resize: vertical;
}

h1 {
  font-size: 55px;
  line-height: 1.1em !important;
  color: #29678f;
  font-weight: 800;
  margin-bottom: 25px;
}
h2 {
  font-size: 40px;
  line-height: 1.364em !important;
  color: #29678f;
  font-weight: 800;
  margin-bottom: 25px;
}
h3 {
  font-size: 32px;
  line-height: 1.364em !important;
  font-weight: 800;
  color: #042631;
  margin-bottom: 20px;
}
h4 {
  font-size: 28px;
  color: #042631;
  font-weight: 800;
  line-height: 1.36em !important;
  margin-bottom: 7px;
}
h5 {
  font-size: 28px;
  font-weight: 400;
  color: #042631;
  line-height: 1.36em !important;
  margin-bottom: 7px;
}
.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.white-headline,
.white-headline h1,
.white-headline h2,
.white-headline h3,
.white-headline h4,
.white-headline h5,
.white-headline h6 {
  color: #fff;
}

#header {
  margin-top: 0;
}
.absheader.admin-bar #header {
  margin-top: 32px;
}
.fixed-header.main-nav-scrolled #header {
  border-bottom: 1px solid #d3d3d3;
  box-shadow: 1px 1px 10px #00000026;
}
#top-bar {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
#top-bar ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#top-bar ul li {
  display: inline-block;
  margin: 0 0 0 10px;
}
#top-bar ul li:first-child {
  margin-left: 0;
}
#header-main {
  background: #fff;
}
.fixed-header #header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.admin-bar.fixed-header #header {
  top: 32px;
}
#logo {
  padding: 20px 0;
  font-weight: 100;
  /*text-align: center;*/
}
#logo a {
  color: #777;
  letter-spacing: 5px;
  font-size: 40px;
  text-decoration: none;
  text-transform: uppercase;
}
#logo img {
  display: block;
  /*
			margin: 0 auto;
			text-align: center;
			*/
  max-height: 80px;
  transition: all 500ms ease;
}
#logo span.subtitle {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}
.fixed-header.main-nav-scrolled #logo {
  padding: 10px 0;
}
.fixed-header.main-nav-scrolled #logo img {
  max-height: 50px;
}

.search-toggle {
  float: right;
  margin-right: 5px;
}
.search-toggle button {
  float: right;
  padding: 0 !important;
  text-align: right;
  border: none !important;
  border-radius: 0 !important;
  background: 0 !important;
}

#search {
  float: right;
}
.integral#search {
  width: 100%;
  border: 1px solid #777;
}
.search-input {
  float: left;
  width: 70%;
  padding-right: 10px;
}
.integral .search-input {
  width: calc(100% - 40px);
}
#search input#s {
  float: left;
  width: 100%;
  vertical-align: middle;
  color: #555555;
}
.integral#search input#s {
  border: none;
  background: 0;
}
.search-submit {
  float: right;
  width: 30%;
}
.integral .search-submit {
  width: 40px;
}
#search input#searchsubmit,
#search button {
  float: left;
  width: 100%;
  vertical-align: middle;
  color: #555555;
}
#search button i {
  display: none;
}
.integral#search input#searchsubmit,
.integral#search button {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: 0 !important;
}
.integral#search button span {
  display: none;
}
.integral#search button i {
  display: inline;
}

/* Begin Global Main Menu Styles */
.header-links .menu > ul > li.link-search > a > span {
  font-size: 0;
  line-height: 0;
}
.header-links .menu > ul > li.link-search > a > span:after {
  content: "\f002";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 22px;
  line-height: 22px;
}
.header-links .menu > ul > li.link-home,
#footer li.link-home {
  display: none !important;
}
.header-links .menu > ul > li.link-sign-in {
  display: none;
}

.link-phone > a > span:before {
  content: "\f095";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  padding-right: 5px;
}
.link-mail > a > span:before,
.link-email > a > span:before {
  content: "\f0e0";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  padding-right: 5px;
}
/* End Global Main Menu Styles */

#title-bar {
  padding: 25px 0;
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
  background-repeat: no-repeat, no-repeat;
  background-position:
    center top,
    center bottom;
  background-image: url(images/title-bar-top.png),
    url(images/title-bar-bottom.png);
}
#title-bar h1,
#title-bar h2 {
  margin: 0;
}
#map {
  padding: 0;
}
#map iframe {
  width: 100% !important;
}
#middle {
  margin: 0;
  padding: 25px 0;
}
.absheader #pagecontent-overall {
  padding-top: 0;
}
.siteorigin-panels #middle,
.elementor-page #middle {
  padding: 0;
}
.elementor-editor-active .cxis-gallery-type-2 .gb {
  display: none;
}
.elementor-editor-active .cxis-gallery-type-2 .gb:first-child {
  display: block;
}
.elementor-editor-active .cxis-recent-post-list.slick .cxis-recent-post {
  display: none;
}
.elementor-editor-active
  .cxis-recent-post-list.slick
  .cxis-recent-post:first-child {
  display: block;
}
.splash-slider {
  text-align: center;
}
.splash-slider .slick-slide img {
  display: block;
  width: 100%;
}
.section.slider.fullwidth-slider .container {
  max-width: 100%;
}
.slider-container {
  position: relative;
  width: auto;
  margin: 0 auto;
}

.panel {
  display: block;
  margin-top: 50px;
}
.panel:first-child {
  margin-top: 0;
}

/* Begin Normal Nav */
.panel ul {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
.panel ul li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none;
}
.panel ul li a {
  display: block;
  padding: 7px 15px;
  text-decoration: none;
  transition: all 500ms ease;
  background: #eee;
}
.panel ul li:hover > a {
  text-decoration: none;
  background: #ccc;
}
.panel ul li * {
  vertical-align: middle;
}
.panel ul li ul {
  display: none;
}
/* End Normal Nav */

/* begin cascading nav styles */

.panel ul li ul {
  display: none;
  width: 180px;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 15;
  padding: 0;
}
.flex-row-reverse .panel ul li ul {
  right: auto;
  left: 100%;
}
.panel ul li ul li {
  display: block;
}
.panel ul li:hover ul {
  display: block;
}
.panel ul li:hover ul li ul {
  display: none;
}

/* end cascading nav styles */

#mailinglist {
  float: left;
  width: 100%;
}
#mailtext {
  float: left;
  width: 100%;
}
#mailform {
  float: left;
  width: 100%;
}
#mailform form {
  float: left;
  width: 100%;
}
#mailform input#ml-email {
  width: 150px;
  vertical-align: middle;
  color: #555555;
}
#mailform input#ml-go {
  vertical-align: middle;
  color: #555555;
}
#mailprivacy {
  float: left;
  margin-bottom: 10px;
}

#footer {
  color: #fff;
  padding: 60px 0;
  background: #091c2d;
}
#footer-top {
  padding: 50px 0;
  background: #7d7d7d;
}

.footer-logo img {
  max-height: 40px;
}

.footer-links {
  margin-top: 20px;
}
.footer-links ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links ul li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.footer-links ul li:last-child {
  margin: 0;
}
.footer-links ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-links ul li * {
  vertical-align: middle;
}
.footer-links ul li ul {
  display: block;
  margin: 0;
  padding: 0;
}
.footer-links ul li.footer-hide > a {
  display: none;
}

.links-404 ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.links-404 ul li {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}
.links-404 ul li.hide-404,
.links-404 ul li.hide-404-parent > a {
  display: none;
}
.links-404 ul li a {
  font-weight: 700;
  font-size: 16px;
}

#contact-form input,
#contact-form textarea,
#contact-form select {
  display: block;
  margin-bottom: 15px;
  padding: 7px 3px;
  width: 300px;
}
label.required {
  color: #ff0000;
}
#contact-form label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.content-left {
  float: left;
  width: 48%;
}
.content-right {
  float: right;
  width: 48%;
}
.fr {
  clear: both;
  float: left;
  width: 100%;
  padding: 5px 0;
}
.fr label {
  display: block;
}
.fr label br {
  display: none;
}
.fr label span {
  display: block;
}
.fr label input[type="checkbox"] + span,
.fr label input[type="radio"] + span {
  display: inline-block;
}
.fr label .wpcf7-checkbox span.wpcf7-list-item-label {
  display: inline;
}
span.wpcf7-list-item {
  margin-left: 0 !important;
}
.fr label input[type="number"],
.fr label input[type="text"],
.fr label input[type="email"],
.fr label input[type="tel"],
.fr label select,
.fr label textarea {
  display: block;
}
label.error {
  color: #ff0000;
}
.fr.fr-submit {
  text-align: center;
}
.fr.fr-hidden {
  display: none;
}

.cxis-social-widget-menu a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.cxis-social-widget-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
}
.cxis-social-widget-menu ul li {
  display: inline-block;
  margin: 2px;
  padding: 0;
  list-style: none;
  vertical-align: middle;
}
.cxis-social-widget-menu ul li a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  border: 2px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  transition: all 0.8s ease-in-out;
}
.cxis-social-widget-menu ul li a:hover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  color: #fff;
  background: #333;
}
.cxis-social-widget-menu ul li a i {
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
  margin-top: 7px;
}

#newsletter-section {
  background: #8f8f8f;
}
.newsletter-input-box {
  float: left;
  width: calc(100% - 100px);
}
.newsletter-input-box input#subscribe_email {
  float: left;
  width: 100%;
  vertical-align: middle;
  color: #fff;
  padding: 15px 5px;
  border: none;
  outline: none !important;
  background: 0;
}
.newsletter-submit-box {
  float: right;
  width: 100px;
  text-align: right;
}
.newsletter-submit-box input.button-subscribe,
.newsletter-submit-box button {
  display: block;
  -webkit-appearance: none;
  text-align: right;
  border: none;
  width: 100%;
  font-size: 16px;
  padding: 0 !important;
  cursor: pointer;
  color: #fff;
  margin-top: 7px;
  background: 0;
}
.newsletter-submit-box button i {
  font-size: 30px;
}
#newsletter-row {
  border-bottom: 2px solid #578bc8;
}
.integral#newsletter-row {
  border-radius: 3px;
  border-bottom: none;
  background: #fff;
}
.integral .newsletter-input-box {
  width: calc(100% - 60px);
}
.integral .newsletter-submit-box {
  width: 50px;
}
.integral .newsletter-input-box input#subscribe_email {
  border: none !important;
  border-radius: 0 !important;
  background: 0;
}
.integral .newsletter-submit-box input.button-subscribe,
.integral .newsletter-submit-box button {
  background: 0;
}

.green-box {
  padding: 10px;
  background: #b7ffaa;
  margin: 15px 0;
  border: 1px solid #127900;
}

.success {
  padding-left: 80px;
  padding-top: 10px;
  min-height: 64px;
  clear: both;
  margin: 15px 0;
  background: transparent url(images/success.jpg) no-repeat left top;
}

.error-box {
  padding-left: 80px;
  padding-top: 10px;
  min-height: 64px;
  clear: both;
  margin: 15px 0;
  background: transparent url(images/fail.jpg) no-repeat left top;
}

.debug-box {
  clear: both;
  padding: 10px;
  background: #cce6ff;
  border: 1px solid #3399ff;
  margin: 15px 0;
}

.dev-in-progress {
  padding: 10px 10px 10px 80px;
  border: 1px solid #3399ff;
  min-height: 64px;
  clear: both;
  margin: 15px 0;
  background: transparent url(images/dev-in-progress.jpg) no-repeat left top;
}

.caution-box {
  padding-left: 80px;
  padding-top: 10px;
  min-height: 64px;
  clear: both;
  margin: 15px 0;
  background: transparent url(images/question.jpg) no-repeat left top;
}

/* colorbox CSS */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(images/colorbox/overlay.png) repeat 0 0;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  background: #fff;
  overflow: hidden;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  border: 0;
  display: block;
  max-width: none;
  margin: auto;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #fff;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/colorbox/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/colorbox/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/colorbox/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/colorbox/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(images/colorbox/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(images/colorbox/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(images/colorbox/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(images/colorbox/border.png) 0 -29px repeat-x;
}
#cboxError {
  border: 1px solid #ccc;
  padding: 50px;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingOverlay {
  background: url(images/colorbox/loading_background.png) no-repeat center
    center;
}
#cboxLoadingGraphic {
  background: url(images/colorbox/loading.gif) no-repeat center center;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  overflow: visible;
  width: auto;
  background: none;
  margin: 0;
  padding: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
} /*.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);}*/
#colorbox,
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#colorbox button {
  transition: none;
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  background: 0;
}
#cboxContent {
  padding: 0;
  background: 0;
}
#cboxOverlay {
  background: rgba(0, 0, 0, 0.85);
}
#cboxLoadedContent {
  padding: 15px;
  border-radius: 16px;
  background: #ffffff;
}
#cboxLoadedContent {
  margin-top: 28px;
  margin-bottom: 0;
}
#cboxClose {
  top: 0;
  bottom: auto;
  text-indent: 0;
  font-size: 0;
  line-height: 0;
  background: 0;
}

#cboxClose {
  top: 30px;
  right: 30px;
  width: 16px;
  height: 16px;
  background: transparent url(images/x.png) no-repeat left top !important;
}
/* #cboxClose:after {content: 'X';text-indent: 0;font-size: 24px;line-height: 24px;color: #000;} */
#cboxLoadedContent {
  max-width: 832px;
  margin-top: 0;
}

/* Begin Slick Carousel Styles */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  height: auto !important;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.carousel-wrapper {
  position: relative;
}
.slick-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 10px;
  top: calc(50% - 22px);
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  cursor: pointer;
  z-index: 4;
  background: 0 !important;
}

.slick-next {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: calc(50% - 22px);
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  cursor: pointer;
  z-index: 4;
  background: 0 !important;
}

.slick-prev:before {
  /* position: absolute; */
  top: 0;
  left: 0;
  content: "\f053";
  color: #ff7700;
  font-size: 50px;
  line-height: 1em;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0;
  line-height: normal;
}
.stretched-slides .slick-prev {
  left: -50px;
}

.slick-next:before {
  /* position: absolute; */
  top: 0;
  right: 0;
  content: "\f054";
  color: #ff7700;
  font-size: 50px;
  line-height: 1em;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0;
  line-height: normal;
}
.stretched-slides .slick-next {
  right: -50px;
}


.slick-slide {
  text-align: center;
  padding: 0;
}

.cxis-slider .slick-slide,
.carousel-pager-slide.slick-slide {
  padding: 0;
}

ul.slick-dots {
  display: none !important;
  position: absolute;
  left: 0;
  bottom: 35px;
  z-index: 4;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center !important;
  width: 100%;
}

.testimonialdisplayorder-3 ul.slick-dots {display: block !important; bottom: -35px;}

ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
  text-indent: -9999px;
  font-size: 0;
  color: #777;
  background: #fff;
}
ul.slick-dots li.slick-active {
  background: #ff7700;
}
/* End Slick Carousel Styles */

/* Begin: Slick Carousel Matching Slide Heights */
.stretched-slides .cxis-recent-post {
  height: 100%;
}
.stretched-slides .cxis-recent-post-inner {
  display: table;
  height: 100%;
  width: 100%;
}

.stretched-slides .slick-initialized .slick-slide {
  float: none;
  display: table-cell;
}

.stretched-slides .slick-track {
  display: table;
  height: 100%;
}

/* Uncomment this if they are text only testimonials to vertically center inner content, too */
.stretched-slides .rp-testimonial-fields {
  display: table-cell;
  vertical-align: middle;
}

/* End: Slick Carousel Matching Slide Heights */

#project-categories {
  margin-bottom: 15px;
}
#project-categories ul {
  display: block;
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
#project-categories ul li {
  float: left;
  margin: 5px;
  list-style: none;
  box-sizing: border-box;
}
#project-categories ul li a {
  display: block;
  padding: 3px 7px;
  border: 3px solid #000;
}
#project-categories ul li.current-cat a {
  color: #fff;
  background: #600900;
}
.project-cats {
  font-size: 12px;
}
.project-table {
  margin: 0 -15px;
}
.projectbox {
  float: left;
  width: 25%;
  margin: 0 !important;
  padding: 15px;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
}
.projectbox:nth-child(4n + 1) {
  clear: both;
}
.projectbox-inner {
  display: block;
  padding: 10px;
  transition: all 500ms ease;
  background: #e9e9e9;
}
.project-thumb a {
  display: block;
}
.project-thumb img {
  width: auto !important;
  height: auto !important;
}
.projectbox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  opacity: 0.8;
  text-align: center;
  transition: all 500ms ease;
}
.projectbox:hover .projectbox-inner {
  background: #ccc;
}
.projectbox:hover img {
  opacity: 1;
}
.project-left {
  float: left;
  width: 48%;
}
#preview-images {
  margin-top: 0;
}
#preview-images .fi {
  display: none;
}
#preview-images .fi.active {
  display: block;
}
#preview-images img {
  width: auto !important;
  height: auto !important;
}
#thumb-images {
  margin-top: 15px;
}
#thumb-images ul {
  display: block;
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
#thumb-images ul li {
  float: left;
  width: 25%;
  margin: 0;
  padding: 5px;
  text-align: center;
  list-style: none;
}
#thumb-images ul li:nth-child(4n + 1) {
  clear: both;
}
#thumb-images ul li a {
  display: block;
  border: 5px solid #fff;
}
#thumb-images ul li.active a {
  display: block;
  border: 5px solid #600900;
}
#thumb-images ul li img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  width: auto !important;
  height: auto !important;
}
.project-right {
  float: right;
  width: 48%;
}

#page-modify-notice {
  display: none;
} /* The main theme structure */
#access .menu-header,
#colophon,
#branding {
  margin: 0 auto;
  width: 940px;
} /* Structure the footer area */
#footer-widget-area {
  overflow: hidden;
}
#footer-widget-area .widget-area {
  float: left;
  margin-right: 20px;
  width: 220px;
}
#footer-widget-area #fourth {
  margin-right: 0;
}
#site-info {
  float: left;
  width: 700px;
  font-weight: 700;
  font-size: 14px;
}
#site-generator {
  float: right;
  width: 220px;
} /* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}
.home .sticky {
  background: #f2f7fc;
  border-top: 4px solid #000;
  padding: 18px 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.single .hentry {
  margin: 0 0 36px;
}
.page-title span {
  color: #333; /*font-size: 16px; */
  font-style: italic;
  font-weight: 400;
}
.page-title a:link,
.page-title a:visited {
  color: #888;
  text-decoration: none;
}
.entry-meta {
  color: #888;
}
.entry-meta abbr,
.entry-utility abbr {
  border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
  border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
  clear: both;
}
.entry-content blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 24px;
  text-align: right;
  width: 33%;
}
.entry-content blockquote.right {
  float: right;
  margin-left: 24px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}
.page-link {
  color: #000;
  font-weight: 700;
  margin: 0 0 22px;
  word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
  background: #f1f1f1;
  color: #333;
  font-weight: 400;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.home .sticky .page-link a {
  background: #d9e8f7;
}
.page .edit-link {
  clear: both;
  display: block;
  display: none;
}
#entry-author-info {
  background: #f2f7fc;
  border-top: 4px solid #000;
  padding: 18px 20px;
  margin: 24px 0;
  overflow: hidden;
  clear: both;
  font-size: 14px;
  line-height: 20px;
}
#entry-author-info #author-avatar {
  background: #fff;
  border: 1px solid #e7e7e7;
  float: left;
  margin: 0 -104px 0 0;
  padding: 11px;
  height: 60px;
}
#entry-author-info #author-description {
  float: left;
  margin: 0 0 0 104px;
}
#entry-author-info h2 {
  color: #000;
  font-weight: 700;
  font-size: 100%;
  margin-bottom: 0;
}
.entry-utility {
  color: #888;
  clear: both;
}
.entry-meta a,
.entry-utility a {
  color: #888;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
#nav-above {
  margin: 0 0 18px;
}
#nav-above {
  display: none;
}
.paged #nav-above,
.single #nav-above {
  display: block;
}
#nav-below {
  padding: 10px;
  clear: both;
}
#comments {
  clear: both;
}
#comments .navigation {
  padding: 0 0 18px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0 0 24px;
  padding: 0 0 0 56px;
  position: relative;
}
#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px;
}
.commentlist ol {
  list-style: decimal;
}
.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}
.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: 700;
}
.comment-author .says {
  font-style: italic;
}
.comment-meta {
  font-size: 12px;
  margin: 0 0 18px;
}
.comment-meta a:link,
.comment-meta a:visited {
  color: #888;
  text-decoration: none;
}
.reply {
  font-size: 12px;
  padding: 0 0 24px;
}
.reply a,
a.comment-edit-link {
  color: #888;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li {
  border: none;
  margin: 0;
}
.nopassword,
.nocomments {
  display: none;
}
#comments .pingback {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment + li.pingback {
  margin-top: -6px;
}
#comments .pingback p {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin: 0;
}
#comments .pingback .url {
  font-style: italic;
  font-size: 13px;
} /* Comments form */
#respond {
  margin: 24px 0;
  border-top: 1px solid #e7e7e7;
  overflow: hidden;
  position: relative;
}
#respond p {
  margin: 0;
}
#respond .comment-notes {
  margin-bottom: 1em;
}
.form-allowed-tags {
  line-height: 1em;
}
.children #respond {
  margin: 0 48px 0 0;
}
h3#reply-title {
  margin: 18px 0;
}
#comments-list #respond {
  margin: 0 0 18px;
}
#comments-list ul #respond {
  margin: 0;
}
#cancel-comment-reply-link {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
#respond .required {
  font-weight: 700;
}
#respond label {
  color: #888;
  font-size: 12px;
}
#respond input {
  margin: 0 0 9px;
  width: 98%;
}
#respond textarea {
  width: 98%;
}
#respond .form-allowed-tags {
  color: #888;
  font-size: 12px;
  line-height: 18px;
}
#respond .form-allowed-tags code {
  font-size: 11px;
}
#respond .form-submit {
  margin: 12px 0;
}
#respond .form-submit input {
  width: auto;
  font-size: 14px;
}
.widget-area ul {
  list-style: none;
  margin-left: 0;
}
.widget-area ul ul {
  list-style: square;
  margin-left: 1.3em;
}
.widget_search #s {
  /* This keeps the search inputs in line */
  width: 60%;
}
.widget_search label {
  display: none;
}
.widget-container {
  margin: 0 0 18px;
}
.widget-area a:link,
.widget-area a:visited {
  text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
  text-decoration: underline;
}
.widget-area .entry-meta {
  font-size: 11px;
}
#wp_tag_cloud div {
  line-height: 1.6em;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  font-weight: 700;
  color: #222;
  text-align: left;
  font-size: 14px;
  padding-bottom: 4px;
}
#wp-calendar thead {
  font-size: 11px;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  padding: 3px 0 2px;
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  text-align: right;
}
.widget_rss a.rsswidget {
  color: #000;
}
.widget_rss .widget-title img {
  height: 11px;
  width: 11px;
}
.paged #nav-above,
.single #nav-above {
  display: none !important;
}
.entry-meta {
  padding: 0 0 10px;
}
.entry-utility {
  padding: 10px 0 0;
}
.wpcf7-response-output,
.wpcf7-mail-sent-ok {
  clear: both;
}
div.textwidget {
  display: inline;
}
.woocommerce .entry-content,
.woocommerce .entry-summary {
  clear: none;
}
#middle ul.payment_methods {
  padding: 0 !important;
}
#middle ul.payment_methods li {
  list-style: none !important;
}
.woocommerce .entry-content,
.woocommerce .entry-summary {
  clear: none;
}
#middle ul.products {
  padding: 0;
}
#middle ul.products li {
  list-style: none;
}
html #wpadminbar {
  min-width: 0 !important;
}
img.attachment-full,
img.size-full,
img.wp-post-image,
.widget_media_image img,
.wp-caption img,
img.size-medium,
img.size-large {
  width: auto !important;
  height: auto !important;
}
.recent-post-excerpt .readmore-link {
  display: none;
}
.woocommerce-product-details__short-description {
  margin-bottom: 25px;
}
.woocommerce-product-gallery__image {
  padding: 5px;
}
section.related.products {
  clear: both;
}
div.wpcf7-response-output {
  padding: 10px;
  margin: 20px 0 0;
  color: #fff;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.6);
}
div.wpcf7-mail-sent-ok:before {
  content: "✔ ";
  color: #29ee0d;
}

.event-post {
  float: left;
  width: 33.33%;
  padding: 15px;
}
.event-post:nth-child(3n + 1) {
  clear: both;
}
.event-post.expired-event {
  opacity: 0.2;
}
.event-post h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.event-post .ea-content {
  font-size: 12px;
  margin-bottom: 15px;
}
.event-post .event-date {
  font-size: 12px;
  margin-bottom: 0;
}
.event-post .event-location {
  font-size: 12px;
  margin-bottom: 0;
}
.event-post .ea-ve {
  margin-top: 15px;
}

.event-details ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.event-details ul li {
  display: block;
  list-style: none;
  margin: 10px 0 0 !important;
  padding: 0;
}
.event-details ul li:first-child {
  margin-top: 0;
}
.events-selector-button {
  padding: 50px 15px 0;
}

.pagination-container {
  margin-top: 40px;
  text-align: center;
}
.pagination-container a {
  color: #373945;
  font-size: 16px;
  margin: 0 7px;
  display: inline-block;
}
.pagination-container a:hover {
  color: #000;
  text-decoration: none;
}
.pagination-container span.current {
  color: #04b6f1;
  font-size: 16px;
  margin: 0 7px;
}
.pagination-container a.prev {
  margin-right: 20px;
}
.pagination-container a.next {
  margin-left: 20px;
}
.back-to {
  margin-bottom: 20px;
}
.back-to a {
  text-decoration: underline;
}

#collection-nav {
  margin-top: 0;
  text-transform: uppercase;
}
#collection-nav .sort-label {
  float: left;
  font-weight: bold;
}
#collection-nav ul {
  float: left;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
#collection-nav ul li {
  float: left;
  text-align: left;
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}
#collection-nav ul li a {
  display: block;
  border: 1px solid #a7caca;
  border-radius: 8px;
  font-size: 16px;
  color: #036867;
  padding: 0 12px;
  text-decoration: none;
  background: #fff;
}
#collection-nav ul li a:hover {
  border: 1px solid #036867;
}
#collection-nav ul li.active a,
#collection-nav ul li.active a:hover {
  color: #fff;
  background: 1px solid #098685;
  background: #098685;
}
#video-loop ul {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#video-loop ul li {
  float: left;
  margin: 0;
  padding: 15px;
  list-style: none;
  text-align: center;
}
.recent-post-video {
  margin-bottom: 15px;
}
.video-element {
  margin-top: 15px;
}
.video-element:first-child {
  margin-top: 0;
}
.video-element strong {
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.video-element span {
  display: block;
}

.recipebox {
  float: right;
  width: 48%;
  margin-bottom: 80px;
}
.recipebox:nth-child(2n + 1) {
  clear: both;
  float: left;
}
.recipebox .recipe-thumb {
  float: left;
  width: 48%;
}
.recipebox .recipe-text {
  float: right;
  width: 48%;
}
.recipebox .readmore-link {
  display: none;
}
.recipebox .recipe-excerpt {
  margin-top: 10px;
}
.recipebox .recipe-view {
  margin-top: 10px;
}
.recipes-taxonomy-description {
  margin-bottom: 20px;
}
.recipebox-tax {
  text-align: center;
}
.recipe-group {
  margin-top: 35px;
}
.recipe-group:first-child {
  margin-top: 0;
}

.cxisanchoredheadlines-anchor {
  font-size: 0;
  line-height: 0;
  height: 0;
}

.cartwidget-counter-box {
  position: relative;
}
.cartwidget-counter {
  font-size: 12px;
  background-color: #d4cab1;
  border-radius: 50%;
  padding: 2px;
  color: #000;
  font-weight: bold;
  position: absolute;
  left: 17px;
  top: -8px;
  width: 18px;
  height: 18px;
}

.cxisgallerybox {
  position: relative;
}
.gallerybox {
  float: left;
  width: 31.33%;
  margin: 1%;
  text-align: center;
  position: relative;
}
.gallerybox:nth-child(3n + 1) {
  clear: both;
}
.gallery-thumb img {
  display: block;
  width: auto !important;
  height: auto !important;
}
.gallery-name a {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 20;
  color: #fff;
  position: absolute;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  top: 0;
  left: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.85);
}
.gallerybox:hover .gallery-name a {
  display: block;
  text-decoration: none;
}

.cxis-slider .gb {
  float: left;
  width: 100%;
  z-index: 3 !important;
}
.gb-image {
  display: block;
  text-align: center;
}
.gb-image img {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.gb-content {
  display: block;
}
.cxis-thumbnails .gb-content {
  margin-top: 5px;
  text-align: center;
}
.cxisGallerySlideImg img {
  width: auto !important;
  height: auto !important;
}

.gb-inner {
  position: relative;
}

.cxisgallery-column-option-h .gb {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px;
}
.textpos-1 .gb-content {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 2;
  padding: 10px;
  width: 100%;
  color: #fff;
}
.textpos-2 .gb-content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.splash-slider .gb-inner {
  position: relative;
}
.splash-slider .gb-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 4;
}
.splash-slider .gb-content-title {
  padding: 50px;
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 3px #333;
}
.splash-slider .top-right .gb-content-title {
  text-align: right;
}
.splash-slider .top-center .gb-content-title,
.splash-slider .top-middle .gb-content-title {
  text-align: center;
}
.splash-slider .center-center .gb-content {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.splash-slider .bottom-left .gb-content {
  top: auto;
  bottom: 0;
}
.splash-slider .bottom-right .gb-content {
  text-align: right;
  top: auto;
  bottom: 0;
}
.splash-slider .bottom-center .gb-content,
.splash-slider .bottom-middle .gb-content {
  text-align: center;
  top: auto;
  bottom: 0;
}

.splash-slider .medium-text .gb-content-title {
  font-size: 32px;
}
.splash-slider .small-text .gb-content-title {
  font-size: 18px;
}
.cxis-gallery-container {
  position: relative;
}
.cxis-gallery-type-2 .gb-edit-link {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
}
.cxis-gallery-type-2 .gb-edit-link a {
  color: #fff;
}

.cxis-gallery-description-position-1.cxis-gallery-description {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.cxis-gallery-description-position-2.cxis-gallery-description {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.cxis-gallery-description-position-3.cxis-gallery-description {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 5px;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
}
.cxis-gallery-description-position-4.cxis-gallery-description {
  margin-bottom: 15px;
}
.cxis-gallery-description-position-5.cxis-gallery-description {
  margin-top: 15px;
}

.author-section {
  margin-top: 15px;
  text-align: center;
}
.author-section:first-child {
  margin-top: 0;
}

#author-description {
  font-size: 18px;
  line-height: 1.5;
}
#author-location {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#author-loop {
  margin-top: 50px;
}

#author-social ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#author-social ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 5px;
  text-align: center;
}
#author-social ul li a {
  font-size: 20px;
}
.custom-author-image img {
  max-height: 150px;
  display: block;
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
  border-radius: 50%;
}

.hierarchy-list,
.comments-link,
.edit-link {
  margin-top: 10px;
}
.hierarchy-list:first-child {
  margin-top: 0;
}
.hierarchy-list span.hierarchy-label {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 0;
}
.hierarchy-list ul {
  display: inline-block;
  margin: 0 -5px;
  padding: 0;
  vertical-align: top;
}
.hierarchy-list ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 5px;
  vertical-align: top;
}

.color-cats ul {
  display: block;
  list-style: none;
  padding: 0;
}

.color-cats ul li a {
  display: inline-block;
  padding: 2px 5px;
  color: #fff;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  background: #777;
}
.color-cats ul li a:hover {
  background: #333;
}
.plain-menu span.hierarchy-label {
  padding: 0;
}
.plain-menu ul li {
  padding: 0;
  margin: 0;
}
.plain-menu ul li:before {
  content: ", ";
}
.plain-menu ul li:first-child:before {
  content: "";
}

.loop-actual.loop-layout-0 div.hentry {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 50px;
  padding: 15px;
  border-radius: 5px;
  background: #eee;
}
.loop-actual.loop-layout-0 div.hentry:first-child {
  margin-top: 0;
}
.loop-actual.loop-layout-1 div.hentry {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 50px;
}
.loop-actual.loop-layout-1 div.hentry:first-child {
  margin-top: 0;
}
.loop-actual.loop-layout-2,
.loop-actual.loop-layout-3,
.loop-actual.loop-layout-4 {
  margin: -15px -15px 0;
}
.loop-actual.loop-layout-2 div.hentry,
.loop-actual.loop-layout-3 div.hentry,
.loop-actual.loop-layout-4 div.hentry {
  padding: 15px;
}

.cxis-video-widget {
  height: 100%;
}
.cxis-video-widget-video {
  position: relative;
  height: 100%;
}
.cxis-video-youtube-cover-image {
  position: relative;
  height: 100%;
}
.cxis-video-youtube-cover-image-actual {
  height: 100%;
}
.cxis-video-youtube-cover-image-actual img {
  display: block;
  width: 100%;
}
.cxis-video-youtube-cover-image-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-align: center;
  cursor: pointer;
  /* background: rgba(0,0,0,0.35); */
}
.cxis-video-youtube-cover-image-button-inner {
  position: absolute;
  top: calc(50% - 23px);
  left: 0;
  width: 100%;
  text-align: center;
}
.cxis-video-youtube-cover-image-button span {
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 1em;
  cursor: pointer;
  transition: all 500ms ease;
  padding-top: 13px;
  padding-left: 4px;
  background: #29678f;
}
.cxis-video-widget:hover .cxis-video-youtube-cover-image-button span {
  color: #fff;
  background: #091c2d;
}
/* .cxis-video-widget.active .cxis-video-youtube-cover-image {opacity: 0; z-index: 1;} */
.cxis-video-widget.active .cxis-video-youtube-cover-image-button-inner,
.cxis-video-widget.active .cxis-video-youtube-cover-image-button {
  display: none;
}
.cxis-video-widget.active .cxis-video-youtube-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.cxis-video-youtube-video-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.scroll-table {
  width: 100%;
  border: none;
  border-spacing: 0;
  border-top: 1px solid #eaeaea;
  background: 0;
}
.scroll-table tbody tr:nth-child(2n + 1) {
  background: #f4f4f4;
}
.scroll-table th {
  padding: 20px;
  text-align: left;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  background: 0;
}
.scroll-table thead th {
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.38px;
  line-height: 28.8px;
}
.scroll-table td {
  padding: 20px;
  text-align: left;
  border: none;
  color: #000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 22px;
  background: 0;
}

ul.cxisImageMenu {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  text-align: center;
}
ul.cxisImageMenu li {
  display: block;
  margin: 0;
  padding: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.cxisimagemenu-outer {
  padding: 20px;
  height: 100%;
  box-shadow: 0 4px 16px 0 #0000001a;
}
.cxisimagemenu-inner {
  padding: 15px 15px 100px;
  position: relative;
  height: 100%;
}
.cxisImageMenuIcon {
  font-size: 60px;
}
.cxisImageMenuText {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 20px;
}

.cxisImageMenuText:after {
  content: "";
  width: 40px;
  height: 2px;
  margin: 10px auto 0;
  display: block;
  text-align: center;
  background: #000;
}

.cxisImageMenuIcon a,
.cxisImageMenuText a {
  transition: all 500ms ease;
  color: #000;
}
ul.cxisImageMenu .cxisImageMenuIcon a:hover,
.cxisImageMenuText a:hover {
  color: #578bc8;
  text-decoration: none;
}

.cxisImageMenuIconBlurb {
  line-height: 1.7143;
  font-size: 14px;
  color: #8c8c8c;
}

.cxisImageMenuReadMore {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 25px;
  width: 100%;
}
.cxisImageMenuReadMore a {
  display: inline-block;
  transition: all 500ms ease;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  padding: 10px 30px;
  background: #578bc8;
}
.cxisImageMenuReadMore a:hover {
  background: #333;
}

.cxis-recent-post .readmore-link {
  display: none;
}

.header-1 #search {
  display: none;
}
.header-2 #search-container {
  display: none;
}

#page-splash.has-bg {
  padding: 35px 0;
  height: 200px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: transparent;
  background-position: center top;
}
#page-splash.has-bg h1 {
  text-shadow: 1px 1px 3px #fff;
}
#page-splash img {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.header-buttons {
  float: right;
}
.header-buttons ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-buttons ul li {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 10px 0;
  list-style: none;
  font-size: 16px;
  font-weight: 800;
}
.header-buttons ul li:first-child {
  margin-left: 0;
}
.header-buttons ul li a {
  text-decoration: none;
  padding: 0 10px;
}
.header-buttons ul li a:hover {
  color: #073653;
}
.header-buttons ul li.btn-primary a {
  color: #fff;
}
.header-buttons ul li.btn-primary:hover a {
  color: #fff;
}
.header-buttons ul li.btn-outline-primary:hover a {
  color: #073653;
}
.header-buttons ul li.btn {
  font-weight: bold;
  min-width: 130px;
  font-size: 14px;
}

.header-buttons .sub-menu {
  display: none;
  position: absolute;
  background: white;
  top: 20px;
}
.header-buttons .menu-item:hover .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header-buttons .sub-menu li {
  margin: 0;
}

.splash-image img {
  filter: drop-shadow(-10px 15px 15px #00000040);
}

.splash-text {
  position: relative;
}
.splash-text:before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 10000px;
  height: 100%;
  content: "";
  transform: rotate(-5.33deg);
  background: #fff;
}
.splash-text > .elementor-widget-container {
  position: relative;
  z-index: 1;
}

.trust-row .cxis-thumbnails {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 40px;
  /* transform: scale(0.75); */
}

#wrapper {
  overflow: hidden;
}

.yellow-slant {
  position: relative;
}
.yellow-slant > .elementor-container {
  position: relative;
  z-index: 2;
}
.yellow-slant:before {
  content: "";
  position: absolute;
  width: 400%;
  height: 100%;
  height: calc(100% - 50px);
  z-index: 1;
  top: -10%;
  left: -150%;
  background-color: #fcdb8f;
  transform: rotate(-5.33deg);
}
.yellow-slant:after {
  content: "";
  position: absolute;
  width: 400%;
  height: 100%;
  height: calc(100% - 100px);
  z-index: 1;
  bottom: -10%;
  left: -150%;
  background-color: #fcdb8f;
  transform: rotate(-5.33deg);
}

/* .yellow-top {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 620px 6000px;
	border-color: transparent transparent #fcdb8f transparent;
} */

.testimonials-box > .elementor-container:before {
  content: "";
  position: absolute;
  width: 84%;
  height: 100%;
  top: 0;
  left: 8%;
  border-radius: 76px;
  background: #1bb3e2;
  transform: rotate(-5.33deg);
}
.testimonials-box-small > .elementor-widget-container {
  position: relative;
}
.testimonials-box-small > .elementor-widget-container:before {
  content: "";
  position: absolute;
  width: 84%;
  height: 100%;
  top: 0;
  left: 8%;
  border-radius: 76px;
  background: #1bb3e2;
  transform: rotate(-5.33deg);
}
.testimonials-box .cxis-recent-post {
  padding: 10px;
}
.testimonials-box .cxis-recent-post-inner {
  padding: 40px;
  border-radius: 36px;
  background: #29688f;
}
.testimonials-box-small .cxis-recent-post-inner {
  padding: 40px;
  border-radius: 76px;
  background: #29688f;
}

.slick {
  padding: 0 50px;
}

.testimonials-box .recent-post-content {
  font-family: "Nunito Sans";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.375em;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
.testimonials-box-small .recent-post-content {
  font-family: "Nunito Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.39em;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}

.testimonials-box .recent-post-testimonial-meta-group {
  margin: 35px auto 0;
  display: block;
  max-width: 450px;
}
.testimonials-box-small .recent-post-testimonial-meta-group {
  margin: 20px auto 0;
  display: block;
  max-width: 200px;
}
.testimonials-box img {
  max-height: 75px;
}
.testimonials-box-small img {
  max-height: 54px;
}
.testimonials-box .recent-post-testimonial-meta-group-inner,
.testimonials-box-small .recent-post-testimonial-meta-group-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  box-sizing: border-box;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.testimonials-box .recent-post-thumb,
.testimonials-box-small .recent-post-thumb {
  box-sizing: border-box;
  padding: 0 10px;
  -ms-flex: 0 0 105px;
  flex: 0 0 105px;
  max-width: 105px;
  width: 100%;
}
.testimonials-box .recent-post-testimonial-info,
.testimonials-box-small .recent-post-testimonial-info {
  box-sizing: border-box;
  padding: 0 10px;
  -ms-flex: 0 0 calc(100% - 125px);
  flex: 0 0 calc(100% - 125px);
  max-width: calc(100% - 125px);
  width: 100%;
  color: #fff;
  text-align: left;
}
.testimonials-box-small .recent-post-thumb {
  box-sizing: border-box;
  padding: 0 10px;
  -ms-flex: 0 0 84px;
  flex: 0 0 84px;
  max-width: 84px;
  width: 100%;
}
.testimonials-box-small .recent-post-testimonial-info {
  box-sizing: border-box;
  padding: 0 10px;
  -ms-flex: 0 0 calc(100% - 104px);
  flex: 0 0 calc(100% - 104px);
  max-width: calc(100% - 104px);
  width: 100%;
  color: #fff;
  text-align: left;
}

.recent-post-testimonial-author {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.36em;
}

.recent-post-testimonial-author-title,
.recent-post-testimonial-author-company {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.36em;
}

.elementor-tab-title.elementor-active {
  border-radius: 17px 17px 0 0;
  background: #d6eeed;
}
.elementor-tab-content.elementor-active {
  border-radius: 0 0 17px 17px;
  background: #d6eeed;
}

.ready-box {
  filter: drop-shadow(-9px 24px 44px rgba(0, 0, 0, 0.1));
}
/* 
.learn-image {
	position: relative;
	z-index: 1;
}

.learn-text-left, .learn-text-right {
	position: relative;
}
.learn-text-left a, .learn-text-right a {
	position: relative;
	z-index: 3;
}

.learn-text-left:before, .learn-text-right:before {
	position: absolute;
	top: 0;
	left: -100%;
	width: 1024px;
	height: 100%;
	content: '';
	transform: rotate(-5.33deg);
	z-index: 2;
	background: #FF7700;
}
.learn-text-right:before {background: #1BB3E2;} */

.learn-image img {
  display: block !important;
  width: 100% !important;
}
.learn-image.elementor-widget-image a {
  display: block;
}

.learn-text-left a,
.learn-text-right a {
  display: block;
  position: relative;
  color: #042631;
  padding-right: 20px;
}
.learn-text-left a:after,
.learn-text-right a:after {
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  width: 10px;
  height: 26px;
  content: "";
  background: transparent url(images/chevron-right.png) no-repeat left top;
  /* color: #042631;
	content: '\f054';
	font-size: 22px;
	line-height: 1em;
	text-align: right;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-indent: 0;
	line-height: normal; */
}

.tt-container {
  overflow: hidden;
  margin-top: -40px;
}

.triangle-topper {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 600px;
  border-color: transparent transparent #ff7700 transparent;
  position: relative;
  z-index: 4;
}

.learn-right-col .triangle-topper {
  border-color: transparent transparent #1bb3e2 transparent;
}
.for-box-left,
.for-box-right {
  overflow: hidden;
  position: relative;
}
.for-box-left:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 1000px;
  border-color: transparent transparent transparent #1bb3e2;
  content: "";
}
.for-box-right:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 1000px;
  border-color: transparent transparent #29678f transparent;
  content: "";
}

.for-box-left,
.for-box-right {
  padding-top: 60px;
}

.has-white-ribbon {
  position: relative;
}
.has-white-ribbon:before {
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  width: 400%;
  height: 294px;
  padding: 60px 0;
  transform: rotate(-5.33deg);
  z-index: 2;
  background: #fff;
}
.has-white-ribbon > .elementor-widget-container {
  position: relative;
  z-index: 3;
}

.why-breaks-splash img {
  filter: drop-shadow(-20px 34px 74px rgba(0, 0, 0, 0.11));
}

.force-circle-headshots .recent-post-thumb img {
  border-radius: 50%;
}

.h3-small {
  display: block;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 10px;
}

.circle-number-list ol li::marker {
  display: none !important;
}

.circle-number-list ol {
  padding: 0;
  margin: 0 0 0 -80px;
  display: block;
  list-style: none;
  counter-reset: item;
  list-style-type: none;
}

.circle-number-list ol li {
  position: relative;
  padding: 20px 0 0 80px;
  margin: 0 0 25px;
  display: block;
  list-style: none;
  font-size: 18px;
  line-height: 1.56em;
}
.circle-number-list ol li:before {
  position: absolute;
  top: calc(50% - 31px);
  left: 0;
  width: 63px;
  height: 63px;
  padding-top: 17px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  text-align: center;
  content: counter(item) "  ";
  counter-increment: item;
  background: #50c5b0;
}
.circle-number-list.circle-number-list-orange ol li:before {
  background: #ff7700;
}
.circle-number-list.circle-number-list-align-top ol li:before {
  top: 0;
}

.vs-splash {
  display: inline !important;
  width: auto !important;
  position: absolute !important;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.vs-splash img {
  display: block !important;
  max-width: 240px !important;
  filter: drop-shadow(-30px 24px 64px rgba(0, 0, 0, 0.09));
}

.vs-points img {
  filter: drop-shadow(30px 24px 44px rgba(0, 0, 0, 0.1));
}

.employees-splash img {
  filter: drop-shadow(-9px 24px 44px rgba(0, 0, 0, 0.1));
}

.employees-logos img {
  filter: drop-shadow(30px 24px 44px rgba(0, 0, 0, 0.1));
}

.how-box-image img {
  filter: drop-shadow(30px 24px 44px rgba(0, 0, 0, 0.1));
}

.how-box-number {
  display: block;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  margin: -48px auto 0;
  line-height: 1em;
  font-weight: 900;
  padding-top: 18px;
  color: #042631;
  background: #1bb3e2;
}
.how-box-number.hbn-yellow {
  background-color: #ffaf01;
}
.how-box-number.hbn-green {
  background-color: #50c5b0;
}

.breaks-booked img {
  filter: drop-shadow(-9px 24px 44px rgba(0, 0, 0, 0.1));
}

.hr-splash img {
  filter: drop-shadow(-30px 24px 64px rgba(0, 0, 0, 0.18));
}

.variety {
  filter: drop-shadow(-9px 24px 44px rgba(0, 0, 0, 0.1));
}

.new-heights img,
.new-heights svg {
  max-height: 26px;
}

.orange-box {
  position: absolute !important;
  top: 27%;
  left: -253px;
  z-index: 1;
  width: 600px;
  height: 524px;
  transform: rotate(6.56deg);
  border-radius: 45px;
  background: #ff7700;
}
.orange-box-right {
  top: 10%;
  left: auto;
  right: -350px;
}
.employee-workday-left {
  position: absolute !important;
  top: 33%;
  left: 40px;
  max-width: 368px;
  z-index: 2;
}
.how-wellness-right {
  position: absolute !important;
  top: 14%;
  right: 0;
  max-width: 500px;
  z-index: 2;
}

.how-wellness-right > .elementor-container {
  position: static !important;
}

.employee-workday-timer {
  display: block;
  margin: 0 auto;
  max-width: 110px;
  border-radius: 10px;
  padding: 5px 10px;
  text-align: center;
  background: #fff;
}

.why-orange-box {
  position: absolute !important;
  top: 27%;
  left: -85px;
  z-index: 1;
  width: 600px;
  height: 524px;
  transform: rotate(6.56deg);
  border-radius: 45px;
  background: #ff7700;
}

.img-why-remote img {
  max-width: 440px !important;
  filter: drop-shadow(-30px 24px 64px rgba(0, 0, 0, 0.18));
}
.text-why-actual {
  max-width: 440px;
}

.rounded-shadow {
  position: relative;
  text-align: center;
}
.rounded-shadow:before {
  position: absolute;
  bottom: -10px;
  right: 0;
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% + 10px);
  border-radius: 30px;
  transform: rotate(-3.55deg);
  z-index: 1;
  background: #50c5b0;
}
.rounded-shadow img {
  position: relative;
  z-index: 2;
  display: block !important;
  margin: 0 auto !important;
  text-align: center;
  border-radius: 30px !important;
}

.rounded-shadow-green:before {
  background: #50c5b0;
}
.rounded-shadow-yellow:before {
  background: #ffaf01;
}
.rounded-shadow-purple:before {
  background: #3a658b;
}
.rounded-shadow-orange:before {
  background: #ff7700;
}
.rounded-shadow-blue:before {
  background: #1bb3e2;
}

.rounded-shadow-bl:before {
  right: auto;
  left: -10px;
}
.rounded-shadow-tr:before {
  right: auto;
  bottom: auto;
  top: -10px;
  left: 10px;
  transform: rotate(3.55deg);
}
.rounded-shadow-br:before {
  right: -10px;
  bottom: -10px;
  transform: rotate(3.55deg);
}

.logos-row {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.logos-row > img {
  margin: 10px 18px;
  height: auto;
  align-self: center;
}

.gb-rounded-shadow .gb-image {
  position: relative;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
.gb-rounded-shadow .gb-image:before {
  position: absolute;
  bottom: -10px;
  right: 0;
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% + 10px);
  border-radius: 30px;
  transform: rotate(-3.55deg);
  z-index: 1;
  background: #50c5b0;
}
.gb-rounded-shadow .gb-image img {
  position: relative;
  z-index: 2;
  display: block !important;
  margin: 0 auto !important;
  text-align: center;
  border-radius: 30px !important;
  width: 100% !important;
}

.gb-rounded-shadow-green .gb-image:before {
  background: #50c5b0;
}
.gb-rounded-shadow-yellow .gb-image:before {
  background: #ffaf01;
}
.gb-rounded-shadow-blue .gb-image:before {
  background: #1bb3e2;
}
.gb-rounded-shadow-purple .gb-image:before {
  background: #3a658b;
}
.gb-rounded-shadow-orange .gb-image:before {
  background: #ff7700;
}

.gb-rounded-shadow-bl .gb-image:before {
  right: auto;
  left: -10px;
}
.gb-rounded-shadow-tr .gb-image:before {
  right: auto;
  bottom: auto;
  top: -10px;
  left: 10px;
  transform: rotate(3.55deg);
}
.gb-rounded-shadow-br .gb-image:before {
  right: -10px;
  bottom: -10px;
  transform: rotate(3.55deg);
}
.interest-carousel .cxis-thumbnails .gb {
  position: relative;
}
.interest-carousel .cxis-thumbnails .gb-inner {
  max-width: 220px;
  display: block;
  margin: 0 auto;
}
.interest-carousel .cxis-thumbnails .gb .gb-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 3;
}
.interest-carousel .cxis-thumbnails .gb .gb-content-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 1.375em;
  color: #fff;
  text-transform: uppercase;
  /* text-shadow: 1px 1px 3px #111; */
}

.interest-carousel .slick-slide {
  padding: 20px 0;
}

.legend-icon {
  margin-right: 10px;
  margin-top: -3px;
}

.img-hr-frictionless {
  position: absolute !important;
  top: 50%;
  left: -100px;
  text-align: left;
  max-width: 500px;
  transform: translateY(-50%);
}

.elementor-location-archive {
  clear: both;
  float: left;
  width: 100%;
}

.archives-featured-post .cxis-recent-post-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.archives-featured-post .recent-post-thumb {
  box-sizing: border-box;
  padding: 0 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.archives-featured-post .rp-text-fields {
  box-sizing: border-box;
  padding: 0 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.archives-featured-post h3 a {
  color: #042631;
  font-weight: 400 !important;
}
.archives-featured-post .recent-post-title h3:before {
  content: "Featured Post";
  display: block;
  margin: 0 0 10px;
  color: #ff7700;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56em;
}
.archives-featured-post .recent-post-meta-date,
.archives-featured-post .recent-post-meta-date a {
  color: #0426319e;
}
.archives-featured-post .meta-sep,
.archives-featured-post .entry-author {
  display: none;
}
.archives-featured-post .recent-post-content,
.archives-featured-post .recent-post-readmore,
.archives-featured-post .recent-post-meta {
  margin-top: 1em;
  color: #042631;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56em;
}
.archives-featured-post .recent-post-readmore a {
  min-width: 130px;
}
ul.custom-taxonomy-menu {
  display: block;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  text-align: center;
}
ul.custom-taxonomy-menu li {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  list-style: none;
}
ul.custom-taxonomy-menu li a {
  color: #042631;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56em;
}
ul.custom-taxonomy-menu li.current-cat a {
  font-weight: 700;
}

nav.elementor-pagination {
  margin-top: 50px;
}
nav.elementor-pagination .page-numbers {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 8px;
  background: #29678f;
}
nav.elementor-pagination a.page-numbers {
  color: #042631;
  border-radius: 0;
  background: 0;
}

a.elementor-post__read-more {
  text-decoration: underline !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}

.elementor-post__excerpt p {
  color: #042631 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.56em !important;
}
.elementor-posts .elementor-post__meta-data {
  margin-top: 1em !important;
  color: #0426319e !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.56em !important;
}

.elementor-posts .elementor-post__title {
  font-size: 22px !important;
}

#single-post-bottom {
  padding: 75px 0;
  background: #fcf7ed;
}

#single-post-bottom img {
  max-height: 123px;
}

.spb {
  text-align: center;
}
.spb h3 {
  margin-top: 10px;
}
.spb h3 a {
  color: #042631;
  text-decoration: none !important;
}
.spb a.btn {
  min-width: 180px;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 18px;
}

#link-back-to-blog {
  margin: 35px 0;
}
#link-back-to-blog a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.56em;
}
.single-post .entry-meta {
  margin-bottom: 10px;
}
.single-post .entry-date {
  color: #042631;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56em;
}

.single-post h1 {
  color: #042631;
  font-weight: 800;
  line-height: 1.36em;
}

#single-post-main {
  margin-top: 50px;
  padding-bottom: 80px;
}

#single-post-author-info * {
  vertical-align: middle;
}
.spai-image {
  display: inline-block;
  margin-right: 10px;
}
.spai-image img {
  margin: 0;
  max-height: 75px;
  border-radius: 50%;
}
.spai-text {
  display: inline-block;
}

.single-post-author {
  color: #042631;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.56em;
}
.single-post-author-title {
  color: #042631;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56em;
}

#single-post-right {
}
#single-post-left p,
#single-post-right p {
  color: #042631;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.31em;
}
#single-post-left h4,
#single-post-right h4 {
  color: #042631;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.06em;
  margin-bottom: 10px;
}
#single-post-right input {
  display: block;
  width: 100%;
  background: #f4f7f9 !important;
}
#single-post-right button {
  display: block;
  width: 100%;
  padding: 10px 15px;
}

#single-post-top-content {
  color: #042631;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56em;
}

#single-post-top-content h2 {
  color: #042631;
  font-weight: 800;
  line-height: 1.36em;
  margin-bottom: 20px;
}

#single-post-top-content h3 {
  color: #042631;
  font-weight: 700;
  line-height: 1.56em;
  margin-bottom: 0;
  font-weight: 700 !important;
}
#single-post-top-content h3 span {
  font-weight: 700 !important;
}

#single-post-contents-block ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#single-post-contents-block ul li {
  display: block;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
#single-post-contents-block ul li:first-child {
  margin: 0;
}
#single-post-contents-block ul li a {
  color: #042631;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.31em;
}
.addtoany_content {
  margin-top: 20px !important;
}

#single-post-top-content
  > .entry-content
  > .elementor
  > .elementor-section
  > .elementor-container,
#single-post-top-content
  > .entry-content
  > .elementor
  > .elementor-section
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  padding: 0;
}

.addtoany_list a,
.widget .addtoany_list a {
  padding: 2px !important;
}

#single-post-top-content img {
  width: auto !important;
  height: auto !important;
}

.addtoany_share_save_container {
  text-align: center !important;
}

.slide-hatch img {
  min-width: 107px;
}

.cxispersonnel-image {
  margin-bottom: 1em;
}
.cxispersonnel-name {
  font-weight: 800;
  font-size: 18px;
  color: #29678f;
}
.cxispersonnel-title {
  font-weight: 400;
  font-size: 18px;
  color: #29678f;
}
.cxispersonnel-link-text {
  margin-top: 1em;
}
.cxispersonnel-link-text a {
  text-decoration: underline !important;
}

.cxispersonnel-content-actual {
  margin-top: 1em;
  color: #29678f;
}
.credit-unions {
  text-align: center;
}
.credit-unions * {
  vertical-align: middle;
}
.credit-unions .gb {
  text-align: center;
  display: inline-block;
  margin: 15px;
}
.credit-unions .gb img {
  max-height: 40px;
}

#content-actual ol li + li {
  margin-top: 1em;
}

.meetings-iframe-container iframe {
  max-width: 100% !important;
  min-width: auto !important;
}

#single-post-schedule {
  padding-bottom: 20px;
}
.sps {
  color: #042631;
  font-size: 16px;
  line-height: 1.75em;
  padding: 30px;
  border-radius: 9px;
  background: #f3e6d5;
}
.sps + .sps {
  margin-top: 20px;
}
#single-post-what-next {
  padding: 20px 0 50px;
}
.spwn {
  color: #042631;
  font-size: 18px;
  line-height: 1.56em;
  padding: 40px 30px;
  border: 6px solid #ff7700;
  border-radius: 9px;
}
.spwn + .spwn {
  margin-top: 20px;
}
.spwn ol li::marker {
  font-weight: bold;
}

.are-you-box {
  margin: 0 auto;
  max-width: 382px;
}

ul.with-checks {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.with-checks li {
  display: block;
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  font-size: 18px;
  line-height: 1.36em;
  color: #091c2d;
  background: transparent url(images/check.png) no-repeat left 7px;
}
ul.with-checks li + li {
  margin-top: 15px;
}

.small-video-widget {
  display: block;
  margin: 0 auto;
  max-width: 400px;
}

.pricing-accordion .elementor-accordion .elementor-accordion-item {
  border: none;
}

.pricing-accordion .elementor-tab-title {
  border-radius: 30px;
}
.pricing-accordion .elementor-tab-title.elementor-active {
  border-radius: 30px 30px 0 0;
}
.pricing-accordion .elementor-tab-content.elementor-active {
  border-radius: 0 0 30px 30px;
}

.cxisaccordion {
  border-radius: 30px;
  background: #f9bc51;
}
.cxisaccordion .cxisaccordionIcon-down {
  display: block;
}
.cxisaccordion .cxisaccordionIcon-up {
  display: none;
}
.cxisaccordion.active .cxisaccordionIcon-up {
  display: block;
}
.cxisaccordion.active .cxisaccordionIcon-down {
  display: none;
}
.cxisaccordionDescContent {
  display: none;
}
.cxisaccordion.active .cxisaccordionDescContent {
  display: block;
}

.cxisaccordionDescTitle {
  cursor: pointer;
  padding: 30px 50px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.cxisaccordionDescTitleActual {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.36em;
  color: #042631;
}
.cxisaccordionDescContent {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.36em;
  padding: 30px 50px;
  border-top: 1px solid #f19e2b;
  color: #091c2d;
}

.large-video .cxis-video-youtube-cover-image-actual {
  text-align: center;
}

.flex-auto > .e-con-inner > .e-con, 
.flex-auto.e-con > .e-con-inner > .e-con > .e-con-inner,
.flex-auto.elementor-column > .elementor-widget-wrap > .elementor-element > .e-con-inner > .e-con {
    display: block !important;
    width: auto !important;
}
.testimonialdisplayorder-3 .slick {padding: 0;}

.show-carousel-overflow .slick-list {overflow: visible;}
.testimonialdisplayorder-3 .slick-slide {text-align: left; padding: 0 10px;}
.testimonialdisplayorder-3 .cxis-recent-post-inner {
  border-radius: 8px;
  padding: 30px;
  background: #fff;
}
.testimonialdisplayorder-3 .recent-post-title {margin-bottom: 20px;}
.testimonialdisplayorder-3 .recent-post-title h4 {
  font-size: 23px;
  font-weight: bold;
  color: #042631;
}
.testimonialdisplayorder-3 .recent-post-content {
  font-size: 16px;
  line-height: 1.25em;
  color: #042631;
}
.testimonialdisplayorder-3 .fa-star {color: #EB583C; font-size: 25px;}
.testimonialdisplayorder-3 .meta-prep {display: none;}

.testimonialdisplayorder-3 .rp-testimonial-fields-top {margin-bottom: 25px;}
.testimonialdisplayorder-3 .recent-post-meta, .testimonialdisplayorder-3 .recent-post-testimonial-author-company {color: #818B8E; font-size: 16px;}



@media (min-width: 576px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 720px !important;
  }
  .interest-carousel .cxis-thumbnails {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    box-sizing: border-box;
  }

  .interest-carousel .cxis-thumbnails .gb {
    box-sizing: border-box;
    padding: 35px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }
  .how-box-image {
    height: 300px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    align-items: end !important;
  }
  .how-box-image > .elementor-widget-container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px !important;
  }
  .interest-carousel .cxis-thumbnails .gb {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .testimonialdisplayorder-3 .rptft-flex {
    display: flex;
    align-items: center;
  }
  .testimonialdisplayorder-3 .rptft-flex .rp-testimonial-fields-top-element + .rp-testimonial-fields-top-element {margin-left: 10px;}
}
@media (min-width: 1140px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1060px !important;
  }
}
@media (min-width: 1200px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px !important;
  }
  .how-box-image-1 img {
    max-width: 223px !important;
    display: block !important;
    margin: 0 auto !important;
  }
  .how-box-image-2 img {
    max-width: 298px !important;
    display: block !important;
    margin: 0 auto !important;
  }
  .how-box-image-3 img {
    max-width: 312px !important;
    display: block !important;
    margin: 0 auto !important;
  }
  .how-it-works-splash img {
    max-width: 400px !important;
  }
  .img-hr-frictionless img {
    max-width: 500px !important;
  }
}

@media only screen and (min-width: 2000px) {
  .for-box-left:before {
    border-width: 60px 0 0 2000px;
  }
  .for-box-right:before {
    border-width: 0 0 60px 2000px;
  }
}

@media only screen and (min-width: 1260px) {
  .testimonials-box .cxis-recent-post-inner {
    padding: 65px;
  }
}

@media only screen and (max-width: 1259px) {
  #mobile-menu .inner {
    padding: 0;
  }
  .gutter5,
  .gutter7,
  .gutter10,
  .gutter12,
  .gutter15 {
    margin-left: 0;
    margin-right: 0;
  }
  .trust-row .cxis-thumbnails {
    gap: 20px;
    flex-wrap: wrap;
  }
  .trust-row .cxis-thumbnails img {
    max-width: 150px;
    max-height: 54px;
  }
}
@media only screen and (max-width: 1199px) {
  .vs-splash img {
    max-width: 180px !important;
  }
  .orange-box {
    top: 27%;
    left: -353px;
  }
  .employee-workday-left {
    top: 33%;
    left: 10px;
    max-width: 368px;
  }
  .orange-box-right {
    top: 10%;
    left: auto;
    right: -450px;
  }
  .how-wellness-right {
    top: 22%;
    max-width: 368px;
  }
  .why-orange-box {
    top: 33%;
    left: -180px;
  }
  .img-why-remote img {
    max-width: 350px !important;
  }
  .text-why-actual {
    max-width: 380px;
  }

  .img-hr-frictionless {
    left: -200px;
  }
}
@media only screen and (max-width: 1064px) {
  .orange-box {
    top: 24%;
    left: -453px;
  }
  .orange-box-right {
    top: 10%;
    left: auto;
    right: -453px;
  }
  .employee-workday-left {
    top: 33%;
    left: 10px;
    max-width: 294px;
  }
}
@media only screen and (min-width: 992px) {
  .header-buttons {
    margin-top: 5px;
  }
  .header-links {
    margin-top: 5px;
  }
  .header-links .menu > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header-links .menu > ul > li {
    /* float: left; */
    display: inline-block;
    position: relative;
  }
  .header-links .menu > ul > li > a,
  .desktop-search-toggle {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    color: #29678f;
    font-weight: 800;
  }
  .header-links .menu > ul > li.menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    padding-left: 5px;
    color: #26638b;
  }
  .header-links .menu > ul > li:hover > a {
    text-decoration: none;
    color: #073653;
  }
  .header-links .menu > ul > li.current-menu-item > a {
    color: #29678f;
  }
  .header-links .menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    width: 230px;
    text-align: left;
    box-shadow: 0px 0px 5px 0px #0000001a;
    padding: 0 !important;
    margin: 0 !important;
    transition: all 500ms ease;
    background: #fff;
  }
  .header-links .menu ul li ul li {
    float: none;
    display: block;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .header-links .menu ul li ul li a {
    display: block;
    padding: 10px 18px;
    color: #29678f;
    font-weight: 800;
    text-decoration: none;
  }
  .header-links .menu ul li ul > li:hover > a {
    background: #eee;
  }
  .header-links .menu ul li:hover > ul {
    visibility: visible;
    z-index: 200;
    opacity: 1;
  }
  .header-links .menu ul li ul li ul {
    top: 0;
    left: 100%;
  }
  .header-links .menu > ul > li > ul li.menu-item-has-children > a:after {
    content: "\f0da";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    padding-left: 5px;
    color: #333;
    float: right;
  }
  .mega-nav .header-links .menu > ul > li {
    position: static;
  }
  .mega-nav .header-links .menu > ul {
    position: relative;
  }
  .mega-nav .header-links .menu > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #999999;
    background: #fff;
  }
  .mega-nav .header-links .menu ul li ul li a {
    color: #000;
    background: 0;
  }
  .mega-nav .header-links .menu ul li ul li ul {
    position: static;
    display: block;
  }
  .mega-nav .header-links > .menu > ul > li > ul > li {
    float: left;
    width: 25%;
  }
  .mega-nav .header-links > .menu > ul > li > ul > li:nth-child(4n + 1) {
    clear: both;
  }
  .mega-nav .header-links .menu ul li ul li ul li {
    margin: 0 0 2px;
  }
  .mega-nav .header-links .menu ul li ul li a {
    padding-bottom: 5px;
  }
  .mega-nav .header-links .menu ul li ul li ul li a {
    padding: 0 18px;
    font-size: 13px;
  }

  .cxisgallery-column-option-a .gb {
    float: left;
    width: 20%;
    padding: 10px;
  }
  .cxisgallery-column-option-a .gb:nth-child(5n + 1) {
    clear: both;
  }
  .cxisgallery-column-option-b .gb,
  .cxisgallery-column-option-c .gb,
  .cxisgallery-column-option-d .gb {
    float: left;
    width: 25%;
    padding: 10px;
  }
  .cxisgallery-column-option-b .gb:nth-child(4n + 1),
  .cxisgallery-column-option-c .gb:nth-child(4n + 1),
  .cxisgallery-column-option-d .gb:nth-child(4n + 1) {
    clear: both;
  }
  .cxisgallery-column-option-e .gb,
  .cxisgallery-column-option-f .gb {
    float: left;
    width: 33.33%;
    padding: 10px;
  }
  .cxisgallery-column-option-e .gb:nth-child(3n + 1),
  .cxisgallery-column-option-f .gb:nth-child(3n + 1) {
    clear: both;
  }
  .cxisgallery-column-option-g .gb {
    float: left;
    width: 50%;
    padding: 10px;
  }
  .cxisgallery-column-option-g .gb:nth-child(2n + 1) {
    clear: both;
  }
  #video-loop ul li {
    width: 33.33%;
  }
  #video-loop ul li:nth-child(3n + 1) {
    clear: both;
  }
  .absheader #header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: 0;
  }
  .elementor-editor-active.absheader #header {
    position: static;
  }
  .fixed-header #header + .section {
    padding-top: 117px;
  }
  .admin-bar.fixed-header.absheader #header + .section {
    padding-top: 0;
  }
  .desktop-textleft {
    text-align: left;
  }
  .desktop-textcenter {
    text-align: center;
  }
  .desktop-textright {
    text-align: right;
  }
  .loop-actual.loop-layout-3 div.hentry {
    float: left;
    width: 33.33%;
  }
  .loop-actual.loop-layout-3 div.hentry:nth-child(3n + 1) {
    clear: both;
  }
  .loop-actual.loop-layout-4 div.hentry {
    float: left;
    width: 25%;
  }
  .loop-actual.loop-layout-4 div.hentry:nth-child(4n + 1) {
    clear: both;
  }
  .header-2 #search {
    display: block !important;
  }
  .footer-links:last-child {
    text-align: right;
  }
  .footer-links ul li:first-child {
    margin-top: 0;
  }
  .testimonials-box .ul.slick-dots {
    display: none;
  }
  h2.h2-small,
  .h2-small h2 {
    font-size: 32px;
  }
  .permission-title {
    min-height: 57px;
  }
  .archives-featured-post h3 {
    font-size: 28px;
  }
  .spb h3 {
    font-size: 30px;
  }
  .single-post h1 {
    font-size: 32px;
  }
  #single-post-top-content h2 {
    font-size: 22px;
  }
  #single-post-top-content h3 {
    font-size: 18px;
  }
  .spwn h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-links .menu > ul > li > a,
  .desktop-search-toggle {
    padding: 10px 5px;
    font-size: 14px;
  }
  .header-buttons ul li {
    margin-left: 5px;
  }
  .header-buttons ul li:first-child {
    margin-left: 0;
  }
  .header-buttons ul li {
    font-size: 14px;
  }
  .header-buttons ul li.btn {
    min-width: 110px;
  }
  .home-h1 h1 {
    font-size: 42px;
    margin-bottom: 25px;
  }
  .elementor-kit-14 .elementor-button {
    padding: 16px !important;
  }
}
@media only screen and (max-width: 991px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .mobile-only,
  .mobileonly {
    display: block;
  }
  .fullwidth-slider .inner {
    padding: 0;
  }
  .fixed-header #header {
    height: auto;
    top: auto;
    left: auto;
  }
  #search {
    display: none;
    margin: 0 0 5px;
  }

  /* Begin global mobile nav styles */
  .mobile-toggle {
    float: right;
  }
  .mobile-toggle button {
    float: right;
    padding: 0 !important;
    text-align: right;
    border: none !important;
    border-radius: 0 !important;
    background: 0 !important;
  }
  .mobile-toggle button span {
    background-color: #29678f;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 21px;
    margin: 4px 0;
  }

  .header-links {
    display: none;
  }
  .header-links.active {
    display: block;
  }

  .header-links ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .header-links ul li {
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #091c2d;
  }
  .header-links ul li.menu-item-has-children a,
  .header-links ul li.has-child > a {
    float: left;
    width: 85%;
    box-sizing: border-box;
  }
  .header-links ul li > span.toggle {
    float: right;
    width: 15%;
    color: #fff;
    padding: 3px 0;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
  }
  .header-links ul li > span.toggle:after {
    content: "+";
  }
  .header-links ul li > span.toggle.closed:after {
    content: "-";
  }
  .header-links ul li a {
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
  }
  .header-links ul li ul {
    display: none;
  }
  .header-links ul li ul.active {
    display: block;
  }
  .header-links ul li ul li a {
    padding: 10px 25px;
  }
  .header-links ul li ul li ul li a {
    padding: 10px 40px;
  }
  /* End global mobile nav styles */

  /* Begin Mobile Nav Variant 2 Styles */
  .nav-option-2 .header-links {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: -100%;
    z-index: 5;
    width: 75%;
    height: 100%;
    transition: all 500ms ease;
    background: #091c2d;
  }
  .nav-option-2 .header-links {
    display: block;
  }
  .nav-option-2 .header-links.active {
    left: 0;
  }
  .admin-bar.nav-option-2 .header-links {
    padding-top: 50px;
  }
  .nav-option-2.mobile-nav-active .mobile-nav-backdrop {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nav-option-2 .mobile-toggle {
    position: relative;
    z-index: 2;
  }
  /* End Mobile Nav Variant 2 Styles */

  /* Begin Mobile Nav Variant 3 Styles */
  .nav-option-3 .header-links {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -100%;
    z-index: 5;
    width: 75%;
    height: 100%;
    transition: all 500ms ease;
    background: #091c2d;
  }
  .nav-option-3 .header-links {
    display: block;
  }
  .nav-option-3 .header-links.active {
    right: 0;
  }
  .admin-bar.nav-option-3 .header-links {
    padding-top: 50px;
  }
  .nav-option-3 .header-links .mobile-close {
    display: block;
  }
  .nav-option-3 .header-links .mobile-close button {
    float: right;
    border: none !important;
    padding: 0 !important;
    background: 0 !important;
  }
  .nav-option-3 .mobile-close span {
    display: block;
    font-size: 0;
    line-height: 0;
  }
  .nav-option-3 .mobile-close span:after {
    display: block;
    color: #fff;
    content: "X";
    font-size: 20px;
    line-height: 20px;
  }
  .nav-option-3.mobile-nav-active .mobile-nav-backdrop {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  /* End Mobile Nav Variant 3 Styles */

  /* Begin Mobile Nav Variant 4 Styles */
  .nav-option-4 .header-links {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    transition: all 500ms ease;
    background: rgba(0, 0, 0, 0.9);
  }
  .admin-bar.nav-option-4 .header-links {
    z-index: 100000;
  }
  .nav-option-4 .header-links {
    display: none;
  }
  .nav-option-4 .header-links.active {
    display: block;
  }
  .nav-option-4 .header-links ul li {
    background: 0;
  }
  .nav-option-4 .header-links ul li.current-menu-item > a {
    color: #29678f;
  }
  .nav-option-4 .header-links.active .mobile-close {
    display: block;
  }
  .nav-option-4 .header-links.active .mobile-close button {
    float: right;
    border: none !important;
    padding: 0 !important;
    background: 0 !important;
  }
  .nav-option-4 .mobile-close span {
    display: block;
    font-size: 0;
    line-height: 0;
  }
  .nav-option-4 .mobile-close span:after {
    display: block;
    color: #fff;
    content: "X";
    font-size: 45px;
    line-height: 45px;
  }
  /* End Mobile Nav Variant 4 Styles */

  /* Begin Mobile Nav Variant 5 Styles */
  /* This style is for navs that are right aligned on the same row as the logo - it will slide down. */
  .nav-option-5 #header-main {
    position: relative;
    z-index: 6;
  }
  .nav-option-5 #header-main:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: #fff;
  }
  .nav-option-5 .header-links {
    display: block;
    position: absolute;
    overflow-y: auto;
    top: -1000%;
    left: 0%;
    z-index: -1;
    width: 100%;
    transition: all 500ms ease;
    background: #fff;
  }
  .nav-option-5 .header-links.active {
    top: 100%;
    z-index: 3;
  }
  .nav-option-5 .mobile-toggle {
    position: relative;
    z-index: 6;
  }
  .nav-option-5 #logo {
    position: relative;
    z-index: 6;
  }
  .nav-option-5 .header-links ul li > span.toggle {
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* End Mobile Nav Variant 5 Styles */

  .cxisgallery-column-option-a .gb,
  .cxisgallery-column-option-c .gb,
  .cxisgallery-column-option-e .gb,
  .cxisgallery-column-option-f .gb {
    float: left;
    width: 33.33%;
    padding: 10px;
  }
  .cxisgallery-column-option-a .gb:nth-child(3n + 1),
  .cxisgallery-column-option-c .gb:nth-child(3n + 1),
  .cxisgallery-column-option-e .gb:nth-child(3n + 1),
  .cxisgallery-column-option-f .gb:nth-child(3n + 1) {
    clear: both;
  }
  .cxisgallery-column-option-b .gb {
    float: left;
    width: 25%;
    padding: 10px;
  }
  .cxisgallery-column-option-b .gb:nth-child(4n + 1) {
    clear: both;
  }
  .cxisgallery-column-option-d .gb,
  .cxisgallery-column-option-g .gb {
    float: left;
    width: 50%;
    padding: 10px;
  }
  .cxisgallery-column-option-d .gb:nth-child(2n + 1),
  .cxisgallery-column-option-g .gb:nth-child(2n + 1) {
    clear: both;
  }

  .mobilehide,
  .mobile-hide {
    display: none !important;
  }

  #colorbox,
  #cboxPrevious:active,
  #cboxNext:active,
  #cboxSlideshow:active,
  #cboxClose:active {
    max-width: 100% !important;
  }
  #colorbox,
  #cboxContent,
  #cboxLoadedContent {
    max-width: 100% !important;
  }
  #cboxWrapper {
    width: 100% !important;
  }
  #cboxTopLeft,
  #cboxMiddleLeft,
  #cboxBottomLeft,
  #cboxTopRight,
  #cboxMiddleRight,
  #cboxBottomRight,
  #cboxTopCenter,
  #cboxBottomCenter {
    display: none;
  }
  #cboxWrapper {
    box-sizing: border-box;
    padding: 0 15px;
  }
  /* #colorbox, #cboxContent, #cboxLoadedContent {box-sizing: border-box;} */

  .t {
    font-size: 12px;
  }
  .splash-slider .gb-content-title {
    padding: 15px 0;
    font-size: 32px;
  }
  .splash-slider .medium-text .gb-content-title {
    font-size: 20px;
  }
  .splash-slider .small-text .gb-content-title {
    font-size: 14px;
  }
  #project-categories ul {
    margin: 0;
  }
  .project-table {
    margin: 0;
  }
  #thumb-images ul {
    margin: 0;
  }
  #video-loop ul li {
    width: 50%;
  }
  #video-loop ul li:nth-child(2n + 1) {
    clear: both;
  }
  .recipebox .recipe-thumb {
    clear: both;
    width: 100%;
  }
  .recipebox .recipe-text {
    clear: both;
    width: 100%;
  }
  .loop-actual.loop-layout-4 div.hentry {
    float: left;
    width: 50%;
  }
  .loop-actual.loop-layout-4 div.hentry:nth-child(2n + 1) {
    clear: both;
  }
  .scroll-table {
    display: block;
    -moz-max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    overflow-x: auto;
  }
  .scroll-table thead th {
    text-align: center;
  }
  .absheader.admin-bar #wrapper {
    position: relative;
    padding-top: 48px;
  }
  #logo img {
    max-height: 30px;
  }
  .footer-links:last-child {
    text-align: center;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 22px;
  }
  .testimonials-box .recent-post-content {
    font-size: 20px;
  }
  .recent-post-testimonial-author {
    font-weight: 700;
  }
  .recent-post-testimonial-author,
  .recent-post-testimonial-author-title,
  .recent-post-testimonial-author-company {
    font-size: 16px;
  }
  .bgimage-tablet-none {
    background-image: none !important;
  }

  .elementor-section.elementor-section-boxed.wellness > .elementor-container {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .vs-splash {
    bottom: auto;
    top: 33%;
  }

  .orange-box {
    top: 50px;
    left: -105px;
    width: 420px;
    height: 370px;
  }
  .orange-box-right {
    left: auto;
    right: -200px;
  }
  .employee-workday-left {
    top: 50px;
    left: 60px;
  }
  .how-wellness-right {
    top: 50px;
  }
  .why-orange-box {
    top: 25%;
    width: 480px;
    height: 420px;
    left: -100px;
  }
  .img-why-remote img {
    max-width: 350px !important;
  }
  .text-why-actual {
    max-width: 380px;
  }
  .img-hr-frictionless {
    left: -300px;
  }
  span.bud-icon {
    float: left;
    width: 35px;
  }
  span.icon-text {
    float: left;
    width: calc(100% - 65px);
    margin-left: 10px;
  }
  .cxisaccordionDescTitleActual {
    font-size: 18px;
  }
  .cxisaccordionDescTitle,
  .cxisaccordionDescContent {
    padding: 25px 20px;
  }
  .testimonialdisplayorder-3 .cxis-recent-post-inner {padding: 15px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-h1 h1 {
    margin-bottom: 17px;
  }
  .interest-carousel .cxis-thumbnails {
    margin: 0 auto;
    max-width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .final {
    float: right;
    text-align: right;
    width: 49%;
  }
  .final:nth-child(2n + 1) {
    clear: both;
    float: left;
    text-align: left;
  }
  .loop-actual.loop-layout-0 div.hentry .post-thumb {
    float: right;
    width: 35%;
  }
  .loop-actual.loop-layout-0 div.hentry:nth-child(2n + 1) .post-thumb {
    float: left;
  }
  .loop-actual.loop-layout-0 div.hentry.has-image .post-block {
    float: left;
    width: 65%;
    padding-right: 15px;
  }
  .loop-actual.loop-layout-0
    div.hentry.has-image:nth-child(2n + 1)
    .post-block {
    float: right;
    padding-right: 0;
    padding-left: 15px;
  }
  .loop-actual.loop-layout-2 div.hentry {
    float: left;
    width: 50%;
  }
  .loop-actual.loop-layout-2 div.hentry:nth-child(2n + 1) {
    clear: both;
  }
  ul.cxisImageMenu li {
    -ms-flex: 0 0 33.3333% !important;
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
  }
  .archives-featured-post .recent-post-thumb {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .archives-featured-post .rp-text-fields {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .phone-only,
  .phoneonly {
    display: block;
  }
  #logo a {
    font-size: 26px;
  }
  #logo span.subtitle {
    font-size: 18px;
  }

  .cboxPhoto {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
  /* #cboxLoadedContent {width: auto !important; height: auto !important;} */
  #cboxContent {
    width: auto !important;
    height: auto !important;
  }

  .content-left {
    clear: both;
    width: 100%;
  }
  .content-right {
    clear: both;
    width: 100%;
    margin-top: 15px;
  }
  .th,
  .td {
    clear: both;
    width: 100%;
  }
  .th-spacer,
  .td-spacer {
    display: none;
  }
  .splash-slider .gb-content-title {
    padding: 10px 0;
    font-size: 24px;
  }
  .splash-slider .medium-text .gb-content-title {
    font-size: 18px;
  }
  .splash-slider .small-text .gb-content-title {
    font-size: 13px;
  }
  .projectbox {
    width: 50%;
  }
  .projectbox:nth-child(2n + 1) {
    clear: both;
  }
  #thumb-images ul li {
    width: 50%;
  }
  #thumb-images ul li:nth-child(2n + 1) {
    clear: both;
  }
  .project-left {
    clear: both;
    width: 100%;
  }
  .project-right {
    clear: both;
    width: 100%;
    margin-top: 15px;
  }
  #video-loop ul li {
    clear: both;
    width: 100%;
  }
  .recipebox {
    clear: both;
    width: 100%;
  }
  .final {
    margin-top: 15px;
    text-align: center;
  }
  .final:first-child {
    margin-top: 0;
  }
  .loop-actual.loop-layout-4 div.hentry {
    clear: both;
    width: 100%;
  }
  .yellow-slant:after {
    bottom: -2%;
  }
  .testimonials-box .slick-prev,
  .testimonials-box .slick-next {
    display: none !important;
  }
  .testimonials-box .slick {
    padding: 0;
  }
  .testimonials-box .cxis-recent-post-inner {
    padding: 40px 40px 70px 40px;
  }
  .for-box-right {
    margin-top: -70px;
  }
  .circle-number-list ol {
    margin: 0;
  }
  .circle-number-list ol li {
    padding-left: 0;
  }
  .circle-number-list ol li:before {
    display: block;
    position: static;
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding-top: 11px;
    margin-bottom: 10px;
  }
  .vs-splash {
    right: -4%;
  }
  .vs-splash img {
    max-width: 100% !important;
    max-height: 270px;
  }
  .vs-splash-subtext {
    max-width: 229px;
  }
  .gb-rounded-shadow .gb-image {
    max-width: 240px;
  }
  .home-splash-image {
    position: relative;
  }
  .home-splash-image:before {
    display: block;
    position: absolute;
    top: 77px;
    left: -100%;
    content: "";
    width: 400%;
    height: 450px;
    padding: 60px 0;
    transform: rotate(-5.33deg);
    background: #fff;
  }
  ul.slick-dots {
    display: block !important;
  }
  .h2-what-can h2 {
    font-size: 22px !important;
  }
  .img-hr-frictionless {
    position: static !important;
  }
  .spb {
    margin-top: 70px;
  }
  .spb:first-child {
    margin-top: 0;
  }
  .testimonials-box-small .recent-post-content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar.fixed-header #header {
    top: 46px;
  }
  /* body.fixed-header {padding-top: 75px;} */
}
@media only screen and (max-width: 600px) {
  .fixed-header #wpadminbar {
    position: fixed;
  }
}

@media only screen and (max-width: 575px) {
  #logo a {
    font-size: 18px;
  }
  #logo span.subtitle {
    font-size: 14px;
  }
  .frb input,
  .frb select,
  .frb textarea {
    min-width: 0;
    width: 100%;
  }

  .cxisgallery-column-option-a .gb,
  .cxisgallery-column-option-b .gb,
  .cxisgallery-column-option-c .gb {
    float: left;
    width: 50%;
    padding: 10px;
  }
  .cxisgallery-column-option-a .gb:nth-child(2n + 1),
  .cxisgallery-column-option-b .gb:nth-child(2n + 1),
  .cxisgallery-column-option-c .gb:nth-child(2n + 1) {
    clear: both;
  }
  .cxisgallery-column-option-e .gb {
    float: left;
    width: 33.33%;
    padding: 10px;
  }
  .cxisgallery-column-option-e .gb:nth-child(3n + 1) {
    clear: both;
  }
  .cxisgallery-column-option-d .gb,
  .cxisgallery-column-option-f .gb,
  .cxisgallery-column-option-g .gb,
  .cxisgallery-column-option-h .gb {
    clear: both;
    float: left;
    width: 100%;
    padding: 10px;
  }
  .splash-slider .gb-content-title {
    padding: 10px 0;
    font-size: 18px;
  }
  .splash-slider .medium-text .gb-content-title {
    font-size: 16px;
  }
  .splash-slider .small-text .gb-content-title {
    font-size: 12px;
  }

  .scroll-table th,
  .scroll-table td {
    max-width: 140px;
  }
  .home-splash-image:before {
    top: 60px;
  }
}
@media only screen and (max-width: 399px) {
  h1 {
    font-size: 24px;
  }
  .testimonials-box .recent-post-content {
    font-size: 16px;
  }
  .recent-post-testimonial-author,
  .recent-post-testimonial-author-title,
  .recent-post-testimonial-author-company {
    font-size: 14px;
  }
  .legend-icon {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 359px) {
  .splash-slider .gb-content-title {
    font-size: 16px;
  }
  .splash-slider .medium-text .gb-content-title {
    font-size: 14px;
  }
  .splash-slider .small-text .gb-content-title {
    font-size: 10px;
  }
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .floating-label > label {
    display: none;
  }
  .floating-label input::-ms-input-placeholder {
    color: #777;
  }
  .floating-label textarea::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
  -------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .floating-label > label {
    display: none;
  }
  .floating-label input:-ms-input-placeholder {
    color: #777;
  }
  .floating-label textarea:-ms-input-placeholder {
    color: #777;
  }
}

@media (min-width: 768px) {
  #single-post-main > .row {
    position: relative;
  }

  #single-post-right #custom_html-3 {
    position: sticky;
    top: 140px;
  }
}

.single-post #wrapper {
  overflow: visible;
}

/* Begin: Weglot Language Selector */
li.menu-item:has(a[href='#brightbreaks-desktop-language']) {
  border: 1px solid var(--bright_darkBlue);
  border-radius: 27px;
  display: inline-block;
  justify-items: center;
  padding: 0;
  position: relative;
  top: 3px;

  & > a {
    padding: 2px 10px;
    display: flex;
    align-items: center;
  }

  & > a:before {
    font-family: 'Font Awesome 6 Free';
    content: '\f0ac'; /* globe icon */
    margin-right: 5px;
  }

   & > a:after {
    font-family: 'Font Awesome 6 Free';
    content: '\f0d7'; /* caret-down icon */
    margin-left: 5px;
  }

  & > a:after {
    font-size: 12px;
  }

  & > a > span {
    font-size: 12px;
  }

  & .sub-menu {
    top: 26px;
    left: -8px;
    border-radius: 20px;
    border: 1px solid var(--bright_darkBlue);
    width: 100px;
    overflow: hidden;
    & li a {
      padding: 6px 16px;
    }
  }
}

li.menu-item:has(a[href='#brightbreaks-mobile-language']) {
  & > a:before {
    font-family: 'FontAwesome';
    content: '\f0ac'; /* globe icon */
    margin-right: 5px;
  }
}
/* End: Weglot Language Selector */
