/* 
 Theme Name:   eco-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     eco-solar-power
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

#inner-pages-header .header-overlay {
    background-image: url("/images/hero-bg.webp");
}

@media (min-width: 768px) {
    .ms-md-3 {
        margin-left: 1rem !important;
    }
}

.primary-menu li.current-menu-item>a,
.primary-menu li.current-menu-item>.link-icon-wrapper>a {
    color: #eb494a;
}

.site-info p,
.site-info a,
.copyright .site-info p {
    text-align: center;
    color: #fff !important;
}

section {
    padding: 30px 0;
}

.entry-content h2 {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    padding: 10px 24px;

    text-align: center;
    color: #eb494a;

    background: linear-gradient(135deg,
            rgba(235, 73, 74, 0.08),
            rgba(236, 149, 52, 0.12));

    border-radius: 8px;
}

.entry-content h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;

    width: 5px;
    height: 65%;

    background: #eb494a;
    border-radius: 10px;

    transform: translateY(-50%);
}

.entry-content h2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;

    width: 5px;
    height: 65%;

    background: #ec9534;
    border-radius: 10px;

    transform: translateY(-50%);
}

.entry-content h3 {
    font-weight: 700;
    font-style: italic;
}

h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
}

h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
}

h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}

#colophon {
    background: #EB494A;
    background: radial-gradient(circle, rgba(235, 73, 74, 1) 40%, rgba(236, 149, 52, 1) 100%);
}

body {
    background-image: linear-gradient(112.5deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%, rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%, rgb(176, 176, 176) 53%, rgb(176, 176, 176) 55%, rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%, rgb(137, 137, 137) 60%, rgb(137, 137, 137) 88%, rgb(118, 118, 118) 88%, rgb(118, 118, 118) 91%, rgb(99, 99, 99) 91%, rgb(99, 99, 99) 100%), linear-gradient(157.5deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%, rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%, rgb(176, 176, 176) 53%, rgb(176, 176, 176) 55%, rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%, rgb(137, 137, 137) 60%, rgb(137, 137, 137) 88%, rgb(118, 118, 118) 88%, rgb(118, 118, 118) 91%, rgb(99, 99, 99) 91%, rgb(99, 99, 99) 100%), linear-gradient(315deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%, rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%, rgb(176, 176, 176) 53%, rgb(176, 176, 176) 55%, rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%, rgb(137, 137, 137) 60%, rgb(137, 137, 137) 88%, rgb(118, 118, 118) 88%, rgb(118, 118, 118) 91%, rgb(99, 99, 99) 91%, rgb(99, 99, 99) 100%), linear-gradient(270deg, rgb(195, 195, 195), rgb(228, 228, 228));
    background-blend-mode: overlay, overlay, overlay, normal;
}