/*
Theme Name: Kadence Child LPo
Template: kadence
Version: 1.0.0
*/

/* Hero med diagonal kil via Kadence entry-hero */
.entry-hero.page-hero-section {
    background-color: #007229 !important;
    clip-path: polygon(25% 85%, 100% 100%, 100% 0, 0 0, 0 100%);
    margin-bottom: 4rem;
    min-height: 300px;
}

.entry-hero .entry-header,
.entry-hero .entry-title {
    color: #ffffff !important;
    font-family: Tahoma, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
/* Innehållsmarginal */
.wp-block-group,
.entry-content,
.wp-block-post-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15%;
    padding-right: 15%;
}
/* Header */
.lpo-topbar {
    display: flex;
    gap: 2rem;
    justify-content: flex-end;
    padding: 0.9rem 5%;
}

.lpo-topbar a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: Tahoma, sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    white-space: nowrap;
}

.lpo-topbar a:hover {
    opacity: 0.8;
}

.site-footer h4 {
    color: #ffffff !important;
    font-family: Tahoma, sans-serif;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.site-footer a {
    color: #ffffff !important;
    display: block;
    margin-bottom: 0.5rem;
    text-decoration: none;
    font-family: Tahoma, sans-serif;
    font-size: 0.95rem;
}

.site-footer a:hover {
    text-decoration: underline;
    opacity: 0.85;
}
/* CTA Widget */
.lpo-cta-section {
    padding-left: 15%;
		padding-right: 15%;
    width: 100%;
}

.lpo-cta-section p {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 2rem;
	
}

.lpo-cta-bottom {
    display: flex;
    align-items: center;
    gap: 2rem;

    padding-left: 15%;
		padding-right: 15%;
}

.lpo-cta-bottom h3 {
    color: #ffffff;
    font-size: 1.4rem;
    margin: 0;
}

.lpo-cta-button {
    background-color: #C70BAC;
    color: #ffffff !important;
    padding: 1rem 2rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-family: Tahoma, sans-serif;
    white-space: nowrap;
}
.site-top-footer-wrap .site-footer-row-container-inner {
    background-image: url(https://lpo.epoknora.se/nora/wp-content/uploads/sites/3/2026/04/background-2184_1920.jpg);
    background-position: 50% 90%;
    background-size: cover;
    border-top: 3px double var(--global-palette1);
    position: relative;
}

.site-top-footer-wrap .site-footer-row-container-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(100, 90, 60, 0.55);
    backdrop-filter: blur(0px) grayscale(40%);
    -webkit-backdrop-filter: blur(2px) grayscale(40%);
    z-index: 0;
}

.site-top-footer-wrap .site-footer-row-container-inner > * {
    position: relative;
    z-index: 1;
}
/* Bottom footer ljusare grön */
.site-bottom-footer-wrap .site-footer-row-container-inner {
    background-color: #005c20;
}

/* Social rubrik vit */
.footer-social-wrap .widget-title,
.site-footer .widget-title {
    color: #ffffff !important;
}

/* Sociala ikoner större */
.footer-social-inner-wrap .social-button {
    font-size: 1.5rem !important;
}

.footer-social-inner-wrap .social-button svg {
    width: 28px !important;
    height: 28px !important;
}