/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* =============================================================
   SHARED COMPONENTS
   ============================================================= */

h2 {
    line-height: 2.5rem
}

.entry-content > .kb-row-layout-wrap {
    margin-bottom: 4.5rem;
}

/* =============================================================
   BUTTONS
   ============================================================= */

.kb-button-primary, .gform_wrapper .gform_footer input[type="submit"] {
    background-color: #C4BD05 !important;
    color: #191C17 !important;
    border-radius: 50px !important;
    padding: 0.75rem 1.75rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease !important;
}

.kb-button-primary:hover, .kb-button-industry-ghost:hover, .gform_wrapper .gform_footer input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    filter: brightness(1.08);
}

.kb-button-ghost, .kb-button-industry-ghost {
    border-radius: 50px !important;
    padding: 0.75rem 1.75rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.kb-button-ghost:hover {
    background-color: rgba(255,255,255,0.1) !important;
    transform: translateY(-2px);
}

.kb-button-ghost svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

.kb-button-ghost {
	background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid #C4BD05 !important;
}

.kb-button-industry-ghost {
	background-color: transparent !important;
    color: #01545A !important;
    border: 1px solid #01545A !important;
}

.kb-button-industry {
    background-color: #01545A !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 0.75rem 1.75rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease !important;
}

.kb-button-industry:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    filter: brightness(1.20);
}

.card {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid #dbdbdb;
    position: relative;
}

.kt-blocks-accordion-header .kt-blocks-accordion-title {
    font-weight: 500;
}

/* =============================================================
   CTA SECTION
   ============================================================= */

.cta-inner p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.cta-section h2,
.cta-section p {
    color: #ffffff !important;
}

.cta-section strong {
    color: #C4BD05 !important;
}

/* =============================================================
   HEADER
   ============================================================= */

.header-button-wrap .kb-button {
    background-color: #FFFFFF !important;
    color: #191C17 !important;
    border: 1px solid #191C17 !important;
}

.header-button-wrap .kb-button:hover {
    background-color: #C4BD05 !important;
    color: #191C17 !important;
    border: 1px solid #C4BD05 !important;
}

.mobile-navigation .menu-item a:hover,
.mobile-navigation .menu-item a:focus {
    background-color: #29353A !important;
}

.entry-hero {
    position: relative;
    z-index: 10;
}

/* =============================================================
   FOOTER
   ============================================================= */

.site-footer {
    padding-top: 1.5rem !important;
}

.site-middle-footer-wrap {
    position: relative !important;
}

.site-middle-footer-wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 1240px;
    max-width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.site-middle-footer-wrap .site-container {
    position: relative;
    z-index: 1;
}

.site-middle-footer-wrap img {
    background-color: #333 !important;
    padding: 0 1rem !important;
    position: relative !important;
    z-index: 1 !important;
    width: 130px !important;
    height: auto !important;
}

.footer-widget-area .menu-item a {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0 !important;
}

.site-footer-top-section-1 {
    flex: 0 0 30% !important;
}

.site-footer-top-section-1,
.site-footer-top-section-1 p,
.site-footer-top-section-1 a {
  color: #ffffff !important;
}

.site-footer-top-section-1 a:hover {
  color: #C4BD05 !important;
  text-decoration: none !important; 
}

.site-footer-top-section-2,
.site-footer-top-section-3,
.site-footer-top-section-4 {
    flex: 0 0 10% !important;
}

.site-footer-top-section-2 {
    margin-left: 20% !important;
}

.site-footer-top-section-1 .wp-block-paragraph {
    max-width: 350px !important;
}

.footer-widget-area h4 {
    font-size: 1.2rem;
}

.site-top-footer-inner-wrap .widget {
    margin-bottom: 0.5rem !important;
}

.footer-col-title {
	color: #fff;
	size: 1rem;
	font-weight: 700;
	margin-bottom: 0;
	}

/* =============================================================
   HOME - HERO SECTION 
   ============================================================= */

.hero-section {
    position: relative;
}

.hero-heading {
    line-height: 1.38 !important;
    margin-bottom: 1.25rem !important;
}

.kb-row-layout-id21_a0b950-d1 .kt-row-column-wrap {
    grid-template-columns: 45fr 55fr !important;
}

/* Hero photo column - fills height, curved left edge, rounded right corners */
.kadence-column21_32d97c-1e {
    position: relative;
    align-self: stretch !important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M5,0 C20,25 20,75 5,100 L100,100 L100,0 Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M5,0 C20,25 20,75 5,100 L100,100 L100,0 Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.kadence-column21_32d97c-1e .kt-inside-inner-col {
    height: 100%;
}

.kadence-column21_32d97c-1e figure {
    height: 100%;
    overflow: hidden;
    border-radius: 0 16px 16px 0;
}

.kadence-column21_32d97c-1e > .kt-inside-inner-col > figure.wp-block-image:not(.hero-badge) img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}

/* =============================================================
   HOME - INTRO (L-Shape Photo Grid)
   ============================================================= */

.intro-photo-col {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    height: 100%;
}

.intro-photo-top,
.intro-photo-top figure {
    flex: 1;
}

.intro-photo-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    aspect-ratio: 16 / 9;
}

.intro-photo-bottom-left img,
.intro-photo-bottom-right img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.single-content .intro-photo-col .intro-photo-top figure.wp-block-image {
    margin-bottom: 1rem !important;
    border-radius: 12px;
    overflow: hidden;
}

.single-content .intro-photo-col .intro-photo-bottom-left figure.wp-block-image,
.single-content .intro-photo-col .intro-photo-bottom-right figure.wp-block-image {
    margin: 0 !important;
    border-radius: 12px;
    overflow: hidden;
}

figure.wp-block-image.size-large.intro-photo-top {
    margin-bottom: 1rem;
}

.badge-tile .kt-inside-inner-col {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100%;
}

/* =============================================================
   HOME - TESTIMONIALS
   ============================================================= */

.testimonial-section {
    padding: 80px 0;
}

.testimonial-card h3 {
    color: #01545A;
    font-size: 1rem;
    margin-bottom: 0 !important;
    margin-top: 0;
    font-weight: 700;
}

.kb-row-layout-id21_56f51e-0c .kt-row-column-wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-card {
    padding-top: 2.5rem;
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: -22px;
    left: -22px;
    width: 40px;
    height: 40px;
    background-color: #01545A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-family: Georgia, serif;
    color: #ffffff;
    line-height: 1;
    font-weight: 700;
    padding-top: 14px;
}

.testimonial-card .kt-inside-inner-col p:first-child {
    font-size: 1.3rem;
    color: #bfbf00;
    letter-spacing: 3px;
    margin-bottom: 0.5rem;
}

.testimonial-card .kt-inside-inner-col p:nth-child(2) {
    color: #333333;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.testimonial-card .kt-inside-inner-col p:last-child {
    color: #666666;
    font-size: 0.85rem;
    margin-bottom: 0;
    margin-top: 0;
}

/* =============================================================
   SERVICE AREAS
   ============================================================= */

.service-hero img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    aspect-ratio: unset !important;
}

.service-hero .kt-inside-inner-col {
    display: flex !important;
    flex-direction: column !important;
}

.service-hero,
.service-hero figure,
.service-hero .kt-inside-inner-col {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.service-cities {
    column-count: 3;
    column-gap: 1.5rem;
}

.service-area-img img {
    border-radius: 16px;
}

/* =============================================================
   SERVICE AND INDUSTRY BOXES
   ============================================================= */
.service-card {
    border-left: 4px solid transparent;
    background-image: linear-gradient(white, white),
                      linear-gradient(to bottom, #C4BD05, #01545A);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    transition: box-shadow 0.2s ease;
    cursor: pointer;
    position: relative;
}

.industry-card {
    position: relative;
}

.service-card:hover {
    box-shadow: 0 0 0 2px rgba(0,0,0,0.15), 0 8px 20px rgba(0,0,0,0.3);
}

.industry-gray-card {
	background: #f5f5f5;
	border-radius: 16px;
	padding: 2rem 3rem;
}

/* Underline hover effect on card heading */
.service-card h3,
.industry-card h3 {
  display: inline-block;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: text-decoration-color 0.3s ease, color 0.3s ease;
}

.service-card h3 a::after,
.industry-card h3 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.service-card:hover h3,
.industry-card:hover h3 {
  color: #29353A;
  text-decoration-color: #29353A;
}

/* Flex alignment - equal height cards, footer content pinned to bottom */
.service-card,
.service-card .kt-inside-inner-col {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}


/* 1. Force the inner text wrapper static so it doesn't trap the overlay */
.industry-card .industry-card-content .kt-inside-inner-col {
  position: static !important;
}

/* 2. Establish the outer boundary over the image + text */
.industry-card > .kt-inside-inner-col {
  position: relative !important;
}

/* 3. Expand the link overlay across the outer boundary */
.industry-card h3 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.service-card .kt-inside-inner-col > p,
.service-card .kt-inside-inner-col > .wp-block-paragraph {
    flex: 1 !important;
}

.service-card .wp-block-kadence-advancedbtn {
    margin-top: auto !important;
}

.services-row-bottom {
    max-width: 66.666%;
    margin-left: auto;
    margin-right: auto;
}

.services-heading-row {
    margin-bottom: 0 !important;
}

/* =============================================================
   SERVICE ICONS
   ============================================================= */

.service-icon {
    background-color: #01545A;
    border-radius: 50%;
    padding: 1rem;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}

.service-detail-card h3, .service-card .wp-block-heading {
    margin-top: 0;
}

.service-detail-card {
    background: #ffffff;
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
}

.service-detail-card h3 {
    font-weight: 500;
    margin: 0 !important;
    color: #29353a;
    background: #eaf0f6; 
    padding: 0.85rem 1.25rem;
	font-size: 1.3rem;
}

.service-detail-card ul {
    margin: 0;
    padding: 1rem 1.5rem 1.25rem 3rem;
    line-height: 1.9;
}

.service-detail-card ul {
    list-style: none;
    padding-left: 2rem;
}

.service-detail-card ul li::before {
    content: "✓";
    font-weight: 500;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

ul.service-facilities {
    columns: 3;
    column-gap: 2rem;
}

.service-badge {
	margin-bottom:0 !important;
}

.service-badge .kt-svg-icon-list-text {
    color: #D3CB0B !important;
}


/* =============================================================
   INDUSTRY SECTION
   ============================================================= */

.industry-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  position: relative;
  transition: box-shadow 0.2s ease;
}

.service-card:hover,
.industry-card:hover {
  
}

.service-card:hover,
.industry-card:hover {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.15), 0 8px 20px rgba(0,0,0,0.2);
}

.industry-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.industry-card .industry-card-content {
  padding: 2rem;
}

.single-content .industry-card figure.wp-block-image {
  margin: 0 !important;
}

/* =============================================================
   FAQ SECTION
   ============================================================= */

.faq-narrow {
    max-width: 875px;
    margin-left: auto;
    margin-right: auto;
}

.faq-narrow .kt-row-column-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
}

.faq-heading {
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.kt-accordion-wrap[style] {
    max-width: 700px !important;
}

/* =============================================================
   HOMEPAGE - Background Globe
   ============================================================= */

.homepage-globe-bg img {
    position: fixed !important;
    top: 53% !important;
    left: 0% !important;
    transform: translate(-50%, -50%) !important;
    width: 1000px !important;
    max-width: none !important;
    height: auto !important;
    opacity: 0.01;
    z-index: 0;
    pointer-events: none;
}


/* =============================================================
   BLOG ARCHIVE
   ============================================================= */

.kadence-posts-list .entry-list-item .entry-title {
    line-height: 1.2 !important;
}

.kadence-posts-list .entry-list-item {
    border-radius: 12px;
    transition: box-shadow 0.2s ease !important;
}

.kadence-posts-list .entry-list-item:hover {
    box-shadow: 0 0 0 2px rgba(0,0,0,0.15) !important;
    border-radius: 12px;
}

.kadence-posts-list .entry-list-item .entry {
    border-radius: 12px;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}

.kadence-posts-list .entry-list-item .post-thumbnail {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.kadence-posts-list .entry-list-item .post-thumbnail img {
    border-radius: 12px 12px 0 0;
}

.kadence-posts-list .entry-list-item .entry-title a {
    text-decoration: none !important;
    background-image: linear-gradient(#29353A, #29353A) !important;
    background-size: 0% 2px !important;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
    transition: background-size 0.3s ease, color 0.2s ease !important;
}

.kadence-posts-list .entry-list-item:hover .entry-title a {
    color: #29353A !important;
    background-size: 100% 2px !important;
}

.blog .kadence-breadcrumbs span:last-child {
    visibility: hidden;
    position: relative;
}

.blog .kadence-breadcrumbs span:last-child::after {
    content: "Insights";
    visibility: visible;
    position: absolute;
    left: 0;
}

.blog .kadence-breadcrumbs {
    text-align: center;
}

.blog .kadence-breadcrumbs span.last {
    font-size: 0;
}

.blog .kadence-breadcrumbs span.last::after {
    content: "Insights";
    font-size: 16px;
    position: static !important;
    display: inline !important;
}

/* =============================================================
   SINGLE BLOG POST
   ============================================================= */

.single-post .kadence-breadcrumbs {
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    padding-bottom: 1rem !important;
    margin-bottom: 1.5rem !important;
}

.single-post .entry-content h2 {
    border-left: 3px solid #C4BD05;
    padding-left: 1.25rem !important;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.single-post .entry-content a {
    color: #1a6b5a !important;
    text-decoration: underline !important;
}

.single-post .entry-content a:hover {
    color: #29353A !important;
}

.post-thumbnail.article-post-thumbnail .post-thumbnail-inner {
    border-radius: 16px;
    overflow: hidden;
}

.post-thumbnail.article-post-thumbnail .post-thumbnail-inner img.post-top-featured {
    border-radius: 16px;
}

.entry-header.post-title .entry-title {
    line-height: 1.15 !important;
}

/* =============================================================
   BLOG NAVIGATION + READ MORE LINKS - Accessible Hover States
   ============================================================= */

.post-navigation a,
.comment-navigation a {
    color: #29353A;
    transition: color 0.2s ease;
}

.post-navigation a:hover,
.comment-navigation a:hover {
    color: #01545A;
    text-decoration: underline;
}

.post-more-link {
    color: #29353A;
    transition: color 0.2s ease;
}

.post-more-link:hover {
    color: #01545A;
    text-decoration: underline;
}

.post-more-link:hover svg {
    fill: #01545A;
}

/* =============================================================
   CONTACT
   ============================================================= */

.contact-label {
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin-bottom: 0.25rem !important;
}

/* =============================================================
   FORMS
   ============================================================= */

#gform_confirmation_message_1 {
    box-sizing: border-box;
    border: 1px solid #045842 !important;
    padding: 2rem !important;
    background-color: #eff9f8 !important;
    border-radius: 8px;
}

/* =============================================================
   MOBILE
   ============================================================= */
@media (max-width: 767px) {

    /* Typography */
    h2, h3, p {
        text-align: left !important;
    }

    /* Breadcrumbs */
	.kadence-breadcrumbs,
    .kadence-breadcrumbs nav,
    .kadence-breadcrumbs p {
        text-align: center !important;
    }

    /* General row spacing */
    .kb-row-layout-wrap {
        margin-bottom: 2rem;
    }
    .entry-content > .kb-row-layout-wrap {
        margin-bottom: 2rem;
    }
    /* Hero section */
    .hero-section {
        margin-left: calc(-1 * var(--global-content-edge-padding)) !important;
        margin-right: calc(-1 * var(--global-content-edge-padding)) !important;
    }
    .entry-header {
        padding-top: 1rem !important;
    }
    .kb-row-layout-id21_a0b950-d1 .kt-row-column-wrap {
        grid-template-columns: 1fr !important;
    }
    .kadence-column21_32d97c-1e {
        -webkit-mask-image: unset !important;
        mask-image: unset !important;
        -webkit-mask-size: unset !important;
        mask-size: unset !important;
    }
    .kadence-column21_32d97c-1e figure,
    .kadence-column21_4bbcb5-97 > .kt-inside-inner-col {
        border-radius: 0 !important;
    }
    .kb-row-layout-id21_4a716b-18 {
        margin-bottom: 0 !important;
    }
    /* Buttons */
    .wp-block-kadence-advancedbtn {
        width: 100% !important;
        justify-content: center !important;
    }
    .kb-button {
        width: 100% !important;
        text-align: center !important;
        justify-content: center !important;
    }
    /* Home page service cards */
    .kb-row-layout-id21_672ebf-80 {
        margin-bottom: 0 !important;
    }
    .kb-row-layout-id21_672ebf-80 > .kt-row-column-wrap {
        row-gap: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    /* Services page cards */
    .kb-row-layout-id24_b377ec-5c {
        margin-bottom: 0 !important;
    }
    .kb-row-layout-id24_b377ec-5c > .kt-row-column-wrap {
        row-gap: 1.5rem !important;
        padding-bottom: 0 !important;
    }
    /* Service cards shared */
    .card {
        padding: 2rem 1rem;
    }
    .services-row-bottom {
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .services-row-bottom > .kt-row-column-wrap {
        row-gap: 1.5rem !important;
        padding-bottom: 0 !important;
    }
    /* Hidden elements */
    .kb-v-sm-hidden {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    /* Service area section */
    .service-area-row {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .service-area-row .kt-row-column-wrap {
        padding-bottom: 0 !important;
        row-gap: 0 !important;
    }
    .kadence-column21_1bfb66-36 > .kt-inside-inner-col {
        padding: 0 !important;
    }
    .kadence-column21_837512-f2 > .kt-inside-inner-col {
        padding-top: 1.5rem !important;
    }
    /* Service cities */
    .service-cities {
        column-count: 2;
    }
    /* Footer */

    .site-footer-top-section-2 {
        margin-left: 0 !important;
    }
    .site-top-footer-inner-wrap .widget {
        margin-bottom: 0.5rem !important;
    }
	.content-width-normal .entry-content-wrap,
    .content-width-normal .entry-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .blog .entry-summary,
    .blog .entry-title,
    .blog .read-more-link-wrap {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .blog .more-link-wrap {
		padding-left: 1rem !important;}
	
    .blog .rank-math-breadcrumb {
        text-align: center !important;
        display: block !important;
    }
    .blog .rank-math-breadcrumb p {
        display: block !important;
        text-align: center !important;
    }
	    .single-post .post-thumbnail {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .single-post .post-thumbnail img {
        border-radius: 0 !important;
    }
    .blog .rank-math-breadcrumb p {
        display: block !important;
        text-align: center !important;
    }
    .single-post .post-thumbnail {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }	
    .single-post .post-thumbnail img {
        border-radius: 0 !important;
    }	
    .single-post .content-area {
        margin-top: 0 !important;
    }
	    .single-post .post-thumbnail img {
        border-radius: 0 !important;
    }

	    /* Remove Kadence page spacing above service hero */
    body.service .content-area {
        margin-top: 0 !important;
    }

    body.service .entry-content-wrap {
        padding-top: 0 !important;
    }

    /* Remove rounded corners from hero image row */
    body.service .kb-row-layout-id31_10650c-fd,
	body.service .kb-row-layout-id29_14422a-25,
	body.service .kb-row-layout-id37_7a2da6-bb,
	body.service .kb-row-layout-id35_0f0282-d1,
	body.service .kb-row-layout-id33_f0bac9-21,
	body.service .kadence-column24_61740f-97 > .kt-inside-inner-col {
        border-radius: 0 !important;
    }

    /* Allow hero image to touch edges */
    body.service .kb-row-layout-id31_10650c-fd > .kt-row-column-wrap,
	body.service .kb-row-layout-id29_14422a-25 > .kt-row-column-wrap,
	body.service .kb-row-layout-id37_7a2da6-bb > .kt-row-column-wrap,
	body.service .kb-row-layout-id35_0f0282-d1 > .kt-row-column-wrap,
	body.service .kb-row-layout-id33_f0bac9-21 > .kt-row-column-wrap,
	body.service .kadence-column24_61740f-97 > .kt-inside-inner-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
	.kb-row-layout-id24_781629-f2 > .kt-row-column-wrap {
		padding: 0 !important;
	}
	
	body.service .kadence-column24_61740f-97 > .kt-inside-inner-col {
		padding-top: 0;
	}
	
	body.service .kadence-column24_571488-e6 {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	ul.service-facilities {
    	columns: 1;
	}
}