html {
	scrollbar-width: thin;
    scrollbar-color: #d83089 transparent;
	scroll-behavior: smooth;
}

body {
	font-family: "din-2014", sans-serif;
    color: #1b1b1b;
    letter-spacing: .6px;
	-webkit-font-smoothing: antialiased;
}

:root {
    --bs-focus-ring-width: 0;
    --bs-focus-ring-opacity: 0;
}

:focus {
    outline: none;
    box-shadow: none;
}

.list-style-none {
    list-style: none;
}

p:last-child {
	margin-bottom: 0;
}

.lh-0 {
	line-height: 0;
}

.object-position-left {
	object-position: left;
}

.top-50 {
	top: 50px !important;
}

/** Containers **/

.container-xl {
	max-width: 1440px;
}

@media (min-width: 1680px) {
	.container-xxl {
		max-width: 1580px;
	}
}

/** Fonts **/

.text-pink {
    color: #D72D88;
}

.text-yellow {
	color: #FFC528;
}

.text-dark, .text-black {
	color: #1b1b1b;
}

.text-grey {
	color: #55555a;
}

.fw-black {
	font-weight: 900;
}

.fs-mega {
    font-size: 80px;
}

/** Parallax **/

.parallax-image {
    position: relative;
    overflow: hidden;
    height: 700px;
}

.parallax-image img {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 140%;
    object-fit: cover;
    will-change: transform;
}

.image-grayscale {
    filter: grayscale(100%);
}

/** Breadcrumbs **/

.service-breadcrumbs a {
    text-decoration: none;
    color: #333;
}

.service-breadcrumbs .breadcrumb_last {
    font-weight: 600;
}

/** Sections **/

.section--white {
	background: #fff;
}

.section--black {
	background: #1B1B1B !important;
}

.section--pink {
	background: #CC0377;
}

.section--yellow {
	background: #FFC528;
}

.section--light-grey {
	background: #EDEAE8;
}

.section--dark-grey {
	background: #4F5052;
}

.section--green {
	background: #9FCF76;
}

.section--light-green {
	background: #9FCF7680;
}

.section--yellow-to-black {
    background: #1B1B1B;
    background: linear-gradient(0deg, rgba(27, 27, 27, 1) 50%, rgba(255, 197, 40, 1) 50%);
}

.page-id-15033 .section--who-for.section--white {
    background: #EDEAE8;
}

/** CTAs **/

.cta {
  height: 70px;
  display: inline-flex;
  align-items: stretch;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.cta__cap {
  width: 10px;
  height: 70px;
  -webkit-mask: url("https://thedesignhive.co.uk/wp-content/uploads/2026/06/button-border-left.svg") center/100% 100% no-repeat;
  mask: url("https://thedesignhive.co.uk/wp-content/uploads/2026/06/button-border-left.svg") center/100% 100% no-repeat;
  flex: 0 0 10px;
}

.cta__cap--right{
  transform: scaleX(-1); /* mirrors the left cap */
}

.cta__content {
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  min-width: 6ch;
  max-width: 38ch;
  overflow: hidden;
  margin-inline: -1px;
}

.cta__label{
  font-weight: 500;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: .02em;
}

/* Interaction */

.cta:hover{ filter: brightness(.97); }
.cta:active{ transform: translateY(1px); }

.cta:focus-visible{
  outline: 3px solid #000;
  outline-offset: 4px;
}

.cta--pink .cta__cap,
.cta--pink .cta__content {
	background: #D72D88;
}

.cta--yellow {
	color: #4F5052;
}

.cta--yellow .cta__cap,
.cta--yellow .cta__content {
	background: #FFC528;
}

.cta--grey .cta__cap,
.cta--grey .cta__content {
	background: #4F5052;
}

.cta--white {
	color: #1b1b1b;
}

.cta--white .cta__cap,
.cta--white .cta__content {
	background: #FFF;
}

.cta--black .cta__cap,
.cta--black .cta__content {
	background: #1b1b1b;
}

/** Hero Slides **/

.header--mobile {
	border-bottom: 1px solid #ffc529;
}

.header--homepage {
    position: absolute;
    z-index: 99;
    width: 100%;
}

@media (min-width: 768px) {
	.header--homepage {
		top: 3rem;
	}
}

.homepage-hero__content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}

.homepage-hero__text {
    font-size: 45px;
    font-weight: 900;
    line-height: 55px;
    color: #fff;
	max-width: 865px;
    margin: auto;
}

@media (min-width: 768px) {
	.homepage-hero__text {
    	font-size: 105px;
    	line-height: 115px;
	}
}

.typed-cursor.typed-cursor--blink {
    display: none;
}

.homepage-hero__subtitle {
    max-width: 1080px;
}

.homepage-hero {
    position: relative;
	height: 980px;
	overflow: hidden;
}

.hero-slides .swiper-slide img {
	height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.hero-thumbs__wrapper {
    position: absolute;
    padding: 50px 0;
    bottom: 0;
    z-index: 3;
    left: 50%;
	transform: translate(-50%);
    width: 100%;
}

.hero-thumbs .swiper-wrapper {
	align-items: center;
	justify-content: center;
}

.hero-thumbs .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
	opacity: .5;
}

.hero-thumbs .swiper-slide img {
    max-height: 90px;
    max-width: 280px;
}

.hero-slides {
    position: relative;
	height: 980px;
}

.hero-slides:before {
    content: "";
    background: #000;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.hero-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

/** Testimonials **/

.testimonial-item__quote-icon span {
    font-size: 128px;
    font-weight: bold;
    line-height: 1;
}

.swiper-nav--mini {
    display: flex;
    right: 0;
    bottom: 0px;
    gap: 20px;
    height: 40px;
}

@media (min-width: 992px) {
	.swiper-nav--mini {
		position: absolute; 
	}
}

.swiper-nav--mini .swiper-button-next::after,
.swiper-nav--mini .swiper-button-prev::after {
	content: "";
	position: relative;
}

.swiper-nav--mini .swiper-button-next,
.swiper-nav--mini .swiper-button-prev {
	position: relative;
	width: 40px;
	height: 40px;
	right: unset;
  left: unset;
}


.swiper-nav--mini .swiper-button-next,
.swiper-nav--mini .swiper-button-prev {
	background: center / 40px 40px no-repeat url("https://thedesignhive.co.uk/wp-content/uploads/2026/06/dh-next-icon.svg");
}

.swiper-nav--mini .swiper-button-prev {
	transform: rotate(180deg);
}

/** Post Miniatures **/

.post-miniature {
    mask-image: url(https://thedesignhive.co.uk/wp-content/uploads/2026/06/dh-3-up.svg);
    aspect-ratio: 87 / 59;
    object-fit: cover;
    
    display: flex;
    padding: 30px 60px;
}

.post-miniature__featured-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease-in-out .8s;
}

.post-miniature__featured-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}

.post-miniature:hover .post-miniature__featured-image {
    opacity: 1;
}

.post-miniature .post-miniature__icon svg {
	transition: all ease-in-out .5s;
}

.post-miniature:hover .post-miniature__icon svg {
    transform: rotate(45deg);
	transition: all ease-in-out .5s;
}

.post-miniature .post-miniature__date {
	transition: all ease-in-out .5s;
}

.post-miniature:hover .post-miniature__date {
	opacity: 0;
	transition: all ease-in-out .5s;
}

.post-miniature .post-miniature__title {
	transition: all ease-in-out .5s;
}

.post-miniature:hover .post-miniature__title {
	margin-bottom: 30px;
	transition: all ease-in-out .5s;
	text-shadow: 0 0 0 currentColor, 0.3px 0 0 currentColor, -0.3px 0 0 currentColor;
}

.post-miniature__date {
    color: #1b1b1b;
}

.post-miniature__featured-image-overlay {
    background: #333;
    height: 100%;
    width: 100%;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
}

.posts-grid .col:nth-child(4n + 1) .post-miniature,
.blog-grid .swiper-slide:nth-child(4n + 1) .post-miniature {
  background-color: #ABA9A9;
}

.posts-grid .col:nth-child(4n + 2) .post-miniature,
.blog-grid .swiper-slide:nth-child(4n + 2) .post-miniature {
  background-color: #FFC528;
}

.posts-grid .col:nth-child(4n + 3) .post-miniature,
.blog-grid .swiper-slide:nth-child(4n + 3) .post-miniature {
  background-color: #D72D88;
}

.posts-grid .col:nth-child(4n + 4) .post-miniature,
.blog-grid .swiper-slide:nth-child(4n + 4) .post-miniature {
  background-color: #1B1B1B;
}

.blog-grid .swiper-slide:nth-child(4n + 4) .post-miniature__date {
	color: #fff;
}

.post-miniature--service {
    position: relative;
}

.post-miniature--service a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.post-miniature--post-alt .post-miniature__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.row--post-wrapper > .post-col:nth-child(3n+1) .post-miniature--post-alt {
  background: #ABA9A9;
}

.row--post-wrapper > .post-col:nth-child(3n+2) .post-miniature--post-alt {
  background: #FFC528;
}

.row--post-wrapper > .post-col:nth-child(3n+3) .post-miniature--post-alt {
  background: #D72D88;
}

.post-miniature--post-alt {
    position: relative;
}

.post-miniature--post-alt:hover .post-miniature__featured-image {
    opacity: 1;
}

.post-miniature--portfolio__featured-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all ease-in-out .8s;
}

.post-miniature--portfolio__featured-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}

.post-miniature--portfolio__featured-image-overlay {
    background: #333;
    height: 100%;
    width: 100%;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
}

/** Services **/

.service__parent {
    position: relative;
    border-bottom: 3px solid #FFC528;
}

.service__parent:after {
    position: absolute;
    content: url(https://thedesignhive.co.uk/wp-content/uploads/2026/06/arrow.svg);
    right: 20px;
    top: 50%;
    transform: translateY(-60%);
    opacity: 0;
	transition: all ease-in-out .75s;
}

.service__parent:hover:after {
    opacity: 1;
	right: 0;
	transition: all ease-in-out 1s;
}

.service__subs li a {
    text-decoration: none;
    color: #fff;
	transition: all ease-in-out .3s;
}

.service__subs li a:hover {
    text-shadow: 0 0 0 currentColor, 0.3px 0 0 currentColor, -0.3px 0 0 currentColor;
}

.service-parent:nth-child(odd) {
    background: #EDEAE8;
}

/** Projects **/

.project-miniature {
    mask-image: url(https://thedesignhive.co.uk/wp-content/uploads/2026/06/dh-3-up.svg);
    object-fit: cover;
    aspect-ratio: 87 / 59;
    background: #333;
	overflow: hidden;
	position: sticky;
	top: 60px;
}

@media (min-width: 992px) {
	.project-miniature {
		mask-image: url(https://thedesignhive.co.uk/wp-content/uploads/2026/06/dh-testimonial-mask.svg);
		aspect-ratio: 1310 / 568;
	}
}

.project-miniature__content {
    position: absolute;
    bottom: 30px;
    left: 60px;
    padding-right: 60px;
}

@media (min-width: 992px) {
	.project-miniature__content {
		bottom: 60px;
		left: 130px;
		padding-left: 0;
	}
}

.project-miniature:before {
    content: "";
    background: #000;
    opacity: .55;
    position: absolute;
    width: 100%;
    height: 100%;
}

/** Header **/

.navigation__menu li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #1B1B1B;
}

.navigation__menu .current-page-ancestor a,
.navigation__menu .current-menu-item a {
    font-weight: 600;
}

.navigation__wrapper {
    display: flex;
    gap: 0;
}

.nav__cap {
    background: #fff;
    width: 10px;
    height: 84px;
    -webkit-mask: url(https://thedesignhive.co.uk/wp-content/uploads/2026/06/button-border-left.svg) center / 100% 100% no-repeat;
    mask: url(https://thedesignhive.co.uk/wp-content/uploads/2026/06/button-border-left.svg) center / 100% 100% no-repeat;
    flex: 0 0 12px;

}

.nav__cap--left {
    margin-right: -1px;
}

.nav__cap--right {
    margin-left: -1px; 
    transform: scaleX(-1);
}

/** Footer **/

/** Footer - Awards **/

.footer__awards img {
	max-height: 68px;
	max-width: 142px;
	object-fit: contain;
}

/** Footer - Menu **/

.list-style-none {
	list-style: none;
}

.footer-menu a {
	text-decoration: none;
	color: #fff;
}

/** Footer - Footer CTA **/

.footer-cta__title {
    color: #fff;
}

.footer-cta__title strong {
    color: #FFC528;
    font-weight: 600 !important;
}

.header__image {
	position: absolute;
    bottom: 0;
    height: calc(100% - 180px);
	max-width: 660px;
}

.service__info-block:nth-child(odd) {
    background: #EDEAE8;
}

.service-info-block__image {
    mask-image: url(https://thedesignhive.co.uk/wp-content/uploads/2026/06/dh-3-up.svg);
    aspect-ratio: 87 / 59;
}

.service-info-block__image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/** Who For Blocks **/

.who-for-item {
    mask-image: url(https://thedesignhive.co.uk/wp-content/uploads/2026/06/dh-4-up.svg);
    aspect-ratio: 286 / 259;
    object-fit: cover;
    background: #333;
    position: relative;
}

.who-for-item:before {
    content: "";
    background: linear-gradient(0deg,rgba(27, 27, 27, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.who-for-item_image {
    position: absolute;
    width: 100%;
    height: 100%; 
}

.who-for-item_image img {
    object-fit: cover;
    height: 100%;
    object-position: center;
}

.who-for-item_title {
    position: absolute;
    bottom: 30px;
    left: 60px;
	width: calc(100% - 120px);
}

/** Rows **/

@media (min-width: 980px) {
	.g-6, .g6-5 {
    	--bs-gutter-x: 4rem !important;
	}

	.g-6, .gy-6 {
    	--bs-gutter-y: 4rem !important;
	}
}

/** Portfolio **/

.project-cat-meta {
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
}

.project-cat-meta--branding,
.project-cat-meta--hive-news {
    background: #CC0377;
}

.project-cat-meta--digital {
    background: #4F5052;
}

.project-cat-meta--graphic-design {
    background: #FFC528; 
	color: #000;
}

.project-cat-meta--print-signage {
    background: #1B1B1B;    
}

.portfolio-categories .search-filter-input-button-group {
    justify-content: center;
    position: relative;
    background: #fff;
    width: auto;
}

@media (min-width: 992px) {
	.portfolio-categories .search-filter-input-button-group {
		padding: 0 30px;
	}
}

.portfolio-categories .search-filter-base {
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-categories .search-filter-base:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #000;
    top: 50%;
    position: absolute;
}

.post-miniature--portfolio img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portfolio-categories .search-filter-input-button {
    background: #4F5052;
    color: #fff;
    border: 0;
}

.portfolio-categories .search-filter-input-button:hover:not(.is-disabled):not(.search-filter-input-button--is-selected) {
    background: #4F5052;
    color: #fff;
    border: 0;
}

.portfolio-categories .search-filter-input-button--is-selected {
    background: #FFC528;
    color: #454545;
    border: 0;
}

.portfolio-categories .search-filter-input-button--is-selected:hover,
.search-filter-input-button--is-selected:focus,
.search-filter-input-button--is-selected:active {
    background: #FFC528;
    color: #454545;
	background-color: #FFC528 !important;
    border: 0 !important;
    box-shadow: none !important;
}

/** Full Width Image Block **/

.fullwidth-image--static {
    height: 300px;
    background-size: cover;
    background-position: center;	
}

@media (min-width: 980px) {
	.fullwidth-image--static {
    	height: 700px;
	}
}

.service__fullwidth-image {
    height: 300px;
    background-size: cover;
    background-position: center;
}

@media (min-width: 980px) {
	.service__fullwidth-image {
    	height: 700px;
		background-attachment: fixed;
	}
}

/** Images **/

img {
	max-width: 100%;
}

.img-3up {
    mask-image: url(https://thedesignhive.co.uk/wp-content/uploads/2026/06/dh-3-up.svg);
    aspect-ratio: 87 / 59;
    object-fit: cover;
}

.img-4up {
    mask-image: url(https://thedesignhive.co.uk/wp-content/uploads/2026/06/dh-4-up.svg);
    aspect-ratio: 286 / 259;
    object-fit: cover;
}

.accordion--transparent, 
.accordion--transparent .accordion-item,
.accordion--transparent .accordion-item .accordion-button{
    background: rgba(0,0,0,0);
	box-shadow: none;
    color: #212529;
}

.accordion--transparent .accordion-item {
    border-bottom: 1px solid #212529;
}

/** Marquee **/

.marquee {
  overflow: hidden;
  white-space: nowrap;
}

.marquee__inner {
  display: inline-block;
  animation: marquee 30s linear infinite;
  font-size: clamp(2rem, 5vw, 4rem);
}

.marquee__content {
  margin-right: 2rem;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.word-rotator {
	position: relative;
	display: inline-block;
	min-width: 7ch; /* adjust this */
	text-align: left;
	white-space: nowrap;
}

.word {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.word.active {
  position: relative;
  opacity: 1;
}

.featured-stat {
    mask-image: url(https://thedesignhive.co.uk/wp-content/uploads/2026/06/dh-1-up.svg);
    aspect-ratio: 331 / 270;
    object-fit: cover;
    padding: 30px 60px;
}

.featured-stat__title {
	font-size: 3rem;
	line-height: 1;
}

.section-block-wrapper section:nth-child(odd) {
    background-color: #FFF;
}

.section-block-wrapper section:nth-child(even) {
    background-color: #EDEAE8;
}

/** Test Hero Alt **/

section.hero-alt {
    height: 100vh;
    overflow: hidden;
    background: #4f5052;
}

.hero-alt__swipers {
    transform: rotate(-28deg) scale(1.4);
    transform-origin: 0;
    margin-top: 220px;
    margin-left: -30px;
}

.hero-alt__swipers .swiper {
    margin-bottom: 20px;
}

.hero-alt__swipers .swiper .swiper-slide {
    width: 600px;
	height: 400px;
}

.hero-alt__swipers .swiper .swiper-slide img {
    object-fit: cover;
	height: 100%;
}

.hero-alt__swipers .swiper-wrapper {
  transition-timing-function: linear !important;
}

.homepage-hero-alt-swiper-rl {
  direction: rtl;
}

section.hero-alt:before {
    content: "";
    background: #4f5052;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    opacity: .5;
    top: 0;
}

/** Search Filter **/

.load-more--projects button,
.load-more--journal button {
    z-index: 2;
    position: relative;
}

.load-more--projects button:before,
.load-more--journal button:before {
    content: "";
    width: 30px;
    background: #fff;
    position: absolute;
    height: 10px;
    left: -30px;
}

.load-more--projects button:after,
.load-more--journal button:after {
    content: "";
    width: 30px;
    background: #fff;
    position: absolute;
    height: 10px;
    right: -30px;
}

/** Mobile Menu **/

.offcanvas {
    transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.fullheight-canvas {
    height: 100vw !important;
}

.mobile-menu-canvas__menu li a {
    text-decoration: none;
    color: #55565a;
}

.mobile-menu-canvas__menu > li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    text-transform: uppercase;
}

.mobile-menu-canvas__menu > li:last-child {
    border-bottom: 0;
}

.mobile-menu-canvas__menu > li > a {
    font-weight: 900;
	font-size: 26px;
}

.mobile-menu-canvas__menu li .sub-menu {
    list-style: none;
    padding: 15px 0 5px;
}

.mobile-menu-canvas__menu li .sub-menu li {
    padding: 5px 0;
}

.cta--footer {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #D72D88;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}


.mobile-menu-canvas__menu > li:after {
    content: url(https://thedesignhive.co.uk/wp-content/uploads/2026/06/arrow-right.svg);
    top: 50%;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    line-height: 1;
}

.mobile-menu-canvas__menu > li.menu-item-has-children:after {
    content: url(https://thedesignhive.co.uk/wp-content/uploads/2026/06/corner-right-down.svg);
    top: 40px;
}

.contact-page__ctas .socials svg path {
    fill: #1b1b1b;
}

.contact-form .gfield_label.gform-field-label {
    font-size: 1.25rem !important;
}

.contact-form .gform_button {
    background: #D72D88 !important;
    font-size: 1.25rem !important;
    padding: 15px 35px !important;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
    outline: none !important;
    border-color: #D72D88 !important;
    box-shadow: 0 0 0 0.2rem rgba(216, 47, 137, .75) !important;
}

.gform_wrapper .gform_button:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(216, 47, 137, .75) !important;
}

/** Responsive iframes **/

.video-embed { 
	position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.video-embed iframe,
.video-embed object,
.video-embed embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.desktop-menu-canvas {
	position: relative;
	padding-bottom: 100px;
}

.desktop-menu-canvas__menu > .menu-item {
	width: 40%;
}

.desktop-menu-canvas__menu > .menu-item > .sub-menu {
	position: absolute;
	top: 0;
	left: 40%;
	width: 60%;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .6s ease-in-out;
	max-height: 100%;
	overflow-y: auto;
}

.desktop-menu-canvas .menu-item.active > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity .6s ease-in-out;
}

.desktop-menu-canvas__menu > .menu-item a {
    text-decoration: none;
    color: #55565a;
    font-size: 80px;
    font-weight: 900;
}

.desktop-menu-canvas__menu > .menu-item .sub-menu a {
    font-size: 30px;
    font-weight: 600;
}

.desktop-menu-canvas .sub-menu .sub-menu {
    list-style: none;
    padding: 0;
    line-height: 1;
	column-count: 2;
}

.desktop-menu-canvas .sub-menu .sub-menu li a {
    font-size: 20px;
    font-weight: 500;
	text-transform: capitalize;
}

.desktop-menu-canvas__menu > .menu-item.active > a {
    color: #fff;
}

.desktop-menu-canvas__menu > .menu-item a:hover {
    color: #fff;
}

.desktop-menu-canvas__menu > .menu-item > .sub-menu > .menu-item {
    margin-bottom: 20px;
}

/** Contact Offcanvas **/

.gform__quick-enquiry .gform-field-label {
    font-size: 20px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
    color: #fff !important;
}

.gform__quick-enquiry input,
.gform__quick-enquiry textarea {
    border: 0 !important;
    min-height: 60px !important;
    background: #ffffff80 !important;
    font-size: 20px !important;
    border-radius: 5px !important;
    padding-left: 20px !important;
}

.gform_button.button {
    background: #D72D88 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    letter-spacing: .5px !important;
}

.storyboard-item__image {
    mask-image: url(https://thedesignhive.co.uk/wp-content/uploads/2026/06/dh-3-up.svg);
    aspect-ratio: 87 / 59;
}

/** Forms **/

.survey-form_wrapper {
    margin-top: 50px;
}

.survey-form legend.gfield_label {
    font-size: 28px !important;
    font-weight: 600 !important;
}

.survey-form .gfield_description {
    font-size: 18px !important;
    line-height: 1.6 !important;
    margin-bottom: 30px !important;
    display: block;
}

.survey-form .gform-field-label {
    font-size: 16px !important;
}

.survey-form .gchoice {
    display: flex;
    align-items: center;
}

.survey-form .gform-footer.gform_footer {
    margin-top: 60px !important;
}

.survey-form .gform_button {
    font-size: 18px !important;
    padding: 10px 30px !important;
}

.post-content a {
    color: #1b1b1b;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.post-content h2 {
    font-weight: 900;
    text-transform: uppercase;
	margin-bottom: 2rem;
}

.post-content h3 {
    margin-bottom: 1.5rem;
}

.post-content hr {
    margin: 4rem 0;
}

/** Blog Carousel **/

.row--post-carousel .swiper-slide:nth-child(3n+1) .post-miniature--post-alt {
  background: #ABA9A9;
}

.row--post-carousel .swiper-slide:nth-child(3n+2) .post-miniature--post-alt {
  background: #FFC528;
}

.row--post-carousel .swiper-slide:nth-child(3n+3) .post-miniature--post-alt {
  background: #D72D88;
}

/** Cookie Notice **/

.cn-set-cookie {
	padding: 10px 20px;
	color: #333;
}