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

Large Callout Bar

are you a community partner in need of free products?

Learn more

Field
Field Type
Field Name
Instructions
Title
text
title
Buttons
repeater
buttons
-- Button
link
button
-- Button Style
select
button_style
-- Show Download Icon
true_false
download

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

.large-callout-bar {
	margin-top: 4rem;
	margin-bottom: 4rem;
	padding: 3.5rem 6.25rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;

	@include media-breakpoint-down(md) {
		text-align: center;
		justify-content: center;

		.buttons {
			margin-top: 1rem;
			justify-content: center;
		}
	}
	@include media-breakpoint-down(xs) {
		padding: 2rem 3rem;
	}
    &.has-bg {
        &:after {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: var(--theme-colour);
			z-index: -1;
			transform: translateX(-100%);
			transition: transform 0.7s cubic-bezier(0.62, 0.38, 0.17, 0.85);
			transition-delay: 0.6s;
        }
        &.aos-animate {
            &:after {
				transition-delay: 0s;
				transform: translateX(0);
            }
        }
    }
	a.button {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	.left {
		width: 50%;

		@include media-breakpoint-down(md) {
			width: 100%;
		}
	}
}
There are is no JavaScript file with this component.
Page Title
Page Type
Page URL
Sustainable period products on subscription
page
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.