/*
Theme Name: Kadence-child
Author: 
Description: css
Version: 1.0
Template: kadence

This is the child theme for Kadence theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.block-right {
  position: sticky;
  top: 200px; /* space from the top before it sticks */
  align-self: flex-start; /* helps in flex/grid layouts */
  background: white;
  padding: 10px;
  border: 1px solid #ccc;
}

html {
  scroll-behavior: smooth;
}

.home .entry-content-wrap .wp-block-group.has-theme-palette-8-background-color.has-background {
	margin-top: -144px;
}

.gt_float_switcher {
	box-shadow: unset !important;
}
#gt_float_wrapper {
	margin-top: -21px;
}

.page-id-491 #terminus-finder-form div:nth-of-type(2) {
  display: none;
}

.site-header-upper-inner-wrap.kadence-sticky-header.item-is-fixed.item-is-stuck {
  border-bottom: 1px solid #F6F6F6;
}

#express-service {
  padding-top: 10px; 
}


.home-slider {
  position: relative;
} 
.slider-caption {
  /* position: absolute;
  z-index: 10;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center; */
   display: inline-block;
    padding: 20px 40px;
    background: #2287cc;
    font-size: 22px;
    font-weight: bold;
    border-radius: 50px;
    position: relative;
    box-shadow: inset -8px -10px 20px rgba(0,0,0,0.2),
                inset 8px 10px 25px rgba(255,255,255,0.4),
                0 10px 25px rgba(0,0,0,0.2);
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    animation: float 3s ease-in-out infinite;
    position: absolute;
    z-index: 10;
    top: 37%;
    left: 82%;
    transform: translate(-50%, -50%);
    text-align: center;
}
/* Balloon "string" */
.slider-caption::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 25px;
    background: #2287cc;
    border-radius: 2px;
}
/* Floating animation */
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}
.slider-caption:hover {
    animation: none;
    transform: scale(1.05);
}
.slider-caption h2 {
    color: #ffffff;
}