
/*
 Theme Name:   Sweartaker
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Sweartaker
 Author URI:   https://sweartaker.ie
 Template:     generatepress
 Version:      0.2
*/

/*@import url("//hello.myfonts.net/count/3cbc6c");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap');

@font-face {
  font-family: 'CindieMono-B';
  src: url('webFonts/CindieMono-B/font.woff2') format('woff2'), url('webFonts/CindieMono-B/font.woff') format('woff');
}
@font-face {
  font-family: 'CindieMono-C';
  src: url('webFonts/CindieMono-C/font.woff2') format('woff2'), url('webFonts/CindieMono-C/font.woff') format('woff');
}*/
h1 {
	font-size: 4rem;
	font-family: "Antonio", sans-serif;
	text-transform: uppercase;
	opacity: 0;
	line-break: 1;
	animation: fade1 400ms;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
}

h2 {
	font-size: 3.2rem;
	font-family: "Antonio", sans-serif;
	font-weight: 800;
	opacity: 0;
	line-break: 1;
	animation: fade1 500ms;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
}

@media screen and (max-width: 800px) {
	h1 {
		font-size: 2rem;
	}
	
	h1 {
		font-size: 1.5rem;
	}
	
	h5 {
		font-size: .9rem;
	}
	
	.services .wp-block-gallery .blocks-gallery-item figcaption {
		font-size: 1rem;
	}
}

/*h1:before {
    content: url(https://sweartaker.ie/wp-content/uploads/2021/02/asterisk-small.svg);
    position: absolute;
    height: 72px;
    width: 69px;
    margin-left: -40px;
    margin-top: -40px;
    display: inline-flex;
    animation: rotation 600ms;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}*/
h3 {
	font-family: "Antonio", sans-serif;
	font-size: 2.5rem;
	line-height: 1;
}

h4 {
	font-family: "Antonio", sans-serif;
	font-size: 2rem;
}

h4.has-text-align-center {
	margin-top: 3rem;
}

h5 {
	font-family: "Antonio", sans-serif;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 2px;
}

h3, h4, h5 {
	font-weight: 800;
	line-height: 1.2;
	opacity: 0;
	animation: fade1 500ms;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
}

p {
	font-family: "Inter", sans-serif;
}

p a {
	color: inherit;
	box-shadow: inset 0 -3px 0 #0e8;
	transition: all .1s ease-in-out;
	scroll-behavior: smooth;
}

p a:hover {
	color: inherit;
	box-shadow: inset 0 -8px 0 #0e8;
}

h3 a {
	color: white;
	transition: all .1s ease-in-out;
}

.mega-headline {
	font-size: 4rem;
}

/* Animation */
@keyframes swipe1 {
	from {
		width: 0%;
	}
	
	to {
		width: 100%;
	}
}

@keyframes swipe2 {
	from {
		width: 100%;
	}
	
	to {
		width: 0%;
	}
}

@keyframes swipe3 {
	from {
		width: 100%;
	}
	
	to {
		width: 500%;
	}
}

@keyframes swipeup {
	from {
		height: 0%;
	}
	
	to {
		height: 100%;
	}
}

@keyframes fade1 {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes rotation2 {
	0% {
		transform: rotateZ(0deg);
	}
	
	100% {
		transform: rotateZ(360deg);
	}
}

@keyframes hero1 {
	from {
		height: 100vh;
	}
	
	to {
		height: 85vh;
	}
}

@keyframes bounce-1 {
	0% {
		transform: translateX(-150px);
	}
	
	80% {
		transform: translateX(0);
	}
	
	100% {
		transform: translateX(250px);
	}
}

@keyframes bounce-2 {
	0% {
		transform: translateX(-150px);
	}
	
	70% {
		transform: translateX(75px);
	}
	
	100% {
		transform: translateX(250px);
	}
}

@keyframes bounce-3 {
	0% {
		transform: translateX(-150px);
	}
	
	60% {
		transform: translateX(150px);
	}
	
	100% {
		transform: translateX(330px);
	}
}

.item-to {
	animation-duration: 2s;
	animation-iteration-count: 1;
	transform-origin: 62% 65%;
	animation-fill-mode: forwards;
}

.bounce-1 {
	animation-name: bounce-1;
	animation-timing-function: ease;
}

.bounce-2 {
	animation-name: bounce-2;
	animation-timing-function: ease;
}

.bounce-3 {
	animation-name: bounce-3;
	animation-timing-function: ease;
}

.entry-content .hero-vid svg {
	max-width: max-content !important;
	width: 100vw;
	height: 40vw;
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
}

/* General */
#loader {
	position: fixed;
	background-color: white;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	overflow: hidden;
	animation: swipe2 800ms ease-out;
	animation-delay: 300ms;
	animation-fill-mode: forwards;
}

.loaderbox {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 0;
	background: #0e8;
	animation: swipe1 600ms;
	animation-fill-mode: forwards;
}

.entry-content p {
	width: 90%;
	max-width: 850px;
	margin: auto auto 1rem auto;
}

.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull {
	margin-left: 0px;
	width: 100%;
	max-width: 100vw;
}

img, .lazyloaded img, video {
	opacity: 0;
	animation: fade1 700ms;
	animation-fill-mode: forwards;
}

.smush-detected-img {
	border-radius: 0px !important;
}

.site-content {
	display: block;
}

.site-content .content-area {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.one-container .site-content {
	padding: 0px;
	overflow: hidden !important;
}

.one-container.both-right .site-main, .one-container.right-sidebar .site-main {
	margin-right: 0;
}

.grid-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.is-right-sidebar {
	display: block;
	clear: both;
	float: none;
	width: 100vw;
	background: black;
}

.widget-area .widget {
	padding: 0;
}

#masthead {
	display: block;
	height: 0;
}

.site-logo {
	display: block;
	max-width: 100%;
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 100;
}

.site-info {
	display: none;
}

.top-bar .inside-top-bar {
	display: none;
}

.entry-content > [class*="wp-block-"]:not(:last-child) {
	margin-bottom: 0 !important;
}

.entry-content > [class*="wp-block-"]:last-child {
	margin-bottom: 0 !important;
}

.entry-content svg {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: block;
}

.entry-content:first-child .wp-block-cover {
	height: 100vh;
	margin-bottom: 0px;
	transition: height ease;
	animation: hero1 600ms ease-out;
	animation-delay: 500ms;
	animation-fill-mode: forwards;
}

@media (max-width: 599px) {
	.wp-block-cover .wp-block-column {
		flex-basis: 100% !important;
		max-width: 80vw;
	}
	
	.purposes.home {
		max-width: 100% !important;
	}
}

@media (max-width: 380px) {
	.wp-block-group__inner-container {
		padding: 10px;
	}
}

.hero-wrap {
	background-color: #ffffec;
	font-family: "Inter", sans-serif;
}

#hero {
	display: flex;
	flex-direction: column;
	margin: auto;
	padding-bottom: 2rem;
	max-width: 1000px;
}

#hero h3 {
	color: black;
	font-size: 3rem;
	letter-spacing: .05rem;
	font-weight: 500;
	margin: .5rem 0;
	line-height: 1.08;
	font-family: "Antonio", sans-serif;
}

#hero a {
	color: black;
	position: relative;
	font-weight: 800;
	font-style: normal;
	box-shadow: inset 0 -.5rem 0px #0e8;
	transition: all .4s ease-in;
	text-decoration: none;
	cursor: pointer;
}

#hero a:hover {
	box-shadow: inset 0 -3.25rem 0 #0e8;
	transition: all .2s ease-out;
}

#hero a img, #hero a video {
	position: absolute;
	opacity: 0;
	transition: transform .4s, opacity .1s;
	transform: scale(.5) translate(0%, -102%);
	height: 180px !important;
	max-width: none;
	animation-fill-mode: none;
	z-index: 2;
}

#hero a:hover img, #hero a:hover video {
	opacity: 1;
	transform: scale(1) translate(0%, -106%);
	transition: transform .2s, opacity .2s;
}

#hero div {
	color: black;
	display: flex;
	padding: 4rem 0 4rem 0;
	justify-content: space-between;
	max-width: 950px;
}

#hero p {
	width: calc(50% - 1rem);
}

.home-our-take .wp-block-latest-posts li:hover {
	background: #ffffea !important;
}

.we-are {
	position: relative;
	min-height: 70vh;
	display: block;
}

.we-are li.blocks-gallery-item {
	position: absolute;
	width: 100% !important;
	display: block;
	opacity: 0;
	animation: fade1 900ms;
	animation-fill-mode: forwards;
}

.we-are li.blocks-gallery-item:nth-child(7) {
	animation-delay: .9s;
}

.we-are li.blocks-gallery-item:nth-child(6) {
	animation-delay: .75s;
}

.we-are li.blocks-gallery-item:nth-child(5) {
	animation-delay: 1.25s;
}

.we-are li.blocks-gallery-item:nth-child(4) {
	animation-delay: 1.25s;
}

.we-are li.blocks-gallery-item:nth-child(3) {
	overflow: hidden;
	opacity: 1;
	animation: swipe1 1s !important;
	animation-delay: 1.75s;
}

.we-are li.blocks-gallery-item:nth-child(2) {
	animation-delay: 1.75s;
}

.we-are li.blocks-gallery-item:nth-child(1) {
	animation-delay: 2.5s;
}

.we-are.is-visible li.blocks-gallery-item {
	opacity: 0 !important;
}

/* Arrows */
.arrow-right {
	position: absolute;
	padding-left: 10px;
	margin: auto;
	margin-right: 35px;
	margin-bottom: 23px;
	right: 0;
	top: 0;
	bottom: 0;
	height: 20px;
	transition: all .3s;
}

/* Nav */
.nav-below-header .main-navigation .inside-navigation.grid-container, .nav-above-header .main-navigation .inside-navigation.grid-container {
	padding: 100px 0 0 0;
	height: 100%;
}

.main-navigation.toggled .main-nav {
	flex-basis: 100%;
	order: 3;
	height: 100%;
}

button.menu-toggle, button.menu-toggle:focus {
	background-color: white;
	color: #0e8;
	position: fixed;
	left: 0px;
	top: 0px;
	flex-grow: 1;
	border: 0;
	text-align: center;
}

.site-header .header-image {
	width: 20vw;
	max-width: 120px;
}

button.menu-toggle:hover {
	background-color: #0e8;
	color: black;
}

.gp-icon svg {
	height: 2em;
	width: 2em;
	top: 1.1em;
	position: relative;
	fill: currentColor;
}

.menu-toggle .gp-icon+.mobile-menu {
	display: none;
}

.main-navigation.sub-menu-right {
	background-color: white;
	height: 100%;
	padding: 0;
	display: inline-block;
	position: fixed;
	left: -330px;
	top: 0;
	background: white;
	z-index: 2;
	justify-content: center;
	width: 330px;
	transition: all .6s;
}

.main-navigation.sub-menu-right.toggled {
	background-color: white;
	height: 100%;
	padding: 0;
	display: inline-block;
	position: fixed;
	left: 0;
	top: 0;
	background: white;
	z-index: 2;
	justify-content: center;
	width: 330px;
	max-width: 100vw;
}

.main-navigation .main-nav ul {
	padding-top: 40px;
}

.main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
	color: black;
}

.main-navigation .main-nav ul li a {
	display: inline-block;
	color: black;
	line-height: 1.5;
	margin-top: 1rem;
	margin-left: 20px;
	padding: 8px 8px 0px 0px;
	font-family: "Inter", sans-serif !important;
	text-transform: uppercase;
	box-shadow: inset 0 0px 0 #0e8;
	transition: all .1s ease-in-out;
}

.main-navigation .main-nav ul li a:hover, .main-navigation .main-nav ul li[class*="current-menu-"] > a, .main-navigation .main-nav ul li[class*="current-menu-"] > a:hover {
	color: black;
	font-family: "Inter", sans-serif !important;
	text-transform: uppercase;
	box-shadow: inset 0 -10px 0 #0e8;
}

.main-navigation li {
	position: relative;
	display: inline-block;
	width: 100%;
}

.main-navigation .main-nav ul li:nth-child(7) a {
	color: #ff3281;
}

.main-navigation .main-nav ul li:last-child {
	position: absolute;
	background: black;
	width: 330px;
	left: 0;
	bottom: 0;
	display: flex;
}

.main-navigation .main-nav ul li:last-child a {
	color: white;
	background: none;
	text-transform: none;
	padding: 10px 15px 30px 15px;
	margin-left: 0;
	font-family: "Inter", sans-serif !important;
	position: relative;
	z-index: 5;
}

.main-navigation .main-nav ul li:last-child a:hover {
	box-shadow: none;
	color: black;
	z-index: 4;
}

.main-navigation .main-nav ul li:last-child:before {
	content: url("https://cdn-ildifaj.nitrocdn.com/iVvuYoOHcUILrkkIYsDVAEnTLkfoFsIk/assets/images/optimized/rev-4863ac9/sweartaker.ie/wp-content/uploads/2021/02/m.svg");
	width: 100px;
	padding: 1rem;
	margin: auto;
	z-index: 5;
}

.main-navigation .main-nav ul li:last-child:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 0%;
	background: #00a2d1;
	transition: all 300ms ease-in-out;
	z-index: 3;
}

.main-navigation .main-nav ul li:last-child:hover:after {
	width: 100%;
}

.main-navigation ul, .gen-sidebar-nav {
	display: none;
}

.button, .wp-block-button .wp-block-button__link {
	background-color: #fe3281 !important;
	padding: 10px 20px;
	border-radius: 0;
	display: block;
	position: relative;
	font-weight: 800;
	font-size: 1.25rem;
	cursor: pointer;
}

a.wp-block-button__link {
	position: relative;
	z-index: 3;
	overflow: hidden;
}

a.wp-block-button__link:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0%;
	width: 100%;
	background: #d30152;
	transition: all 300ms ease-in-out;
	z-index: -1;
}

a.wp-block-button__link:hover:before {
	height: 100%;
}

/* Homepage */
.wp-block-cover {
	margin-top: 0px;
	margin-bottom: 2rem;
	min-height: 85vh;
}

.motto.wp-block-cover:after {
	display: none;
}

.intro-swipe {
	display: block;
	margin: auto;
	height: 0%;
	animation: swipeup 400ms;
	animation-delay: 2s;
	animation-fill-mode: forwards;
	bottom: 0;
}

.intro-swipe .wp-block-group__inner-container {
	padding: 0;
}

.intro-swipe h1 {
	font-family: "Inter", sans-serif !important;
	font-size: 5.5rem;
	position: relative;
	display: block;
	width: 90vw;
}

@media (max-width: 900px) {
	.intro-swipe h1 {
		font-size: 4rem;
		width: 100vw;
	}
}

@media (max-width: 768px) {
	.intro-swipe h1 {
		font-size: 2rem;
		width: 100vw;
	}
	
	.intro-swipe h1 span:before {
		display: none;
	}
	
	.intro-swipe .wp-block-group__inner-container {
		padding: 0;
	}
}

@media (max-width: 375px) {
	.intro-swipe h1 {
		font-size: 1.9rem;
		width: 100vw;
	}
	
	.intro-swipe h1 span:before {
		display: none;
	}
	
	.intro-swipe .wp-block-group__inner-container {
		padding: 0;
	}
}

.intro-swipe h1 strong {
	font-family: "CindieMono-C" !important;
}

.intro-swipe h1:before {
	content: url("https://cdn-ildifaj.nitrocdn.com/iVvuYoOHcUILrkkIYsDVAEnTLkfoFsIk/assets/images/optimized/rev-4863ac9/sweartaker.ie/wp-content/uploads/2021/02/asterisk-small.svg");
	position: absolute;
	height: 94px;
	width: 69px;
	margin-left: -40px;
	margin-top: -40px;
	display: inline-flex;
	animation: rotation 600ms;
	animation-delay: 4s;
	animation-fill-mode: forwards;
}

.intro-swipe h1 span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 0px;
	max-height: 4rem;
	margin: 1vw;
	width: auto;
	z-index: -1;
	background: #d30152;
	animation: swipeup 700ms ease-in;
	animation-delay: 4.5s;
	animation-fill-mode: forwards;
}

.intro-swipe .wp-block-columns {
	max-width: 500px;
	margin: auto;
	opacity: 0;
	animation: fade1 400ms ease-in;
	animation-delay: 3s;
	animation-fill-mode: forwards;
}

.home-swipe {
	max-width: 800px;
	margin: auto;
}

.home-swipe figure {
	overflow: hidden;
	width: 0%;
	margin: auto;
	animation: swipe1 700ms;
	animation-delay: 2s;
	animation-fill-mode: forwards;
}

.home-swipe img {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 25vh;
}

.home-swipe figure img svg {
	margin: auto;
}

h5.alignwide.has-black-background-color.has-text-color.has-background {
	font-size: .9rem;
	font-weight: 500;
	letter-spacing: 3px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	width: auto;
	max-width: 600px;
	margin: 2px auto;
	padding: 5px 10px;
	background: none !important;
}

h5.alignwide.has-black-background-color.has-text-color.has-background:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background: black;
	animation: swipe1 700ms;
	animation-delay: 3s;
	animation-fill-mode: forwards;
}

.entry-content .wp-block-cover p {
	margin: 1rem 0 0 0;
}

.entry-content .wp-block-cover p.has-text-align-center {
	margin: auto;
}

.values h3 {
	color: #0e8;
	line-height: 1;
}

.values h4 {
	line-height: 1;
	margin: -1.9rem 0 1.5rem 1.1rem;
	font-size: 1rem;
}

.wp-block-cover:after {
	content: url("https://cdn-ildifaj.nitrocdn.com/iVvuYoOHcUILrkkIYsDVAEnTLkfoFsIk/assets/images/optimized/rev-4863ac9/sweartaker.ie/wp-content/uploads/2021/02/arrow-down.svg");
	display: block;
	position: absolute;
	margin: 1rem;
	right: 2%;
	bottom: 0;
	top: 74vh;
	z-index: 20;
	transition: all 300ms;
}

.wp-block-cover:hover:after {
	top: 72vh;
	cursor: pointer;
}

.work-gallery .wp-block-cover:after, .purposes .wp-block-cover:after {
	display: none;
}

/* Services */
.wp-block-gallery ul.blocks-gallery-grid {
	margin-left: 0;
	width: 100%;
}

.services .blocks-gallery-grid li.blocks-gallery-item {
	margin: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 20rem;
	background: black;
}

.services .blocks-gallery-grid li.blocks-gallery-item img {
	opacity: .65 !important;
	transition: all 300ms;
}

.services .wp-block-gallery .blocks-gallery-item figcaption {
	font-family: "Inter", sans-serif !important;
	color: white;
	width: 100%;
	background: none;
	text-transform: uppercase;
	text-align: left;
	font-size: 2rem;
	margin: auto auto 0 auto;
	padding: 10%;
	display: flex;
	bottom: 0;
	overflow: hidden;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-item {
	margin: 0 !important;
}

figure.wp-block-gallery {
	gap: 0 !important;
}

@media (max-width: 1200px) {
	.services .wp-block-gallery .blocks-gallery-item figcaption {
		font-size: 1.5rem;
	}
}

@media (max-width: 700px) {
	.services .wp-block-gallery .blocks-gallery-item figcaption {
		font-size: 1rem;
	}
}

@media (max-width: 500px) {
	.services .blocks-gallery-grid li.blocks-gallery-item {
		width: 100%;
	}
}

.services .wp-block-group__inner-container {
	padding: 0px;
	max-width: unset;
}

/* Purposes */
.purposes .wp-block-columns {
	margin-bottom: 0;
}

.purposes .wp-block-column {
	display: flex;
	margin: 0;
	min-height: 70vh;
	align-self: stretch !important;
}

.purposes .wp-block-group__inner-container {
	padding: 0;
	width: 100%;
	max-width: 100vw;
}

.purposes .wp-block-cover .wp-block-cover__inner-container {
	display: flex;
	flex-wrap: wrap;
	align-self: baseline;
	max-width: 700px;
	margin: auto;
}

.purposes .wp-block-cover {
	min-height: 100%;
	height: 100%;
	margin-bottom: 0;
	justify-content: start;
	padding: 2rem;
	min-width: 50%;
}

.purposes .wp-block-cover h4 {
	position: absolute;
	margin: auto;
	width: 100%;
	top: 45%;
	bottom: 50%;
	right: 0;
	left: 0;
	transition: all 400ms;
	font-size: 1.5rem;
}

.purposes .wp-block-cover:hover h4 {
	margin: auto;
	top: 3rem;
	bottom: auto;
}

.purposes .wp-block-cover p {
	opacity: 0;
	max-width: 500px;
	margin: 7rem auto auto auto;
	overflow: hidden;
	transition: all 300ms;
}

.purposes img.wp-block-cover__image-background {
	opacity: 1 !important;
	transition: all 200ms;
}

.purposes .wp-block-cover__background.has-background-dim-100.has-background-dim, .purposes .wp-block-cover:hover img.wp-block-cover__image-background {
	opacity: 0 !important;
}

.purposes .wp-block-cover:hover p {
	opacity: 1;
}

.purposes.home {
	background: url("https://cdn-ildifaj.nitrocdn.com/iVvuYoOHcUILrkkIYsDVAEnTLkfoFsIk/assets/images/optimized/rev-4863ac9/sweartaker.ie/wp-content/uploads/2021/02/201208-001-v2.jpg");
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}

.purposes.home .wp-block-columns {
	display: block;
}

.purposes.home .wp-block-column {
	display: block;
	margin: 0;
	min-height: 20vh;
	padding: 0 !important;
}

.purposes.home .wp-block-cover {
	background: transparent !important;
	height: 100%;
	animation: fade1;
}

.purposes.home .wp-block-cover p {
	max-width: 90%;
	margin: 4rem auto 1rem auto !important;
}

.purposes.home .wp-block-cover:hover {
	height: 100%;
}

@media (max-width: 600px) {
	.purposes .wp-block-cover h4 {
		margin: auto;
		top: 3rem;
		bottom: auto;
	}
	
	.purposes.home .wp-block-cover {
		height: 100% !important;
	}
	
	.purposes .wp-block-cover p {
		opacity: 1;
	}
	
	.purposes.home .wp-block-cover {
		background: black !important;
	}
	
	.purposes.home .wp-block-cover.pink {
		background: #ff3281 !important;
	}
	
	.purposes.home .wp-block-cover.green {
		background: #0e8 !important;
	}
}

@media (max-width: 760px) {
	.hero-wrap {
		padding: 0;
	}
	
	#hero h3 {
		font-size: 1.7rem;
	}
}

.purposes.home .wp-block-cover.black:hover {
	background: black !important;
}

.purposes.home .wp-block-cover.pink:hover {
	background: #ff3281 !important;
}

.purposes.home .wp-block-cover.green:hover {
	background: #0e8 !important;
}

.purposes-col.wp-block-media-text.is-image-fill {
	border-top: 0;
}

.purposes-col.wp-block-media-text.is-image-fill .wp-block-media-text__content {
	display: block;
	padding: 1rem .5rem 2rem .5rem;
}

.purposes-col h5 {
	margin-top: 2rem;
	color: #ff3281;
	font-weight: 600;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) p, .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) h3, .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) h4, .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) h5 {
	margin-left: .75rem;
}

@media (min-width: 782px) {
	.wp-block-cover__inner-container .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
		flex-grow: 0;
		padding: .5rem;
	}
}

@media (min-width: 782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
		padding: 0 .5rem 0 .5rem;
	}
}

/* Work */
.wp-block-cover h1.wp-block-heading {
	color: white;
}

.work-gallery .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 100vw;
	width: 100%;
	padding: 0;
}

.work-gallery-item {
	width: 50%;
	height: 60vh !important;
	min-height: 450px;
	margin: 0;
}

.latest-work.work-gallery .work-gallery-item {
	min-width: 220px;
	margin: .5rem;
	width: calc(25% - 1rem);
	height: 40vh !important;
	min-height: 450px;
	padding: 0;
	justify-content: flex-start;
	flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
	.work-gallery-item {
		width: 100%;
	}
}

@media (max-width: 400px) {}

.wp-block-cover.has-background-dim.work-gallery-item:hover .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before {
	opacity: 0;
}

.wp-block-cover__image-background, .wp-block-cover__video-background {
	z-index: 0;
	height: 100%;
}

.work-gallery-item .wp-block-cover__inner-container {
	position: absolute;
	display: flex;
	flex-direction: column;
	height: 100%;
	z-index: 1;
	color: #fff;
	background: rgba(0, 0, 0, 30%);
	transition: all 300ms ease-in;
}

.work-gallery-item .wp-block-cover__inner-container h3 {
	font-family: "Antonio", sans-serif !important;
	font-size: 2rem;
	color: white;
	opacity: 1;
	line-height: 1;
	height: 100%;
	display: block;
	transition: all 300ms ease-in;
}

.work-gallery-item .wp-block-cover__inner-container h6 {
	color: white;
	margin: 1.5rem 1rem .5rem 1rem;
	opacity: 1;
	transition: all 100ms ease-in;
}

.work-gallery-item .wp-block-cover__inner-container h3 a {
	position: relative;
	opacity: 1;
	display: block;
	height: 100%;
	padding: 0 0 0 1rem;
}

.work-gallery-item .wp-block-cover__inner-container:hover h3, .work-gallery-item .wp-block-cover__inner-container:hover h3 a, .work-gallery-item .wp-block-cover__inner-container:hover h6 {
	opacity: 0;
}

.work-gallery-item .wp-block-cover__inner-container:hover {
	background: rgba(0, 0, 0, 0%);
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-item {
	margin: 0 !important;
}

@media (max-width: 600px) {
	.work-gallery-item .wp-block-cover__inner-container h3, .work-gallery-item .wp-block-cover__inner-container h3 a, .work-gallery-item .wp-block-cover__inner-container h6 {
		opacity: 1;
	}
	
	.work-gallery-item .wp-block-cover__inner-container {
		background: rgba(0, 0, 0, 50%);
	}
}

.no-gap .wp-block-column:not(:first-child) {
	margin-left: 0 !important;
}

.no-gap .wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.no-gap .wp-block-image {
	margin: 0;
	object-fit: cover;
}

.no-gap .wp-block-image img {
	max-width: 100%;
	height: 100%;
}

.no-gap .wp-block-video.aligncenter {
	text-align: center;
	display: flex;
	overflow: hidden;
}

@media (min-width: 782px) {
	.no-gap .wp-block-column:not(:first-child) {
		margin-left: 0 !important;
	}
}

@media (min-width: 600px) and (max-width: 781px) {
	.no-gap .wp-block-column:not(:only-child) {
		flex-basis: 50% !important;
		flex-grow: 0;
	}
}

@media (max-width: 400px) {
	.wp-block-media-text.alignwide.is-image-fill h3 {
		font-size: 1rem;
	}
}

/* Clients */
.clients.wp-block-gallery .blocks-gallery-item {
	height: 200px;
}

.clients.wp-block-gallery .blocks-gallery-item img {
	max-width: 200px;
	width: 90%;
	max-height: 180px;
	padding: 5%;
	margin: auto;
	display: block;
}

/* Case studies */
.wp-block-columns {
	width: 90vw;
	max-width: 1000px;
	margin: auto;
}

.wp-block-column p {
	width: 100%;
}

/* Quotes */
blockquote {
	border-left: none;
	padding: 50px 30px;
	margin: 0;
	flex-basis: 33%;
	min-width: 250px;
	flex-grow: 1;
}

blockquote.wp-block-quote p {
	font-family: "Inter", sans-serif !important;
	font-style: normal;
	font-size: 110%;
}

.quote-blocks blockquote {
	color: black;
	background: #ff3281;
}

.quote-blocks blockquote p:first-child {
	height: 100px;
	display: inline-flex;
}

.quote-blocks blockquote p img {
	object-fit: contain;
	margin: auto;
}

.quote-blocks blockquote:nth-child(5n+3) {
	color: black;
	background: #0e8;
}

.quote-blocks blockquote:nth-child(even) {
	color: white;
	background: black;
}

.quote-blocks .wp-block-group__inner-container {
	display: flex;
	flex-flow: wrap;
	padding: 0;
	max-width: unset;
}

/* Footer */
.site-footer .footer-widgets-container .inside-footer-widgets {
	margin-left: 0;
	padding: 2rem 0 0 0;
	flex-flow: wrap;
}

.inside-footer-widgets>div {
	flex: 1 1 33%;
}

.footer-widgets {
	background-color: black;
	overflow: hidden;
}

.footer-widgets a, .footer-widgets p {
	color: white;
	font-size: .9rem;
}

.footer-widgets p {
	margin-top: .5rem;
}

.footer-widgets a:hover {
	color: #0e8;
}

.footer-widgets p a:hover {
	color: white;
}

.footer-widget-1 {
	display: flex;
	margin-right: 2rem;
	padding-bottom: 2rem;
	flex-wrap: wrap;
}

.footer-widget-1 aside {
	margin: 1rem auto;
	padding: 1rem 2rem !important;
	max-width: 350px;
	flex-grow: 1;
}

.footer-widget-1 .textwidget p {
	line-height: 2.2;
}

.footer-widget-2 {
	display: flex;
	margin: 0 0 auto auto;
}

.footer-widget-2 aside {
	margin: 0 0 auto auto !important;
}

.footer-widget-2 img {
	width: 75%;
	max-width: 250px !important;
	margin: auto;
	padding: 1rem;
}

.footer-widgets .wp-block-social-links.is-style-logos-only .wp-social-link {
	display: inline-block;
}

.footer-widgets .wp-block-social-links .wp-social-link svg {
	width: 2em;
	height: 2em;
}

@media screen and (max-width: 800px) {
	.footer-widget-2 {
		display: none;
	}
}

.footer-widget-3 {
	min-width: 80vw;
}

.site-footer .footer-widgets-container, .site-footer .footer-widgets-container .inner-padding {
	padding: 0;
}

.footer-bar {
	width: 100%;
	display: flex;
	background-color: #ff3281;
}

.footer-bar div {
	display: flex;
	flex-basis: 100%;
}

.footer-bar div a {
	position: relative;
	font-size: 1.3rem;
	line-height: 1.4rem;
	display: flex;
	color: white;
	justify-content: center;
	width: 100%;
	padding: 1rem;
}

.footer-bar div a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 0%;
	background: #d30152;
	transition: all 300ms ease-in-out;
}

.footer-bar div a:hover {
	color: white;
}

.footer-bar div a:hover:before {
	width: 100%;
}

.footer-bar div a span {
	height: 1.3rem;
	display: flex;
	position: relative;
}

.footer-bar img {
	height: 1.6rem;
	margin: 0 0 0 1rem;
	transition: all 300ms ease-in-out;
}

.footer-bar div a:hover img {
	margin: 0 0 0 1.5rem;
}

.textwidget.custom-html-widget {
	display: block;
	height: 100%;
	margin-bottom: auto !important;
}

#murrays {
	display: flex;
	overflow: hidden;
	height: 100%;
}

#murrays a {
	color: white;
	background: none;
	display: flex;
	flex-wrap: wrap;
	text-transform: none;
	padding: 30px 15px 50px 15px;
	margin: auto;
	font-family: "Inter", sans-serif !important;
	position: relative;
	width: 100%;
}

#murrays a:hover {
	color: #00a2d1;
}

#murrays svg {
	width: 100%;
	max-width: 100px;
	padding: 0;
	margin: auto auto 1rem auto;
	display: block;
}

#murrays a p {
	text-align: center;
	width: 100%;
}

#murrays a:hover {
	background-color: #00a2d1;
	animation: fade1 200ms;
}

/* Back to top */
.generate-back-to-top {
	font-size: 20px;
	border-radius: 50%;
	position: fixed;
	bottom: 20px;
	right: 30px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	z-index: 10;
	transition: opacity 300ms ease-in-out;
}

a.generate-back-to-top {
	background-color: #01ee88;
	color: white;
}

a.generate-back-to-top:hover, a.generate-back-to-top:focus {
	background-color: rgba(76, 255, 178, 81%);
	color: white;
}

.gp-icon svg {
	height: 1em;
	width: 1em;
	top: .1em;
	position: relative;
	fill: currentColor;
}

/* Insights */
.wp-block-media-text.alignwide.is-image-fill {
	margin: 0;
}

.wp-block-media-text.alignwide.is-image-fill .wp-block-media-text__content {
	display: flex;
	height: 100%;
	width: 100%;
	padding: 0;
}

.wp-block-media-text.alignwide.is-image-fill .wp-block-media-text__content div div p {
	width: 100%;
}

.wp-block-media-text.alignwide.is-image-fill {
	/* border-top: 1px black solid; */
	width: 99vw;
}

.wp-block-media-text.alignwide.is-image-fill div h3 {
	display: flex;
	height: 100%;
	width: 100%;
	padding: 2rem;
	margin: 0;
}

.wp-block-media-text.alignwide.is-image-fill div h3 a {
	color: black;
}

.wp-block-media-text.alignwide.is-image-fill div h3 a:hover {
	color: #0e8;
}

/* Our Take */
.speech-bubble {
	position: relative;
	width: 80%;
	height: auto;
	padding: 0px;
	margin: auto;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: #ff3281 solid 1px;
}

.speech-bubble:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 37px 29px 0;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -29px;
	bottom: -37px;
	left: 81%;
}

.speech-bubble:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 37px 29px 0;
	border-color: #ff3281 transparent;
	display: block;
	width: 0;
	z-index: 0;
	margin-left: -29px;
	bottom: -38px;
	left: 81%;
}

.speech-bubble .wp-block-group__inner-container {
	padding: 1rem;
}

.profile {
	width: 150px;
	display: block;
	margin: 3rem 17% 0 auto;
}

.profile figure.wp-block-media-text__media {
	width: 120px;
	height: 120px;
	min-height: 120px !important;
	border-radius: 50%;
	display: block;
	margin: 15px;
}

.profile .wp-block-media-text__content p {
	font-family: "Inter", sans-serif !important;
	text-align: center;
	font-size: 1rem;
	text-transform: uppercase;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	width: 100%;
	max-width: 100vw;
	margin: 0;
	display: block;
}

.wp-block-latest-posts__featured-image {
	width: 100%;
	height: 350px;
}

.wp-block-latest-posts__featured-image img {
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
	border-radius: 15px;
}

.wp-block-latest-posts__featured-image a {
	display: flex;
	height: 100%;
}

.featured-image img {
	border-radius: 15px;
}

.wp-block-latest-posts li, .post .inside-article {
	width: 100%;
	display: block;
	padding: 2rem;
	margin: 1.5rem auto;
	background: #ffffea !important;
	border-radius: 15px;
	text-align: center;
	transition: all 300ms ease-in-out;
}

article.post .inside-article {
	max-width: 900px;
	width: 99%;
}

article.post h4 {
	margin-top: 4rem;
}

.wp-block-latest-posts.wp-block-latest-posts__list li > a {
	color: black;
	font-family: "Inter", sans-serif !important;
	font-size: 2rem;
}

a.wp-block-latest-posts__post-title {
	display: block;
	text-align: center;
	width: 100%;
}

.wp-block-latest-posts__post-full-content {
	margin-top: 2rem;
}

.wp-block-latest-posts__post-full-content p {
	text-align: left;
	width: 100%;
}

.wp-block-latest-posts__post-full-content img {
	width: 100%;
	border-radius: 5px !important;
}

.wp-block-latest-posts__post-excerpt {
	color: black;
}

.our-take-wrap {
	background: black;
}

ul.wp-block-latest-posts__list.our-take-archive.wp-block-latest-posts .wp-block-latest-posts__featured-image {
	height: 250px;
}

ul.wp-block-latest-posts__list.our-take-archive.wp-block-latest-posts {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-flow: wrap;
	justify-content: center;
}

ul.wp-block-latest-posts__list.our-take-archive.wp-block-latest-posts li {
	flex: 0 0 auto;
	flex-basis: 32.25%;
	min-width: 300px;
	width: 100%;
	padding: 1rem 1rem 0rem 1rem;
	margin: .5%;
	background: #ffffea !important;
	border-radius: 15px;
	text-align: center;
	transition: all 300ms ease-in-out;
}

@media screen and (min-width: 1000px) {
	ul.wp-block-latest-posts__list.our-take-archive.wp-block-latest-posts li {
		max-width: 400px;
	}
}

.wp-block-latest-posts.wp-block-latest-posts__list.our-take-archive li > a {
	color: black;
	font-family: "Inter", sans-serif !important;
	font-size: 1.5rem;
}

ul.wp-block-latest-posts__list.our-take-archive.wp-block-latest-posts li:hover a, ul.wp-block-latest-posts__list.our-take-archive.wp-block-latest-posts li:hover .wp-block-latest-posts__post-author, ul.wp-block-latest-posts__list.our-take-archive.wp-block-latest-posts li:hover .wp-block-latest-posts__post-date {
	color: #ff3281;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
	color: #ff3281;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.our-take-archive .wp-block-latest-posts__post-excerpt {
	color: black;
}

.one-container .inside-article>.featured-image {
	margin-top: 0;
	margin-bottom: 0;
}

img.attachment-full.size-full.wp-post-image {
	width: 100%;
	height: 40vh;
	object-fit: cover;
}

.cat-links {
	background-color: #000;
	color: white;
	display: flex;
	height: 100%;
	width: 100%;
	padding: 0;
	transition: all 200ms ease-in-out;
}

span.gp-icon.icon-categories {
	display: none;
}

.cat-links a {
	font-family: "Inter", sans-serif !important;
	font-size: 2rem;
	color: white;
	display: block;
	text-align: center;
	height: 100%;
	width: 100%;
	padding: 2rem;
}

.cat-links:hover {
	background-color: #0e8;
}

.cat-links a:hover {
	color: black;
}

.site-main .post-navigation {
	width: 100%;
	display: flex;
	background-color: #ff3281;
}

.site-main .post-navigation div {
	position: relative;
	display: inline-block;
	color: white;
	justify-content: center;
	width: 100%;
}

.site-main .post-navigation div span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 0%;
	background: #d30152;
	transition: all 300ms ease-in-out;
}

.site-main .post-navigation div span:hover:before {
	width: 100%;
}

.prev a, .next a {
	color: white;
	width: 100%;
	height: 100%;
	padding: 1rem;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
}

span.gp-icon.icon-arrow-right, span.gp-icon.icon-arrow-left {
	display: none;
}

a.read-more {
	content: url("https://cdn-ildifaj.nitrocdn.com/iVvuYoOHcUILrkkIYsDVAEnTLkfoFsIk/assets/images/optimized/rev-4863ac9/sweartaker.ie/wp-content/uploads/2021/02/more-arrow.svg");
	position: relative;
	display: flex;
	width: 50px;
	margin: auto 0 0 auto;
	transition: all 200ms ease-in;
	box-shadow: none;
	border-radius: 50%;
}

a.read-more:hover {
	-webkit-box-shadow: 1px 0px 19px -4px rgba(0, 0, 0, 60%);
	-moz-box-shadow: 1px 0px 19px -4px rgba(0, 0, 0, .6);
	box-shadow: 1px 0px 19px -4px rgba(0, 0, 0, 60%);
}

.entry-header {
	margin-top: 1rem;
}

article.post {
	background-color: #fe3281;
	padding: 2rem 0 1rem 0;
}

.post .entry-header a {
	text-align: center;
	color: black;
	font-family: "Inter", sans-serif !important;
	font-size: 2rem;
}

.post-image img {
	border-radius: 15px;
}

.post .inside-article {
	margin: 0 auto 0 auto;
}

.post .inside-article .entry-content {
	max-width: 950px;
	margin: 2rem auto;
}

.entry-meta {
	display: none;
}

.post .inside-article .entry-header .entry-meta {
	text-align: center;
	color: #ff3281;
}

.post .inside-article .entry-header .byline {
	display: none;
}

.comments-area {
	display: none;
}

.page-header, .sidebar .widget, .site-main>* {
	margin-bottom: 0;
}

/* Forms */
#sign-up {
	scroll-behavior: smooth;
}

#mc_embed_signup {
	background: transparent;
	clear: left;
	color: white;
	font-family: "Inter", sans-serif !important;
	border: 1px solid #ff3281;
	border-radius: 8px;
	padding: 4%;
}

#mc_embed_signup p {
	width: 100%;
	max-width: 100%;
	color: white;
	font-family: "Inter", sans-serif !important;
	margin-bottom: 4px;
}

#mc_embed_signup .mc-field-group label {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	display: block;
	margin-bottom: 3px;
}

#mc_embed_signup #mc-embedded-subscribe {
	clear: both;
	border-radius: 3px;
	background-color: #0e8 !important;
	transition: all .23s ease-in-out 0s;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	height: auto;
	line-height: 1.5;
	margin: 0 5px 10px 0;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
	position: relative;
	z-index: 1;
}

#mc_embed_signup #mc-embedded-subscribe:hover {
	background-color: white !important;
	color: #0e8;
}

#mc-embedded-subscribe-form .mc_fieldset {
	border: none;
	min-height: 0px;
	padding: 1rem 0 2rem 0;
}

#mc_embed_signup .mc-field-group input.av-checkbox {
	display: inline;
	margin-right: 1rem;
	width: 1rem;
}

.content__gdprLegal p {
	font-size: 11px;
	padding-top: 1rem;
}

#mc_embed_signup div#mce-responses {
	width: 100%;
	padding: 0 0 1rem 0;
	margin: 0;
}

div#mce-success-response {
	padding: 1rem 0 2rem 0;
	color: #0e8;
}

#mc_embed_signup #mce-success-response {
	font-family: "CindieMono-B";
	background: #0e8;
	padding: 2rem;
	width: auto;
	display: none;
	color: black !important;
}

#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0 !important;
	overflow: hidden;
	width: 90%;
	margin: 0 0 2rem 0 !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: inline-block;
	margin: 7px 0 0 0;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 10%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	z-index: 1;
	color: #e85c41;
	width: 100%;
}

/* Embedded video */
.ytp-chrome-top-buttons, .ytp-hide-controls .ytp-watermark {
	display: none !important;
}

iframe.lazyloaded {
	width: 100%;
	min-height: 450px;
}

video.video-stream.html5-main-video {
	min-width: 100%;
	object-fit: cover;
}

.is-provider-audioboom.wp-block-embed-audioboom iframe.wp-embedded-content {
	min-height: unset;
}
