/*
Theme Name: LD Block Theme
Author: Lawrence Davis
Author URI: https://lawrencedavis.co.uk
Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 5.6
Version: 0.1
Text Domain: ld_block_theme
*/

/* LAYOUT */

main, footer {
margin-block-start: 0;
margin-block-end: 0;
}
.entry-content.wp-block-post-content {
margin-block-start: 0;
}
.wp-site-blocks {
padding-top: 0;
padding-bottom: 0;
}
.has-global-padding > .alignfull {
margin-right: 0 !important;
margin-left: 0 !important;
}
.has-global-padding > .alignfull > .has-global-padding, .has-global-padding, .wp-block-group.fixed-after {
padding-right: 0;
padding-left: 0;
}


/* GENERAL */

html {
overflow-x: clip;
}
body {
backface-visibility: hidden;
}
a {
position: relative;
transition: all .3s;
}
a:focus {
outline: 0 !important;
}
a:focus-visible {
outline: none;
}
.multiply img {
mix-blend-mode: multiply;
}


/* COLOUR REF */

.has-base-color path {
fill: var(--wp--preset--color--base);
}
.wp-block-image.white img {
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(128deg) brightness(102%) contrast(101%);
}


/* LOGO */

#site-logo .icon-container {
max-width: clamp(100px, calc(6.25rem + ((1vw - 4.8px) * 6.5789)), 200px);
}


/* QUOTE */

blockquote.wp-block-quote::before {
content: open-quote;
display: block;
line-height: 1;
font-family: var(--wp--preset--font-family--objektiv-mk-1);
font-weight: 700;
color: var(--wp--preset--color--warm-grey-1);
position: relative;
font-size: 180px;
height: 45px;
margin-bottom: 15px;
}
blockquote.wp-block-quote:after {
content: no-close-quote;
}


/* BUTTON */

.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button:hover {
color: var(--wp--preset--color--base);
background-color: var(--wp--preset--color--dark-blue);
border-color: var(--wp--preset--color--dark-blue);
}
.wp-block-buttons .wp-block-button.is-style-outline .has-base-color.wp-block-button__link.wp-element-button:hover {
color: var(--wp--preset--color--dark-blue) !important;
background-color: var(--wp--preset--color--base);
border-color: var(--wp--preset--color--base);
}


/* LOGOS */

.logos.wp-block-group .wp-block-group {
transition: all 0.5s;
}
.logos.wp-block-group .wp-block-group img {
mix-blend-mode: multiply;
}
.logos.wp-block-group .wp-block-group:has(a:hover) {
background-color: var(--wp--preset--color--warm-grey-1);
border-color: var(--wp--preset--color--warm-grey-1) !important;
}


/* OVERLAY BG */

.wp-block-cover.bg-overlay::after {
content: "";
display: block;
position: absolute;
width: 100%;
height: 150px;
left: 0;
bottom: 0;
transform-origin: 50% 100%;
background: linear-gradient(0deg, rgba(5,10,48,1) 0%, rgba(5,10,48,0) 100%);
opacity: 0.5;
}
.wp-block-cover.bg-overlay .wp-block-cover__inner-container {
z-index: 1;
}


/* MEDIA */

@media screen and (max-width:781px) {
.invert {
order: -1;
}
.home-banner .wp-block-cover {
min-height: 350px !important;
}
.page-banner .wp-block-cover {
min-height: 250px !important;
}
.gallery > .wp-block-cover {
min-height: 250px;
}
}
