/*
Theme Name: OnePress Child
Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress)
Version: 2.2.0
Template:     onepress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, input, select, button, textarea, .onepress-menu a, footer{
  font-family: "Poppins", serif;  
}
h1, h2, h3, h4, h5, h6{
  margin-bottom: 20px;
}
h1, .h1{
  font-size: 3rem
}
.breadcrumbs{
  display: none;
}
h1 > em {
	color: #f19f1f;
}
h2, .h2{
  font-weight: 600;
}
h2:not(.without-bone):not(.widget-title){
  position: relative;
  padding-top: 40px;
}
h2:not(.without-bone):not(.widget-title):before{
  content: '';
  position: absolute;
  top: 0;
  left: -4px;
  background: url(/wp-content/uploads/2024/12/paw-bone.svg) no-repeat;
  background-size: contain;
  background-position: center;
  height: 30px;
  width: 90px;
}
h2.white-top:before {
  background-image: url(/wp-content/uploads/2025/01/white-bone-foot.png) !important; 
  background-repeat: no-repeat;
}
h2:not(.without-bone).has-text-align-center:before{
  left: 50%; transform: translateX(-50%)
}
.no-sidebar .entry-content > .alignfull{
max-width: 100vw;
max-width: calc(var(--vw, 1vw) * 100);
width: 100vw;
width: calc(var(--vw, 1vw) * 100);
transform: translateX(-50%);
left: 50%;
position: relative;
}
.kt-inner-column-height-full.kt-tab-layout-inherit:not(.kt-row-layout-row)>.wp-block-kadence-column>.kt-inside-inner-col, .kt-inner-column-height-full.kt-tab-layout-row>.wp-block-kadence-column>.kt-inside-inner-col{
  height: 100% !important;
}
.no-sidebar .entry-content > .alignfull{
  transform: unset;
  width: 100%;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50%;
  margin-left: -50vw;
}
#page{
  overflow-x: hidden;
}
.onepress-menu a{
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
}
.onepress-menu > li:last-child{
  margin-left: 20px;
}
.onepress-menu > li:last-child > a{
  text-transform: uppercase; padding: 10px 20px; background: #F19F1F; color: #fff !important; text-decoration: none;
  border-radius: 30px;
}
#primary{
	padding-top: 0; padding-bottom: 0;
}
.entry-content{
	margin-bottom: 0;
}
.no-sidebar .entry-content > .alignfull{
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content{
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  padding-left: 0;
}
#masthead{
  padding: 15px 0
}
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img, .site-header{
  line-height: unset;
}
#masthead > .container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#masthead > .container > div{
  flex: 1;
}
#masthead > .container > div.site-branding{
  max-width: 300px;
  float: none;
}
.header-right-wrapper{
  text-align: right;
}
.onepress-menu{
  float: none;
  text-align: right;
  display: inline-block;
}
.onepress-menu ul, .onepress-menu li{
  text-align: left
}
.onepress-menu > li{
  float: none;
  display: inline-block;
}

.wp-block-columns{
  margin-bottom: 0;
}
p:empty{
  display: none;
}
#back-to-top{
  position: fixed;
  bottom: 0;
  right: 10px;
  background: gray;
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  border: 0;
}
.tab-slider .kt-tabs-title-list{
  display: none !important;
}
.tab-slider .kt-tabs-content-wrap .wp-block-kadence-tab{
  padding: 0 !important;
  outline: none !important;
  border: 0 !important
}
.tab-slider .kt-tabs-content-wrap .ab-block-container{
  position: relative;
}
.tab-slider .kt-tabs-content-wrap .ab-block-container:before{
  content: '';
  padding-bottom: 30%;
  display: block;
  position: relative;
}
.tab-slider .kt-tabs-content-wrap .ab-block-container .ab-container-content{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  z-index: 20
}
.thumbnail.square, .thumbnail.rectangular{
  position: relative;
}
.thumbnail.square:before, .thumbnail.rectangular:before{
  content: '';
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.thumbnail.rectangular:before{
  padding-bottom: 56%;
}
.thumbnail.square img, .thumbnail.rectangular img{
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  height: 100%; width: 100%; object-fit: cover;
}
#page .pagination{
  display: block;
  margin: 20px 0;
}
#page .pagination .page-numbers{
  padding: 3px 12px 5px;
  border: 1px solid;
  margin-right: 5px;
  border-radius: 2px;
  text-decoration: none !important
}
#page .pagination .page-numbers.current, #page .pagination .page-numbers:hover{
  background: #ddd;
  text-decoration: none;
}
#page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #page .gform_wrapper select, #page .gform_wrapper textarea{
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #707070 !important;
  line-height: unset;
  box-shadow: none;
  background: #fff;
  min-height: unset;
  outline: none;
  line-height: unset;
  height: auto;
  border-radius: 30px;
}
#page .gform-theme--foundation .gform_fields {
  row-gap: 20px;
}
#page .gform_wrapper select{
  padding: 18px 20px;
}
#page .gform_footer input{
  font-size: 16px;
  letter-spacing: 0;
  border-radius: 30px;
  line-height: unset;
  height: auto;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600;
}
#page .gform_wrapper .gform_footer{
  margin-top: 20px;
}
#gform_wrapper_2 .gform_footer{
  text-align: center; justify-content: center; margin-top: 35px !important;
}
.kb-blocks-bg-video-container .fluid-width-video-wrapper{
  padding-top: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wave-bottom {
  /* --mask:
  radial-gradient(111.8px at 50% calc(100% - 150px),#000 99%,#0000 101%) calc(50% - 100px) 0/200px 100%,
  radial-gradient(111.8px at 50% calc(100% + 100px),#0000 99%,#000 101%) 50% calc(100% - 50px)/200px 100% repeat-x;
-webkit-mask: var(--mask);
        mask: var(--mask); */
  clip-path: polygon(100% 0%, 0% 0% , 0.00% 98.83%, 1.00% 98.75%, 2.00% 98.51%, 3.00% 98.16%, 4.00% 97.73%, 5.00% 97.29%, 6.00% 96.91%, 7.00% 96.63%, 8.00% 96.49%, 9.00% 96.52%, 10.00% 96.71%, 11.00% 97.03%, 12.00% 97.44%, 13.00% 97.88%, 14.00% 98.28%, 15.00% 98.60%, 16.00% 98.79%, 17.00% 98.82%, 18.00% 98.68%, 19.00% 98.40%, 20.00% 98.02%, 21.00% 97.58%, 22.00% 97.16%, 23.00% 96.80%, 24.00% 96.57%, 25.00% 96.48%, 26.00% 96.57%, 27.00% 96.80%, 28.00% 97.16%, 29.00% 97.58%, 30.00% 98.02%, 31.00% 98.40%, 32.00% 98.68%, 33.00% 98.82%, 34.00% 98.79%, 35.00% 98.60%, 36.00% 98.28%, 37.00% 97.88%, 38.00% 97.44%, 39.00% 97.03%, 40.00% 96.71%, 41.00% 96.52%, 42.00% 96.49%, 43.00% 96.63%, 44.00% 96.91%, 45.00% 97.29%, 46.00% 97.73%, 47.00% 98.16%, 48.00% 98.51%, 49.00% 98.75%, 50.00% 98.83%, 51.00% 98.75%, 52.00% 98.51%, 53.00% 98.16%, 54.00% 97.73%, 55.00% 97.29%, 56.00% 96.91%, 57.00% 96.63%, 58.00% 96.49%, 59.00% 96.52%, 60.00% 96.71%, 61.00% 97.03%, 62.00% 97.44%, 63.00% 97.88%, 64.00% 98.28%, 65.00% 98.60%, 66.00% 98.79%, 67.00% 98.82%, 68.00% 98.68%, 69.00% 98.40%, 70.00% 98.02%, 71.00% 97.58%, 72.00% 97.16%, 73.00% 96.80%, 74.00% 96.57%, 75.00% 96.48%, 76.00% 96.57%, 77.00% 96.80%, 78.00% 97.16%, 79.00% 97.58%, 80.00% 98.02%, 81.00% 98.40%, 82.00% 98.68%, 83.00% 98.82%, 84.00% 98.79%, 85.00% 98.60%, 86.00% 98.28%, 87.00% 97.88%, 88.00% 97.44%, 89.00% 97.03%, 90.00% 96.71%, 91.00% 96.52%, 92.00% 96.49%, 93.00% 96.63%, 94.00% 96.91%, 95.00% 97.29%, 96.00% 97.73%, 97.00% 98.16%, 98.00% 98.51%, 99.00% 98.75%, 100.00% 98.83%);
}
.wave-bottom.brown-bg {
	background-color: #fef2d5; /* Adjust color as needed */
}
.wave-top, #footer-widgets, #colophon{
  clip-path: polygon(100% 100%, 0% 100% , 0.00% 5.08%, 1.00% 5.00%, 2.00% 4.76%, 3.00% 4.41%, 4.00% 3.98%, 5.00% 3.54%, 6.00% 3.16%, 7.00% 2.88%, 8.00% 2.74%, 9.00% 2.77%, 10.00% 2.96%, 11.00% 3.28%, 12.00% 3.69%, 13.00% 4.13%, 14.00% 4.53%, 15.00% 4.85%, 16.00% 5.04%, 17.00% 5.07%, 18.00% 4.93%, 19.00% 4.65%, 20.00% 4.27%, 21.00% 3.83%, 22.00% 3.41%, 23.00% 3.05%, 24.00% 2.82%, 25.00% 2.73%, 26.00% 2.82%, 27.00% 3.05%, 28.00% 3.41%, 29.00% 3.83%, 30.00% 4.27%, 31.00% 4.65%, 32.00% 4.93%, 33.00% 5.07%, 34.00% 5.04%, 35.00% 4.85%, 36.00% 4.53%, 37.00% 4.13%, 38.00% 3.69%, 39.00% 3.28%, 40.00% 2.96%, 41.00% 2.77%, 42.00% 2.74%, 43.00% 2.88%, 44.00% 3.16%, 45.00% 3.54%, 46.00% 3.98%, 47.00% 4.41%, 48.00% 4.76%, 49.00% 5.00%, 50.00% 5.08%, 51.00% 5.00%, 52.00% 4.76%, 53.00% 4.41%, 54.00% 3.98%, 55.00% 3.54%, 56.00% 3.16%, 57.00% 2.88%, 58.00% 2.74%, 59.00% 2.77%, 60.00% 2.96%, 61.00% 3.28%, 62.00% 3.69%, 63.00% 4.13%, 64.00% 4.53%, 65.00% 4.85%, 66.00% 5.04%, 67.00% 5.07%, 68.00% 4.93%, 69.00% 4.65%, 70.00% 4.27%, 71.00% 3.83%, 72.00% 3.41%, 73.00% 3.05%, 74.00% 2.82%, 75.00% 2.73%, 76.00% 2.82%, 77.00% 3.05%, 78.00% 3.41%, 79.00% 3.83%, 80.00% 4.27%, 81.00% 4.65%, 82.00% 4.93%, 83.00% 5.07%, 84.00% 5.04%, 85.00% 4.85%, 86.00% 4.53%, 87.00% 4.13%, 88.00% 3.69%, 89.00% 3.28%, 90.00% 2.96%, 91.00% 2.77%, 92.00% 2.74%, 93.00% 2.88%, 94.00% 3.16%, 95.00% 3.54%, 96.00% 3.98%, 97.00% 4.41%, 98.00% 4.76%, 99.00% 5.00%, 100.00% 5.08%);
  /* --mask:
  radial-gradient(111.8px at 50% 150px,#000 99%,#0000 101%) calc(50% - 100px) 0/200px 100%,
  radial-gradient(111.8px at 50% -100px,#0000 99%,#000 101%) 50% 50px/200px 100% repeat-x;
-webkit-mask: var(--mask);
        mask: var(--mask); */
}

.wave-top {
  height: 150px;
  background-color: #4a90e2; /* Adjust color as needed */
  clip-path: polygon(0% 1.17%, 1% 1.25%, 2% 1.49%, 3% 1.84%, 4% 2.27%, 5% 2.71%, 
                     6% 3.09%, 7% 3.37%, 8% 3.51%, 9% 3.48%, 10% 3.29%, 11% 2.97%, 
                     12% 2.56%, 13% 2.12%, 14% 1.72%, 15% 1.40%, 16% 1.21%, 17% 1.18%, 
                     18% 1.32%, 19% 1.60%, 20% 1.98%, 21% 2.42%, 22% 2.84%, 23% 3.20%, 
                     24% 3.43%, 25% 3.52%, 26% 3.43%, 27% 3.20%, 28% 2.84%, 29% 2.42%, 
                     30% 1.98%, 31% 1.60%, 32% 1.32%, 33% 1.18%, 34% 1.21%, 35% 1.40%, 
                     36% 1.72%, 37% 2.12%, 38% 2.56%, 39% 2.97%, 40% 3.29%, 41% 3.48%, 
                     42% 3.51%, 43% 3.37%, 44% 3.09%, 45% 2.71%, 46% 2.27%, 47% 1.84%, 
                     48% 1.49%, 49% 1.25%, 50% 1.17%, 51% 1.25%, 52% 1.49%, 53% 1.84%, 
                     54% 2.27%, 55% 2.71%, 56% 3.09%, 57% 3.37%, 58% 3.51%, 59% 3.48%, 
                     60% 3.29%, 61% 2.97%, 62% 2.56%, 63% 2.12%, 64% 1.72%, 65% 1.40%, 
                     66% 1.21%, 67% 1.18%, 68% 1.32%, 69% 1.60%, 70% 1.98%, 71% 2.42%, 
                     72% 2.84%, 73% 3.20%, 74% 3.43%, 75% 3.52%, 76% 3.43%, 77% 3.20%, 
                     78% 2.84%, 79% 2.42%, 80% 1.98%, 81% 1.60%, 82% 1.32%, 83% 1.18%, 
                     84% 1.21%, 85% 1.40%, 86% 1.72%, 87% 2.12%, 88% 2.56%, 89% 2.97%, 
                     90% 3.29%, 91% 3.48%, 92% 3.51%, 93% 3.37%, 94% 3.09%, 95% 2.71%, 
                     96% 2.27%, 97% 1.84%, 98% 1.49%, 99% 1.25%, 100% 1.17%);
}
.kt-svg-icon-list > li{
  margin-left: 0
}
#page .wp-block-buttons{
  padding-top: 10px;
}
#page .wp-block-buttons a{
  font-size: 16px;
  font-weight: 600;
  padding: 11px 32px;
  text-decoration: none;
}
#footer-widgets{
  padding-top: 150px;
  background-image: url(/wp-content/uploads/2024/12/pattern.png) !important;
  background-color: #446A4D !important
}
#page #footer-widgets .widget-title{
  color: #fff !important; letter-spacing: 0; text-transform: uppercase;
}
#footer-2{
  padding-left: 60px; padding-right: 60px;
}
.site-footer .site-info{
  padding: 20px 0
}
.site-footer .site-info p{
  margin-bottom: 0
}
#footer-widgets, #footer-widgets a{
  font-size: 16px; 
}
#media_image-2 img{
  max-width: 190px !important
}
#page #footer-widgets .widget-title {
  font-size: 18px;
  text-transform: unset;
}
#gform_fields_1{
  display: flex; align-items: center;
}
#gform_fields_1 > div{
  padding: 0; margin: 0;
}
#gform_fields_1 > div:first-child{
  flex: 1;
  margin-right: -68px;
}
#gform_fields_1 > div:first-child input{
  width: 100%; padding-right: 50px;
}
#gform_fields_1 > div:last-child input{
  background: #F19F1F !important;
  border-radius: 30px;
  line-height: unset;
  height: auto;
  padding: 18px 31px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-info .kb-svg-icon-wrap{
  height: 50px; width: 50px;
  display: flex; align-items: center;
  justify-content: center; border-radius: 50%;
  background: #F19F1F !important;
}
.contact-info .kb-svg-icon-wrap svg{
  color: #fff;
}
#page .kb-splide .splide__pagination__page{
  opacity: 1;
}
#page .kb-splide .splide__pagination__page.is-active{
  background: #F19F1F; opacity: 1
}
#page .kt-testimonial-content{
  font-style: italic
}
.two-image{
  position: relative;
}
.two-image .thumbnail{
  border-radius: 15px; overflow: visible;
}
.two-image .thumbnail:before{
  padding-bottom: 70%;
}
.two-image > div > .wp-block-image img{
  border-radius: 15px; 
  z-index: 2;
}
.two-image > div > .wp-block-image:first-child{
  margin-bottom: 80px; margin-left: 100px; margin-right: 25px;
}
.two-image > div > .wp-block-image:last-child{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 50%;
}
.two-image > div > .wp-block-image:first-child:after{
  content: '';
  background: #9DB6A3;
  position: absolute;
  top: 30px;
  border-radius: 15px;
  right: -20px;
  left: 40px;
  bottom: -30px;
}
.horizons-solution .kt-inside-inner-col{
  padding-bottom: 60px !important;
  position: relative;
}
.horizons-solution .kt-inside-inner-col .learn-more{
  position: absolute;
  bottom: 10px;
  left: 30px;
  right: 30px; font-weight: 600;
}
.horizons-solution .kt-inside-inner-col .learn-more a:after{
  content: "\f061"; font-family: 'Font Awesome 6 Pro'; margin-left: 8px;
}
.horizons-solution ul {
	padding: 0;
}
.horizons-solution ul li {
	margin-left: 1.5em;
	font-size: 15px;
}
#page .kt-testimonial-name{
  margin-top: 20px;
  font-style: italic
}
#page .kt-testimonial-name:before{
  content:"-"; margin-right: 5px;
}
#page .kt-testimonial-halign-center{
  position: relative;
}
#page .kt-testimonial-halign-center:before, .kt-testimonial-halign-center:after{
  content: '';
  background: url(/wp-content/uploads/2024/12/icon-2.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 55px;
  width: 70px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#page .kt-testimonial-halign-center:after{
  background: url(/wp-content/uploads/2024/12/icon-1.svg);
  left: unset;
  right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#page .kt-blocks-testimonials-inner-wrap{
  position: relative;
}
#page .kt-blocks-testimonials-inner-wrap:before{
  background: url(/wp-content/uploads/2024/12/quote.svg) no-repeat;
  width: 60px; height: 60px; background-size: contain; position: absolute;
  top: -60px;
  left: 50%; transform: translateX(-50%);
  content: '';
}
.testimonials-section:before{
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 110px;
  display: block !important;
  z-index: 2;
}
.testimonials-section .kt-row-column-wrap{
  position: relative;
  z-index: 3;
}

.offset-to-left, .offset-to-right {
    width: calc(100% +((100vw - 1140px) / 2));
}

.subpages-section .wp-block-media-text__content {
    background-image: url(/wp-content/uploads/2024/12/pattern.png) !important;	
}
.wave-bottom {
    clip-path: polygon(
        0% 0%, 100% 0%, 100% 95%, 99% 95.08%, 98% 95.24%, 97% 95.59%, 96% 96.02%, 
        95% 96.46%, 94% 96.84%, 93% 97.12%, 92% 97.26%, 91% 97.23%, 90% 97.04%, 
        89% 96.72%, 88% 96.31%, 87% 95.87%, 86% 95.47%, 85% 95.15%, 84% 94.96%, 
        83% 94.93%, 82% 95.07%, 81% 95.35%, 80% 95.73%, 79% 96.17%, 78% 96.59%, 
        77% 96.95%, 76% 97.18%, 75% 97.27%, 74% 97.18%, 73% 96.95%, 72% 96.59%, 
        71% 96.17%, 70% 95.73%, 69% 95.35%, 68% 95.07%, 67% 94.93%, 66% 94.96%, 
        65% 95.15%, 64% 95.47%, 63% 95.87%, 62% 96.31%, 61% 96.72%, 60% 97.04%, 
        59% 97.23%, 58% 97.26%, 57% 97.12%, 56% 96.84%, 55% 96.46%, 54% 96.02%, 
        53% 95.59%, 52% 95.24%, 51% 95.08%, 50% 95%, 49% 95.08%, 48% 95.24%, 
        47% 95.59%, 46% 96.02%, 45% 96.46%, 44% 96.84%, 43% 97.12%, 42% 97.26%, 
        41% 97.23%, 40% 97.04%, 39% 96.72%, 38% 96.31%, 37% 95.87%, 36% 95.47%, 
        35% 95.15%, 34% 94.96%, 33% 94.93%, 32% 95.07%, 31% 95.35%, 30% 95.73%, 
        29% 96.17%, 28% 96.59%, 27% 96.95%, 26% 97.18%, 25% 97.27%, 24% 97.18%, 
        23% 96.95%, 22% 96.59%, 21% 96.17%, 20% 95.73%, 19% 95.35%, 18% 95.07%, 
        17% 94.93%, 16% 94.96%, 15% 95.15%, 14% 95.47%, 13% 95.87%, 12% 96.31%, 
        11% 96.72%, 10% 97.04%, 9% 97.23%, 8% 97.26%, 7% 97.12%, 6% 96.84%, 
        5% 96.46%, 4% 96.02%, 3% 95.59%, 2% 95.24%, 1% 95.08%, 0% 95%
    );
}
.curve-image .wp-block-media-text__media img {
    border-radius: 15px;	
}
.contact-details-wrapper > .kt-row-column-wrap > .wp-block-kadence-column:not(:last-child) {
	border-right: 1px solid #C2C2C2;
}
.single-image .wp-block-image {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.single-image .wp-block-image::after {
    content: '';
    background: #9DB6A3;
    position: absolute;
    top: 30px;
    border-radius: 15px;
    right: -20px;
    left: 40px;
    bottom: -30px;	
}
.single-image .wp-block-image::before {
	content: '';
	padding-bottom: 77%;
}
.services-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
	padding-bottom: 7rem;
/* 	min-height: 723px; */
}
.services-wrapper.services-row-2 ul {
    max-height: 143px;	
}
.services-wrapper.services-row-2  > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
	min-height: unset;
}
.services-wrapper img {
	width: 100px;
}
.services-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col .wp-block-buttons {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%);
	width: 100%;	
}

ul.yellow-check {
  padding-left: 0; margin: 0;
}
ul.yellow-check li{
  position: relative;
  padding-left: 45px;
  list-style-type: none;
  margin: 0 0 15px;
}
ul.yellow-check li:before{
	content: '';
	position: absolute;
	left: 2px;
	width: 20px;
	height: 20px;
	background: url(/wp-content/uploads/2025/01/yellow-check.png) no-repeat;
	background-size: contain;
	margin-top: 4px;
}

.memorial-result-container .memorial > div > div {
  padding: 3rem;
}
.memorial-result-container .memorial img {
  border-radius: 15px;
  box-shadow: 20px 20px 0px 0px #9db6a3;  
}
.memorials-container .search-wrapper {
  display: flex;
  justify-content: space-between;
}
.memorials-container .search-wrapper > div {
  display: flex;
  flex-basis: 60%;
  position: relative;
}
.memorials-container .search-wrapper > div i {
  position: absolute;
  right: 15px;
  font-size: 24px;
  top: 15px; 
}
.memorials-container .search-wrapper .search-input-result {
  flex: 1;
  border-radius: 50px;
  padding: 1rem;
  background-color: transparent;
  border: 1px solid #aaa7a7 !important;
  box-shadow: none;
  width: 100%;
}

.memorial-result-container h2 {
  font-style: italic;
}

.memorial-result-container .memorial > div > div {
  padding: 3rem;
}
.memorial-result-container .memorial img {
  border-radius: 15px;
  box-shadow: 20px 20px 0px 0px #9db6a3;  
}
.memorial-result-container .memorial .details > div  {
    display: flex;
    gap: 10px;
}
.memorial-result-container .memorial .details > div h6 {
  text-transform: unset;
  color: #000;
  font-weight: 600;
  margin-bottom: 16px;
}
.memorial-result-container .memorial .details {
  margin-bottom: 2rem;
}
.memorial-result-container .memorial a {
  background-color: #f19f1f;
  border-radius: 50px;
  color: #fff !important;
  font-size: 20px;
  padding: 10px 40px;
  text-decoration: none;
}

.memorials-container .add-your-memorial-btn {
  flex-basis: 32%;
  border: 0;
  border-radius: 50px;
  background-color: #f19f1f;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  min-width: 350px;
}
.memorials-container .add-your-memorial-btn:before {
  content: '';
  background-image: url(/wp-content/uploads/2025/01/white-foot-print.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  display: inline-block;
  position: absolute;
  left: 27px;
}
.memorials-container .add-your-memorial-btn:after {
  content: '';
  background-image: url(/wp-content/uploads/2025/01/white-bone.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  display: inline-block;
  position: absolute;
  right: 27px;
}

input[type="text"], input[type="email"] {
  border-radius: 50px !important;
}
input[type="text"].datepicker {
  width:  100%;
}
.gform_button.button, .gform_button_select_files {
  background-color: #f19f1f !important;
  margin: 0 auto !important;
  border-radius: 50px !important;
  text-transform: uppercase !important;
  width: 150px !important;
}
.gfield_label.gform-field-label {
  font-weight: 600;
}
#hustle-popup-id-1 .hustle-content .hustle-content-wrap {
  padding: 0;
}

.our-process-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
	padding: 5rem;
}

.our-process-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column:not(:last-child) {
	border-right: 1px solid #ddd;
}
.our-process-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column {
	position: relative;
}
.our-process-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .kb-row-layout-wrap:first-child > .kt-row-column-wrap > .wp-block-kadence-column:first-child:after {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background-color: #446A4D;
	position: absolute;
	right: -11px;
}
.our-process-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .kb-row-layout-wrap:last-child > .kt-row-column-wrap > .wp-block-kadence-column:first-child:after {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background-color: #446A4D;
	position: absolute;
    right: -11px;
    bottom: 0;
}
.our-process-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column:last-child:before {
	content: '';
	width: 85px;
	height: 85px;
	position: absolute;
	left: -42px;
	background-image: url(/wp-content/uploads/2024/12/how-it-works.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
}
.our-process-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .first > .kt-row-column-wrap > .wp-block-kadence-column:last-child:before {
	background-image: url(/wp-content/uploads/2024/12/how-it-works.svg);
}
.our-process-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .first > .kt-row-column-wrap > .wp-block-kadence-column:last-child:before {
	background-image: url(/wp-content/uploads/2024/12/compassionate-1.svg);
}
.our-process-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .first > .kt-row-column-wrap > .wp-block-kadence-column:last-child:before {
	background-image: url(/wp-content/uploads/2024/12/dignified.svg);
}
.our-process-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .first > .kt-row-column-wrap > .wp-block-kadence-column:last-child:before {
	background-image: url(/wp-content/uploads/2024/12/closure.svg);
}
.our-process-wrapper img, .single-image img {
  border-radius: 15px;
  box-shadow: 20px 20px 0px 0px #9db6a3;
}

.horizons-solution-wrapper .horizon-upper-wrapper {
	border-radius: 15px;
}
.horizons-solution-wrapper .horizon-upper-wrapper h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;	
}
.horizons-solution-wrapper .horizon-bottom-wrapper {
	padding: 20px;
	border-radius: 15px;
	margin-top: -50px;
	padding-bottom: 5rem;
	min-height: 490px;
}
.horizons-solution-wrapper .horizon-bottom-wrapper.show {
	max-height: unset !important;
	overflow: unset !important;
}
.horizons-solution-wrapper .horizon-bottom-wrapper figure {
	text-align: center;
}
.horizons-solution-wrapper .horizon-bottom-wrapper img {
	max-width: 80%;
}
.horizons-solution-wrapper .horizon-bottom-wrapper h5 {
	font-size: 16px !important;
}
.horizons-solution-wrapper .learn-more {
	color: #fff;
	background-color: #f19f1f;
	padding: 10px 20px;
	border-radius: 50px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	text-align: center;
	text-transform: uppercase;

}
.horizons-solution-wrapper .wp-block-button > a {
	text-decoration: none !important;
	color: #fff !important;
	position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    max-width: 80%;
    bottom: 25px;
}
.horizons-solution-wrapper .horizon-bottom-wrapper > div, .horizons-solution-wrapper .horizon-bottom-wrapper > div > div {
	position: unset;
}

ul.white-check {
  padding-left: 0; margin: 0;
}
ul.white-check li{
  position: relative; padding-left: 40px;
  list-style-type: none;
  margin: 0 0 15px;
}
ul.white-check li:before{
  content: '';
  position: absolute;
  left: 2px;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2025/02/white-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 6px;
}
.horizons-solution-wrapper .horizon-bottom-wrapper .gb-container-content {
    max-height: 375px;
    overflow: hidden;	
}
.horizons-solution-wrapper .horizon-bottom-wrapper .gb-container-content.show {
	max-height: unset;
	overflow: unset;	
}
.horizons-solution-wrapper .horizon-bottom-wrapper .gb-container-content .kb-row-layout-wrap > .kt-row-column-wrap  {
	grid-template-columns: repeat(2, minmax(0, 1fr));	
}
.core-value-wrapper .core-value-group {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.core-value-wrapper .core-value-group.show {
	display: unset;
}
#page .core-value-wrapper .kt-row-column-wrap .wp-block-kadence-column .kt-inside-inner-col {
	height: unset !important;
    min-height: 523px;
	padding-bottom: 6rem;
}
.core-value-wrapper .learn-more {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-dr-capitanio > .kt-row-column-wrap > .wp-block-kadence-column img {
	max-height: 350px;
	object-fit: cover;
}
.flip-image > img {
    transform: scaleX(-1);	
}
.services-wrapper ul {
	max-height: 231px;
	overflow: hidden;
}
.services-wrapper ul.show {
	max-height: unset !important;
}
#footer-1 {
    text-align: center;	
}
.with-max-height-video video {
	max-height: 350px !important;
}
.memorial-options-wrapper figure {
    position: relative;
    padding-bottom: 72%;
    display: block !important;	
}
.memorial-options-wrapper figure img {
    object-fit: contain !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;	
}
.memorial-options-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
    height: 100%;	
}
.memorial-options-wrapper h3 {
	font-size: 22px;
}
@media (max-width: 1180px){
  .onepress-menu > li:last-child{
    margin-left: 0;
    padding-top: 10px
  }
  .onepress-menu > li:last-child a{
    text-align: center;
  }
  #nav_menu-2 ul, #nav_menu-2 ul li{
    padding: 0;
  }
  .container{
    width: 100%;
  }
  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after{
    background: #ffffff;
  }
  #nav-toggle{
    position: relative;
    top: 0;
    display: block
  }
  .onepress-menu{
    top: 0 !important;
    height: 100% !important;
    position: fixed !important;
    bottom: 0;
    right: 0;
    max-width: 400px;
    background: #9DB6A3;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0 !important;
    background: #9DB6A3 !important;
  }
  .onepress-menu.onepress-menu-mobile a{
    color: #fff ;
  }
  .onepress-menu.onepress-menu-mobile li{
    background: #9DB6A3;
  }
  .onepress-menu.onepress-menu-mobile li a{
    padding-left: 0; padding-right: 0;
    text-transform:normal;
  }
  .onepress-menu ul, .onepress-menu ul li a{
    background: transparent;
  }
  .onepress-menu a{
    font-size: 20px;
  }
  .onepress-menu li.current-menu-item > a, .onepress-menu li a:hover{
    color: #0c0c0c !important;
  }
  .onepress-menu .nav-toggle-subarrow{
    left: unset !important;
    right: 0;
  }
  .onepress-menu .nav-toggle-subarrow{
    border-left: 0 !important;
  }
  .onepress-menu.onepress-menu-mobile li{
    border-top: 1px solid #ffffff;
  }
  .onepress-menu.onepress-menu-mobile > li > a{
    padding: 20px 0
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow{
    padding: 20px;
  }
  .onepress-menu{
    transition: right .2s;
    right: -100%;
  }
  .onepress-menu.onepress-menu-mobile{
    right: 0;
    box-shadow: 2px -5px 9px #a6a6a6
  }
  .onepress-menu.onepress-menu-mobile ul li a{
    padding: 12px 20px;
  }
  .onepress-menu{
    transform: none;
  }
  #nav-toggle.nav-is-visible {
    position: fixed;
    top: 30px;
    z-index: 10000000;
    right: 30px;
  }
  #nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after{
    background: #fff;
  }
  .onepress-menu li ul:before{
    display: none;
  }
  .onepress-menu > li >ul{
    padding: 0 0px 0 20px !important;
  }
  #nav-toggle span{
    width: 36px;
  }
  #nav-toggle span:before, #nav-toggle span:after{
    width: 30px;
  }
  #nav-toggle.nav-is-visible span:after{
    top: 10px;
  }
  #nav-toggle.nav-is-visible span:before{
    top: -10px;
  }
  #content-inside {
    padding: 0 25px;
  }
  .entry-content > .alignfull.gb-block-container:not(.full-width-content) > div > .gb-container-content,
  .entry-content > .alignfull:not(.full-width-content) > div > .kt-row-column-wrap,
  .entry-content > .alignfull:not(.full-width-content) > .kt-row-column-wrap{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  #masthead .overlay{
    position: fixed;
    top: 0; left: 0; bottom: 0;
    background: #000;
    opacity: 0;
    right: -100%;
    transition: opacity .5s;
    z-index: 100;
    width: 0;
  }
  #masthead .nav-is-visible + .overlay{
    right: 0;
    width: 100%;
    opacity: 0.6;
  }
  #footer-widgets{
    padding-left: 25px; padding-right: 25px
  }
  #masthead > .container > div.site-branding {
    max-width: 120px;
  }
}

@media (max-width: 1098px) {
	.testimonials-section:before {
		content: unset !important;
	}
}

@media (max-width: 1075px) {
	.memorials-container .search-wrapper {
		flex-direction: column;
		gap: 10px;
	}
	.memorials-container .add-your-memorial-btn {
		padding: 10px;
	}
}



@media (max-width: 900px){
  #page .kt-has-4-columns{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #footer-widgets .row > div{
    flex-basis: 50%; max-width: 50%; width: 50%
  }
  #footer-widgets .row > div:last-child{
    flex-basis: 100%; max-width: 100%; width: 100%
  }
}

@media (max-width: 767px){
	.contact-details-wrapper > .kt-row-column-wrap {
		text-align: center;
		gap: 0 !important;
	}
	.contact-details-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kb-row-layout-wrap > .kt-row-column-wrap {
	    gap: 0 !important;	
	}
	.contact-details-wrapper div[style="height:30px;"] {
		height: 0 !important;
	}
	.our-process-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column:last-child:before {
		left: 50%;
		top: -63px;
		transform: translate(-50%);
	}
	.our-process-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .kb-row-layout-wrap.column-reverse > .kt-row-column-wrap > .wp-block-kadence-column:last-child:before {
		top: unset;
		bottom: -50px;
	}
	.column-reverse > .kt-row-column-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	.our-process-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .kb-row-layout-wrap:first-child > .kt-row-column-wrap > .wp-block-kadence-column:first-child:after,
	.our-process-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .kb-row-layout-wrap:last-child > .kt-row-column-wrap > .wp-block-kadence-column:first-child:after{
		display: none;
	}
	.our-process-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column:not(:last-child) {
		border: none;
	}


}

@media (max-width: 600px){
  #footer-widgets *{
    text-align: center !important;
  }
  #footer-widgets .row > div{
    flex-basis: 100%; max-width: 100%; width: 100%
  }
  .testimonials-section:before {
    height: 24px;
  }
  .wp-block-spacer[style*="height:100px"], .wp-block-spacer[style*="height:140px"]{
    height: 60px !important;
  }
  .wp-block-spacer[style*="height:80px"]{
    height: 40px !important
  }
  .wp-block-spacer[style*="height:60px"]{
    height: 30px !important   
  }
  h1, .h1 {
    font-size: 2rem;
  }
  #page .kt-has-4-columns{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .wp-block-media-text.is-stacked-on-mobile{
    display: block;
  }
  .wp-block-media-text .wp-block-media-text__media{
    margin-bottom: 20px;
  }
  .wp-block-media-text .wp-block-media-text__content{
    padding-left: 0;
    padding-right: 0;
  }
	.form-img-wrapper > .wp-block-media-text__content {
		margin-bottom: 2rem;
	}
	.our-process-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
		padding: 3rem 2rem;
	}
}

