Components
35
Accordion Buttons Image Callout Centered Content Collaboration Carousel Community Partners Carousel Community Partners Map Contact Callout Bar Contact Form Conversation Grid Donate Featured Image Content Featured Products Hero Home Hero Image Content Large Callout Bar Latest News Logo Carousel Meet The Team Cta Products Intro Related Articles Say Hey Sectors Intro Shop Hero Shop Listing Simple Product Calculator Single Testimonial Stats Highlight Tabbed Content Team Listing Thin Buttons Callout Thin Newsletter Callout Timeline Carousel Trio Testimonials Vertical Content Carousel Video Popup Wholesale Signup Form

Meet The Team Cta

meet our Diss dispatch team!

Based in Norfolk, our Diss dispatch team are a crucial part of our mission, making sure every one of our products is lovingly packaged.

meet our Musselburgh dispatch team!

Based in East Lothian, our Musselburgh team lovingly pack and dispatch your orders to ensure you receive our award-winning products

Field
Field Type
Field Name
Instructions
CTAs
repeater
ctas
-- Title
text
title
-- Subtitle
text
subtitle
-- Email Address
text
email_address
-- Image
image
image

				
@import "../../resources/scss/util/variables";
@import "../../resources/scss/util/mixins";
@import "../../resources/scss/vendor/bootstrap/mixins/breakpoints";

.meet-the-team-cta-outer {
	position: relative;
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;

	&:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		background-color: var(--lighter-colour);
		transition: all 0.5s ease-in-out;
		transition-delay: 0.5s;
	}
	&.aos-animate {
		&:before {
			height: 50%;
		}
	}
	.double-cta {
		display: flex;

		@include media-breakpoint-down(sm) {
			flex-direction: column;
		}
	}
}

.meet-the-team-cta {
	width: 100%;
	display: block;
	background-color: var(--theme-colour);
	position: relative;
	z-index: 2;
	padding: 2rem 2.5rem;
	min-height: 40rem;
	overflow: hidden;

	@include media-breakpoint-down(md) {
		min-height: 36rem;
	}
	@include media-breakpoint-down(sm) {
		padding: 3rem 1.5rem 8rem 1.5rem;
	}
	@include media-breakpoint-down(xs) {
		min-height: 30rem;
	}
	&.half {
		min-height: 0;
		padding-bottom: 16rem;
		width: calc(50% - 1.5rem);

		@include media-breakpoint-down(sm) {
			width: 100%;
			min-height: 30rem;
		}
		&:first-child {
			margin-right: 1.5rem;

			@include media-breakpoint-down(sm) {
				margin: 0 0 2rem 0;
			}
		}
		&:last-child {
			margin-left: 1.5rem;

			@include media-breakpoint-down(sm) {
				margin: 0;
			}
		}
		picture img {
			height: 16rem;
			object-fit: contain;
			object-position: bottom;
		}
	}
	h2 {
		position: relative;
		z-index: 3;
		max-width: 80%;
	}
	p {
		position: relative;
		z-index: 3;
		font-weight: bold;
		max-width: 30rem;
		font-size: 1rem;
	}
	picture img {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 3;
		display: block;
	}
	.email {
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 3;
		padding: 0.75rem 1rem;
		background: #fff;
	}
}
There are is no JavaScript file with this component.
Page Title
Page Type
Page URL
There are is no readme file with this component.
The owner of this website has made a commitment to accessibility and inclusion, please report any problems that you encounter using the contact form on this website. This site uses the WP ADA Compliance Check plugin to enhance accessibility.