/**
 * Theme Name: claddingcoatings.co.uk 
 * Author: creativeshed.agency
 * Template: blocksy
 * Text Domain: blocksy
 */
:root{
--menu-indicator-height: 4px;
}
[data-menu*=type-2]>ul>li>a:after{
    border-radius: 2px;
}
@media screen and (min-width: 1700px) {
    body #main-container{
        max-width: 1600px;
        margin: auto!important;
        box-shadow: 0 0 15px 15px color-mix(in srgb, var(--theme-palette-color-3) 5%, rgba(0, 0, 0, 0));
    }
}
header [class*=ct-contact-info] .contact-info{
	line-height:1;
}
body.home .entry-card {
    background-color: var(--theme-palette-color-7);
    --card-border: 1px solid rgba(219, 219, 219, 0.2);
    --theme-border-radius: 3px;
    --theme-image-border-radius: calc(3px - 1px);
    --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

.entries[data-cards="boxed"] > .entry-card {
    position: relative;
    cursor: pointer;
}

.entries[data-cards="boxed"] > .entry-card .entry-title a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
}

.entries[data-cards="boxed"] > .entry-card :is(.ct-media-container, .entry-button, button) {
    position: relative;
    z-index: 2;
}

.stk-block-heading__bottom-line {
    border-radius: 3px;
}
/* body.home .entries.taxonomy-service-type {
	--grid-template-columns: repeat(4, minmax(0, 1fr));
} */
