/* plumbing_service post type css */


/* banner style */
.plumbing-banner {
    display: grid;
    text-align: center;
    align-items: center;
    background-color: #00000036;
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    height: 40vh;
    color: white;
}
.plumbing-banner-content h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}
.plumbing-banner-content p {
    font-size: 1.2rem;
}
.plumbing-banner-content h2 {
    color: white;
    font-size: 50px;
}
.plumbing-banner-content h3 {
    color: white;
}
/* banner style */


header.entry-header {
    max-width: 1200px;
    margin: auto;
}
.entry-meta {
    display: none;
}
h1.entry-title {
    font-size: 30px !important;
}
div#primary {
    margin-top: 0 !important;
}


@media only screen and (max-width: 600px){
    ul.wp-block-list.custom-list-content {
        columns: 1;
    }
}

@media only screen and (max-width: 800px){
    .entry-content .wp-block-columns {
        padding: 10px 0;
    }
    div#primary {
        padding-top: 0 !important;
    }
}