/*
Theme Name: Nick 3.0 Child
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentythree
Text Domain: nick-3-0-child
Tags: 
*/

body {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/background-pattern-final.png);
	background-repeat: repeat;
}

a:where(:not(.wp-element-button)):hover {
	text-decoration: underline;
	text-underline-offset: 9px;
}

a:active, a:visited, a:focus {
	text-decoration: none;
}

.wp-block-image :where(figcaption) {
	font-size: 0.9rem;
	text-align: center;
}

.footer-search input {
	background-color: var(--wp--preset--color--custom-nick-background-blue);
}

/*------- menu ---------*/

.main-menu a:where(:not(.wp-element-button)):hover {
	text-decoration: none;
}

.main-menu .wp-block-navigation-item__label:hover {
	background-image: url(/wp-content/themes/nick-3-0-child/assets/img/menu-hover-underline.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 2.3em;
	margin-bottom: -6px;
	padding-bottom: 6px;
}

.main-menu .current-menu-item .wp-block-navigation-item__label {
	color: #830c14;
	background-image: url(/wp-content/themes/nick-3-0-child/assets/img/menu-active-underline.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 2.3em;
	margin-bottom: -6px;
	padding-bottom: 6px;
}

/*------- mobile menu ---------*/

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
	margin-top: 0.5em;
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
	height: 2.5em;
	width: 2.5em;
}

.has-modal-open .main-menu ul li,
.has-modal-open .footer-menu ul li {
	font-size: 2em !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	justify-content: center;
}

.has-modal-open .wp-block-navigation__responsive-container-content {
	height: calc(100vh - (2rem + 24px));
}

.footer-menu .has-modal-open {
	font-family: var(--wp--preset--font-family--permanent-marker) !important;
}

/*------- pagination ---------*/

.wp-block-query-pagination a:hover {
	background-image: url(/wp-content/themes/nick-3-0-child/assets/img/menu-hover-underline.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 2.3em;
	margin-bottom: -2px;
	padding-bottom: 2px;
	text-decoration: none;
}

/*------- masking tape classes ---------*/

.tape-blue-top {
	position: relative;
}

.tape-blue-top::before {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-blue.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 2.3em;
	position: absolute;
	top: -1.3em;
	right: 42%;
	transform: rotate(3deg);
	width: 4em;
	z-index: 99;
}

.tape-blue-top-long {
	position: relative;
}

.tape-blue-top-long::before {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-blue-long.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 2.6em;
	margin-right: -2.65em;
	position: absolute;
	top: -0.9em;
	right: 50%;
	transform: rotate(3deg);
	width: 5.3em;
	z-index: 99;
}

.tape-red-top {
	position: relative;
}

.tape-red-top::before {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-red.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 2.3em;
	margin-right: -2em;
	position: absolute;
	top: -1.3em;
	right: 50%;
	transform: rotate(3deg);
	width: 4em;
}

.tape-green-top {
	position: relative;
}

.tape-green-top::before {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-green.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 2.5em;
	position: absolute;
	top: -0.9em;
	right: 33%;
	width: 4.5em;
	z-index: 99;
}

.tape-blue-yellow {
	position: relative;
}

.tape-blue-yellow::before {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-red.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 2.6em;
	position: absolute;
	top: -0.9em;
	left: -1.7em;
	transform: rotate(164deg);
	width: 4.8em;
}

.tape-blue-yellow::after {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-yellow.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 2.3em;
	position: absolute;
	bottom: 0.3em;
	right: -2.1em;
	transform: rotate(-87deg);
	width: 4.8em;
}

.tape-red-yellow {
	position: relative;
}

.tape-red-yellow::before {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-yellow.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 2.3em;
	position: absolute;
	top: -1.1em;
	left: -1.6em;
	transform: rotate(-22deg);
	width: 4.8em;
}

.tape-red-yellow::after {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-red.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 2.3em;
	position: absolute;
	top: -1.2em;
	right: -1.3em;
	transform: rotate(-165deg);
	width: 4em;
}

.tape-blue-horizontal {
	position: relative;
}

.tape-blue-horizontal::before {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-blue.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 2.3em;
	position: absolute;
	top: 40%;
	left: -1.7em;
	transform: rotate(94deg);
	z-index: 30;
	width: 3.5em;
}

.tape-blue-horizontal::after {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-blue.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 2.3em;
	position: absolute;
	top: 39%;
	right: -1.4em;
	transform: rotate(276deg);
	z-index: 30;
	width: 3.5em;
}

.tape-yellow-horizontal {
	position: relative;
	max-width: 77% !important;
}

.tape-yellow-horizontal::before {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-yellow.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 2.3em;
	position: absolute;
	top: 46%;
	left: -2.6em;
	transform: rotate(94deg);
	z-index: 30;
	width: 4.8em;
}

.tape-yellow-horizontal::after {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-yellow.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 2.3em;
	position: absolute;
	top: 45%;
	right: -2.4em;
	transform: rotate(276deg);
	z-index: 30;
	width: 4.8em;
}

.tape-red-horizontal {
	position: relative;
}

.tape-red-horizontal::before {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-red.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 2.3em;
	left: -2.6em;
	position: absolute;
	top: 46%;
	transform: rotate(94deg);
	width: 4.8em;
	z-index: 30;
}

.tape-red-horizontal::after {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-red.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 2.3em;
	position: absolute;
	right: -2.4em;
	top: 45%;
	transform: rotate(276deg);
	width: 4.8em;
	z-index: 30;
}

/*------- masking tapes mods ---------*/

.hell-yeah .wp-block-image {
	display: block;
	margin: 0 auto;
	max-width: 386px;
}

.hell-yeah .wp-block-image::before {
	background-image: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-blue-long.svg);
	height: 2.4em;
	left: -2.7em;
	top: 54%;
	transform: rotate(266deg);
	width: 5em;
}


.hell-yeah .wp-block-image::after {
	background-image: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-red-long.svg);
	width: 5.6em;
	height: 2.6em;
	right: -2.5em;
	transform: rotate(274deg);
	top: 44%;
}

.testimonial-middle::before {
	margin-right: auto;
	right: 35%;
	top: -1em;
	transform: rotate(173deg);
}

.homepage-about-section .tape-red-horizontal::before {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-red-long.svg) no-repeat;
	background-size: contain;
	left: -3em;
	top: 6%;
	transform: rotate(92deg);
	width: 5.4em;
}

.homepage-about-section .tape-red-horizontal::after {
	right: -2em;
	top: 10%;
	transform: rotate(270deg);
	width: 4.3em;
}

.social-footer-group::before {
	background-size: contain;
	margin-right: auto;
	height: 2.1em;
	top: 1em;
	right: 52%;
	transform: rotate(3deg);
	width: 3.8em;
}

/*------- homepage ---------*/

.hero-section p {
	margin-right: 10%;
}

.money {
	background-image: url(/wp-content/themes/nick-3-0-child/assets/img/hand-circle.svg);
	background-size: 92%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 3%;
	margin: 0 -3%;
}

.love {
	background-image: url(/wp-content/themes/nick-3-0-child/assets/img/hand-scribble.svg);
	background-size: 82%;
	background-position: bottom right 1%;
	background-repeat: no-repeat;
	padding: 0 1% 1%;
	margin: 0 -1% -1%;
}

.live {
	background-image: url(/wp-content/themes/nick-3-0-child/assets/img/hand-underlines.svg);
	background-size: 90%;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 3% 2.5%;
	margin: 0 -3% -2.5%;
}

.homepage-cta{
	position: relative;
}

.homepage-cta::before {
	background-image: url(/wp-content/themes/nick-3-0-child/assets/img/arrow-blue.svg);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.4em;
	content: "";
	height: 8em;
	position: absolute;
	left: -4.2em;
	width: 6.7em;
}

.hero-signup-box {
	border-image-source: url(/wp-content/themes/nick-3-0-child/assets/img/border.svg);
	border-image-slice: 85;
	border-image-width: 25;
}

.homepage-forms .gfield_required {
	display: none;
}

.homepage-forms_wrapper {
	margin-top: 0;
}

.hero-section .homepage-forms .gform_fields {
	grid-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	grid-row-gap: 12px;
}

.homepage-forms .gfield_label.gform-field-label {
	margin-bottom: 3px;
}

.homepage-forms .gform_button.button,
.homepage-forms .gform-button.button {
	border-radius: 25px !important;
}

.homepage-forms input,
.homepage-forms textarea {
	border-image-source: url(/wp-content/themes/nick-3-0-child/assets/img/border.svg);
	border-image-slice: 20 30;
	border-image-width: 16;
}

.homepage-forms.horizontal .gform_fields {
	align-items: end;
}

.homepage-forms.horizontal .gfield--type-name,
.homepage-forms.horizontal .gfield--type-email {
	grid-column: span 4;
}

.homepage-forms.horizontal .gfield--type-checkbox,
.homepage-forms.horizontal .gfield--type-submit {
	grid-column: span 2;
}

.homepage-forms.horizontal .gfield--type-checkbox .gfield-choice-input {
	margin-top: 3px;	
}


.portfolio-logo-list .wp-block-group{
	border-image-slice: 21 21 21 21;
	border-image-width: 20px 20px 20px 20px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch stretch;
	border-image-source: url(/wp-content/themes/nick-3-0-child/assets/img/logo-background.svg);
	border-style: solid;
	padding: 16px;
}

.portfolio-logo-list .wp-block-columns {
	background-color: #f6f6f6;
}

.portfolio-logo-list .wp-block-image img {
	vertical-align: middle;
}

.hell-yeah h2 {
	position: relative;
	text-wrap: nowrap;
	z-index: 20;
}

.how {
	background-image: url(/wp-content/themes/nick-3-0-child/assets/img/underlines.svg);
	background-size: 90%;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 3% 3.3%;
	margin: 0 -3% -3.3%;
}

.hi {
	position: relative;
}

.hi::before {
	background-image: url(/wp-content/themes/nick-3-0-child/assets/img/about-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 4.5em;
	position: absolute;
	top: -2.7em;
	right: 7.1em;
	width: 4.7em;
}

.website-topics .wp-block-columns {
	margin-top: 5em;
}

.homepage-about-section .wp-block-group {
	border-image-slice: 27 27 27 27;
	border-image-width: 20px 20px 20px 20px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch stretch;
	border-image-source: url(/wp-content/themes/nick-3-0-child/assets/img/about-section-background.svg);
	border-style: solid;
	padding: 16px;
}

.homepage-about-section .wp-block-columns {
	background-color: #f6f6f6;
}

.testimonial > .wp-block-group {
	padding: 13%;
	background-color: #f6f6f6;
}

.testimonial-left {
	border-image-slice: 17 17 17 17;
	border-image-width: 20px 20px 20px 20px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch stretch;
	border-image-source: url(/wp-content/themes/nick-3-0-child/assets/img/testimonial-left.svg);
	border-style: solid;
	padding: 17px;
}

.testimonial-middle {
	border-image-slice: 16 16 16 16;
	border-image-width: 20px 20px 20px 20px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch stretch;
	border-image-source: url(/wp-content/themes/nick-3-0-child/assets/img/testimonial-middle.svg);
	border-style: solid;
	padding: 17px;
}

.testimonial-right {
	border-image-slice: 16 16 16 16;
	border-image-width: 20px 20px 20px 20px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch stretch;
	border-image-source: url(/wp-content/themes/nick-3-0-child/assets/img/testimonial-right.svg);
	border-style: solid;
	padding: 17px;
}

/*------- hire-me page ---------*/

.hire-me-testimonial {
	max-width: 33%;
}

.wp-block-gutena-forms .wp-block-gutena-form-field .gutena-forms-field, .wp-block-gutena-forms .wp-block-gutena-form-field .gutena-forms-field:focus {
 border: 2px solid #0800a2;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	white-space: normal;
	width: auto;
}

button, input {
	line-height: normal;
}

.wp-block-button__link.has-text-color.wp-element-button:hover {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

input:focus-visible {
	outline: #4c92ec solid 2px;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

/*------- blog ---------*/

.blog .wp-block-group.main-footer.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
	padding-top: 0 !important;
}

.blog-item .wp-block-post {
	position: relative;
}

/*
.blog-item .wp-block-post .inner-blog-post {
	border-image-slice: 27 27 27 27;
	border-image-width: 20px 20px 20px 20px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch stretch;
	border-image-source: url(/wp-content/themes/nick-3-0-child/assets/img/blog-item-background.svg);
	padding: 16px;
}
*/

.blog-item .wp-block-post::before {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-green.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 2.8em;
	margin-right: -2.45em;
	position: absolute;
	top: -1.6em;
	right: 50%;
	width: 4.9em;
	z-index: 2;
}

.blog-item .wp-block-post:nth-child(2)::before,
.blog-item .wp-block-post:nth-child(5)::before  {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/masking-tape-yellow.svg) no-repeat;
	background-size: contain;
	width: 5.9em;
}

.has-custom-nick-grey-background-color {
	-webkit-box-shadow: 1.44px 1.44px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1.44px 1.44px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 1.44px 1.44px 3px 0px rgba(0,0,0,0.3); 
	border-radius: 0px;
}

/*------- blog-single ---------*/

.sticky-toc.desktop .ib-toc-body {
	max-height: 320px;
	overflow: auto;
}

.ib-toc-container,
.ib-toc-body {
	position: relative;
}

.ib-toc-container::before,
.ib-toc-container::after {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/separation-line.png) no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 6px;
	position: absolute;
	width: 100%;
}

.ib-toc-container::before {
	top: -3px;
}

.ib-toc-container::after {
	bottom: -15px;
}

.ib-toc-header-title {
	color: var(--wp--preset--color--custom-nick-deep-blue);
	font-family: var(--wp--preset--font-family--permanent-marker);
	font-size: clamp(0.984rem, 0.984rem + ((1vw - 0.2rem) * 0.737), 1.5rem);
}

.ib-toc-separator {
	background: url(/wp-content/themes/nick-3-0-child/assets/img/separation-line.png) no-repeat;
	background-color: transparent !important;
	background-size: contain;
}

.ib-toc-container .ib-toc-header {
	padding: 10px 20px 10px 0;
}

.ib-toc-container .ib-toc-body {
	padding: 0;
}

.ib-toc-container .ib-toc-anchors {
	padding: 0 0 0 20px;
}

.ib-toc-container .ib-toc-anchors a {
	color: var(--wp--preset--color--custom-nick-deep-blue);
}

.single-post-social-sharing li {
	background-color: transparent !important;
	background-image: url(/wp-content/themes/nick-3-0-child/assets/img/social-icons-background-1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 20px;
}


.single-post-social-sharing li:nth-child(even) {
	background-image: url(/wp-content/themes/nick-3-0-child/assets/img/social-icons-background-2.png);
}

.single-post-social-sharing li:nth-child(2n+3) {
	background-image: url(/wp-content/themes/nick-3-0-child/assets/img/social-icons-background-3.png);
}

.single-post-social-sharing .outermost-social-sharing-link a {
	padding: 0.45em;
}

.sticky-toc.mobile {
	display: none;
}

.sticky-toc.mobile .ib-toc-container .ib-toc-anchors {
  padding: 5px 0 5px 20px;
}

.sticky-toc.mobile .ib-toc-container .ib-toc-anchors li {
  margin-top: 5px;
}



/*
.post-meta-author {
	position: relative;
}

.post-meta-author::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-image: url(/wp-content/themes/nick-3-0-child/assets/img/separator.svg);
	background-size: 100% 100%;
}


.blog-single {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog-intro {
	flex-basis: 66%;
}

.author-box {
	flex-basis: 32%;
	margin-top: 0;
	order: -1;
}

.blog-single > .wp-block-post-content {
	flex-basis: 66%;
	margin-left: auto;
}
*/

/* --- footer --- */

.social-footer-group {
	background-image: url(/wp-content/themes/nick-3-0-child/assets/img/social-icons-background.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 350px;
}

.social-footer {
	margin-top: -1.2em !important;
}

/* --- homepage --- */
.paper-cutout {
		box-shadow: 1.44px 1.44px 2.88px 0px rgba(0, 0, 0, 0.3);
}

.website-topics ul li {
		font-weight: bold;
}


/* --- media queries --- */

@media only screen and (max-width: 1400px) {
	
	.inner-column {
		gap: 2em 1em !important;
	}

	.tape-yellow-horizontal {
		max-width: 100% !important;
	}

}

@media only screen and (max-width: 1200px) {

	.homepage-cta::before {
		height: 6.3em;
		left: -4em;
		width: 5.3em;
	}
	
	.homepage-forms.horizontal .gform_fields {
		row-gap: 20px;
	}
	
	.homepage-forms.horizontal .gfield--type-name,
	.homepage-forms.horizontal .gfield--type-email {
		grid-column: span 6;
	}
	
	.homepage-forms.horizontal .gfield--type-checkbox,
	.homepage-forms.horizontal .gfield--type-submit {
		grid-column: 4/-4;
	}
	
	.homepage-forms.horizontal .gfield--type-checkbox {
		justify-self: center;
	}
	
	.client-logos .wp-block-columns {
		gap: 1.7em !important;
	}
	
	.social-footer {
		margin-top: -1.4em !important;
	}
	
	.social-footer-group::before {
		top: 1.6em;
	}
}

@media only screen and (max-width: 1180px) {
	
	.homepage-cta p {
		font-size: 1.4rem !important;
		margin-top: 0;
	}

	.homepage-cta::before {
		height: 6.3em;
		left: -4em;
		width: 5.3em;
	}

	.homepage-forms .horizontal .gfield--input-type-name,
	.homepage-forms .horizontal .gfield--input-type-email {
		grid-column: span 6;
	}
	
	.wp-block-social-links .wp-social-link a {
		padding: .20em;
	}
	
	.wp-block-social-links .wp-social-link svg {
		height: 0.8em;
		width: 0.8em;
	}
	
}

@media only screen and (max-width: 950px) {
	
	.portfolio-logo-list {
		padding-left: 1.5em !important;
		padding-right: 1.5em !important;
	}
	
	.wp-block-social-links.social-footer {
		gap: 0.5em;
	}
	
	.wp-block-social-links .wp-social-link a {
		padding: .18em;
	}
	
	.wp-block-social-links .wp-social-link svg {
		height: 0.6em;
		width: 0.6em;
	}

}

@media only screen and (max-width: 900px) {
	
	.hero-section .wp-block-columns {
		column-gap: 0;
	}
	
	.homepage-cta p {
		font-size: 1.2rem !important;
	}

	.homepage-cta::before {
		height: 5.5em;
		left: -3.7em;
		width: 4.7em;
	}

	.hell-yeah h2 {
		font-size: 1.9rem !important;
	}
/*
	.blog-item.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid {
		grid-template-columns: 1fr;
	}
*/
}


@media only screen and (max-width: 781px) {

	.wp-block-site-logo {
		max-width: 36%;
	}

	.hero-section p {
		margin-right: 0;
	}

	.hero-section .stack {
		display: flex;
		flex-direction: column;
	}

	.hero-section .homepage-cta {
		order: -1;
		padding-bottom: var(--wp--preset--spacing--40);
		padding-top: 0 !important;
		padding-left: 0;
	}
	
	.homepage-cta {
		margin: 0 auto;
		width: 70%;
	}

	.homepage-cta p {
		font-size: 1.6rem !important;
	}

	.homepage-cta::before {
		height: 4.6em;
		left: 23%;
		transform: scaleY(-1);
		width: 3.8em;
	}

	.hell-yeah h2 {
		font-size: clamp(1.352em, 1.352rem + ((1vw - 0.2em) * 1.211), 2.2em);
		text-wrap: auto;
	}

	.hi {
		margin-right: 30%;
	}

	.inner-column {
		gap: 0.5em var(--wp--preset--spacing--40) !important;
		padding: 2em 3em;
	}

	.inner-column .wp-block-column.is-vertically-aligned-center.is-layout-flow.wp-block-column-is-layout-flow {
		flex-basis: 45% !important;
	}

	.inner-column .wp-block-column.is-vertically-aligned-center.is-layout-flow.wp-block-column-is-layout-flow:last-child {
		flex-basis: 47.4% !important;
		flex-grow: 0;
		margin: 0 auto;
	}

	.website-topics .wp-block-columns {
		margin-top: 2em;
	}

	.website-topics .flip .wp-block-column:nth-of-type(2) {
		order: -1;
	}
	
	.website-topics .wp-block-column .wp-block-image {
		float: none;
		margin: 0 auto;
	}

	.website-topics .wp-block-image img {
		display: block;
		margin: 1em auto;
		max-width: 300px;
	}	

	.testimonial > .wp-block-group {
		padding: 6%;
	}

	.testimonial-middle::before {
		margin-right: -2.65em;
		right: 50%;
	}

	.testimonial-right::before {
		margin-right: -2.25em;
		right: 50%;
	}
	
	.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
		grid-template-columns: 1fr;
	}
	
	.client-logos .wp-block-columns {
		justify-content: center;
	}
	
	.client-logos .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		align-content: center;
		flex-basis: 29% !important;
		flex-grow: 0;
	}
	
	.sticky-toc.mobile {
		display: block;
	}
	
	.sticky-toc {
		display: none;
	}
	
	.social-footer-group {
		max-width: 280px;
	}
	
	.social-footer {
		margin-top: -0.3em !important;
	}
	
	.wp-block-social-links.social-footer {
		gap: 1.5rem;
	}
	
	.wp-block-social-links .wp-social-link a {
		padding: .25em;
	}
	
	.social-footer-group::before {
		top: 0.7em;
	}

}

@media only screen and (max-width: 720px) {
	
	.homepage-forms.horizontal .gfield--type-name,
	.homepage-forms.horizontal .gfield--type-email,
	.homepage-forms.horizontal .gfield--type-checkbox,
	.homepage-forms.horizontal .gfield--type-submit {
		grid-column: 1/-1;
	}
	
	.homepage-forms.horizontal .gfield--type-checkbox {
		justify-self: unset;
	}

}

@media only screen and (max-width: 675px) {
	
	.inner-column {
		padding: 1em;
	}
	
	.homepage-cta {
		width: 80%;
	}
	
	.testimonial > .wp-block-group {
		padding: 10%;
	}

	.social-footer-group::before {
		top: 0;
	}

}

@media only screen and (max-width: 600px) {

	.wp-block-site-logo {
		max-width: 78%;
	}

	.homepage-cta p {
		font-size: 1.4rem !important;
	}

	.homepage-cta::before {
		bottom: -1.8em;
		height: 7em;
		left: 23%;
		width: 4.2em;
	}

	.homepage-about-section .wp-block-group .wp-block-column:last-child{
	padding-bottom: 5%;
	padding-top: 0 !important;
}

	.homepage-popular-posts .wp-block-query .wp-block-post .wp-block-group {
		padding: 0 0 6% !important;
	}

	.short-intro h2 {
		margin-top: 0;
		padding-top: 0 !important;
	}

	.hell-yeah h2 {
		padding-top: 0 !important;
	}

	.hell-yeah p.has-text-align-left {
		margin-top: 1.5rem;
	}

	.website-topics .wp-block-columns {
		margin-top: 1em;
	}
	
	.client-logos .wp-block-columns.middle-row .wp-block-column:nth-child(3) {
		order: 6;
	}
	
	.client-logos .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 45% !important;
	}

	.client-logos .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column img {
		height: 4em;
		object-fit: contain;
		width: 13em;
	}

	.social-footer {
		margin-top: auto !important;
	 }

}

@media only screen and (max-width: 550px) {

	.hi {
		margin-right: 0;
	}

	.website-topics .wp-block-image img {
		margin: 0.5em auto;
	}
	
	.homepage-cta {
		width: 90%;
	}

	.social-footer-group::before {
		top: -0.6em;
	}

}

@media only screen and (max-width: 465px) {
	
	.inner-column {
		gap: 1em !important;
		justify-content: center;
	}
	
	.inner-column .wp-block-column.is-vertically-aligned-center.is-layout-flow.wp-block-column-is-layout-flow {
		flex-basis: 75% !important;
		flex-grow: 0;
	}

	.inner-column .wp-block-column.is-vertically-aligned-center.is-layout-flow.wp-block-column-is-layout-flow:last-child {
		flex-basis: 75% !important;
	}
	
	.homepage-cta {
		margin: 0;
		width: auto;
	}
	
	.testimonial > .wp-block-group {
		padding: 13%;
	}

}

@media only screen and (max-width: 450px) {

	.homepage-cta p {
		font-size: 1.2rem !important;
	}

	.homepage-cta::before {
		bottom: -0.2em;
		height: 4.2em;
		left: 23%;
		width: 3.6em;
	}
	
	.homepage-about-section .wp-block-group {
		padding: 4%;
	}

}

@media only screen and (max-width: 375px) {

	.wp-block-heading {
		font-size: 1.6rem;
	}

	.hell-yeah h2 {
		font-size: 1.6rem !important;
	}
	
	.homepage-about-section .wp-block-group {
		padding: 5%;
	}
}