/*
 * Theme Name: Corporate Pro
 * Theme URI: https://seothemes.com/themes/corporate-pro/
 * Author: SEO Themes
 * Author URI: https://seothemes.com
 * Description: The Corporate Pro theme for the Genesis Framework.
 * Version: 1.1.1
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
 * Text Domain: corporate-pro
 * Domain Path: /languages
 * Template: genesis
 */
@charset 'UTF-8';
/* # Table of Contents

- Reset
	- Normalize 7.0
- Defaults
	- Box Sizing
	- Float Clearing
	- Typography
	- Headings
	- Forms
	- Objects
	- Tables
	- Accessibility
- Layout
	- Site Containers
	- Content Width
	- Column Classes
	- Gallery
	- Pricing Tables
- Common
	- Avatars
	- Genesis
	- Search Form
	- WordPress
	- Gutenberg
- Header
	- Site Header
	- Title Area
	- Before Header
	- Header Right
	- Hero Section
- Menus
	- Menus
	- Sub Menus
	- Specific Menus
	- Menu Toggle
	- Sub Menu Toggle
- Content
	- Entries
	- Entry Content
	- Entry Titles
	- Entry Meta
	- Entry Footer
	- Pagination
	- Comments
- Sidebars
	- Sidebars
	- Widgets
- Footer
	- Site Footer
	- Before Footer
	- Footer Widgets
- Plugins
	- Genesis eNews Extended
	- Genesis Portfolio Pro
	- Genesis Simple FAQ
	- Genesis Simple Share
	- Genesis Testimonial Slider
	- Google Map
	- Ninja Forms
	- SEO Slider
	- Simple Social Icons
	- WP Featherlight
	- WooCommerce Menu Cart
- Home
	- Front Page Widgets
- Print
	- Print Styles
*/
button,
hr,
input {
	overflow: visible;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

progress,
sub,
sup {
	vertical-align: baseline;
}

[type='checkbox'],
[type='radio'],
legend {
	box-sizing: border-box;
	padding: 0;
}

html {
	line-height: 1.15;
	    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

figure {
	margin: 1em 4rem;
}

hr {
	box-sizing: content-box;
	height: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	        text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	color: #000000;
	background-color: #fdffb6;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-size: 100%;
	line-height: 1.15;
}

button,
select {
	text-transform: none;
}

[type='reset'],
[type='submit'],
button,
html [type='button'] {
	-webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 0.1rem;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	display: table;
	max-width: 100%;
	color: inherit;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -0.2rem;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

[hidden],
template {
	display: none;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type='search'] {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box,
.clearfix,
.entry,
.entry-content,
.footer-widgets,
.nav-primary,
.nav-secondary,
.pagination,
.site-container,
.site-footer,
.site-header,
.site-inner,
.widget,
.wrap {
	clear: both;
}

.author-box:before,
.author-box:after,
.clearfix:before,
.clearfix:after,
.entry:before,
.entry:after,
.entry-content:before,
.entry-content:after,
.footer-widgets:before,
.footer-widgets:after,
.nav-primary:before,
.nav-primary:after,
.nav-secondary:before,
.nav-secondary:after,
.pagination:before,
.pagination:after,
.site-container:before,
.site-container:after,
.site-footer:before,
.site-footer:after,
.site-header:before,
.site-header:after,
.site-inner:before,
.site-inner:after,
.widget:before,
.widget:after,
.wrap:before,
.wrap:after {
	display: block;
	clear: both;
	content: '';
}

/* ## Typography
--------------------------------------------- */
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-moz-selection {
	background-color: #cbeafb;
}

::selection {
	background-color: #cbeafb;
}

html {
	overflow-x: hidden;
	max-width: 100vw;
	font-size: 62.5%;
}

body {
	overflow-x: hidden;
	max-width: 100vw;
	margin: 0;
	color: #000;
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.618;
	word-break: break-word;
	-webkit-font-smoothing: antialiased;
	   -moz-font-smoothing: grayscale;
	-moz-osx-font-smoothing: grayscale;
}

body.boxed-page {
	background-color: #f6f8fa;
}

body > div {
	font-size: 1.6rem;
}

p {
	margin: 0 0 1.382em;
	padding: 0;
}

a {
	color: #4d5968;
	word-wrap: break-word;
	text-decoration: none;
	transition: 0.25s ease-in-out all;
}

a:hover,
a:focus {
	color: var(--move-junk-green);
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	clear: both;
	margin: 0 0 2em;
	padding: 1em 0 0;
	border: 0;
	border-bottom: 1px solid #eceef1;
	border-collapse: collapse;
}

b,
strong {
	font-weight: 600;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 0 1.382em;
	padding: 0 1em;
	border-left: 2px solid var(--move-junk-green);
}

blockquote p:last-of-type {
	margin-bottom: 0;
}

pre,
code,
kbd,
samp {
	font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Mono', 'Droid Sans Mono', 'Source Code Pro', monospace;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.5em;
	font-weight: 700;
	line-height: 1.236;
	font-family: 'Saira', sans-serif;
}

h1 {
	font-size: 2.3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.9em;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.7em;
}

h6 {
	font-size: 1.6em;
}

/* ## Forms
--------------------------------------------- */
:focus {
	outline: 2px solid #eceef1;
}

::-moz-placeholder {
	opacity: 1;
	color: #90959f;
}

::-webkit-input-placeholder {
	color: #90959f;
}

input,
select,
textarea {
	width: 100%;
	height: 3em;
	padding: 0 1.5em;
	border: 1px solid #eceef1;
	border-radius: 9rem;
	color: #000;
	background-color: #fbfcfd;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 3;
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--move-junk-green);
	outline: none;
}

textarea {
	height: auto;
	padding: 1.5em;
	border-radius: 2.5rem;
	line-height: 1.618;
}

input[type='checkbox'],
input[type='image'],
input[type='radio'] {
	width: auto;
}

input[type='search'] {
	-webkit-appearance: none;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.wp-block-button a {
	display: inline-block;
	width: auto;
	height: 3em;
	padding: 0 3.333333em;
	border: 0;
	border-radius: 9rem;
	color: #ffffff;
	box-shadow: 0 0.25rem 2rem -0.5rem rgba(255, 255, 255, 0);
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 3;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	background: #0072ff;
	background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="$one", endcolorstr="$two", gradienttype=1);
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus,
.wp-block-button a:hover,
.wp-block-button a:focus {
	color: #ffffff;
	box-shadow: 0 0.5rem 2rem -0.5rem rgba(0, 156, 255, 0.3);
}

.button.outline,
button.outline,
input[type='button'].outline,
input[type='reset'].outline,
input[type='submit'].outline,
.wp-block-button a.outline {
	color: var(--move-junk-green);
	background: transparent;
	box-shadow: inset 0 0 0 2px var(--move-junk-green);
}

.button.outline:hover,
.button.outline:focus,
button.outline:hover,
button.outline:focus,
input[type='button'].outline:hover,
input[type='button'].outline:focus,
input[type='reset'].outline:hover,
input[type='reset'].outline:focus,
input[type='submit'].outline:hover,
input[type='submit'].outline:focus,
.wp-block-button a.outline:hover,
.wp-block-button a.outline:focus {
	color: #ffffff;
	background-color: var(--move-junk-green);
	box-shadow: none;
}

.button.white,
button.white,
input[type='button'].white,
input[type='reset'].white,
input[type='submit'].white,
.wp-block-button a.white {
	color: #000;
	background: #ffffff;
	box-shadow: 0 0.25rem 2rem rgba(198, 202, 206, 0.05);
}

.button.white:hover,
.button.white:focus,
button.white:hover,
button.white:focus,
input[type='button'].white:hover,
input[type='button'].white:focus,
input[type='reset'].white:hover,
input[type='reset'].white:focus,
input[type='submit'].white:hover,
input[type='submit'].white:focus,
.wp-block-button a.white:hover,
.wp-block-button a.white:focus {
	color: #000;
	background: #ffffff;
	box-shadow: 0 1rem 2rem rgba(198, 202, 206, 0.15);
}

.button.white.outline,
button.white.outline,
input[type='button'].white.outline,
input[type='reset'].white.outline,
input[type='submit'].white.outline,
.wp-block-button a.white.outline {
	color: #ffffff;
	background: transparent;
	box-shadow: inset 0 0 0 2px #ffffff;
}

.button.white.outline:hover,
.button.white.outline:focus,
button.white.outline:hover,
button.white.outline:focus,
input[type='button'].white.outline:hover,
input[type='button'].white.outline:focus,
input[type='reset'].white.outline:hover,
input[type='reset'].white.outline:focus,
input[type='submit'].white.outline:hover,
input[type='submit'].white.outline:focus,
.wp-block-button a.white.outline:hover,
.wp-block-button a.white.outline:focus {
	color: #000;
	background: #ffffff;
	box-shadow: inset 0 0 0 0 #ffffff;
}

.button.small,
button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small,
.wp-block-button a.small {
	height: 2.36em;
	padding: 0 2.36em;
	font-size: 1.3rem;
	line-height: 2.36;
}

.button.large,
button.large,
input[type='button'].large,
input[type='reset'].large,
input[type='submit'].large,
.wp-block-button a.large {
	font-size: 1.9rem;
}

.button:disabled,
button:disabled,
input[type='button']:disabled,
input[type='reset']:disabled,
input[type='submit']:disabled,
.wp-block-button a:disabled {
	border-width: 0;
	color: #c6cace;
	background: #eceef1;
	box-shadow: none;
	cursor: not-allowed;
}

.button + button,
.button + .button,
button + button,
button + .button,
input[type='button'] + button,
input[type='button'] + .button,
input[type='reset'] + button,
input[type='reset'] + .button,
input[type='submit'] + button,
input[type='submit'] + .button,
.wp-block-button a + button,
.wp-block-button a + .button {
	clear: both;
	margin-top: 1em;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button {
	display: none;
}

fieldset {
	margin-bottom: 1em;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption,
.wp-video-shortcode {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

video {
	-o-object-fit: cover;
	   object-fit: cover;
}

.no-js .wp-video-shortcode {
	width: 100%;
	border: 1px solid #eceef1;
	background-color: #f6f8fa;
}

/* ## Tables
--------------------------------------------- */
table {
	width: 100%;
	margin-bottom: 4rem;
	border: 1px solid #eceef1;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #ffffff;
	line-height: 1;
}

tbody {
	border-bottom: 1px solid #eceef1;
}

td,
th {
	padding: 0.618em;
	border-top: 1px solid #eceef1;
	border-right: 1px solid #eceef1;
	text-align: left;
}

/* ## Accessibility
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
	width: 0.1rem;
	height: 0.1rem;
	border: 0;
	background-color: #ffffff;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	display: block;
	clip: auto !important;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 1rem 2rem;
	box-shadow: 0 0 0.2rem 0.2rem rgba(42, 49, 57, 0.1);
	text-decoration: none;
}

.more-link {
	position: relative;
	font-style: normal;
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	width: 0;
	height: 0;
	list-style: none;
}

/* ## Site Containers
--------------------------------------------- */
.boxed-page .site-container {
	max-width: 1152px;
	margin: 0 auto;
	background-color: #ffffff;
	box-shadow: 0 0 0 1px #eceef1, 0 0 10rem rgba(198, 202, 206, 0.1);
}

.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	padding-right: 5vw;
	padding-left: 5vw;
}

.content-sidebar-wrap .wrap,
.wrap .wrap {
	width: auto;
	max-width: 100%;
	padding: 0;
}

.site-inner {
	clear: both;
}

.blog .site-inner,
.archive .site-inner,
.search-results .site-inner {
	background-color: #f6f8fa;
}

.page-builder .site-inner {
	border-top: 1px solid #eceef1;
	border-bottom: 1px solid #eceef1;
}

.contact-page .site-inner {
	padding-top: 6rem;
}

.content-sidebar-wrap {
	position: relative;
	z-index: 1;
	max-width: 1152px;
}

/* ## Content Widths and Positions
--------------------------------------------- */
.content {
	display: flex;
	width: 100%;
	min-height: 40rem;
	padding: 4rem 0;
	flex-wrap: wrap;
}

.front-page.page .content {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.blog .content,
.archive .content,
.search-results .content {
	margin-top: 0;
	padding: 4rem 0;
	background-color: transparent;
}

.blog .content:before,
.archive .content:before,
.search-results .content:before {
	display: none;
}

.front-page.page .content {
	background-color: transparent;
}

.page .content,
.single .content,
.error404 .content {
	position: relative;
	border-radius: 1px;
	background-color: #ffffff;
}

.page .content:before,
.single .content:before,
.error404 .content:before {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 40rem;
	box-shadow: 0 -5rem 10rem rgba(42, 49, 57, 0.05);
	content: '';
	pointer-events: none;
}

.sidebar-primary {
	padding-bottom: 5rem;
}

/* ## Column Classes (including fifths)
--------------------------------------------- */
.full-width {
	display: block;
	width: 100%;
	clear: both;
}

.full-width:before,
.full-width:after {
	display: block;
	clear: both;
	content: '';
}

/* ## Gallery
--------------------------------------------- */
.gallery,
.gallery-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery a,
.gallery img {
	display: block;
}

.single .gallery {
	display: inline-flex;
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 768px;
	margin: 1.618em auto;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
}

.gallery-caption {
	display: block;
}

.gallery-item {
	display: block;
	width: 100%;
	margin: 0 0 5vw;
	text-align: center;
}

/* ## Pricing Tables
--------------------------------------------- */
.pricing-table {
	display: flex;
	margin: 0 auto;
	border: 1px solid #eceef1;
	border-radius: 3px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	clear: both;
}

.pricing-table:before,
.pricing-table:after {
	display: block;
	clear: both;
	content: '';
}

.pricing-table + .pricing-table {
	margin: 5rem auto;
}

.pricing-table + hr {
	margin: 5rem 0;
	padding: 0;
}

.pricing-table div {
	padding: 3rem;
	border-radius: 3px;
	text-align: center;
}

.pricing-table div ul {
	margin: 1em 0;
}

.pricing-table div ul li {
	margin: 0;
	list-style-type: none;
}

.pricing-table .featured {
	border: 1px solid #eceef1;
	background-color: #ffffff;
	box-shadow: 0 2rem 5rem -1rem rgba(42, 49, 57, 0.0618);
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.pricing-table h4 {
	font-size: 2rem;
}

.pricing-table p {
	position: relative;
	max-width: 768px;
	margin: 0 auto;
	padding: 0 5%;
}

.pricing-table strong {
	display: block;
	color: var(--move-junk-green);
	font-size: 2.8em;
	font-weight: 700;
}

.pricing-table em {
	display: block;
	color: #4d5968;
	font-size: small;
}

.pricing-table button,
.pricing-table .button {
	margin-bottom: 0.5em;
}

.pricing-table .one-fourth strong {
	font-size: 2.4em;
}

.pricing-table .one-fourth button,
.pricing-table .one-fourth .button {
	padding-right: 2em;
	padding-left: 2em;
}

/* ## Avatars
--------------------------------------------- */
.avatar {
	float: left;
	margin-right: 2rem;
	border-radius: 50%;
}

.alignright .avatar {
	margin-left: 2rem;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	width: 100%;
	padding: 1rem 0 0;
	color: #c6cace;
	font-size: 1.4rem;
	text-align: center;
}

.breadcrumb a {
	color: #ffffff;
	text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
	text-decoration: underline;
}

.after-entry {
	width: 100%;
	margin: 2rem auto;
	padding: 5vw;
	border: 1px solid #eceef1;
	border-radius: 3px;
	background-color: #f6f8fa;
	text-align: center;
}

.after-entry .enews form {
	display: flex;
	margin: 1em 0 0;
	flex-wrap: wrap;
	justify-content: center;
}

.after-entry .enews input {
	width: 100%;
	margin-bottom: 1em;
	background-color: #ffffff;
}

.author-box {
	width: 100%;
	max-width: 768px;
	padding: 5vw 0;
}

.author .author-box {
	max-width: 100%;
	margin-bottom: 4rem;
	padding: 4rem;
	border: 1px solid #eceef1;
	border-radius: 3px;
	background-color: #ffffff;
}

.author-box p {
	color: #4d5968;
}

.author-box p:last-of-type {
	margin-bottom: 0;
}

.author-box-title {
	margin-bottom: 0;
	font-size: 2rem;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
	display: flex;
	position: relative;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	clear: both;
}

.search-form:before,
.search-form:after {
	display: block;
	clear: both;
	content: '';
}

.search-form .search-toggle {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	background: center/1.75rem no-repeat url(assets/images/search.svg);
	cursor: pointer;
}

.shrink .search-form .search-toggle {
	background-image: url(assets/images/search.svg);
}

.search-form .search-toggle.active {
	background-image: url(assets/images/close.svg);
	background-size: 1.4rem;
}

.shrink .search-form .search-toggle.active {
	background-image: url(assets/images/close.svg);
}

.search-form input[type='search'] {
	width: 30rem;
	margin-right: 1em;
	background-color: rgba(255, 255, 255, 0.2);
}

.site-header .search-form input[type='search'] {
	display: block;
	max-width: 79vw;
	background-color: #f6f8fa;
}

.site-header.shrink .search-form input[type='search'] {
	border: 1px solid #eceef1;
	color: #000;
}

.entry-content .search-form input[type='search'] {
	background-color: #f6f8fa;
}

.search-form input[type='submit'] {
	display: none;
}

.entry .search-form {
	margin-bottom: 4rem;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 1em;
}

img.alignnone,
.alignnone {
	margin-bottom: 1em;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 3rem 3rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 3rem 3rem;
}

.wp-caption-text {
	margin: 0;
	font-size: 1.4rem;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 1em;
}

.sticky,
.bypostauthor {
	background-color: transparent;
}

.post-edit-link,
.comment-edit-link {
	display: none;
}

/* ## Gutenberg
--------------------------------------------- */
.full-width-content .alignwide {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 896px;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
}

.full-width-content .alignwide img {
	display: inline-block;
	margin: 1.618em auto;
}

.full-width-content .alignfull {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-left: -50vw;
}

.content-sidebar .full-width-content .alignfull,
.sidebar-content .full-width-content .alignfull {
	max-width: calc(100% + 12rem);
}

.full-width-content .alignfull img {
	display: inline-block;
	width: 100%;
	margin: 1.618em auto;
}

.wp-block-image figcaption {
	margin: 0 auto 2em;
}

.wp-block-button {
	display: block;
	width: 100%;
	background: transparent;
	text-align: center;
	clear: both;
}

.wp-block-button:before,
.wp-block-button:after {
	display: block;
	clear: both;
	content: '';
}

.wp-block-button a {
	display: inline-block;
}

.wp-block-button a:hover,
.wp-block-button a:focus {
	color: #ffffff;
}

.wp-block-pullquote > p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.wp-block-pullquote cite {
	font-style: normal;
}

.wp-block-gallery .blocks-gallery-image {
	margin-right: 0;
}

.blocks-gallery-image {
	display: block;
	width: 100%;
	margin: 0 0 5vw;
	text-align: center;
}

/* ## Site Header
--------------------------------------------- */
.site-header {
	position: relative;
	z-index: 100;
	width: 100%;
	border-bottom: 1px solid rgba(198, 202, 206, 0.3);
	background-color: #ffffff;
	transition: all 0.3s ease;
}

.js.has-sticky-header .site-header {
	position: fixed;
	top: 0;
}

.js.has-sticky-header .site-header.shrink {
	background-color: #ffffff;
	box-shadow: 0 0 4rem rgba(42, 49, 57, 0.05);
}

.boxed-page .site-header {
	max-width: 1152px;
	margin: 0 auto;
}

.contact-page .site-header {
	background-color: #ffffff;
}

.site-header > .wrap {
	display: flex;
	position: relative;
	height: 6rem;
	transition: height 0.3s ease;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.no-js .site-header > .wrap {
	height: auto;
	padding: 3rem 5vw;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	display: block;
	position: relative;
	width: 15rem;
	margin: 0 auto 0 0;
}

.site-title {
	margin-bottom: 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}

.site-title a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease;
}

.shrink .site-title a {
	color: #000;
}

.site-description {
	margin-bottom: 0;
	opacity: 0.618;
	font-size: 1.4rem;
	line-height: 1;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
	width: 0.1rem;
	height: 0.1rem;
	border: 0;
	background-color: #ffffff;
}

.custom-logo {
	display: block;
}

.shrink .custom-logo {
	display: block;
}

.secondary-logo {
	display: none;
}

.shrink .secondary-logo {
	display: none;
}

/* ## Before Header
--------------------------------------------- */
.before-header {
	display: flex;
	position: relative;
	height: 4rem;
	border-top: 1px solid rgba(198, 202, 206, 0.3);
	border-bottom: 1px solid rgba(198, 202, 206, 0.3);
	color: #3f454c;
	background-color: #f6f8fa;
	font-size: 1.2rem;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.3s ease;
}

.no-js .before-header {
	height: auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.menu .before-header {
	display: flex;
	width: 100%;
	height: auto;
	margin: 3em 0 0;
	padding: 3em 0 0;
	border-bottom: none;
	background-color: transparent;
	clear: both;
}

.menu .before-header:before,
.menu .before-header:after {
	display: block;
	clear: both;
	content: '';
}

.menu .before-header .widget {
	margin-bottom: 1em;
}

.menu .before-header .simple-social-icons {
	margin-left: -0.5em;
}

.menu .before-header .simple-social-icons a {
	margin: 0 0.5em 0 0;
}

.before-header .wrap {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.before-header .wrap:before,
.before-header .wrap:after {
	display: none;
}

.before-header .widget {
	display: flex;
	margin-bottom: 0;
	align-items: center;
}

.before-header .widget:last-of-type {
	margin-bottom: 0;
}

.before-header .widget-wrap {
	width: 100%;
}

.before-header p {
	display: flex;
	align-items: center;
}

.before-header .fa {
	margin-right: 0.5em;
}

.before-header .fa:before {
	line-height: 1.618;
}

/* ## Header Right
--------------------------------------------- */
.header-widget-area {
	display: none;
	margin: 0 1em 0 0;
}

.header-widget-area .widget:last-of-type {
	margin-bottom: 0;
}

/* ## Hero Section
--------------------------------------------- */
.hero-section {
	position: relative;
	padding: 4rem 0;
	border-bottom: 1px solid #eceef1;
	background-color: #f6f8fa;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.hero-section:before {
	display: block !important;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(42, 49, 57, 0.5);
	content: '';
	pointer-events: none;
	transition: all 0.3s ease;
}

.hero-section .wrap {
	position: relative;
	z-index: 2;
}

.hero-section h1 {
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
}

.hero-section p {
	width: 100%;
	max-width: 512px;
	margin: 0.5em auto 0;
	color: #ffffff;
	text-align: center;
}

.hero-section a {
	color: #f6f8fa;
}

.hero-section a:hover,
.hero-section a:focus {
	color: var(--move-junk-green);
}

/* ## Custom Header
--------------------------------------------- */
.wp-custom-header {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	pointer-events: none;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.woocommerce .wp-custom-header img,
.wp-custom-header img,
.wp-custom-header video,
.wp-custom-header iframe {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center center;
	   object-position: center center;
}

.wp-custom-header iframe {
	position: absolute;
	top: -20%;
	right: -20%;
	bottom: -20%;
	left: -20%;
	width: 140%;
	min-width: 100%;
	max-width: 140%;
	height: 140%;
	min-height: 56.25vw;
	max-height: none;
	margin: auto;
}

.wp-custom-header img {
	display: none;
}

.wp-custom-header-video-button {
	display: none;
}

/* ## Menus
--------------------------------------------- */
.menu {
	display: flex;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: left;
	flex-wrap: wrap;
	align-items: center;
	clear: both;
}

.menu:before,
.menu:after {
	display: block;
	clear: both;
	content: '';
}

.menu .right {
	margin-left: auto;
}

.menu .rss,
.menu .date,
.menu .search,
.menu .twitter {
	display: flex;
	margin-top: 1em;
	margin-left: 0;
	align-items: center;
}

.menu .rss {
	margin-left: 0;
}

.menu .rss a {
	margin-left: 1em;
}

.menu-item {
	display: block;
	position: relative;
	width: 100%;
	padding: 1rem 0;
	order: -1;
}

.menu-item.button {
	display: flex;
	margin: 1em 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	font-size: 1.2rem;
	align-items: center;
}

.menu-item.button:last-of-type a {
	padding-right: 3em;
}

.menu-item.button a {
	background: #0072ff;
	background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="$one", endcolorstr="$two", gradienttype=1);
	padding: 1em 3em;
	border-radius: 9rem;
	color: #ffffff;
}

.shrink .menu-item.button a {
	color: #ffffff;
}

.menu-item.button a:hover,
.menu-item.button a:focus,
.menu-item.button.current-menu-item > a {
	color: #ffffff;
	box-shadow: inset 0 0 0 9rem rgba(0, 17, 51, 0.1);
}

.menu-item a {
	display: inline-block;
	margin: 2px;
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease;
}

.menu-item a:hover,
.menu-item a:focus,
.menu-item.current-menu-item > a {
	color: var(--move-junk-green);
}

.menu-item span {
	display: block;
}

/* ## Sub Menus
--------------------------------------------- */
.sub-menu {
	display: none;
	clear: both;
}

.sub-menu:before,
.sub-menu:after {
	display: block;
	clear: both;
	content: '';
}

.sub-menu:before {
	display: none;
	position: absolute;
	z-index: 98;
	top: -0.5rem;
	left: 3rem;
	width: 1rem;
	height: 1rem;
	border-top: 1px solid #eceef1;
	border-left: 1px solid #eceef1;
	opacity: 1;
	background-color: #f6f8fa;
	content: '';
	transition-delay: 0.3s;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.sub-menu .menu-item {
	width: 100%;
	height: auto;
	padding: 0.5em 0;
}

.sub-menu .menu-item:first-of-type {
	margin-top: 1em;
}

.sub-menu a {
	padding-left: 0.618em;
}

.sub-menu .sub-menu {
	padding-left: 1em;
}

/* ## Specific Menus
--------------------------------------------- */
.nav-primary,
.nav-secondary {
	overflow: auto;
	position: fixed;
	top: 0;
	right: -40rem;
	bottom: 0;
	width: 93vw;
	max-width: 40rem;
	height: 100vh;
	margin: 0;
	padding: 0 4rem;
	border-top: 1px solid #eceef1;
	border-bottom: 1px solid #eceef1;
	background-color: #ffffff;
	transition: all 0.3s ease;
}

.nav-primary.activated,
.nav-secondary.activated {
	right: 0;
	left: auto;
	box-shadow: 0 0 4rem rgba(42, 49, 57, 0.2);
}

.no-js .nav-primary,
.no-js
.nav-secondary {
	display: block;
	position: relative;
	right: auto;
	width: 100%;
	height: auto;
	padding: 0;
	border: 0;
}

.no-js .nav-primary .wrap,
.no-js
.nav-secondary .wrap {
	padding: 0;
}

.no-js .nav-primary .menu,
.no-js
.nav-secondary .menu {
	padding: 0;
}

.no-js .nav-primary .menu-item,
.no-js
.nav-secondary .menu-item {
	display: inline-flex;
	width: auto;
	padding-right: 1rem;
}

.nav-primary .menu,
.nav-secondary .menu {
	position: relative;
	padding: 5em 0 7.5em;
}

.nav-secondary {
	width: 100%;
}

.nav-secondary .sub-menu .menu-item {
	height: auto;
}

.site-footer .menu {
	justify-content: center;
	margin-bottom: 0;
	font-size: 1.4rem;
}

.site-footer .menu-item {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.site-footer .menu-item:last-of-type {
	margin-bottom: 0;
}

.site-footer .menu-item:last-of-type a {
	margin-bottom: 2px;
}

.site-footer .menu-item a {
	margin-bottom: 1em;
	padding: 0;
	color: #4d5968;
}

.site-footer .menu-item a:hover,
.site-footer .menu-item a:focus,
.site-footer .menu-item.current-menu-item > a {
	color: var(--move-junk-green);
}

/* ## Menu Toggle
--------------------------------------------- */
.menu-toggle {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	margin-right: -0.5em;
	padding: 1em 0.5em;
	color: #000;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
}

.menu-toggle:hover,
.menu-toggle:focus {
	color: #000;
	background: none;
	box-shadow: none;
}

/* 
.menu-toggle.activated {
	position: fixed;
	right: 5vw;
}

.menu-toggle.activated,
.shrink .menu-toggle {
	color: #000;
}

.menu-toggle.activated span,
.shrink .menu-toggle span {
	background: #000;
}

.menu-toggle.activated span:before,
.menu-toggle.activated span:after,
.shrink .menu-toggle span:before,
.shrink .menu-toggle span:after {
	background: #000;
} */

.menu-toggle span {
	display: block;
	float: right;
	position: relative;
	width: 2rem;
	height: 2px;
	border-radius: 3px;
	background: #000;
}

.menu-toggle span:before,
.menu-toggle span:after {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background-color: #000;
	content: ' ';
}

.menu-toggle span:before {
	top: -0.5rem;
	transition: top 0.2s 0.2s, -webkit-transform 0.2s 0s, background-color 0.2s 0.2s;
	transition: top 0.2s 0.2s, transform 0.2s 0s, background-color 0.2s 0.2s;
	transition: top 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s, background-color 0.2s 0.2s;
}

.menu-toggle span:after {
	bottom: -0.5rem;
	transition: bottom 0.2s 0.2s, -webkit-transform 0.2s 0s, background-color 0.2s 0.2s;
	transition: bottom 0.2s 0.2s, transform 0.2s 0s, background-color 0.2s 0.2s;
	transition: bottom 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s, background-color 0.2s 0.2s;
}

.menu-toggle.activated span {
	background: none;
}

.menu-toggle.activated span:before {
	top: 0;
	transition: top 0.2s 0s, -webkit-transform 0.2s 0.2s, background-color 0.2s 0s;
	transition: top 0.2s 0s, transform 0.2s 0.2s, background-color 0.2s 0s;
	transition: top 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s, background-color 0.2s 0s;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.menu-toggle.activated span:after {
	bottom: 0;
	transition: bottom 0.2s 0s, -webkit-transform 0.2s 0.2s, background-color 0.2s 0s;
	transition: bottom 0.2s 0s, transform 0.2s 0.2s, background-color 0.2s 0s;
	transition: bottom 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s, background-color 0.2s 0s;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

/* ## Sub Menu Toggle
--------------------------------------------- */
.sub-menu-toggle {
	position: absolute;
	top: 0.1em;
	right: 3em;
	height: auto;
	margin: 0 -1em;
	padding: 1em;
	background: none;
	box-shadow: none;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
	background: none;
	box-shadow: none;
}

.sub-menu-toggle:focus {
	outline: 2px solid #eceef1;
}

.sub-menu-toggle:before {
	display: block;
	margin: 0.2rem 0 -0.2rem;
	border: 0.4rem solid transparent;
	border-top-color: #000;
	content: '';
}

.sub-menu-toggle.activated:before {
	margin: -0.2rem 0 0.2rem;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

/* ## Entries
--------------------------------------------- */
.content .entry {
	position: relative;
	margin-bottom: 5vw;
	border: 1px solid #eceef1;
	background-color: #ffffff;
}

.content .entry:last-of-type {
	margin-bottom: 0;
}

.page .content .entry,
.single .content .entry,
.error404 .content .entry {
	width: 100%;
	border: 0;
}

.front-page .content .entry.post,
.blog .content .entry,
.archive .content .entry,
.search-results .content .entry {
	width: 100%;
	margin-bottom: 5vw;
	padding: 3rem;
	border: 1px solid #eceef1;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.front-page .content .entry.post:hover,
.front-page .content .entry.post:focus,
.blog .content .entry:hover,
.blog .content .entry:focus,
.archive .content .entry:hover,
.archive .content .entry:focus,
.search-results .content .entry:hover,
.search-results .content .entry:focus {
	box-shadow: 0 2rem 6rem rgba(198, 202, 206, 0.2);
}

.search-no-results .content .entry {
	border: 0;
}

/* ## Entry Content
--------------------------------------------- */
.entry-content p {
	color: #4d5968;
}

.entry-content p a:not(.button) {
	color: #4d5968;
	box-shadow: inset 0 -1.5px 0 var(--move-junk-green);
	text-decoration: none;
	transition: all 0.3s ease;
}

.entry-content p a:not(.button):hover,
.entry-content p a:not(.button):focus {
	color: var(--move-junk-green);
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	padding-top: 0.618em;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 1.618em;
	margin-left: 4rem;
	color: #4d5968;
	line-height: 2;
}

.error404 .entry-content ol,
.error404
.entry-content ul {
	margin-bottom: 4rem;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content li li {
	list-style-type: circle;
}

.entry-content code {
	padding: 0.4rem 0.8rem;
	border: 1px solid #eceef1;
	background-color: #f6f8fa;
	font-size: 1.4rem;
	line-height: 2;
}

.entry-content pre {
	display: block;
	margin: 0 0 1.382em;
	padding: 1rem 2rem;
	border: 1px solid #eceef1;
	border-radius: 3px;
	background-color: #f6f8fa;
	font-size: 1.4rem;
}

.entry-content pre code {
	padding: 0;
	border: none;
	background-color: transparent;
}

.entry-content input,
.entry-content select,
.entry-content textarea {
	margin-bottom: 1em;
}

.entry-content iframe,
.entry-content video {
	width: 100%;
}

.entry-content blockquote {
	display: block;
	position: relative;
	left: 50%;
	width: 896px;
	max-width: 100vw;
	margin: 3em 0;
	padding: 0 6rem 2em;
	border: 0;
	border-top: 1px solid #eceef1;
	border-bottom: 1px solid #eceef1;
	background-color: #ffffff;
	text-align: center;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
}

.entry-content blockquote:before {
	display: block;
	width: 1em;
	margin: -0.25em auto;
	color: rgba(42, 49, 57, 0.2);
	background-color: #ffffff;
	font-family: 'Saira', sans-serif;
	font-size: 8rem;
	line-height: 1;
	content: '“';
}

.entry-image-link {
	display: block;
	margin-bottom: 1em;
	clear: both;
}

.entry-image-link:before,
.entry-image-link:after {
	display: block;
	clear: both;
	content: '';
}

.blog .entry-image-link,
.archive .entry-image-link,
.search-results .entry-image-link {
	display: block;
	width: calc(100% + 6rem + 0.2rem);
	margin: -3.1rem -3.1rem 3rem;
	border-radius: 3px 3px 0 0;
}

.entry-image-link img {
	display: block;
	margin: 0;
	border-radius: 3px 3px 0 0;
}

/* ## Entry Titles
--------------------------------------------- */
.entry-title a {
	display: block;
	color: #000;
	font-size: 2rem;
	text-decoration: none;
	transition: all 0.3s ease;
}

.entry-title a:hover,
.entry-title a:focus {
	color: var(--move-junk-green);
}

/* ## Entry Meta
--------------------------------------------- */
.entry-meta {
	width: 100%;
	font-size: small;
}

.entry-footer .entry-meta {
	margin-bottom: 0;
}

.entry-categories,
.entry-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 0.2em;
}

.entry-categories img,
.entry-tags img {
	display: inline-flex;
	opacity: 0.618;
}

.entry-categories a,
.entry-tags a {
	display: inline-flex;
	margin-left: 0.2em;
	font-weight: 600;
	transition: all 0.3s ease;
}

.entry-author-name {
	text-transform: capitalize;
}

.archive-description {
	width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 15rem 0;
	border-bottom: 1px solid #eceef1;
	background-color: #c6cace;
}

.archive-description h1 {
	max-width: 512px;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
}

/* ## Entry Footer
--------------------------------------------- */
.entry-footer {
	margin-top: 5vw;
	padding: 5vw 0;
	border-top: 1px solid #eceef1;
	border-bottom: 1px solid #eceef1;
}

.blog .entry-footer,
.archive .entry-footer,
.search-results .entry-footer {
	margin: 0;
	padding: 0;
	border: 0;
}

.single-portfolio .entry-footer {
	display: none;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	padding: 5vw 0;
	clear: both;
}

.pagination:before,
.pagination:after {
	display: block;
	clear: both;
	content: '';
}

.adjacent-entry-pagination {
	padding-bottom: 0;
}

.archive-pagination {
	width: 100%;
}

.archive-pagination ul {
	display: flex;
	justify-content: center;
}

.archive-pagination li {
	margin: 0 0.25em 0 0;
}

.archive-pagination a {
	display: block;
	padding: 0.5rem 1rem;
	border-radius: 3px;
	color: #000;
	font-size: 1.6rem;
	text-decoration: none;
	transition: all 0.3s ease;
}

.archive-pagination a:hover,
.archive-pagination a:focus {
	color: var(--move-junk-green);
}

.archive-pagination .active a {
	background: #0072ff;
	background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="$one", endcolorstr="$two", gradienttype=1);
	color: #ffffff;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	padding: 5vw 0;
	border-radius: 3px;
	font-size: 1.6rem;
}

.comment-respond .form-submit {
	margin-bottom: 0;
}

.comment-respond label {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

.comment-respond input,
.comment-respond textarea {
	display: block;
	width: 100%;
}

.comment-respond input[type='submit'] {
	width: auto;
}

.comment-author span:first-of-type {
	font-weight: 700;
	text-transform: capitalize;
}

.comment-list li {
	padding: 4rem 0 0 5vw;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .comment-respond {
	padding-left: 5vw;
}

.comment-list > .comment-respond {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 5vw;
}

.comment-header p {
	margin-bottom: 0;
}

.comment-edit-link {
	padding-left: calc(4.8rem + 1em);
}

.entry-pings .comment-edit-link {
	display: block;
	clear: both;
	padding: 0;
}

.comment-meta {
	padding-left: calc(4.8rem + 1em);
	word-break: break-all;
}

.entry-pings .comment-meta {
	padding: 0 0 1em;
}

.comment-meta .comment-time a {
	color: #c6cace;
	font-size: small;
	text-decoration: none;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type='email'] label,
.comment-respond input[type='text'] label,
.comment-respond input[type='url'] label {
	display: block;
	margin-right: 1rem;
}

.comment-reply-title a {
	font-size: 1.5rem;
}

.entry-pings .reply {
	display: none;
}

.pingback:last-of-type p {
	margin-bottom: 0;
}

/* ## Sidebars
--------------------------------------------- */
.sidebar {
	position: relative;
	z-index: 1;
}

.sidebar ol,
.sidebar ul {
	margin-left: 1em;
	color: #4d5968;
	line-height: 2;
}

.sidebar ol > li {
	list-style-type: decimal;
}

.sidebar ul > li {
	list-style-type: disc;
}

.sidebar li li {
	list-style-type: circle;
}

.sidebar a {
	color: #3f454c;
}

.sidebar a:hover,
.sidebar a:focus {
	color: var(--move-junk-green);
}

/* ## Widgets
--------------------------------------------- */
.sidebar .widget {
	padding: 3.5vw 0;
	font-size: 1.5rem;
}

.sidebar .widget:first-of-type {
	padding-top: 0;
}

.blog .sidebar .widget,
.archive .sidebar .widget {
	margin-bottom: 7vw;
	padding: 3.5vw;
	border: 1px solid #eceef1;
	border-radius: 3px;
	background-color: #ffffff;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Site Footer
--------------------------------------------- */
.site-footer {
	position: relative;
	width: 100%;
	border-top: 1px solid #eceef1;
	color: #4d5968;
}

.site-footer a {
	color: #3f454c;
}

.site-footer a:hover,
.site-footer a:focus {
	color: var(--move-junk-green);
}

.site-footer .button {
	color: #ffffff;
}

.site-footer .button:hover,
.site-footer .button:focus {
	color: #ffffff;
}

.site-footer .button.outline {
	color: var(--move-junk-green);
}

.site-footer .button.outline:hover,
.site-footer .button.outline:focus {
	color: #ffffff;
}

.site-footer .button.white {
	color: #000;
}

.site-footer .button.white:hover,
.site-footer .button.white:focus {
	color: #000;
}

.site-footer .button.white.outline {
	color: #ffffff;
}

.site-footer .button.white.outline:hover,
.site-footer .button.white.outline:focus {
	color: #000;
}

.site-footer .button:disabled {
	color: #c6cace;
}

/* ## Before Footer
--------------------------------------------- */
.before-footer {
	padding: 5rem 0;
	border-bottom: 1px solid #eceef1;
	background-color: #f6f8fa;
}

.blog .before-footer,
.archive .before-footer,
.search-results .before-footer {
	background-color: #ffffff;
}

.before-footer .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.before-footer .wrap:before,
.before-footer .wrap:after {
	display: none;
}

.before-footer .widget {
	margin-bottom: 0;
}

.before-footer .widget:last-of-type {
	margin-bottom: 0;
}

.before-footer h2,
.before-footer h3,
.before-footer h4,
.before-footer h5,
.before-footer h6 {
	color: #000;
}

/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
	position: relative;
	padding: 5rem 0 0;
	font-size: 1.5rem;
}

.footer-widgets .widget-title {
	margin-bottom: 1em;
	color: #000;
	font-size: 1.6rem;
}

.footer-widgets .widget-area {
	margin: 0 auto 4rem;
}

.footer-widgets .widget-area.footer-widgets-1 i {
	display: inline-block;
	float: left;
	margin-top: 0.2em;
	margin-right: 0.618em;
}

.footer-widgets .widget-area.footer-widgets-2 {
	display: flex;
}

.footer-widgets .widget-area.footer-widgets-2 .widget {
	width: 48.71795%;
}

.footer-widgets .widget-area .widget {
	display: block;
	margin-bottom: 4rem;
}

.footer-widgets .widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.footer-widgets .widget-area .widget.widget_nav_menu {
	margin-bottom: 0;
}

/* ## Footer Credits
--------------------------------------------- */
.footer-credits {
	display: flex;
	width: 100%;
	margin: 0;
	font-size: 1.5rem;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.footer-credits .wrap {
	padding: 4rem 0;
	border-top: 1px solid #eceef1;
}

.footer-credits .simple-social-icons {
	margin-bottom: 1em;
	margin-left: -1em;
}

.footer-credits .menu-item {
	width: auto;
	margin-left: 2em;
}

.footer-credits p {
	margin-bottom: 0;
}

/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews input {
	margin-bottom: 1em;
}

.site-footer .enews form {
	position: relative;
	margin-top: 0.618em;
}

.site-footer .enews input[type='text'],
.site-footer .enews input[type='email'] {
	margin-top: 1rem;
}

.site-footer .enews input[type='submit'] {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: 0;
	color: transparent;
	background: transparent;
	box-shadow: none;
}

.site-footer .enews input[type='submit']:hover + .send-icon,
.site-footer .enews input[type='submit']:focus + .send-icon {
	opacity: 1;
}

.site-footer .enews .send-icon {
	display: block;
	position: absolute;
	right: 2em;
	bottom: 1em;
	width: 1.8rem;
	height: 1.8rem;
	margin: 0;
	opacity: 0.236;
	background: center/contain no-repeat url(assets/images/paper-plane.svg);
	pointer-events: none;
	transition: all 0.3s ease;
}

/* ## Genesis Portfolio Pro
--------------------------------------------- */
.archive.genesis-pro-portfolio .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.archive.genesis-pro-portfolio .entry {
	width: 100%;
	margin: 0 0 5vw;
	padding: 0;
	border: 0;
}

.archive.genesis-pro-portfolio .entry:before {
	display: block !important;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(42, 49, 57, 0.5);
	content: '';
	pointer-events: none;
	transition: all 0.3s ease;
}

.archive.genesis-pro-portfolio .entry:before {
	opacity: 0;
}

.archive.genesis-pro-portfolio .entry:hover:before,
.archive.genesis-pro-portfolio .entry:focus:before {
	opacity: 1;
}

.archive.genesis-pro-portfolio .entry:hover .entry-header,
.archive.genesis-pro-portfolio .entry:focus .entry-header {
	top: 0;
	bottom: 0;
	margin: 0;
	opacity: 1;
}

.archive.genesis-pro-portfolio .entry-header {
	display: flex;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-top: 100%;
	opacity: 0;
	pointer-events: none;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.archive.genesis-pro-portfolio .entry-header a {
	color: #ffffff;
}

/* ## Genesis Simple FAQs
--------------------------------------------- */
div.gs-faq {
	padding: 0;
	border-top: 1px solid #eceef1;
	box-shadow: 0 2rem 5rem -0.618rem rgba(42, 49, 57, 0.0618);
}

div.gs-faq .gs-faq__question {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	margin: 0;
	padding: 1.5em 3em 1.5em 1.5em;
	border: 1px solid #eceef1;
	border-top: 0;
	border-radius: 0;
	color: #000;
	background: #ffffff;
	box-shadow: none;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
}

div.gs-faq .gs-faq__question:hover,
div.gs-faq .gs-faq__question:focus {
	color: var(--move-junk-green);
}

div.gs-faq .gs-faq__question:after {
	position: absolute;
	top: 1.5em;
	right: 1em;
	line-height: 1;
	content: '+';
}

div.gs-faq .gs-faq__question.gs-faq--expanded:after {
	content: '-';
}

div.gs-faq .gs-faq__question:last-of-type {
	margin-bottom: 0;
}

div.gs-faq .gs-faq__answer {
	margin: 0;
	padding: 3rem;
	border: 1px solid #eceef1;
	border-top: 0;
	background-color: #ffffff;
}

/* ## Genesis Simple Share
--------------------------------------------- */
.share-after {
	margin-top: 4rem;
}

/* ## Genesis Testimonial Slider
--------------------------------------------- */
.lSSlideWrapper {
	max-width: calc(100% + 4em);
	margin: 0 -2em;
}

.gts-rating {
	margin: 1em auto -1em;
}

.lSSlideOuter {
	width: 100%;
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
	height: auto !important;
}

ul.testimonials-list li:before {
	display: block;
	margin: 0 0 -0.5em;
	color: rgba(42, 49, 57, 0.2);
	font-family: 'Saira', sans-serif;
	font-size: 8rem;
	line-height: 1;
	content: '“';
}

ul.testimonials-list blockquote {
	padding: 0 2em 1em;
	border: 0;
}

ul.testimonials-list img {
	width: 6rem;
	margin: 2rem auto;
}

ul.testimonials-list h5 {
	color: #000;
	font-size: 1em;
}

.lSSlideOuter .lSPager.lSpg > li a {
	opacity: 0.1;
	background-color: #000;
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
	opacity: 0.3;
	background-color: #000;
}

.gts-company {
	display: block;
	margin-bottom: 1em;
	font-size: small;
}

/* ## Google Map
--------------------------------------------- */

.contact-page .agm-canvas:before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(42, 49, 57, 0.618);
}

/* ## Ninja Forms
--------------------------------------------- */
.nf-field .nf-field-element input,
.nf-field .nf-field-element select {
	height: 3em;
}

/* ## SEO Slider
--------------------------------------------- */
.slick-initialized .slick-slide {
	display: flex;
}

.no-js .slick-slide:first-of-type {
	display: block;
	width: 100%;
}

.slick-arrow {
	box-shadow: none;
}

/* ## Simple Social Icons
--------------------------------------------- */
.simple-social-icons {
	overflow: hidden;
}

.simple-social-icons svg[class^='social-'],
.simple-social-icons svg[class*=' social-'] {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.simple-social-icons ul {
	display: flex;
	margin: -0.5em -0.5em 0 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.simple-social-icons ul li {
	margin: 0.5em 0.5em 0 0;
	padding: 0;
	border: none;
	background: none;
	list-style-type: none;
}

.simple-social-icons ul li a {
	display: inline-block;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	margin: 2px;
	border: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

.simple-social-icons ul.aligncenter {
	justify-content: center;
}

.simple-social-icons ul.alignleft {
	justify-content: flex-start;
}

.simple-social-icons ul.alignright {
	justify-content: flex-end;
}

/* ## WooCommerce Menu Cart
--------------------------------------------- */
.wpmenucartli {
	margin-top: 1em;
}

.wpmenucart-contents {
	position: relative;
	margin-top: 1em;
	color: #000;
	font-size: 1.8rem;
	text-decoration: none;
}

.wpmenucart-contents .cartcontents {
	display: flex;
	position: absolute;
	top: -0.4rem;
	right: -0.4rem;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 1.2rem;
	color: #ffffff;
	background-color: var(--move-junk-green);
	box-shadow: 0 0 0 1px #ffffff;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	align-items: center;
	justify-content: center;
}

/* ## WP Featherlight
--------------------------------------------- */
.featherlight .featherlight-close-icon {
	box-shadow: none;
}

/* ## Front Page
--------------------------------------------- */
.front-page-widget {
	position: relative;
	width: 100%;
	padding: 6rem 0;
}

.front-page-widget:nth-of-type(even) {
	border-top: 1px solid #eceef1;
	border-bottom: 1px solid #eceef1;
	background-color: #f6f8fa;
}

.front-page-widget .widget:last-of-type {
	margin-bottom: 0;
}

.front-page-widget .textwidget {
	width: 100%;
}

.front-page-widget p,
.front-page-widget li {
	color: #4d5968;
}

/* ## Front Page 1
--------------------------------------------- */
.no-js.has-hero-slider .front-page-1 .slick-slide {
	min-height: 100%;
}

.no-js.has-hero-slider .front-page-1 .slick-slide:first-of-type {
	display: flex;
	align-items: center;
}

.has-hero-slider .front-page-1 {
	padding: 0;
	background-color: #c6cace;
}

.has-hero-slider .front-page-1 > .wrap {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.has-hero-slider .front-page-1 .slick-slider {
	max-height: 100vh;
}

.has-hero-slider .front-page-1 .slick-slide {
	min-height: 100%;
}

.has-hero-slider .front-page-1 .slick-dots {
	line-height: 0;
}

.has-hero-slider .front-page-1 .slick-wrap {
	max-width: 88vw;
}

.has-hero-slider .front-page-1 .slick-content {
	max-width: 768px;
}

.has-hero-slider .front-page-1 .slick-arrow {
	visibility: hidden;
	overflow: hidden;
}

.has-hero-slider .front-page-1 h2 {
	margin-bottom: 0.382em;
	font-size: 2em;
}

.has-hero-slider .front-page-1 p {
	max-width: 512px;
	line-height: 1.382;
}

.front-page-1.hero-section {
	padding: calc(15vw + 6rem) 0 15vw;
	text-align: left;
}

.front-page-1.hero-section .wrap {
	margin: 0 auto;
	padding-right: 5vw;
	padding-left: 5vw;
}

.front-page-1.hero-section h1 {
	text-align: left;
}

.front-page-1.hero-section p {
	margin: 0.5em 0 1.5em;
	color: #ffffff;
	text-align: left;
}

/* ## Front Page 2
--------------------------------------------- */

.front-page-2 .wrap {
	padding: 0;
}

.front-page-2 .gallery img {
	width: 100%;
	height: auto;
	min-height: 1rem;
	margin: 2px;
	padding: 0 5vw;
}

.front-page-2 .gallery-item {
	margin: 0;
}

.no-js .front-page-2 .gallery-item {
	max-width: 50%;
}

.front-page-2 .slick-list {
	width: 100%;
}

.front-page-2 .slick-track {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 100%;
}

/* ## Front Page 3
--------------------------------------------- */
.front-page-3 .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.front-page-3 .wrap:before,
.front-page-3 .wrap:after {
	display: none;
}

.front-page-3 .widget hr {
	margin: 5rem 0;
}

.front-page-3 .icon_widget {
	align-self: flex-start;
}

.front-page-3 .icon_widget .widget-title {
	font-size: 1.9rem;
}

.front-page-3 .icon_widget i {
	display: inline-block;
}

.front-page-3 .mejs-container {
	min-width: 85vw !important;
	max-width: 85vw;
	border-radius: 6px;
	background-color: #f6f8fa;
}

.front-page-3 .mejs-mediaelement {
	overflow: hidden;
	padding: 0;
	border-radius: 5px;
	box-shadow: 0 2rem 6rem -2rem rgba(42, 49, 57, 0.236);
}

.front-page-3 .mejs-controls {
	display: none;
}

.front-page-3 .mejs-overlay-button {
	display: flex;
	width: 6rem;
	height: 6rem;
	border-radius: 9rem;
	background-color: #ffffff;
	box-shadow: 0 2rem 3rem -1rem rgba(42, 49, 57, 0.5);
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.front-page-3 .mejs-overlay-button:hover,
.front-page-3 .mejs-overlay-button:focus {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.front-page-3 .mejs-overlay-button:after {
	display: block;
	color: #000;
	line-height: 1;
	content: '►';
}

.front-page-3 iframe {
	-webkit-transform: scale(1.01);
	        transform: scale(1.01);
}

/* ## Front Page 4
--------------------------------------------- */
.front-page-4 .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.front-page-4 .widget:first-of-type {
	margin-bottom: 5rem;
}

/* ## Front Page 5
--------------------------------------------- */
.front-page-5 {
	padding: 0;
	border: none !important;
	text-align: center;
}

.front-page-5 .wrap {
	width: 100%;
	min-width: 100%;
	padding: 0;
}

.front-page-5 .widget-title {
	margin: 0 0 5rem;
	text-align: center;
}

.front-page-5 .widget-subtitle {
	margin: 10rem 0 1em;
	text-align: center;
}

.front-page-5 .widget-wrap {
	display: flex;
	width: 100vw;
	flex-wrap: wrap;
}

.front-page-5 .entry.portfolio {
	overflow: hidden;
	position: relative;
	width: 100vw;
	margin: 0;
	padding: 0;
	text-align: center;
}

.front-page-5 .entry.portfolio > a {
	display: block;
	margin: 0;
}

.front-page-5 .entry.portfolio > a:before {
	display: block !important;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(42, 49, 57, 0.5);
	content: '';
	pointer-events: none;
	transition: all 0.3s ease;
}

.front-page-5 .entry.portfolio > a:before {
	opacity: 0;
}

.front-page-5 .entry.portfolio > a:hover:before,
.front-page-5 .entry.portfolio > a:focus:before {
	opacity: 1;
}

.front-page-5 .entry.portfolio > a:hover + .entry-header,
.front-page-5 .entry.portfolio > a:focus + .entry-header {
	top: 50%;
	opacity: 1;
}

.front-page-5 .entry-header {
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 50%;
	opacity: 0;
	color: #ffffff;
	font-size: 1em;
	font-weight: 700;
	text-decoration: none;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	pointer-events: none;
	transition: all 0.3s ease;
}

.front-page-5 .entry-header a {
	color: #ffffff;
}

.front-page-5 img {
	display: block;
	min-width: 100%;
	transition: all 0.3s ease;
}

/* ## Front Page 6
--------------------------------------------- */
.front-page-6 {
	background: #0072ff;
	background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="$one", endcolorstr="$two", gradienttype=1);
	border: none !important;
	color: #ffffff;
}

.front-page-6 .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.front-page-6 .wrap:before,
.front-page-6 .wrap:after {
	display: none;
}

.front-page-6 .widget:last-of-type .button {
	margin-bottom: 0;
}

.front-page-6 p {
	max-width: 768px;
	color: #ffffff;
}

.front-page-6 .alignright {
	margin-left: 0;
}

/* ## Front Page 7
--------------------------------------------- */
.front-page-7 {
	text-align: center;
}

.front-page-7 .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.front-page-7 .wrap:before,
.front-page-7 .wrap:after {
	display: none;
}

.front-page-7 .widget {
	width: 100%;
}

.front-page-7 .pricing-table {
	margin-right: 5vw;
	margin-left: 5vw;
}

.front-page-7 hr {
	max-width: 88vw;
	margin-right: auto;
	margin-left: auto;
}

.front-page-7 ul blockquote {
	padding-right: calc(2em + 5vw);
	padding-left: calc(2em + 5vw);
}

/* ## Front Page 8
--------------------------------------------- */
.front-page-8 .wrap {
	position: relative;
}

.front-page-8 .widget-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.front-page-8 .widget-title {
	width: 100%;
	margin-bottom: 1.618em;
	text-align: center;
}

.front-page-8 .widget-subtitle {
	width: 100%;
	text-align: center;
}

.front-page-8 .entry {
	padding: 3rem;
	border: 1px solid #eceef1;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.front-page-8 .entry:hover,
.front-page-8 .entry:focus {
	box-shadow: 0 2rem 6rem rgba(198, 202, 206, 0.2);
}

.front-page-8 .entry > a {
	display: block;
	width: calc(100% + 6rem);
	max-width: calc(100% + 6rem);
	margin: 0;
	margin: -3rem -3rem 3rem;
	border-radius: 3px 3px 0 0;
}

.front-page-8 .entry > a img {
	border-radius: 3px 3px 0 0;
}

.front-page-8 .entry p:last-of-type {
	margin-bottom: 0;
}

.front-page-8 .entry-title {
	order: 2;
}

.front-page-8 p.entry-meta {
	order: 1;
	font-size: small;
}

.front-page-8 p.entry-meta:last-of-type {
	margin-bottom: 1em;
}

/* ## Front Page 9
--------------------------------------------- */
.front-page-9 {
	position: relative;
	color: #ffffff;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.front-page-9:before {
	display: block !important;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(42, 49, 57, 0.5);
	content: '';
	pointer-events: none;
	transition: all 0.3s ease;
}

.front-page-9 .widget {
	position: relative;
	z-index: 2;
	max-width: 768px;
	margin: 0 auto;
}

.front-page-9 .widget-wrap {
	height: 100%;
}

.front-page-9 .widget_media_image {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	padding: 0;
}

.front-page-9 .widget_media_image figure {
	width: 100%;
	min-width: 100%;
	height: 100%;
	margin: 0;
}

.front-page-9 .widget_media_image img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.front-page-9 .widget_media_image figcaption {
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
	width: 0.1rem;
	height: 0.1rem;
	border: 0;
	background-color: #ffffff;
}

.front-page-9 p {
	color: #eceef1;
}

.front-page-9 form {
	margin-top: 1.382em;
}

.front-page-9 ::-moz-placeholder {
	opacity: 1;
	color: #eceef1;
}

.front-page-9 ::-webkit-input-placeholder {
	color: #eceef1;
}

.front-page-9 input {
	display: block;
	margin: 0 auto 1em;
	border: 0;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.25);
	transition: all 0.3s ease;
}

.front-page-9 input[type='submit'] {
	width: auto;
	margin-bottom: 0;
}

.front-page-9 input:hover,
.front-page-9 input:focus {
	background-color: rgba(255, 255, 255, 0.3);
}

/* # Media Queries
--------------------------------------------- */

@media (min-width: 384px) {
	.before-header p {
		display: inline-flex;
		margin: 0 1em 0 0;
	}
	.has-hero-slider .front-page-1 h2 {
		font-size: 2.2em;
		line-height: 1.236;
	}
	.has-hero-slider .front-page-1 p {
		line-height: 1.618;
	}
}

@media (min-width: 512px) {
	.button + button,
	.button + .button,
	button + button,
	button + .button,
	input[type='button'] + button,
	input[type='button'] + .button,
	input[type='reset'] + button,
	input[type='reset'] + .button,
	input[type='submit'] + button,
	input[type='submit'] + .button,
	.wp-block-button a + button,
	.wp-block-button a + .button {
		clear: none;
		margin-top: 0;
	}
	.gallery-item {
		width: 48.71795%;
		margin-bottom: 2.5rem;
	}
	.gallery-item:nth-of-type(odd) {
		clear: both;
		margin-left: 0;
	}
	.after-entry .enews input {
		max-width: 38.46154%;
		margin-left: 2.5641%;
	}
	.after-entry .enews input:first-of-type {
		margin-left: 0;
	}
	.blocks-gallery-image {
		width: 48.71795%;
		margin-bottom: 2.5641%;
	}
	.blocks-gallery-image:nth-of-type(odd) {
		clear: both;
		margin-left: 0;
	}
	.front-page .content .entry.post,
	.blog .content .entry,
	.archive .content .entry,
	.search-results .content .entry {
		width: 48.71795%;
		margin-bottom: 2.5rem;
		margin-left: 2.5641%;
	}
	.front-page .content .entry.post:nth-of-type(odd),
	.blog .content .entry:nth-of-type(odd),
	.archive .content .entry:nth-of-type(odd),
	.search-results .content .entry:nth-of-type(odd) {
		margin-left: 0;
	}
	.archive.genesis-pro-portfolio .entry {
		width: 48.71795%;
		margin-bottom: 2.5rem;
		margin-left: 2.5641%;
	}
	.archive.genesis-pro-portfolio .entry:nth-of-type(odd) {
		margin-left: 0;
	}
	.has-hero-slider .front-page-1 .slick-arrow {
		visibility: visible;
	}
	.front-page-5 .entry.portfolio {
		width: 50vw;
	}
	.front-page-9 input {
		display: inline-block;
		width: auto;
		margin: 0 0.2em 1em;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 1.8rem;
	}
	body > div {
		font-size: 1.8rem;
	}
	h1 {
		font-size: 3em;
	}
	.wp-video-shortcode {
		width: auto;
	}
	.content-sidebar-wrap,
	.wrap {
		width: 88%;
		max-width: 1152px;
		padding-right: 0;
		padding-left: 0;
	}
	.contact-page .site-inner {
		padding-top: 10rem;
	}
	.contact-page.has-before-header .site-inner {
		padding-top: 14rem;
	}
	.content {
		padding: 6rem;
	}
	.front-page.page .content {
		margin: 0;
	}
	.blog .content,
	.archive .content,
	.search-results .content {
		padding: 6rem 0;
	}
	.page .content,
	.single .content,
	.error404 .content {
		margin: -6rem auto 0;
	}
	.page .content:before,
	.single .content:before,
	.error404 .content:before {
		display: block;
	}
	.landing-page .content {
		margin-top: 0;
	}
	.landing-page .content:before {
		display: none;
	}
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.one-sixth,
	.two-thirds,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.four-fifths,
	.four-sixths,
	.five-sixths {
		float: left;
		clear: none;
		margin-left: 2.5641%;
	}
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.71795%;
	}
	.one-third,
	.two-sixths {
		width: 31.62393%;
	}
	.four-sixths,
	.two-thirds {
		width: 65.81197%;
	}
	.one-fourth {
		width: 23.07692%;
	}
	.three-fourths {
		width: 74.35897%;
	}
	.one-fifth {
		width: 17.94872%;
	}
	.two-fifths {
		width: 38.46154%;
	}
	.three-fifths {
		width: 58.97436%;
	}
	.four-fifths {
		width: 79.48718%;
	}
	.one-sixth {
		width: 14.52991%;
	}
	.five-sixths {
		width: 82.90598%;
	}
	.first {
		clear: both;
		margin-left: 0;
	}
	.gallery-item {
		margin-bottom: 2.5rem;
		margin-left: 2.5641%;
	}
	.gallery-item:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.gallery-columns-2 .gallery-item {
		width: 48.71795%;
	}
	.gallery-columns-2 .gallery-item:nth-of-type(odd) {
		margin-left: 0;
	}
	.gallery-columns-3 .gallery-item {
		width: 31.62393%;
	}
	.gallery-columns-3 .gallery-item:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.gallery-columns-4 .gallery-item {
		width: 23.07692%;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(3n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n + 1) {
		margin-left: 0;
	}
	.gallery-columns-5 .gallery-item {
		width: 17.94872%;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(4n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n + 1) {
		margin-left: 0;
	}
	.gallery-columns-6 .gallery-item {
		width: 14.52991%;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(5n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n + 1) {
		margin-left: 0;
	}
	.gallery-columns-7 .gallery-item {
		width: 12.08791%;
	}
	.gallery-columns-7 .gallery-item:nth-of-type(6n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-7 .gallery-item:nth-of-type(7n + 1) {
		margin-left: 0;
	}
	.gallery-columns-8 .gallery-item {
		width: 10.25641%;
	}
	.gallery-columns-8 .gallery-item:nth-of-type(7n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-8 .gallery-item:nth-of-type(8n + 1) {
		margin-left: 0;
	}
	.gallery-columns-9 .gallery-item {
		width: 8.83191%;
	}
	.gallery-columns-9 .gallery-item:nth-of-type(8n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
		margin-left: 0;
	}
	.pricing-table + .pricing-table {
		margin: 10rem 0;
	}
	.pricing-table + hr {
		margin: 10rem 0;
	}
	.author-box {
		padding: 6rem 0;
	}
	.blocks-gallery-image {
		margin-bottom: 2.5641%;
		margin-left: 2.5641%;
	}
	.blocks-gallery-image:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-2 .blocks-gallery-image {
		width: 48.71795%;
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(odd) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-image {
		width: 31.62393%;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-image {
		width: 23.07692%;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(3n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-image {
		width: 17.94872%;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(4n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-image {
		width: 14.52991%;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(5n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-7 .blocks-gallery-image {
		width: 12.08791%;
	}
	.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(6n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-8 .blocks-gallery-image {
		width: 10.25641%;
	}
	.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(7n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-9 .blocks-gallery-image {
		width: 8.83191%;
	}
	.wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(8n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(9n + 1) {
		margin-left: 0;
	}
	.hero-section {
		padding: 6rem 0;
	}
	.blog .hero-section .wrap,
	.archive .hero-section .wrap,
	.search-results .hero-section .wrap {
		padding-bottom: 0;
	}
	.hero-section .wrap {
		max-width: 896px;
		padding-bottom: 6rem;
	}
	.nav-primary,
	.nav-secondary {
		right: calc(-40rem + -5vw);
	}
	.nav-primary.activated,
	.nav-secondary.activated {
		right: -5vw;
	}
	.entry-footer {
		margin-top: 4rem;
		padding: 4rem 0;
	}
	.comment-respond,
	.entry-comments,
	.entry-pings {
		padding: 6rem 0;
	}
	.comment-header {
		margin-bottom: 2em;
	}
	.sidebar .widget {
		padding: 3rem 0;
	}
	.sidebar .widget:first-of-type {
		padding-top: 3rem;
	}
	.blog .sidebar .widget,
	.archive .sidebar .widget {
		margin-bottom: 3rem;
		padding: 3rem;
	}
	.site-footer .widget-area {
		margin-bottom: 0;
	}
	.before-footer {
		padding: 7.5rem 0;
	}
	.before-footer p {
		margin: 0;
	}
	.footer-widgets {
		padding: 10rem 0 0;
	}
	.footer-widgets .wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-widgets .widget-area {
		width: 31.62393%;
		margin-left: 2.5641%;
	}
	.footer-widgets .widget-area.footer-widgets-1 {
		margin-left: 0;
	}
	.footer-widgets .widget-area.footer-widgets-2 {
		margin-bottom: 0;
	}
	.footer-credits {
		margin-top: 10rem;
	}
	.footer-credits .wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.footer-credits .widget:last-of-type {
		text-align: right;
	}
	.footer-credits .simple-social-icons {
		margin-bottom: 0;
	}
	.front-page-widget {
		padding: 10rem 0;
	}
	.has-hero-slider .front-page-1 {
		padding: 0;
	}
	.has-hero-slider .front-page-1 .slick-slider {
		max-height: 100vh;
	}
	.has-hero-slider .front-page-1 .slick-arrow {
		top: 50%;
	}
	.has-hero-slider .front-page-1 h2 {
		font-size: 3em;
	}
	.front-page-1.hero-section {
		padding: 16rem 0;
	}
	.front-page-1.hero-section .wrap {
		width: 88%;
		max-width: 1152px;
		padding-right: 0;
		padding-left: 0;
	}
	.front-page-2 {
		padding: 5rem 0;
	}
	.front-page-2 .widget-wrap {
		width: calc(100% + 10vw);
		max-width: calc(100% + 10vw);
		margin: 0 -5vw;
	}
	.front-page-2 .gallery img {
		padding: 0 5vw;
	}
	.no-js .front-page-2 .gallery img {
		padding: 0 1rem;
	}
	.front-page-2 .gallery-item {
		margin: 0 !important;
	}
	.no-js .front-page-2 .gallery-item {
		max-width: 100%;
	}
	.front-page-3 .widget hr {
		margin: 7.5rem 0;
	}
	.front-page-3 .mejs-container {
		min-width: 100% !important;
		max-width: 100%;
	}
	.front-page-3 .mejs-mediaelement {
		box-shadow: 0 3rem 9rem -3rem rgba(42, 49, 57, 0.236);
	}
	.front-page-3 .mejs-overlay-button {
		width: 8rem;
		height: 8rem;
	}
	.front-page-4 .pull-left {
		position: relative;
		right: 0;
		width: 150%;
		max-width: 150% !important;
		margin-left: -50%;
	}
	.front-page-5 {
		padding: 0;
	}
	.front-page-5 .entry.portfolio {
		width: 33.33333333333333vw;
	}
	.front-page-6 {
		padding: 10rem 0;
	}
	.front-page-6 .widget {
		margin-bottom: 0;
	}
	.front-page-6 p {
		margin-bottom: 0;
	}
	.front-page-7 .pricing-table {
		margin-top: 5rem;
		margin-right: 0;
		margin-left: 0;
	}
	.front-page-7 hr {
		max-width: 100%;
	}
	.front-page-7 ul blockquote {
		padding-right: 2em;
		padding-left: 2em;
	}
	.front-page-8 .entry {
		clear: none;
		width: 31.62393%;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 2.5641%;
	}
	.front-page-8 .entry:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.front-page-8 .entry:nth-of-type(1n + 4) {
		margin-top: 2.5641%;
	}
	.front-page-9 .wrap {
		padding: 5rem 0;
	}
	.front-page-9 input {
		margin-bottom: 0;
	}
}

@media (min-width: 896px) {
	.content-sidebar-wrap {
		display: flex;
		padding: 0;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.content-sidebar-wrap:before,
	.content-sidebar-wrap:after {
		display: none;
	}
	.sidebar-content .content-sidebar-wrap {
		flex-direction: row-reverse;
	}
	.single .content,
	.contact-page .content {
		width: 768px;
	}
	.single-product .content {
		width: 896px;
	}
	.content {
		width: 100%;
	}
	.sidebar-primary {
		width: 25%;
		padding-top: 3rem;
	}
	.blog .sidebar-primary,
	.archive .sidebar-primary {
		padding-top: 6rem;
	}
	.sidebar-content .content,
	.content-sidebar .content {
		width: calc(75% - 5rem);
		margin-right: 0;
		margin-left: 0;
	}
	.single .gallery {
		max-width: 896px;
	}
	.after-entry {
		width: calc(100% + 12rem);
		max-width: calc(100% + 12rem);
		margin: 0 -6rem;
		padding: 6rem;
	}
	.search-form .search-toggle {
		display: block;
	}
	.site-header .search-form input[type='search'] {
		display: none;
		position: absolute;
		top: 0;
		right: 2em;
		bottom: 0;
		margin: auto 1em auto 0;
	}
	.js.has-sticky-header .site-header.shrink > .wrap {
		height: 7rem;
	}
	.site-header > .wrap {
		height: 10rem;
		padding: 0;
		flex-wrap: nowrap;
	}
	.no-js .site-header > .wrap {
		padding: 0;
	}
	.site-description {
		line-height: 1.382;
		text-align: left;
	}
	.before-header {
		width: 100vw;
		max-width: 100%;
	}
	.has-sticky-header .shrink .before-header {
		margin-top: -4rem;
	}
	.before-header .wrap {
		width: 88%;
		max-width: 1152px;
		padding: 0;
	}
	.header-widget-area {
		display: block;
		margin: 0 0 0 0.5em;
		order: 5;
	}
	.hero-section {
		padding: 8rem 0;
	}
	.menu {
		font-size: 1.4rem;
	}
	.menu .rss,
	.menu .date,
	.menu .search,
	.menu .twitter {
		margin-top: 0;
		margin-left: 0.618em;
	}
	.menu-item {
		display: flex;
		width: auto;
		max-width: 30rem;
		height: 10rem;
		padding: 0 0.618em;
		align-items: center;
		order: initial;
	}
	.shrink .menu-item {
		height: 7rem;
	}
	.menu-item:first-of-type > a {
		padding-left: 0;
	}
	.menu-item:last-of-type a {
		padding-right: 0;
	}
	.menu-item.button {
		margin: 0 0 0 1em;
	}
	.sub-menu {
		position: absolute;
		z-index: 99;
		top: 100%;
		left: 0;
		width: 20rem;
		margin-left: -1em;
		padding: 1em 0;
		border: 1px solid #eceef1;
		border-radius: 3px;
		background-color: #f6f8fa;
	}
	.sub-menu:before {
		display: block;
	}
	.sub-menu .menu-item {
		height: auto;
		padding: 0.5em 1em;
	}
	.sub-menu .menu-item:first-of-type {
		margin-top: 0;
	}
	.sub-menu a {
		position: relative;
		padding: 0;
		color: #90959f;
		word-wrap: break-word;
	}
	.sub-menu .sub-menu {
		top: -0.5em;
		left: -0.1rem;
		margin: -0.1rem 0 0 19.9rem;
		padding-left: 0;
		border: 1px solid #eceef1;
	}
	.nav-primary,
	.nav-secondary {
		display: block;
		overflow: visible;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: auto;
		max-width: none;
		height: auto;
		margin: 0;
		padding: 0;
		border: none;
		background-color: transparent;
		box-shadow: none;
	}
	.nav-primary.activated,
	.nav-secondary.activated {
		right: auto;
		box-shadow: none;
	}
	.no-js .nav-primary,
	.no-js
	.nav-secondary {
		display: block;
		width: auto;
	}
	.nav-primary .menu,
	.nav-secondary .menu {
		padding: 0;
	}
	.nav-secondary {
		width: 100%;
		border-top: 1px solid rgba(198, 202, 206, 0.3);
	}
	.nav-secondary .menu-item {
		height: 6rem;
	}
	.has-sticky-header .shrink .nav-secondary .menu-item {
		height: 5rem;
	}
	.nav-secondary .menu > .menu-item:first-of-type {
		padding-left: 0;
	}
	.menu-toggle {
		display: none;
	}
	.sub-menu-toggle {
		display: none;
	}
	.front-page .content .entry.post,
	.blog .content .entry,
	.archive .content .entry,
	.search-results .content .entry {
		width: 31.62393%;
		margin-bottom: 2.5rem;
	}
	.front-page .content .entry.post:nth-of-type(odd),
	.blog .content .entry:nth-of-type(odd),
	.archive .content .entry:nth-of-type(odd),
	.search-results .content .entry:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.front-page .content .entry.post:nth-of-type(3n + 1),
	.blog .content .entry:nth-of-type(3n + 1),
	.archive .content .entry:nth-of-type(3n + 1),
	.search-results .content .entry:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.pagination {
		padding: 5rem 0;
	}
	.wpmenucart-contents {
		margin-left: 1em;
	}
	.has-hero-slider .front-page-1 .slick-wrap {
		width: 88%;
		max-width: 1152px;
	}
	.has-before-header .has-hero-slider .front-page-1 .slick-wrap {
		padding-top: 14rem;
	}
	.has-nav-secondary .has-hero-slider .front-page-1 .slick-wrap {
		padding-top: 16rem;
	}
	.has-nav-secondary.has-before-header .has-hero-slider .front-page-1 .slick-wrap {
		padding-top: 20rem;
	}
}

@media (min-width: 1152px) {
	.header-widget-area {
		margin: 0 0 0 2em;
	}
	.menu-item {
		padding: 0 1em;
	}
	.front-page-2 .widget-wrap {
		width: calc(100% + 7.5rem);
		max-width: calc(100% + 7.5rem);
		margin: 0 -3.75rem;
	}
	.front-page-2 .gallery img {
		padding: 0 3.75rem;
	}
}

@media (min-width: 1280px) {
	.menu .rss,
	.menu .date,
	.menu .search,
	.menu .twitter {
		margin-left: 1.5em;
	}
	.comment-respond input[type='email'],
	.comment-respond input[type='text'],
	.comment-respond input[type='url'] {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.pricing-table div {
		width: 100%;
	}
	.contact-page .agm-canvas {
		height: 30rem !important;
	}
}

@media print {
	*,
	*:before,
	*:after {
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	a[href^='javascript:']:after,
	a[href^='#']:after,
	.site-title > a:after {
		content: '';
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 1px solid #eceef1;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		width: 100%;
		text-align: center;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		position: relative;
		top: -10rem;
		padding-top: 0;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}

/*# sourceMappingURL=style.css.map */

/*** Start 321 CSS ***/

body {
	overflow-x: visible;
	--move-junk-blue: #44c8f5;
	--move-junk-yellow: #f4e200;
	--move-junk-green: #71bf44;
	--move-junk-accent: #1e73be;
}

body .site-header {
	background-color: transparent;
	position: relative;
	display: contents;
	border: none;
	transition: none;
}

body .site-header .site-header--topbar {
	background-color: #000;
	position: relative;
	z-index: 999;
}

body .site-header .site-header--topbar .gb-block-layout-column-inner,
body .site-header .site-header--topbar .gb-block-layout-column-inner ul {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	gap: 2.4rem;
}

body .site-header .site-header--topbar .gb-block-layout-column:last-of-type .gb-block-layout-column-inner ul {
	justify-content: flex-end;
	min-height: 50px;
	padding: 1rem 0;
}

body .social-media .social-media--container .social-media--icon-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
}

body .social-media .social-media--container .social-media--icon-link svg {
	color: #fff;
	width: 100% !important;
	height: 100% !important;
}

body .social-media .social-media--container .social-media--icon-link:hover svg {
	color: #fff;
	opacity: 0.9;
	transform: scale(0.9);
}

body .site-header .site-header--topbar a {
	font-weight: 600;
}

body .site-header .site-header--topbar .gb-layout-column-wrap {
	grid-template-columns: auto;
}

body .site-header .site-header--topbar .widget_nav_menu,
body .site-header .site-header--topbar .widget_nav_menu > *,
body .site-header .site-header--topbar ul.menu {
	display: block;
	height: 100%;
}

body .site-header .site-header--topbar ul.menu {
	display: flex;
	flex-wrap: nowrap;
}

body .site-header .site-header--topbar ul.menu > li.menu-item {
	height: 100%;
    padding: 0;
}

body .site-header .site-header--topbar ul li,
body .site-header .site-header--topbar ul li a {
	display: flex;
	align-items: center;
	gap: 1rem;
	height: fit-content;
}

body .site-header .site-header--topbar span {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	font-family: 'Saira', sans-serif;
}

body .site-header .site-header--topbar a span {
	font-weight: 600;
}

body .site-header .site-header--topbar a:hover {
	opacity: 0.9;
}

body .site-header .site-header--topbar span svg {
	color: var(--move-junk-yellow);
}

body .site-header > .site-header--inner {
    background-color: #fff;
    position: sticky;
    width: 100%;
    height: fit-content;
    top: 0;
    left: 0;
	box-shadow: 0 0 1rem rgba(57, 62, 75, 0.18);
	transition: 0.25s ease-in-out all;
    z-index: 998;
}

body .site-header.shrink > .site-header--inner {
    box-shadow: 0 0 2rem rgba(57, 62, 75, 0.38);
}

body.logged-in.admin-bar .site-header > .site-header--inner {
    top: 32px;
}

@media (max-width: 895px) {
	body .site-header > .site-header--topbar {
		display: none;
	}
}

@media (max-width: 782px) {
	body.logged-in.admin-bar .site-header > .site-header--inner {
		top: 46px;
	}
}

@media (max-width: 600px) {
	body.logged-in.admin-bar .site-header > .site-header--inner {
		top: 0;
	}
}

body .site-header .site-header--inner > .wrap {
	display: grid;
	height: fit-content;
}

body .site-header .site-header--inner .title-area {
	grid-column: 1;
	padding: 1rem 0;
	transition: 0.25s ease-in-out all;
}

body .site-header.shrink .site-header--inner .title-area {
	padding: 0.4rem 0;
}

body .site-header .site-header--inner .title-area img {
	object-fit: contain;
	max-height: 80px;
}

body .site-header .site-header--inner .mobile-header-cta {
	display: none;
	width: fit-content;
	margin: 0 3rem 0;
}

body .site-header .site-header--inner .nav-primary {
	grid-column: 2;
}

body .site-header .site-header--inner .nav-primary > .wrap,
body .site-header .site-header--inner .nav-primary ul.menu {
    height: 100%;
	justify-content: flex-end;
}

body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item {
	height: 100%;
	padding: 0 2rem;
}

body .site-header .site-header--inner .nav-primary ul.menu li.menu-item.mobile-only {
	display: block;
}

body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item:first-of-type {
	padding-left: 0;
}

body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item:last-of-type {
	padding-left: 3rem;
	padding-right: 0;
}

body .site-header .site-header--topbar ul.menu > li.menu-item > a,
body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.mobile-dropdown > a,
body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item > a {
	height: fit-content;
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Saira', sans-serif;
	line-height: 1;
	margin: 0;
	padding: 0.5rem 0;
	transition: 0.25s ease-in-out color;
}

body .site-header .site-header--topbar ul.menu > li.menu-item > a {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
}

body .site-header .site-header--topbar ul.menu > li.menu-item > a:hover {
	opacity: 0.9;
}

body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item > a:hover {
	color: #72bf44;
}

body .move-junk-button a.button,
body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.menu-cta > a,
body .entry-content button[type="button"],
body .entry-content .gform_wrapper.gform-theme .gform_drop_area button[type="button"],
body .entry-content .gform_wrapper.gform-theme .gform_footer.top_label input[type="submit"] {
	background-image: none;
	background-color: var(--move-junk-yellow);
	height: fit-content;
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
	font-family: 'Saira', sans-serif;
	line-height: 1;
	padding: 1.2rem 2.4rem;
	text-transform: uppercase;
	border-bottom: 2px solid var(--move-junk-green);
	border-radius: 4px;
	box-shadow: none;
	outline: none;
	pointer-events: all;
	cursor: pointer;
	transition: 0.25s ease-in-out all;
}

body .entry-content button[type="button"],
body .entry-content .gform_wrapper.gform-theme .gform_drop_area button[type="button"] {
	font-size: 1.4rem;
}

body .move-junk-button a.button {
	width: fit-content;
}

body .move-junk-button a.button.white {
	background-color: #fff;
}

body .move-junk-button a.button.has-icon {
	display: flex;
	align-items: center;
	gap: 1.3rem;
}

body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.menu-cta > a {
	font-weight: 700;
	transition: 0.25s ease-in-out color, 0.25s ease-in-out background-color;
}

body .move-junk-button a.button:hover,
body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.menu-cta > a:hover,
body .entry-content button[type="button"]:hover,
body .entry-content .gform_wrapper.gform-theme .gform_drop_area button[type="button"]:hover,
body .entry-content .gform_wrapper.gform-theme .gform_footer.top_label input[type="submit"]:hover {
	background-color: #72bf44;
	color: #fff;
}

body .site-header .site-header--topbar ul.menu > li.menu-item > a > svg[data-fa-pseudo-element="::after"],
body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item > a > svg[data-fa-pseudo-element="::after"] {
	display: none;
}

body .site-header .site-header--topbar ul.menu > li.menu-item > a,
body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item > a > span,
body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.mobile-dropdown > a > span {
	display: flex;
    align-items: center;
    gap: 1rem;
}

body .site-header .site-header--topbar ul.menu > li.menu-item > a > svg,
body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item > a > span > svg,
body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.mobile-dropdown > a > span > svg {
	color: inherit;
    margin: 0;
    font-size: 1.5rem;
	transition: none;
}

body .site-header .site-header--topbar ul.menu > li.menu-item > a > svg {
	order: 2;
	font-size: 1.2rem;
}

body .menu-toggle,
body .menu-toggle.activated {
	position: relative;
	right: 0;
}

body .menu-toggle:focus {
	outline: none;
}

body .menu-toggle span,
body .menu-toggle span:before,
body .menu-toggle span:after {
	background-color: #000;
	width: 2.4rem;
	height: 3.5px;
	border-radius: 4px;
}

body .menu-toggle span {
	transition: background-color 0.3s 0s;
}

body .menu-toggle span:before {
	top: -0.7rem;
}

body .menu-toggle span:after {
	bottom: -0.7rem;
}

body .menu-toggle.activated span:before,
body .menu-toggle.activated span:after {
	background-color: #000;
}

@media (min-width: 896px) {
	body .site-header .site-header--inner .nav-primary ul.menu li.menu-item.mobile-only {
		display: none;
	}

	body .site-header .site-header--topbar ul.menu > li.menu-item > ul.sub-menu,
	body .site-header .nav-primary ul.menu > li.menu-item > ul.sub-menu {
		background-color: #fff;
		display: flex;
		flex-direction: column;
		min-width: 220px;
		gap: 0;
		top: 100%;
		left: -9999px;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0;
		opacity: 0;
		transform: none;
		transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out left;
	}

	body .site-header .site-header--topbar ul.menu > li.menu-item > ul.sub-menu:before,
	body .site-header .nav-primary ul.menu > li.menu-item > ul.sub-menu:before {
		display: none;
	}

	body .site-header .site-header--topbar ul.menu > li.menu-item:hover > ul.sub-menu,
	body .site-header .nav-primary ul.menu > li.menu-item:hover > ul.sub-menu {
		left: 0;
		opacity: 1;
		transition: 0.25s ease-in-out opacity, 0s ease-in-out left;
	}

	body .site-header .site-header--topbar ul.menu > li.menu-item > ul.sub-menu > li.menu-item,
	body .site-header .nav-primary ul.menu > li.menu-item > ul.sub-menu > li.menu-item {
		padding: 0;
	}

	body .site-header .site-header--topbar ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a,
	body .site-header .nav-primary ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a {
		background-color: #fff;
		width: 100%;
		color: #000;
		font-size: 1.6rem;
		font-family: 'Saira', sans-serif;
		line-height: 1.4;
		margin: 0;
		padding: 1.2rem 2rem;
	}

	body .site-header .site-header--topbar ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a:hover,
	body .site-header .nav-primary ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a:hover {
		background-color: #72bf44;
		color: #fff;
		opacity: 1;
	}
}

@media (min-width: 1200px) {
	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.mobile-dropdown > ul.sub-menu > li.menu-item {
		width: fit-content;
		height: 100%;
		padding: 0 2rem;
		pointer-events: all;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.mobile-dropdown > ul.sub-menu > li.menu-item.first {
    	order: -1;
		padding-left: 0;
    	padding-right: 4rem;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.mobile-dropdown > ul.sub-menu > li.menu-item > a {
		height: fit-content;
		color: #000;
		font-size: 1.8rem;
		font-weight: 700;
		font-family: 'Saira', sans-serif;
		line-height: 1;
		margin: 0;
		padding: 0.5rem 0;
		transition: 0.25s ease-in-out color, 0.25s ease-in-out background-color;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.mobile-dropdown,
	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.mobile-dropdown > ul.sub-menu {
		display: contents;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.mobile-dropdown > a {
		display: none;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.mobile-dropdown > ul.sub-menu > li.menu-item a:hover {
		background-color: transparent;
		color: #72bf44;
	}
}

body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.mobile-dropdown {
	display: none;
}

@media (max-width: 1199px) {
	body .site-header .site-header--topbar ul.top-nav-items li:nth-of-type(2) {
		display: none;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.desktop-dropdown {
		display: none;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.mobile-dropdown {
		display: flex;
	}
}

@media (max-width: 991px) {
	body .site-header .site-header--topbar ul.top-nav-items li:last-of-type {
		display: none;
	}
}

@media (max-width: 895px) {
	body .site-header .site-header--inner > .wrap {
		display: flex;
		align-items: center;
	}

	body .site-header .site-header--inner .mobile-header-cta {
		display: block;
	}

	body .site-header .nav-primary {
		background-color: #fff;
		position: absolute;
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		height: fit-content;
		max-height: calc(100vh - 88px);
		top: 100%;
		left: -9999px;
		padding: 0;
		border: none;
		border-top: 2px solid var(--move-junk-accent);
		box-shadow: 0px 8px 13px -2px rgba(0, 0, 0, 0.12);
		opacity: 0;
		overflow-y: scroll;
		transition: 0.35s ease-in-out opacity, 0s 0.35s ease-in-out left;
		z-index: -1;
	}

	body .site-header .nav-primary.activated {
		left: 0;
		opacity: 1;
		transition: 0.35s ease-in-out opacity;
	}

	body .site-header .nav-primary > .wrap {
		width: 100%;
	}

	body .site-header .site-header--inner .nav-primary > .wrap,
	body .site-header .site-header--inner .nav-primary ul.menu {
		height: fit-content;
	}

	body .site-header .site-header--inner .nav-primary ul.menu {
		display: block;
		padding: 0;
	}
	
	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item {
		position: relative;
		height: fit-content;
		padding: 0;
		z-index: 1;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.mobile-dropdown {
		display: block;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item:not(:first-of-type),
	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item > ul.sub-menu > li.menu-item:not(:first-of-type) {
		border-top: 1px solid #ddd;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.menu-cta {
		display: none;
	}
	
	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item > a,
	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.mobile-dropdown > a,
	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a {
		display: block;
		width: 100%;
		height: 100%;
		line-height: 1;
		margin: 0;
		padding: 1.8rem 2.6rem;
		transition: 0.25s ease-in-out color, 0.25s ease-in-out background-color;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item > .sub-menu-toggle {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		outline: none;
		z-index: 2;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.active > a,
	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.active > p {
		background-color: var(--move-junk-green);
		color: #fff;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item > .sub-menu-toggle:before {
		display: none;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item > .sub-menu {
		position: relative;
		z-index: 3;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item > .sub-menu > li.menu-item {
		margin: 0;
		padding: 0;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a {
		font-family: 'Saira', sans-serif;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a:hover {
		background-color: rgb(255, 248, 143);
		color: #000;
	}

	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a > span {
		margin: 0 0 0 2rem;
	}
}

body .site-inner,
body .site-footer {
	overflow-x: hidden;
}

/* Site Footer */

body .site-footer {
	background-color: #000;
	padding: 5rem 0 3rem;
	border: none;
}

body .site-footer .footer-widgets {
	padding: 0;
}

body .site-footer .footer-widgets .widget {
	width: 100%;
}

body .site-footer .site-footer-area--top > .gb-layout-column-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8rem;
}

body .site-footer .site-footer-area--top > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
	flex: 1 1 150px;
}

body .site-footer .site-footer-area--top > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type {
	flex: 1 1 calc(100% - 8rem - 150px);
}

body .site-footer .site-footer-area--top .gb-layout-column-wrap .gb-layout-column-wrap {
    display: flex;
	flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: flex-end;
    row-gap: 4rem;
    column-gap: 6rem;
}

body .site-footer .site-footer-area--top .gb-layout-column-wrap .gb-layout-column-wrap .gb-block-layout-column {
	flex: 0 1 fit-content;
}

body .site-footer .site-footer-area--top .wp-block-image,
body .site-footer .site-footer-area--top a {
	width: fit-content;
	margin: 0;
}

body .site-footer .site-footer-area--top img {
	max-width: 150px;
}

body .site-footer .social-media .social-media--container {
	display: flex;
    align-items: center;
    justify-content: flex-start;
	gap: 2.8rem;
}

body .site-footer .social-media .social-media--container .social-media--icon-link {
	width: 28px;
	height: 28px;
}

body .site-footer .social-media .social-media--container .social-media--icon-link:hover svg {
	transform: none;
	animation-name: move-junk-pulse;
	animation-duration: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes move-junk-pulse {
	100% {
		transform: scale(1.1);
	}
}

body .site-footer .site-footer-area--widgets {
	margin: 5rem 0 3rem;
	padding: 5rem 0;
	border: 1px solid rgba(244, 226, 0, 0.57);
	border-left: none;
	border-right: none;
}

body .site-footer .site-footer-area--widgets h3 {
	color: var(--move-junk-yellow);
	font-size: 2.6rem;
	font-family: 'Saira', Sans-serif;
	font-weight: 500;
	line-height: 1.2;
}

body .site-footer .site-footer-area--widgets p,
body .site-footer .site-footer-area--widgets a,
body .site-footer .site-footer-area--widgets ul.menu li.menu-item.current-menu-item a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0;
}

body .site-footer .site-footer-area--widgets a:hover,
body .site-footer .site-footer-area--widgets ul.menu li.menu-item.current-menu-item a:hover {
	color: var(--move-junk-yellow);
}

body .site-footer .site-footer-area--widgets ul.menu li.menu-item:not(:first-of-type) {
	padding: 1rem 0 0;
}

body .site-footer .address-block {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

body .site-footer .address-block:not(:first-of-type) {
	margin: 1rem 0 0;
}

body .site-footer .site-footer-area--widgets ul.menu li.menu-item a,
body .site-footer .site-footer-area--widgets ul.menu li.menu-item.current-menu-item a,
body .site-footer .address-block .address-block--item {
	display: flex;
	gap: 1.5rem;
	margin: 0;
	outline: none;
}

body .site-footer .site-footer-area--widgets ul.menu li.menu-item a svg,
body .site-footer .address-block svg {
	color: var(--move-junk-yellow);
	width: 16px;
	height: 16px;
	padding: 0.5rem 0 0;
}

body .site-footer .address-block a {
	font-weight: 600;
	text-decoration: none;
	transition: 0.25s ease-in-out all;
}

body .site-footer .site-footer-area--credits p,
body .site-footer .site-footer-area--credits a {
	color: #fff;
	font-size: 1.5rem;
	margin: 0;
	text-align: center;
	text-decoration: none;
}

body .site-footer .site-footer-area--credits a {
	color: var(--move-junk-yellow);
}

body .site-footer .site-footer-area--credits a:hover {
	opacity: 0.9;
}

body .site-footer .site-footer-area--credits span.separator {
	margin: 0 0.4rem;
}

body footer.site-footer > .trash-bin-svg {
    position: fixed;
	width: 1px;
	height: 1px;
    bottom: 0;
    left: 0;
	clip: rect(0, 0, 0, 0);
    z-index: -99;
}

@media (max-width: 650px) {
	body .site-footer .site-footer-area--top > .gb-layout-column-wrap {
		flex-direction: column;
		gap: 4rem;
	}

	body .site-footer .site-footer-area--top > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type,
	body .site-footer .site-footer-area--top > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type {
		flex: auto;
	}

	body .site-footer .site-footer-area--top .gb-layout-column-wrap .gb-layout-column-wrap {
		flex-direction: column;
	}

	body .site-footer .site-footer-area--top .gb-layout-column-wrap .gb-layout-column-wrap .gb-block-layout-column {
		flex: auto;
	}

	body .site-footer .site-footer-area--top .gb-layout-column-wrap .gb-layout-column-wrap .gb-block-layout-column:first-of-type {
		order: 2;
	}
}

/* Front Page */

body.home .content > div[class*="front-page"] {
    width: 100%;
    height: 100%;
	padding: 13rem 0;
}

body.home .content > div[class*="front-page"] > .gb-layout-column-wrap {
    width: 88%;
    max-width: 1152px;
    margin: 0 auto;
}

body.home .content > div.front-page-1 > .gb-layout-column-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

body.home .content > div.front-page-1 {
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 0;
}

body.home .content > div.front-page-1:before {
	background-color: transparent;
    background-image: linear-gradient(90deg, #000, #000, #000, transparent, transparent);
}

body.home .front-page-1 .separator-svg {
	position: absolute;
	display: block;
	width: 100%;
	height: 60px;
	bottom: 0;
	z-index: 9;
}

body.home .front-page-1 .separator-svg > svg {
	width: 100%;
	transform: rotate(180deg);
}

body .carousel .carousel-indicators {
	display: none;
}

body.home .front-page-1 .carousel {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

body.home .front-page-1 .carousel:before {
	content: '';
    background-image: linear-gradient(90deg, #000, #000, #000, transparent, transparent);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
    opacity: 0.65;
	z-index: 2;
}

body.home .front-page-1 .carousel .carousel-indicators {
	display: flex;
	gap: 1.2rem;
	width: 88%;
	max-width: 1152px;
	bottom: calc(60px + 2.4rem);
	margin: 0 auto;
	z-index: 9;
}

body.home .front-page-1 .carousel .carousel-indicators button {
	background-image: none;
	background-color: #fff;
	width: 10px;
	height: 10px;
	margin: 0;
	border: none;
	border-radius: 50%;
	outline: none;
}

body.home .front-page-1 .carousel .carousel-inner,
body.home .front-page-1 .carousel .carousel-inner .carousel-item {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body.home .front-page-1 .carousel .carousel-inner .carousel-item img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

body.home .front-page-1 .fp1-inner {
	width: 88%;
    max-width: 1152px;
    margin: 0 auto;
	padding: 10rem 0 14rem;
}

body.home .front-page-1 .fp1-inner > .gb-layout-column-wrap {
	max-width: 650px;
}

body.home .content .front-page-1 h1 {
    color: #fff;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 2.5rem;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.27);
}

body.home .content .front-page-1 p {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.7;
	margin: 0 0 3.5rem;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.27);
}

body.home .content > div.front-page-2 {
    padding: 1rem 0 0;
}

body.home .content .front-page-2 h2 {
    margin: 0 0 5rem;
}

body .front-page-3 .fp3-top > .gb-layout-column-wrap {
    display: flex;
	row-gap: 2.5rem !important;
    column-gap: 10rem;
}


body.home .content .front-page-3 .wp-block-image {
	border-radius: 0;
	box-shadow: none;
}

body .front-page-3 .fp3-top > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
    flex: 1 1 calc(100% - 10rem - 220px);
}

body .front-page-3 .fp3-top > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type {
    flex: 1 1 220px;
	max-width: 220px;
}

body .front-page-3 .fp3-bottom img {
	aspect-ratio: 14 / 11;
	object-fit: cover;
}

body .front-page-3 .fp3-bottom {
	margin: 4rem 0 0;
}

body .front-page-3 .fp3-bottom > .gb-container-inside > .gb-container-content {
	display: flex;
	flex-direction: column;
	gap: 2em;
}

body .front-page-3 .fp3-bottom .gb-block-layout-column > .gb-block-layout-column-inner {
	background-color: #fff;
	display: grid;
	grid-template-rows: auto 1fr auto;
	column-gap: 2.5rem;
	width: 100%;
	height: 100%;
	padding: 2.5rem;
	border-bottom: 5px solid #72bf44;
	border-radius: 15px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.22);
}

body .front-page-3 .fp3-bottom .gb-block-layout-column > .gb-block-layout-column-inner svg {
	grid-row: 1 / span 3;
	grid-column: 1;
	margin: 0;
}

body .front-page-3 .fp3-bottom .gb-block-layout-column > .gb-block-layout-column-inner .fp3-image {
	grid-row: 1 / span 3;
	grid-column: 1;
	margin: 0;
}

body .front-page-3 .fp3-bottom .gb-block-layout-column > .gb-block-layout-column-inner .fp3-image .wp-block-image {
	box-shadow: none;
	width: 60px;
	height: 60px;
}

body .front-page-3 .fp3-bottom .gb-block-layout-column > .gb-block-layout-column-inner .fp3-image img {
	object-fit: contain;
	object-position: center center;
	width: 100%;
	height: auto;
}

body .front-page-3 .fp3-bottom .gb-block-layout-column > .gb-block-layout-column-inner h3 {
	grid-row: 1;
	grid-column: 2;
    font-size: 2rem;
    margin: 0 0 1rem;
}

body .front-page-3 .fp3-bottom .gb-block-layout-column > .gb-block-layout-column-inner p {
	grid-column: 2;
	font-size: 1.7rem;
	margin: 0 0 1.5rem;
}

body .front-page-3 .fp3-bottom .gb-block-layout-column > .gb-block-layout-column-inner p:last-of-type {
    align-self: flex-end;
}

body .front-page-3 .fp3-bottom .gb-block-layout-column > .gb-block-layout-column-inner p a {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

body .front-page-3 .fp3-bottom .gb-block-layout-column > .gb-block-layout-column-inner p a svg {
	grid-row: none;
	grid-column: none;
	width: 1.7rem;
	height: 1.7rem;
	margin: 0;
}

body.home .content > div.front-page-4 {
	padding-bottom: 0;
}

body.home .content .front-page-4 ul.services-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7.2rem;
	margin: 3.5rem 0 6rem;
}

body.home .content .front-page-4 ul.services-list li {
	list-style-type: none;
	position: relative;
	font-size: 2.2rem;
	font-weight: 600;
	margin: 0;
	padding: 0.6rem 0;
}

body .front-page-4 ul.services-list li:before,
body .front-page-4 ul.services-list li:after {
	content: '';
	background-color: #000;
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: -3.6rem;
	z-index: 1;
}

body .front-page-4 ul.services-list li:after {
	left: auto;
	right: -3.6rem;
}

body .front-page-4 ul.services-list li:first-of-type:before,
body .front-page-4 ul.services-list li:last-of-type:after {
	display: none;
}

body .front-page-4 .image-content-box:not(.flipped) > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type > .gb-block-layout-column-inner {
    width: 100%;
}

body.home .content .front-page-4 .wp-block-genesis-blocks-gb-columns.image-content-box.translated:before {
	background-color: #ececec;
}

body.home .content .front-page-4 .image-content-box h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 1rem;
}

body.home .content .front-page-4 .image-content-box ul {
	margin: 0 0 1rem 3rem;
}

body .front-page-4 .image-content-box ul li {
	font-size: 1.7rem;
}

body.home .content .front-page-4 .wp-block-genesis-blocks-gb-columns.image-content-box > .gb-layout-column-wrap {
    position: relative;
    overflow: visible;
}

body.home .content .front-page-4 .wp-block-genesis-blocks-gb-columns.image-content-box > .gb-layout-column-wrap:before {
    content: '';
    aspect-ratio: 1 / 1;
    background-image: url(/wp-content/uploads/2023/07/Artboard-1-1_11zon.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 27%;
    max-width: 300px;
    height: auto;
    bottom: -31%;
    right: -4%;
    z-index: 9;
}

body.home .content .front-page-4 .wp-block-genesis-blocks-gb-columns.image-content-box > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
    overflow: hidden;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

body.home .content > div.front-page-5 {
    padding-top: 10rem;
}

body .front-page-5 .gb-layout-column-wrap .gb-layout-column-wrap {
	gap: 5rem;
	margin: 2rem 0 0;
}

body .front-page-5 .gb-layout-column-wrap .gb-layout-column-wrap svg {
    margin: 0 0 0.75rem;
}

body .front-page-5 .gb-layout-column-wrap .gb-layout-column-wrap h3 {
	font-size: 2rem;
	margin: 0 0 1rem;
}

body .front-page-5 .gb-layout-column-wrap .gb-layout-column-wrap p {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.5;
}

body.home .content > div.front-page-7:before {
    content: '';
    background-color: #e0d100;
    position: absolute;
    display: block;
	width: calc(50vw - (1152px / 4) - 50px);
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

body.home .content > div.front-page-7:after {
    content: '';
    background-image: url(https://movejunk.com/wp-content/uploads/2023/07/shape_11zon.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
	width: calc(50vw - (1152px / 4) - 50px);
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
	z-index: -1;
}

body .front-page-7 .fp7 {
    max-width: 1000px;
    margin: 0 0 0 auto;
}

body .front-page-7 .fp7 > .gb-block-layout-column-inner > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
	display: flex;
    gap: 8rem;
}

body .front-page-7 .fp7 > .gb-block-layout-column-inner > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
	flex: 1 1 34%;
    background-color: #fff;
    padding: 3rem;
    border-radius: 2rem;
    box-shadow: 0px 0px 10px 0px rgba(195, 195, 195, 0.5);
}

body .front-page-7 .fp7 > .gb-block-layout-column-inner > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
	width: 100%;
	height: 100%;
}

body .front-page-7 .fp7 > .gb-block-layout-column-inner > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type {
    flex: 1 1 calc(66% - 8rem);
}

body .front-page-7 .fp7 > .gb-block-layout-column-inner > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	gap: 5rem;
    width: 100%;
    height: 100%;
}

body .front-page-7 .fp7 > .gb-block-layout-column-inner > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type p {
	font-size: 1.5rem;
}

body .front-page-7 .fp7 > .gb-block-layout-column-inner > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type .wp-block-genesis-blocks-gb-columns .gb-block-layout-column-inner {
	gap: 1rem;
}

body.home .content > div.front-page-7 h2 {
	font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.3;
	margin: 0 0 2rem;
}

body.home .content > div.front-page-7 h3 {
	font-size: 1.8rem;
	text-transform: uppercase;
	line-height: 1.3;
	margin: 0;
}

body.home .content > div.front-page-7 p {
	font-size: 1.7rem;
    line-height: 1.6;
	margin: 0;
}

body.home .content > div.front-page-7 p strong {
	font-weight: 700;
}

body.home .content .front-page-7 .wp-block-image {
	display: flex;
	justify-content: center;
	border-radius: 0;
	box-shadow: none;
}

body.home .content .front-page-7 .wp-block-image.ten-yards img {
	width: 50%;
}

body.home .content .front-page-7 .wp-block-image.thirteen-yards img {
	width: 65%;
}

body.home .content .front-page-7 .wp-block-image.twenty-yards img {
	width: 80%;
}

body.home .content .front-page-7 .wp-block-image.thirty-yards img {
	width: 95%;
}

body .front-page-7 .fp7 > .gb-block-layout-column-inner > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type p strong {
	font-size: 2.6rem;
	font-weight: 600;
	font-family: 'Saira', sans-serif;
	line-height: 1.3;
	text-transform: uppercase;
}

body.home .content .front-page-8 .wp-block-genesis-blocks-gb-columns.image-content-box,
body.home .content .front-page-10 .wp-block-genesis-blocks-gb-columns.image-content-box {
	margin: 0;
}

body.home .content .front-page-8 .image-content-box.flipped > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type > .gb-block-layout-column-inner {
	padding: 7rem 5rem;
}

/* body.home .content .front-page-8 p {
    font-size: 3.6rem;
    font-weight: 600;
	font-family: 'Saira', sans-serif;
    line-height: 1.3;
	margin: 0 0 3rem;
	text-align: center;
	text-transform: uppercase;
} */

body .image-content-box .modal-trigger {
	background: transparent;
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 0;
	outline: none;
	z-index: 1;
}

body .image-content-box .modal-trigger:before {
	content: '\f144';
	display: none;
	font-weight: 400;
	font-family: 'Font Awesome 6 Pro';
}

body .image-content-box .modal-trigger:after {
	content: '';
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

body.home .content .image-content-box .modal-trigger svg,
body .entry-content .image-content-box .modal-trigger svg {
    aspect-ratio: 1 / 1;
    position: relative;
    width: 25%;
    height: auto;
    margin: 0;
	opacity: 0.8;
	transition: 0.25s ease-in-out opacity;
    z-index: 3;
}

body.home .content .image-content-box .modal-trigger:hover svg,
body .entry-content .image-content-box .modal-trigger:hover svg {
	opacity: 1;
}

body .modal[id*="moveJunkVideo"] {
    z-index: 9999999999;
}

body .modal-backdrop {
	background: rgba(0, 0, 0, 0.8);
}

body .modal-backdrop.show {
	opacity: 1;
}

body .modal[id*="moveJunkVideo"] .modal-dialog {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-width: 85vw;
	height: 100%;
	margin: 0 auto;
	transform: none;
	overflow: hidden;
}

body .modal[id*="moveJunkVideo"] .modal-content {
	background: transparent;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 85vh;
	margin: 0 auto;
}

body .modal[id*="moveJunkVideo"] .modal-header {
	position: fixed;
	justify-content: flex-end;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	padding: 2vw;
}

body .modal[id*="moveJunkVideo"] .modal-header .btn-close {
	background: none;
	position: relative;
	display: block;
	height: fit-content;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	pointer-events: all;
	cursor: pointer;
	outline: none;
	z-index: 2;
}

body .modal[id*="moveJunkVideo"] .modal-header .btn-close:before {
	content: '\f00d';
	display: none;
	font-weight: 900;
	font-family: 'Font Awesome 6 Pro';
}

body .modal[id*="moveJunkVideo"] .modal-header .btn-close svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	color: #fff;
	opacity: 0.8;
	transition: 0.25s ease-in-out opacity;
}

body .modal[id*="moveJunkVideo"] .modal-header .btn-close:hover svg {
	opacity: 1;
}

body .modal[id*="moveJunkVideo"] .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0;
}

body .modal[id*="moveJunkVideo"] .modal-body iframe {
	aspect-ratio: 16 / 9;
	display: block;
	width: 100%;
	height: auto;
}

body.home .content > div.front-page-9 {
	background-position: center center;
	background-color: transparent !important;
}

body.home .content > div.front-page-9:before {
	background-color: #f4e244;
    background-image: linear-gradient(270deg, #f4e244 0%, #f4e244 46%);
    opacity: 0.94;
}

body .front-page-9 .gb-layout-column-wrap .gb-layout-column-wrap,
body .entry-content .wp-block-genesis-blocks-gb-columns.service-areas-section .gb-layout-column-wrap .gb-layout-column-wrap {
	gap: 5rem;
}

body .entry-content .wp-block-genesis-blocks-gb-columns.service-areas-section .gb-layout-column-wrap .gb-layout-column-wrap {
	margin: 4rem 0 0;
}

body .front-page-9 .gb-layout-column-wrap .gb-layout-column-wrap .gb-block-layout-column-inner,
body .entry-content .wp-block-genesis-blocks-gb-columns.service-areas-section .gb-layout-column-wrap .gb-layout-column-wrap .gb-block-layout-column-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
}

body.home .content .front-page-9 h2 {
	text-align: left;
}

body.home .content .front-page-9 .wp-block-image,
body .entry-content .wp-block-genesis-blocks-gb-columns.service-areas-section .wp-block-image {
    border-radius: 0;
    box-shadow: none;
}

body.home .content .front-page-9 .move-junk-button {
	display: none;
	margin: 1rem 0 0;
}

body .geo-page-list {
	margin: 1rem 0 0;
}

body .entry-content ol > li {
	list-style-type: decimal;
}

body .entry-content ol ol li,
body .entry-content ol ul li {
	list-style-type: lower-alpha;
}

body.home .content .geo-page-list ul,
body .entry-content .geo-page-list ul {
	column-count: 4;
	gap: 6rem;
	margin: 0;
	text-align: left;
}

body.home .content .geo-page-list ul li,
body .entry-content .geo-page-list ul li {
	list-style-type: none;
	display: flex;
	gap: 1.2rem;
	color: #000;
	font-size: 1.7rem;
	font-family: 'Saira', sans-serif;
	margin: 0 0 2rem;
}

body.home .content .geo-page-list ul li:before,
body .entry-content .geo-page-list ul li:before {
	content: '\f138';
	display: none;
	font-weight: 900;
	font-family: 'Font Awesome 6 Pro';
}

body.home .content .geo-page-list ul li a,
body .entry-content .geo-page-list ul li a {
	color: #000;
	font-size: 1.7rem;
	font-weight: 500;
	font-family: 'Saira', sans-serif;
	padding: 0 0 0.4rem;
	border-bottom: 2px solid;
}

body.home .content .geo-page-list ul li a:hover,
body .entry-content .geo-page-list ul li a:hover {
	opacity: 0.77;
}

body.home .content .geo-page-list ul li svg,
body .entry-content .geo-page-list ul li svg {
	width: 1.4rem;
	height: 1.4rem;
	margin: 0.45rem 0 0;
}

body.home .content .front-page-10 .image-content-box .wp-block-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

body.home .content .front-page-10 .image-content-box .wp-block-image img {
	object-fit: contain;
	max-height: 250px;
}

body.home .content .front-page-10 .image-content-box:not(.flipped) > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type > .gb-block-layout-column-inner {
	width: 100%;
}

body.home .content .front-page-10 h2 {
	position: relative;
	font-size: 4.8rem;
	font-weight: 500;
	margin: 0 0 1rem;
	text-transform: none;
	z-index: 1;
}

body.home .content .front-page-10 h2 strong {
	position: relative;
	display: block;
	color: var(--move-junk-blue);
	font-size: 7rem;
	font-weight: 700;
	line-height: 1;
	z-index: -1;
}

body.home .content .front-page-10 p {
	font-size: 1.5rem;
	font-weight: 600;
	font-style: italic;
}

/* Single Pages */

body.page .content-sidebar-wrap,
body.page .content-sidebar-wrap > .content {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

body.page .content-sidebar-wrap > .content:before {
    display: none;
}

body .header-section {
	background-position: center center;
	padding: 9rem 0 10rem;
}

body .entry-content > .wp-block-genesis-blocks-gb-columns.aligncenter {
	margin: 0;
}

body .header-section > .gb-layout-column-wrap,
body .entry-content > .wp-block-genesis-blocks-gb-columns:not(.header-section) > .gb-layout-column-wrap {
    width: 88%;
    max-width: 1152px;
    margin: 0 auto;
}

body .entry-content > .wp-block-genesis-blocks-gb-columns:not(.header-section) > .gb-layout-column-wrap {
	padding: 10rem 0;
}

body .entry-content > .wp-block-genesis-blocks-gb-columns.no-padding-top > .gb-layout-column-wrap {
	padding-top: 0;
}

body .entry-content > .wp-block-genesis-blocks-gb-columns.no-padding-bottom > .gb-layout-column-wrap {
	padding-bottom: 0;
}

body .entry-content .wp-block-genesis-blocks-gb-columns:not(.one-column) > .gb-layout-column-wrap {
	gap: 7rem;
}

body .entry-content .wp-block-genesis-blocks-gb-columns.benefits-section > .gb-layout-column-wrap {
    gap: 6rem;
}

body .entry-content > .wp-block-genesis-blocks-gb-columns.cta-section > .gb-layout-column-wrap {
    max-width: 786px;
    text-align: center;
}

body .entry-content > .wp-block-genesis-blocks-gb-columns:not(.one-column):not(.align-normal) > .gb-layout-column-wrap > .gb-block-layout-column,
body .entry-content .wp-block-genesis-blocks-gb-columns.align-center:not(.align-normal) > .gb-layout-column-wrap > .gb-block-layout-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body .entry-content .gb-block-layout-column.full-height > .gb-block-layout-column-inner,
body .entry-content .gb-block-layout-column.full-height .wp-block-image,
body .entry-content .gb-block-layout-column.full-height .wp-block-image img {
    width: 100%;
    height: 100%;
}

body .entry-content .gb-block-layout-column.full-height .wp-block-image img {
	object-fit: cover;
	object-position: center center;
}

body .entry-content .top-section h1,
body .entry-content .top-section h1 strong {
	font-size: 4.2rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 2rem;
}

body .entry-content .top-section p {
	margin: 0 0 3.25rem;
}

body .top-section .wp-block-genesis-blocks-gb-columns.header-ctas > .gb-layout-column-wrap {
	display: flex;
    flex-wrap: wrap-reverse;
    width: fit-content;
    row-gap: 3rem;
    column-gap: 5rem
}

body .top-section .wp-block-genesis-blocks-gb-columns.header-ctas > .gb-layout-column-wrap > .gb-block-layout-column,
body .entry-content .top-section .move-junk-button {
	width: fit-content;
}

body .top-section .wp-block-genesis-blocks-gb-columns.header-ctas > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type {
    display: flex;
    align-items: center;
}

body.page .header-section h1 {
	max-width: 650px;
}

body .header-section h1 strong {
	color: var(--move-junk-blue);
}

body .header-section h1,
body .header-section h1 strong,
body .hero-section h1,
body .hero-section h1 strong {
	color: #fff;
	font-size: 5.2rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.27);
}

body .header-section h1 strong {
	color:var(--move-junk-yellow);
}

body .header-section .move-junk-button {
	margin: 2rem 0 0;
}

/* body .entry-content .top-section .gform_wrapper {
	width: 86%;
	max-width: 450px;
	margin-left: auto;
}

body .entry-content .top-section .gform_wrapper textarea {
	max-height: 150px;
} */

body .image-grid-container .image-grid {
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-template-columns: repeat(2, 1fr);
	gap: 1.2rem;
}

body .wp-block-genesis-blocks-gb-columns:not(.one-column) > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type .image-grid-container .image-grid {
	transform: translateX(15%);
}

body .image-grid-container .image-grid .image-grid--top {
	grid-row: 1;
	grid-column: 1;
}

body .image-grid-container .image-grid .image-grid--bottom {
	grid-row: 2;
	grid-column: 1;
}

body .image-grid-container .image-grid .image-grid--right {
	grid-row: 1 / span 2;
	grid-column: 2;
	position: relative;
	display: flex;
	align-items: center;
}

body .image-grid-container .image-grid .image-grid--right-box {
	background-color: #fff;
	width: 102%;
	height: 52%;
	top: auto;
	border-radius: 10px;
	transform: translate(-32%, -2rem);
}

body .entry-content .cta-section .image-grid-container .image-grid .image-grid--right-box {
	background-color: #f5f5f5;
}

body .image-grid-container .image-grid .image-grid--right-box-inner {
	background-color: var(--move-junk-green);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(100% - 2.4rem);
	height: calc(100% - 2.4rem);
	margin: 1.2rem;
	border-radius: 10px;
}

body .image-grid-container .image-grid .image-grid--right-box-inner > * {
	flex: 1;
}

body .image-grid-container .image-grid .image-grid--right-box-number {
	background-color: #005600;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34%;
	height: 100%;
	margin: 0 0 1.5rem;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	overflow: hidden;
}

body .image-grid-container .image-grid .image-grid--right-box-number p {
	color: #fff;
	font-size: 3.5rem;
	font-weight: 700;
	font-family: 'Saira', sans-serif;
	line-height: 1;
	margin: 0.5rem 0 0;
	text-align: center;
}

body .image-grid-container .image-grid .image-grid--right-box-text {
	width: 80%;
	height: 100%;
}

body .image-grid-container .image-grid .image-grid--right-box-text p {
	color: #fff;
	font-size: 1.9rem;
	font-weight: 700;
	font-family: 'Saira', sans-serif;
	line-height: 1.4;
	margin: 0.5rem 0 0;
	text-align: center;
}

body .image-grid-container .image-grid img {
	aspect-ratio: 11 / 8;
	object-fit: cover;
	object-position: center center;
	border-radius: 10px;
}

body .image-grid-container .image-grid .image-grid--bottom img {
	transform: translateX(2rem);
}

body .entry-content p.heavier {
	font-weight: 500;
}

body .entry-content p.no-margin {
	margin: 0;
}

body .entry-content p.image-figure {
	font-weight: 700;
	margin: 3rem 0 2rem;
}

body .entry-content p.heading-tagline {
	color: var(--move-junk-green);
	font-size: 1.8rem;
	font-weight: 600;
	font-family: 'Saira', Sans-serif;
	line-height: 1.3;
	margin: 0 0 1.2rem;
	text-transform: uppercase;
}

body.home .content h2,
body .entry-content h2 {
	color: #000;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 2rem;
	padding: 0;
	text-transform: uppercase;
	outline: none;
}

body.home .content h2.more-margin,
body .entry-content h2.more-margin {
	margin: 0 0 4rem;
}

body.home .content h3,
body .entry-content h3 {
	color: #000;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 2rem;
	padding: 0;
}

body.home .content h4,
body .entry-content h4 {
	color: #000;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 2rem;
	padding: 0;
}

body.home .content p,
body.home .content li,
body .entry-content p,
body .entry-content li {
	color: #000;
	font-size: 1.9rem;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 2.5rem;
}

body .entry-content > *:first-child {
	margin-top: 0;
}

body .entry-content > *:last-child {
	margin-bottom: 0;
}

body.home .content p a:not(.button),
body .entry-content p a:not(.button) {
	color: var(--move-junk-blue);
	font-weight: 700;
	box-shadow: none;
	filter: brightness(0.65);
}

body.home .content p a:not(.button):hover,
body .entry-content p a:not(.button):hover {
	filter: none;
}

body.home .content .gb-block-layout-column-inner p:last-child,
body.home .content .gb-block-layout-column-inner ul:last-child,
body .entry-content .gb-block-layout-column-inner p:last-child,
body .entry-content .gb-block-layout-column-inner ul:last-child {
	margin-bottom: 0;
}

body.home .content ul,
body .entry-content ul {
	margin-bottom: 2.5rem;
	margin-left: 4rem;
}

body .entry-content ul.trash-list,
body .entry-content ul.check-list {
	margin-left: 0;
}

body.home .content li,
body .entry-content li {
	list-style-type: disc;
	line-height: 1.3;
	margin: 0 0 1rem;
}

body .entry-content ul.trash-list li,
body .entry-content ul.check-list li {
	display: flex;
	gap: 1.2rem;
}

body .entry-content ul.trash-list li:before,
body .entry-content ul.check-list li:before {
	content: '\f2ed';
	display: none;
	font-weight: 900;
	font-family: 'Font Awesome 6 Pro';
}

body .entry-content ul.check-list li:before {
	content: '\f00c';
}

body .entry-content ul.trash-list li svg,
body .entry-content ul.check-list li svg {
	color: var(--move-junk-green);
	width: 1.8rem;
	height: 1.8rem;
	margin: 0.25rem 0 0;
}

body .entry-content ul.check-list li svg {
	font-size: 2.2rem;
	width: 2.2rem;
	height: 2.2rem;
}

body .entry-content .icon-list-container {
	margin: 3rem 0 0;
}

body .entry-content .icon-list-container ul.icon-list {
	margin-left: 0;
}

body .entry-content .icon-list-container ul.icon-list li.icon-list--item {
	display: flex;
	align-items: center;
	gap: 3rem;
	margin: 0 0 2.5rem;
}

body .entry-content .icon-list-container ul.icon-list li.icon-list--item:last-of-type {
	margin: 0;
}

body .entry-content .icon-list-container ul.icon-list li.icon-list--item .icon-list--item-icon {
	flex: 1 1 10%;
}

body .entry-content .icon-list-container ul.icon-list li.icon-list--item .icon-list--item-icon svg {
	aspect-ratio: 1 / 1;
	width: auto;
	height: 100%;
	color: var(--move-junk-green);
	margin: 0;
}

body .entry-content .icon-list-container ul.icon-list li.icon-list--item .icon-list--item-text {
	flex: 1 1 calc(90% - 3rem);
}

body.home .content .wp-block-image,
body .entry-content .wp-block-image {
	margin: 0;
	border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

body.home .content .wp-block-image img,
body .entry-content .wp-block-image img	{
	width: 100%;
    height: auto;
}

body .entry-content .wp-block-image.no-border {
	border-radius: 0;
	box-shadow: none;
}

body .entry-content .wp-block-image.autosized img {
    aspect-ratio: 13.75 / 9;
    object-fit: cover;
}

body .entry-content .wp-block-image.hover-shrink {
	transition: 0.25s ease-in-out transform;
}

body .entry-content .wp-block-image.hover-shrink:hover {
	transform: scale(0.9);
}

body .entry-content iframe {
	border: none;
	border-radius: 10px;
	overflow: visible;
}

body.home .content .move-junk-button,
body .entry-content .move-junk-button {
	height: fit-content;
}

body .wp-block-genesis-blocks-gb-columns.about-us-boxes,
body .wp-block-genesis-blocks-gb-columns.benefits-section {
	margin: 4.5rem 0 0;
	text-align: center;
	overflow: visible;
}

body .wp-block-genesis-blocks-gb-columns.split-content-section .wp-block-genesis-blocks-gb-columns {
	margin: 6rem 0 0;
}

body .entry-content .wp-block-genesis-blocks-gb-columns.about-us-boxes > .gb-layout-column-wrap {
    gap: 2.4rem;
}

body .wp-block-genesis-blocks-gb-columns.about-us-boxes > .gb-layout-column-wrap > .gb-block-layout-column {
    display: block;
}

body .entry-content .wp-block-genesis-blocks-gb-columns.junk-boxes > .gb-layout-column-wrap {
    gap: 6rem;
}

body .wp-block-genesis-blocks-gb-columns.junk-boxes > .gb-layout-column-wrap > .gb-block-layout-column {
    position: relative;
	margin: 0 0 6.1rem;
	padding: 6.4rem 7rem 4rem;
    z-index: 1;
}

body .wp-block-genesis-blocks-gb-columns.junk-boxes > .gb-layout-column-wrap > .gb-block-layout-column:before,
body .wp-block-genesis-blocks-gb-columns.junk-boxes > .gb-layout-column-wrap > .gb-block-layout-column:after {
    content: '';
    background-image: url(/wp-content/themes/movejunk/assets/images/trash-bin-wheel.jpg);
	background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 10%;
    height: 10%;
    bottom: -3.2rem;
    left: 25%;
	filter: grayscale(1);
    z-index: -1;
}

body .wp-block-genesis-blocks-gb-columns.junk-boxes > .gb-layout-column-wrap > .gb-block-layout-column:after {
	left: auto;
    right: 25%;
    transform: rotateY(180deg);
}

body .wp-block-genesis-blocks-gb-columns.about-us-boxes > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner,
body .entry-content .contact-boxes .contact-box,
body .wp-block-genesis-blocks-gb-columns.junk-boxes > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
	background-color: transparent;
    width: 100%;
    height: 100%;
	padding: 3rem;
	text-align: center;
	border-radius: 1rem;
	transition: 0.25s ease-in-out all;
}

body .wp-block-genesis-blocks-gb-columns.junk-boxes > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
	position: relative;
	padding: 0;
	filter: drop-shadow(0px 3px 17px rgba(0, 0, 0, 0.17));
	z-index: 2;
}

body .wp-block-genesis-blocks-gb-columns.junk-boxes > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner:before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: calc(100% + 14rem);
    height: 2.4rem;
    top: -6.4rem;
    left: -7rem;
    border-radius: 50px;
    box-shadow: 0px 4px 17px -5px rgba(0, 0, 0, 0.27);
    z-index: 3;
}

body .wp-block-genesis-blocks-gb-columns.junk-boxes > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner:after {
    content: '';
    background-color: #fff;
    position: absolute;
	width: calc(100% + 12rem);
    height: calc(100% + 8rem);
    top: -4rem;
    left: -6rem;
    background-color: #fff;
    clip-path: url('#moveJunkTrashBin');
    z-index: -1;
}

body .entry-content .contact-boxes .contact-box {
	background-color: #fff;
    border: 1.5px solid var(--move-junk-blue);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	transition: 0.25s ease-in-out all;
}

body .entry-content .contact-boxes .contact-box:not(:first-of-type) {
	margin: 6rem 0 0;
}

body .entry-content .contact-boxes .contact-box:hover {
    border-color: var(--move-junk-green);
}

body .wp-block-genesis-blocks-gb-columns.about-us-boxes > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner:hover {
	background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

body .wp-block-genesis-blocks-gb-columns.about-us-boxes p,
body .wp-block-genesis-blocks-gb-columns.benefits-section h3,
body .entry-content .contact-boxes h3,
body .wp-block-genesis-blocks-gb-columns.junk-boxes h3 {
	font-size: 1.9rem;
	font-weight: 600;
	font-family: 'Saira', Sans-serif;
	line-height: 1.3;
	text-align: center;
}

body .wp-block-genesis-blocks-gb-columns.benefits-section p,
body .entry-content .contact-boxes p,
body .wp-block-genesis-blocks-gb-columns.junk-boxes p {
	font-size: 1.7rem;
}

body .entry-content .contact-boxes h3 {
	font-size: 2.9rem;
}

body .wp-block-genesis-blocks-gb-columns.junk-boxes h3 {
	font-size: 2rem;
	margin: 0 0 1rem;
}

body .wp-block-genesis-blocks-gb-columns.junk-boxes p {
	font-weight: 500;
	line-height: 1.5;
}

body.home .content svg,
body .entry-content svg {
	width: 60px;
	height: 60px;
	margin: 0 0 1.5rem;
	transition: 0.25s ease-in-out all;
}

body.home .content .move-junk-button svg,
body .entry-content .move-junk-button svg {
	width: 1.8rem;
	height: 1.8rem;
	margin: 0;
	transition: none;
}

body.home .content .move-junk-button a.button.no-bg,
body .entry-content .move-junk-button a.button.no-bg {
    background-color: transparent;
    padding: 0;
    border: none;
	box-shadow: none;
}

body.home .content .move-junk-button a.button.no-bg:hover,
body .entry-content .move-junk-button a.button.no-bg:hover {
	color: #000;
	opacity: 0.7;
}

body .wp-block-genesis-blocks-gb-columns.benefits-section svg:hover {
	transform: none;
	animation-name: move-junk-pulse;
	animation-duration: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

body .wp-block-genesis-blocks-gb-columns.junk-boxes svg {
	margin: 0 0 0.75rem;
}

body .wp-block-genesis-blocks-gb-columns.about-us-boxes > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner:hover svg {
	transform: translateY(-10%);
}

body.home .content svg .fa-primary,
body .entry-content svg .fa-primary {
	fill: var(--move-junk-green);
}

body.home .content svg .fa-secondary,
body .entry-content svg .fa-secondary {
	fill: var(--move-junk-blue);
}

body .entry-content .contact-boxes p {
	font-weight: 500;
}

body .entry-content .contact-boxes .move-junk-button {
	width: 100%;
	align-items: center;
}

body .wp-block-genesis-blocks-gb-columns.video-boxes .gb-layout-column-wrap .gb-layout-column-wrap {
	gap: 3rem;
	margin: 3rem 0 0;
}

body .info-boxes > .gb-layout-column-wrap > .gb-block-layout-column {
    padding: 4rem;
    border-radius: 2rem;
    box-shadow: 0px 0px 10px rgba(195, 195, 195, 0.5);
    overflow: hidden;
}

body .info-boxes > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 3rem;
	width: 100%;
	height: 100%;
}

body .info-boxes .wp-block-image {
	border-radius: 0;
    box-shadow: none;
}

body.home .content .wp-block-genesis-blocks-gb-columns.image-content-box,
body .entry-content .wp-block-genesis-blocks-gb-columns.image-content-box {
	position: relative;
	margin: 4rem 0 0;
	z-index: 1;
}

body.home .content .wp-block-genesis-blocks-gb-columns.image-content-box.no-margin,
body .entry-content .wp-block-genesis-blocks-gb-columns.image-content-box.no-margin {
	margin: 0;
}

body.home .content .wp-block-genesis-blocks-gb-columns.image-content-box.translated:before,
body .entry-content .wp-block-genesis-blocks-gb-columns.image-content-box.translated:before {
	content: '';
	background-color: #fff;
	position: absolute;
	display: block;
	width: 200vw;
	height: 50%;
	top: auto;
	bottom: 0;
	left: -100vw;
	z-index: -1;
}

body.home .content .wp-block-genesis-blocks-gb-columns.image-content-box > .gb-layout-column-wrap,
body .entry-content .wp-block-genesis-blocks-gb-columns.image-content-box > .gb-layout-column-wrap {
	background-color: #fff;
	gap: 0;
	width: 100%;
	height: 100%;
	border-radius: 2rem;
	box-shadow: 0px 0px 10px 0px rgba(191.25, 191.25, 191.25, 0.5);
	overflow: hidden;
}

body .image-content-box > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
	width: 100%;
	height: 100%;
}

body .image-content-box:not(.flipped) > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type > .gb-block-layout-column-inner,
body .image-content-box.flipped > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type > .gb-block-layout-column-inner {
	display: flex;
    flex-direction: column;
    justify-content: center;
	width: fit-content;
	margin: 0 auto;
    padding: 5rem;
}

body .image-content-box .carousel,
body .image-content-box .carousel-inner,
body .image-content-box .carousel-item,
body .image-content-box .carousel img {
	width: 100%;
	height: 100%;
}

body .image-content-box .carousel {
	position: absolute;
}

body .image-content-box .carousel img {
	animation: move-junk-zoom 10s forwards;
	object-fit: cover;
	object-position: center center;
}

body.home .content .image-content-box .wp-block-image,
body .entry-content .image-content-box .wp-block-image {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 0;
    box-shadow: none;
}

body.home .content .image-content-box .wp-block-image img,
body .entry-content .image-content-box .wp-block-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

@keyframes move-junk-zoom {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

body .gform_wrapper .gform_required_legend {
    display: none;
}

body .gform_wrapper .gfield_label {
    align-items: center;
    font-size: 1.8rem;
    font-family: 'Saira', sans-erif;
    margin: 0 0 1rem;
}

body .gform_wrapper .gfield_label .gfield_required {
	font-size: 1.8rem;
	font-weight: 600;
}

body .gform_wrapper .gform_body .gform_fields {
	row-gap: 3rem;
}

body .entry-content .spending-calculator .spending-calculator--input input,
body .gform_wrapper .gform_body input,
body .gform_wrapper .gform_body select,
body .gform_wrapper .gform_body textarea {
	height: fit-content;
	line-height: 1.7;
	margin: 0;
	padding: 8px 15px !important;
	border: 1.5px solid #999;
	border-radius: 3px;
	box-shadow: none;
	outline: none;
	transition: 0.25s ease-in-out all;
}

body .entry-content .spending-calculator .spending-calculator--input input {
	max-width: 200px;
}

body .entry-content .spending-calculator .spending-calculator--input input:focus,
body .gform_wrapper .gform_body input:focus,
body .gform_wrapper .gform_body select:focus,
body .gform_wrapper .gform_body textarea:focus {
	border-color: var(--move-junk-blue);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.17);
}

body .gform_wrapper .gform_body .ginput_container .gfield_description {
	color: #000;
}

body .gform_wrapper .gform_body .ginput_container .gform_drop_area {
	border: 1.5px dashed #999;
	color: #000;
}

body .gform_wrapper .gform_body .ginput_container .gform_drop_area:before {
	color: var(--move-junk-green);
}

body .gform_wrapper .gform_footer {
	margin: 4rem 0 0;
}

body .wp-block-genesis-blocks-gb-columns.stacked-services-section .wp-block-genesis-blocks-gb-columns {
	margin: 8rem 0 0;
	padding: 8rem 0 0;
	border-top: 2px solid #ccc;
}

body .wp-block-genesis-blocks-gb-columns.stacked-services-section.with-bottom-border .wp-block-genesis-blocks-gb-columns:last-of-type {
	margin-bottom: 8rem;
	padding-bottom: 8rem;
	border-bottom: 2px solid #ccc;
}

body .wp-block-genesis-blocks-gb-columns.stacked-services-section .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

body .wp-block-genesis-blocks-gb-columns.stacked-services-section .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type > .gb-block-layout-column-inner {
	flex-direction: row;
	align-items: center;
}

body .wp-block-genesis-blocks-gb-columns.stacked-services-section h3 {
	margin: 0 0 1rem;
}

body .wp-block-genesis-blocks-gb-columns.stacked-services-section svg {
	width: 6rem;
	height: 6rem;
	color: var(--move-junk-green);
	margin: 0;
	padding: 5rem;
	border: 3px solid;
	border-radius: 50%;
}

body .entry-content > .wp-block-genesis-blocks-gb-columns.dumpster-section {
	position: relative;
	z-index: 1;
}

body .entry-content > .wp-block-genesis-blocks-gb-columns.dumpster-section:before {
	content: '';
	background-color: var(--move-junk-yellow);
	position: absolute;
	display: block;
	width: 100%;
	height: calc(50% - 7rem);
	top: 0;
	left: 0;
	z-index: 2;
}

body .entry-content > .wp-block-genesis-blocks-gb-columns.dumpster-section > .gb-layout-column-wrap {
	position: relative;
	width: 100%;
	max-width: calc(100% - 4rem);
    padding: 7rem 0 0;
	z-index: 3;
}

body .wp-block-genesis-blocks-gb-columns.dumpster-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    gap: 2rem;
}

body .dumpster-section .dumpster-info-box {
	flex: 1;
	background-color: #fff;
	padding: 4rem;
	border: 1px solid #ccc;
	border-radius: 1rem;
	box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.2);
}

body .dumpster-section .dumpster-info-box .dumpster-info-box--title {
	margin: 0 0 1.5rem;
}

body .dumpster-section .dumpster-info-box .dumpster-info-box--title h3 {
	font-size: 2rem;
	text-align: center;
	margin: 0;
}

body .dumpster-section .dumpster-info-box .dumpster-info-box--image img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto 1.5rem;
}

body .dumpster-section .dumpster-info-box .dumpster-info-box--image p {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	text-align: center;
}

body .dumpster-section .dumpster-info-box .dumpster-info-box--capacity {
	margin: 3rem -4rem;
	padding: 2rem 4rem;
	border: 1px solid #eceef1;
}

body .dumpster-section .dumpster-info-box .dumpster-info-box--capacity h4 {
	font-size: 1.8rem;
	margin: 0 0 0.75rem;
	text-align: center;
}

body .dumpster-section .dumpster-info-box .dumpster-info-box--capacity p {
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0;
	text-align: center;
}

body .dumpster-section .dumpster-info-box .dumpster-info-box--capacity p.ton-capacity {
	font-size: 1.3rem;
}

body .dumpster-section .dumpster-info-box .dumpster-info-box--benefits h4 {
	font-size: 1.8rem;
	margin: 0 0 0.75rem;
}

body .dumpster-section .dumpster-info-box .dumpster-info-box--benefits ul {
	margin: 0 0 0 2.5rem;
}

body .dumpster-section .dumpster-info-box .dumpster-info-box--benefits ul li {
	font-size: 1.5rem;
}

body .dumpster-section .dumpster-info-box .dumpster-info-box--benefits ul li:last-of-type {
	margin: 0;
}

/* Blog Archive */

body.blog .content,
body.archive .content,
body.search .content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
	margin: 0;
	padding: 0;
}

body.archive .content {
	padding: 8rem 0 0;
}

body.blog .content:before,
body.archive .content:before,
body.search .content:before {
	display: none;
}

body .blog-header {
	display: flex;
	align-items: center;
	gap: 8rem;
	width: 100%;
	height: 100%;
	padding: 8rem 0 5rem;
}

body .blog-title h1 {
	margin: 0;
}

body .blog-search {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

body .blog-search .search-form,
body .move-junk-search .search-form {
	background-color: var(--move-junk-yellow);
    width: 70%;
    max-width: 450px;
	min-height: 50px;
	height: fit-content;
	overflow: hidden;
	border-radius: 3px;
}

body .move-junk-search .search-form {
	background-color: transparent;
    width: 100%;
    min-width: 300px;
	border: 1px solid #fff;
}

body .blog-search .search-form .search-form-input,
body .move-junk-search .search-form .search-form-input {
	background-color: transparent;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 1.5rem;
	font-weight: 400;
	font-family: 'Saira', sans-serif;
	margin: 0;
	padding: 0 calc(50px / 3);
    border: none;
    border-radius: 0;
	box-shadow: none;
	outline: none;
}

body .move-junk-search .search-form .search-form-input {
	color: #fff;
}

body .blog-search .search-form .search-form-input::-webkit-input-placeholder {
	color: #777;
}

body .blog-search .search-form .search-form-input::-moz-placeholder {
	color: #777;
}

body .blog-search .search-form .search-form-input::placeholder {
	color: #777;
}

body .move-junk-search .search-form .search-form-input::-webkit-input-placeholder {
	color: #bbb;
}

body .move-junk-search .search-form .search-form-input::-moz-placeholder {
	color: #bbb;
}

body .move-junk-search .search-form .search-form-input::placeholder {
	color: #bbb;
}


body .blog-search .search-form .search-form-submit--container,
body .move-junk-search .search-form .search-form-submit--container {
	background-color: var(--move-junk-green);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	min-height: 50px;
}

body .move-junk-search .search-form .search-form-submit--container {
	background-color: transparent;
	border-left: 1px solid #fff;
}

body .blog-search .search-form .search-form-submit--container svg,
body .move-junk-search .search-form .search-form-submit--container svg {
	width: 1.6rem;
	height: 1.6rem;
	color: #fff;
}

body .blog-search .search-form .search-form-submit--container input,
body .move-junk-search .search-form .search-form-submit--container input {
    background: transparent;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
	transition: 0.25s ease-in-out all;
}

body .blog-search .search-form .search-form-submit--container input:hover,
body .move-junk-search .search-form .search-form-submit--container input:hover {
	background: rgba(255, 255, 255, 0.08);
}

body .move-junk-search .search-form .search-form-submit--container input:hover {
	background: rgba(255, 255, 255, 0.18);
}

@media (max-width: 650px) {
	body .move-junk-search .search-form {
		min-width: 0;
		max-width: 300px;
	}
}

body.blog .content .entry,
body.archive .content .entry,
body.search .content .entry {
	display: flex;
    flex-direction: column;
	width: 100%;
	margin: 0 auto !important;
	padding: 3.5rem 3.5rem 6rem;
	border: none;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	transition: 0.25s ease-in-out all;
}

body.blog .content .entry:hover,
body.archive .content .entry:hover,
body.search .content .entry:hover {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

body.blog .entry-image-link,
body.archive .entry-image-link,
body.search .entry-image-link {
	width: calc(100% + 7rem);
	margin: -3.5rem -3.5rem 3.5rem;
	outline: none;
}

body.blog .entry-image-link img,
body.archive .entry-image-link img,
body.search .entry-image-link img {
	aspect-ratio: 2 / 1;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

body.blog .entry-title,
body.archive .entry-title,
body.search .entry-title {
	margin: 0 0 2rem;
}

body.blog .entry-title a,
body.archive .entry-title a,
body.search .entry-title a {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.3;
	outline: none;
}

body.blog .entry-title a:hover,
body.archive .entry-title a:hover,
body.search .entry-title a:hover {
	color: var(--move-junk-green);
	filter: brightness(0.88);
}

body.blog .entry-meta,
body.archive .entry-meta,
body.search .entry-meta {
	color: #777;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 2rem;
}

body.blog .entry .entry-content,
body.archive .entry .entry-content,
body.search .entry .entry-content {
	display: block;
	width: 100%;
	height: 100%;
}

body .entry-excerpt {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2.4rem;
	width: 100%;
	height: 100%;
}

body .entry-excerpt .entry-excerpt--description p {
	font-size: 1.7rem;
	line-height: 1.7;
	margin: 0;
}

body .entry-excerpt .entry-excerpt--cta p {
	margin: 0;
}

body .entry-excerpt .entry-excerpt--cta p a {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	width: fit-content;
	color: var(--move-junk-green);
	font-size: 1.7rem;
	font-weight: 600;
	font-family: 'Saira', sans-serif;
	line-height: 1;
	filter: none;
	outline: none;
}

body .entry-excerpt .entry-excerpt--cta p a:hover {
	gap: 1.2rem;
	color: var(--move-junk-green);
	filter: brightness(0.88);
}

body .entry-excerpt .entry-excerpt--cta p a svg {
	width: 1.7rem;
	height: 1.7rem;
	margin: 0;
}

body .content .blog-pagination {
	grid-column: 1 / span 3;
	padding: 3rem 0 6rem;
}

body .content .blog-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3.6rem;
}

body .content .blog-pagination ul li {
	margin: 0;
}

body .content .blog-pagination ul li a,
body .content .blog-pagination ul li span {
	background: none;
	color: var(--move-junk-accent);
	font-size: 2rem;
	font-weight: 500;
	font-family: 'Saira', sans-serif;
	line-height: 1;
	text-align: center;
	padding: 0;
	outline: none;
}

body .content .blog-pagination ul li a:hover {
	color: #000;
}

body .content .blog-pagination ul li span {
	color: #000;
	pointer-events: none;
	cursor: default;
}

/* 404 Page */

body.error404 .content {
	max-width: 760px;
	margin: 0 auto;
	padding: 8rem 0;
	text-align: center;
}

body.error404 .content:before {
	display: none;
}

body.error404 .content > .error404-page {
    width: 100%;
}

body.error404 .error404-page-header--tagline p {
	color: var(--move-junk-green);
	font-size: 1.8rem;
	font-weight: 600;
	font-family: 'Saira', Sans-serif;
	line-height: 1.3;
	margin: 0 0 2rem;
	text-transform: uppercase;
}

body.error404 .error404-page-header--copy h1 {
	font-size: 15rem;
	line-height: 1;
	margin: 0 0 3rem;
}

body.error404 .error404-page-content--copy p {
	line-height: 1.7;
	margin: 0 0 4rem;
}

body.error404 .error404-page-content--copy p strong:first-of-type {
	font-weight: 700;
	margin-right: 0.25rem;
}

body.error404 .error404-page-content--ctas {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	row-gap: 3rem;
	column-gap: 4rem;
	margin: 0 0 3rem;
}

/* Single Posts */

body.single .header-section,
body.single .hero-section {
	background-size: cover;
	padding: 8rem 0;
	position: relative;
	z-index: 1;
}

body.single .header-section:before,
body.single .hero-section:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

body.single .header-section > .wrap,
body.single .hero-section > .wrap {
	position: relative;
	max-width: 960px;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 3;
}

body.single .header-section h1,
body.single .hero-section h1 {
	text-align: center;
}

body.single .entry-content h2,
body.single .entry-content h3,
body.single .entry-content h4 {
	margin: 4rem 0 1rem;
}

body.single .header-section .entry-meta,
body.single .hero-section .entry-meta {
	margin: 2.5rem 0 0;
}

body.single .header-section .entry-meta .entry-meta--inner,
body.single .hero-section .entry-meta .entry-meta--inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	min-width: 100%;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	font-family: 'Saira', sans-serif;
	line-height: 1;
	margin: 0;
	text-align: center;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.27);
}

body.single .header-section .entry-meta .entry-meta--separator,
body.single .hero-section .entry-meta .entry-meta--separator {
	font-size: 2.2rem;
}

body.single .content-sidebar-wrap > .content {
    width: 100%;
    max-width: 786px;
    margin: 0 auto;
    padding: 8rem 0;
}

body.single .content-sidebar-wrap > .content:before {
	display: none;
}

body.single .entry-content img:not([class*="align"]) {
	float: right;
	text-align: right;
	margin: 0 0 3rem 3rem;
	border-radius: 2px;
	box-shadow: 0px 4px 12px -6px rgba(0, 0, 0, 0.35);
}

/* Geo Page */

body .entry-content .geo-page-header {
	position: relative;
	z-index: 1;
}

body .entry-content .geo-page-header:before {
	content: '';
	background-image: linear-gradient(270deg, transparent 0%, #fff 46%);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.94;
	z-index: 3;
}

body .entry-content .geo-page-header .geo-page-header--background {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}

body .entry-content .geo-page-header .geo-page-header--background img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

body .entry-content .geo-page-header .geo-page-header--inner {
	position: relative;
	display: flex;
	width: 88%;
	max-width: 1152px;
	height: 100%;
	margin: 0 auto;
	padding: 6rem 0;
	z-index: 4;
}

body .entry-content .geo-page-header .geo-page-header--inner > .wrap {
    display: flex;
    flex-direction: column;
    max-width: 45%;
    margin: 0;
}

body .entry-content .geo-page-header h1 {
	font-size: 3rem;
    font-weight: 600;
    line-height: 1.1;
	margin: 0 0 2.5rem;
}

body .entry-content .geo-page-header ul.benefits-list,
body .entry-content .geo-page-header ul.services-list {
	margin: 0 0 1rem;
}

body .entry-content .geo-page-header ul.services-list {
	margin: 0 0 2rem;
}

body .entry-content .geo-page-header ul.benefits-list li,
body .entry-content .geo-page-header ul.services-list li {
	list-style-type: none;
	display: flex;
	align-items: center;
	gap: 1.2rem;
	font-size: 1.7rem;
}

body .entry-content .geo-page-header ul.services-list li {
	color: var(--move-junk-blue);
	font-weight: 700;
}

body .entry-content .geo-page-header ul.benefits-list li:before,
body .entry-content .geo-page-header ul.services-list li:before {
	content: '\f058';
	display: none;
	font-weight: 900;
	font-family: 'Font Awesome 6 Pro';
}

body .entry-content .geo-page-header ul.services-list li:before {
	content: '\f111';
}

body .entry-content .geo-page-header ul.benefits-list li svg,
body .entry-content .geo-page-header ul.services-list li svg {
	width: 1.5rem;
	height: 1.5rem;
	color: var(--move-junk-yellow);
	margin: 0;
}

body .entry-content .geo-page-header ul.services-list li svg {
	color: var(--move-junk-blue);
}

body .geo-page-header .move-junk-button a.button {
    font-size: 1.4rem;
	margin: 0 0 2rem;
}

body .entry-content .geo-page-header p {
	font-size: 1.7rem;
	margin: 0;
}

body .entry-content .big-text-section p {
	font-size: 3.2rem;
	font-weight: 500;
	max-width: 960px;
}

body .entry-content .spending-calculator-container {
	background-color: #ebebeb;
	margin: 3rem 0;
	padding: 2.5rem;
}

body .entry-content .spending-calculator {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

body .entry-content .spending-calculator .spending-calculator--input {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 3rem;
}

body .entry-content .spending-calculator .spending-calculator--totals-item {
	display: flex;
	align-items: center;
	gap: 5rem;
	margin: 1rem 0 0;
}

body .entry-content .spending-calculator p {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0;
}

body .max-960 {
	max-width: 960px;
	margin-left: auto !important;
	margin-right: auto !important;
}

body .max-760 {
	max-width: 760px;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Media Queries */

@media (max-width: 1199px) {
	body .site-footer .site-footer-area--widgets .gb-layout-column-wrap .gb-layout-column-wrap {
		grid-template-columns: repeat(3, 1fr);
		grid-template-areas: none;
		gap: 6rem;
	}

	body .site-footer .site-footer-area--widgets .gb-layout-column-wrap .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
		grid-row: 1;
		grid-column: 1 / span 3;
	}

	body .site-footer .site-footer-area--widgets .gb-layout-column-wrap .gb-layout-column-wrap > .gb-block-layout-column:nth-of-type(2) {
		grid-row: 2;
		grid-column: 1;
	}

	body .site-footer .site-footer-area--widgets .gb-layout-column-wrap .gb-layout-column-wrap > .gb-block-layout-column:nth-last-of-type(2) {
		grid-row: 2;
		grid-column: 2;
	}

	body .site-footer .site-footer-area--widgets .gb-layout-column-wrap .gb-layout-column-wrap > .gb-block-layout-column:last-of-type {
		grid-row: 2;
		grid-column: 3;
	}

	body .site-footer .site-footer-area--widgets .gb-layout-column-wrap .gb-layout-column-wrap > .gb-block-layout-column:first-of-type > .gb-block-layout-column-inner {
		max-width: 760px;
	}

	body.home .content .geo-page-list ul,
	body .entry-content .geo-page-list ul {
		column-count: 3;
	}

	body .wp-block-genesis-blocks-gb-columns.about-us-boxes > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
		padding: 0;
		border-radius: 0;
	}

	body .wp-block-genesis-blocks-gb-columns.about-us-boxes > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner:hover {
		background-color: transparent;
		box-shadow: none;
	}

	body .wp-block-genesis-blocks-gb-columns.about-us-boxes > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner:hover svg {
		transform: none;
	}
}

@media (max-width: 1023px) {
	body .wp-block-genesis-blocks-gb-columns.junk-boxes > .gb-layout-column-wrap > .gb-block-layout-column {
		margin: 0;
		padding: 3rem;
		border-radius: 1rem;
		box-shadow: 0px 3px 17px -2px rgba(0,0, 0, 0.27);
	}

	body .wp-block-genesis-blocks-gb-columns.junk-boxes > .gb-layout-column-wrap > .gb-block-layout-column:before,
	body .wp-block-genesis-blocks-gb-columns.junk-boxes > .gb-layout-column-wrap > .gb-block-layout-column:after,
	body .wp-block-genesis-blocks-gb-columns.junk-boxes > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner:before,
	body .wp-block-genesis-blocks-gb-columns.junk-boxes > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner:after {
		display: none;
	}

	body .front-page-3 .fp3-bottom .gb-block-layout-column {
		margin: 0;
	}

	body .front-page-3 .fp3-bottom .wp-block-image {
		display: none;
	}

	body .front-page-3 .fp3-bottom .gb-block-layout-column > .gb-block-layout-column-inner {
		display: block;
	}

	body .front-page-3 .fp3-bottom .gb-block-layout-column > .gb-block-layout-column-inner svg {
		margin: 0 0 1rem;
	}

	body.home .content .front-page-8 .image-content-box.flipped > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type > .gb-block-layout-column-inner {
		padding: 5rem;
	}

	/* body.home .content .front-page-8 p {
		font-size: 2.8rem;
	} */

	body.home .content .front-page-8 .wp-block-genesis-blocks-gb-columns.image-content-box > .gb-layout-column-wrap {
		display: flex;
	}

	body.home .content .front-page-8 .wp-block-genesis-blocks-gb-columns.image-content-box > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
		flex: 3;
	}

	body.home .content .front-page-8 .wp-block-genesis-blocks-gb-columns.image-content-box > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type {
		flex: 2;
	}

	body.home .content .image-content-box .modal-trigger svg,
	body .entry-content .image-content-box .modal-trigger svg {
		width: 40%;
	}

	body .image-grid-container .image-grid {
		transform: scale(1.2) translateX(8.5%);
	}

	body .wp-block-genesis-blocks-gb-columns:not(.one-column) > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type .image-grid-container .image-grid {
		transform: scale(1.2) translateX(7.5%);
	}

	body .image-grid-container .image-grid .image-grid--right-box-number p {
		font-size: 2.4rem;
	}

	body .image-grid-container .image-grid .image-grid--right-box-text p {
		font-size: 1.6rem;
		line-height: 1.2;
		margin: 0;
		padding: 0 0 1.5rem;
	}
}

@media (max-width: 991px) {
	body.home .geo-page-list {
		display: none;
	}

	body.home .content .front-page-9 .move-junk-button {
		display: flex;
	}

	body.blog .content,
	body.archive .content,
	body.search .content {
		grid-template-columns: repeat(2, 1fr);
	}

	body .content .blog-pagination {
		grid-column: 1 / span 2;
	}

	body .entry-content .wp-block-genesis-blocks-gb-columns.service-areas-section .gb-layout-column-wrap .gb-layout-column-wrap {
		display: flex;
		flex-direction: column;
		gap: 4rem;
	}

	body .entry-content .wp-block-genesis-blocks-gb-columns.service-areas-section img {
		max-width: 350px;
		margin: 0 auto;
	}
}

@media (max-width: 895px) {
	body .wp-block-genesis-blocks-gb-columns.junk-boxes > .gb-layout-column-wrap > .gb-block-layout-column {
		padding: 0;
		border-radius: 0;
		box-shadow: none;
	}

	body.home .content > div.front-page-7:before,
	body.home .content > div.front-page-7:after {
		display: none;
	}

	body .front-page-7 .fp7 > .gb-block-layout-column-inner > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		gap: 4rem;
	}

	body .image-grid-container .image-grid .image-grid--right-box {
		width: 106%;
		height: 56%;
		transform: translate(-36%, -2rem);
	}

	body .entry-content .wp-block-genesis-blocks-gb-columns.about-us-boxes > .gb-layout-column-wrap {
		display: flex;
		flex-wrap: wrap;
		row-gap: 8rem;
		column-gap: 5rem;
		max-width: 70%;
		margin: 0 auto;
	}

	body .wp-block-genesis-blocks-gb-columns.about-us-boxes > .gb-layout-column-wrap > .gb-block-layout-column {
		display: block;
		flex: 1 1 calc(50% - 2.5rem);
	}

	body .entry-content > .wp-block-genesis-blocks-gb-columns.dumpster-section:before {
		height: calc(25% - 7rem);
	}

	body .entry-content > .wp-block-genesis-blocks-gb-columns.dumpster-section > .gb-layout-column-wrap {
		position: relative;
		width: 88%;
	}

	body .wp-block-genesis-blocks-gb-columns.dumpster-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
		display: flex;
		flex-wrap: wrap;
		gap: 3rem;
	}

	body .dumpster-section .dumpster-info-box {
		flex: 1 1 calc(50% - 1.5rem);
	}

	body.home .content .front-page-8 .wp-block-genesis-blocks-gb-columns.image-content-box > .gb-layout-column-wrap {
		gap: 0;
	}
}

@media (max-width: 767px) {
	body.home .content p,
	body.home .content li,
	body .entry-content p,
	body .entry-content li {
		font-size: 1.8rem;
	}

	body .entry-content .has-text-align-center,
	body .entry-content .has-text-align-right {
		text-align: left;
	}

	body .entry-content .big-text-section p {
		font-size: 2.4rem;
	}

	body .site-footer .site-footer-area--widgets .gb-layout-column-wrap .gb-layout-column-wrap {
		display: flex;
		flex-direction: column;
		gap: 4rem;
	}

	body .site-footer .site-footer-area--widgets .gb-layout-column-wrap .gb-layout-column-wrap > .gb-block-layout-column:nth-of-type(2),
	body .site-footer .site-footer-area--widgets .gb-layout-column-wrap .gb-layout-column-wrap > .gb-block-layout-column:nth-last-of-type(2) {
		display: none;
	}

	body.home .content > div[class*="front-page"] {
		padding: 13rem 0;
	}

	body.home .content > div.front-page-1 {
		padding: 0;
	}

	body.home .content > div.front-page-1:before,
	body.home .front-page-1 .carousel:before {
		background-image: none;
		background-color: #000;
	}

	body.home .content .front-page-1 h1 {
    	font-size: 3.6rem;
	}

	body.home .front-page-1 .fp1-inner {
		width: 100%;
		max-width: 100%;
		padding: 6rem 5vw 16rem;
	}

	body.home .front-page-1 .carousel .carousel-indicators {
	    bottom: calc(60px + 3rem);
	}

	body.home .content > div.front-page-2 {
		padding: 3rem 0 0;
	}

	body.home .content .front-page-2 h2 {
		margin: 0 0 4rem;
		text-align: left;
	}

	body .front-page-3 .fp3-top > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type,
	body .front-page-3 .fp3-top > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type {
		flex: fit-content;
	}

	body.home .content > div.front-page-4 {
		padding-bottom: 0;
	}

	body.home .content .front-page-4 h2,
	body.home .content .front-page-4 p {
		text-align: left;
	}

	body.home .content .front-page-4 ul.services-list {
    	flex-direction: column;
		gap: 1rem;
		align-items: flex-start;
		margin: 2.5rem 0 4rem;
	}

	body.home .content .front-page-4 ul.services-list li {
		font-size: 1.8rem;
	}

	body.home .content .front-page-4 ul.services-list li:before,
	body.home .content .front-page-4 ul.services-list li:after {
		display: none;
	}

	body.home .content .front-page-4 .wp-block-genesis-blocks-gb-columns.image-content-box > .gb-layout-column-wrap:before {
		bottom: -4rem;
	}

	body.home .content .front-page-4 .wp-block-genesis-blocks-gb-columns.image-content-box > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
		border-bottom-left-radius: 0;
		border-top-right-radius: 2rem;
	}

	body.home .content .image-content-box .wp-block-image,
	body .entry-content .image-content-box .wp-block-image {
		position: relative;
	}

	body.home .content .image-content-box .wp-block-image img,
	body .entry-content .image-content-box .wp-block-image img {
		max-height: 175px;
	}

	body.home .content > div.front-page-5 {
		padding-top: 6rem;
	}

	body.home .content .front-page-5 .gb-block-layout-column-inner,
	body.home .content .front-page-5 .gb-block-layout-column-inner > h2,
	body.home .content .front-page-5 .gb-block-layout-column-inner > p,
	body .front-page-5 .gb-layout-column-wrap .gb-layout-column-wrap h3,
	body .front-page-5 .gb-layout-column-wrap .gb-layout-column-wrap p {
		text-align: left;
	}

	body .front-page-7 .fp7 > .gb-block-layout-column-inner > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type .gb-block-layout-column-inner .gb-layout-column-wrap {
		flex-direction: row;
	}

	body .front-page-7 .fp7 > .gb-block-layout-column-inner > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type p strong {
		font-size: 2rem;
	}

	body.home .content .front-page-7 .wp-block-image {
		max-height: 50px;
	}

	body.home .content .front-page-7 .wp-block-image img {
		object-fit: contain;
	}

	body.home .content .front-page-8 .wp-block-genesis-blocks-gb-columns.image-content-box {
		max-width: 400px;
		margin: 0 auto;
	}

	body .entry-content .wp-block-genesis-blocks-gb-columns.image-content-box.flipped > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type,
	body.home .content .front-page-8 .wp-block-genesis-blocks-gb-columns.image-content-box > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
		order: 2;
	}

	body .image-content-box:not(.flipped) > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type > .gb-block-layout-column-inner,
	body .image-content-box.flipped > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type > .gb-block-layout-column-inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: fit-content;
		margin: 0 auto;
		padding-top: 1rem;
	}

	/* body.home .content .front-page-8 p {
		font-size: 2.4rem;
	} */

	body.home .content .front-page-9 .fp9 .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		flex-direction: row;
	}

	body.home .content .front-page-9 .fp9 .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
		flex: 2;
	}

	body.home .content .front-page-9 .fp9 .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type {
		flex: 3;
	}

	body.home .content .image-content-box .modal-trigger svg,
	body .entry-content .image-content-box .modal-trigger svg {
	    max-height: 60%;
	}

	body .image-content-box .modal-trigger:after {
		background-color: rgba(0, 0, 0, 0.45);
	}

	body.home .content .front-page-10 h2 strong {
		font-size: inherit;
	}

	body.home .content .front-page-10 .wp-block-genesis-blocks-gb-columns.image-content-box > .gb-layout-column-wrap {
		flex-direction: row;
		justify-content: center;
	}

	body.home .content .front-page-10 .wp-block-genesis-blocks-gb-columns.image-content-box > .gb-layout-column-wrap > .gb-block-layout-column {
		width: fit-content;
		flex: 1;
	}

	body.home .content .front-page-10 .image-content-box:not(.flipped) > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type > .gb-block-layout-column-inner {
		width: fit-content;
		margin: 0;
		padding-top: 5rem;
	}

	body.home .content .front-page-10 .image-content-box .wp-block-image img {
		max-height: 140px;
	}

	body.home .content .front-page-10 h2 {
		font-size: 4.2rem;
	}

	body.home .content .geo-page-list ul,
	body .entry-content .geo-page-list ul {
		column-count: 2;
	}

	body .header-section {
		padding: 6rem 5vw;
	}

	body .header-section h1,
	body .header-section h1 strong,
	body .hero-section h1,
	body .hero-section h1 strong,
	body .entry-content .top-section h1,
	body .entry-content .top-section h1 strong {
		font-size: 3.6rem;
	}

	body .image-grid-container .image-grid,
	body .wp-block-genesis-blocks-gb-columns:not(.one-column) > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type .image-grid-container .image-grid {
		transform: translateX(8.5%);
	}

	body .image-grid-container .image-grid .image-grid--right-box-number p {
		font-size: 3.8rem;
	}

	body .image-grid-container .image-grid .image-grid--right-box-text p {
		font-size: 2rem;
		margin: 2rem 1rem;
	}
		
	body.home .content .wp-block-genesis-blocks-gb-columns:not(.one-column) > .gb-layout-column-wrap,
	body .entry-content .wp-block-genesis-blocks-gb-columns:not(.one-column) > .gb-layout-column-wrap {
		display: flex;
		flex-direction: column;
		gap: 4rem;
	}

	body .header-section > .gb-layout-column-wrap,
	body .entry-content > .wp-block-genesis-blocks-gb-columns:not(.header-section) > .gb-layout-column-wrap {
		width: 100%;
		max-width: 100%;
	}

	body .entry-content > .wp-block-genesis-blocks-gb-columns:not(.header-section) > .gb-layout-column-wrap {
		gap: 4rem;
		padding: 6rem 5vw;
	}

	body .entry-content > .wp-block-genesis-blocks-gb-columns.dumpster-section > .gb-layout-column-wrap {
		padding: 6rem 5vw 0;
	}

	body .entry-content > .wp-block-genesis-blocks-gb-columns.dumpster-section:before {
		height: calc(25% - 6rem);
	}

	body .entry-content > .wp-block-genesis-blocks-gb-columns.no-padding-bottom > .gb-layout-column-wrap {
		padding-bottom: 0;
	}

	body .entry-content .wp-block-genesis-blocks-gb-columns.about-us-boxes > .gb-layout-column-wrap {
		flex-direction: row;
		max-width: 100%;
	}

	body .entry-content > .wp-block-genesis-blocks-gb-columns.cta-section > .gb-layout-column-wrap {
		text-align: left;
	}

	body .entry-content .cta-section .move-junk-button {
		align-items: flex-start;
	}

	body .wp-block-genesis-blocks-gb-columns.split-content-section .wp-block-genesis-blocks-gb-columns {
		margin: 4rem 0 0;
	}

	body .entry-content .wp-block-genesis-blocks-gb-columns.wrap-reverse > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
		order: 2;
	}

	body .entry-content .inner-section .wp-block-image img,
	body .entry-content .wp-block-image.hover-shrink img {
		object-fit: cover;
		object-position: center 8%;
		max-height: 200px;
	}

	body .entry-content .wp-block-image.hover-shrink:hover {
		transform: none;
	}

	body .entry-content .icon-section h2,
	body .entry-content .icon-section h3,
	body .entry-content .icon-section p {
		text-align: left;
	}

	body .wp-block-genesis-blocks-gb-columns.about-us-boxes,
	body .wp-block-genesis-blocks-gb-columns.benefits-section,
	body .entry-content .contact-boxes .contact-box,
	body .wp-block-genesis-blocks-gb-columns.junk-boxes > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner,
	body .wp-block-genesis-blocks-gb-columns.benefits-section h3,
	body .entry-content .contact-boxes h3,
	body .wp-block-genesis-blocks-gb-columns.junk-boxes h3 {
		text-align: left;
	}

	body.home .content h2,
	body .entry-content h2 {
		font-size: 2.8rem;
	}

	body .top-section .wp-block-genesis-blocks-gb-columns.header-ctas > .gb-layout-column-wrap {
		flex-direction: row;
	}

	body.single .header-section,
	body.single .hero-section,
	body.single .content-sidebar-wrap > .content {
		padding: 6rem 0;
	}

	body .wp-block-genesis-blocks-gb-columns.stacked-services-section .wp-block-genesis-blocks-gb-columns {
		margin: 0;
		padding: 5rem 0 0;
		border-top: none;
	}

	body .wp-block-genesis-blocks-gb-columns.stacked-services-section.with-bottom-border .wp-block-genesis-blocks-gb-columns:last-of-type {
		margin-bottom: 0;
		padding-bottom: 5rem;
		border-bottom: 0;
	}

	body .wp-block-genesis-blocks-gb-columns.stacked-services-section .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		gap: 3rem;
	}

	body .wp-block-genesis-blocks-gb-columns.stacked-services-section .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
		display: block;
	}

	body .wp-block-genesis-blocks-gb-columns.stacked-services-section svg {
		width: 4rem;
		height: 4rem;
		padding: 4rem;
		border-width: 2.5px;
	}

	body .entry-content .contact-boxes .contact-box:not(:first-of-type) {
		margin: 4rem 0 0;
	}

	body .entry-content .contact-boxes .move-junk-button {
		align-items: flex-start;
	}
}

@media (max-width: 650px) {
	body.single .entry-content img[class*="align"],
	body.single .entry-content img:not([class*="align"]) {
		display: block;
		max-width: 50%;
	}
}

@media (max-width: 600px) {
	body .site-footer .site-footer-area--top .gb-layout-column-wrap {
		gap: 4rem;
	}

	body .site-footer .site-footer-area--top .gb-block-layout-column:last-of-type {
		justify-content: flex-start;
	}

	body .site-footer .site-footer-area--credits p,
	body .site-footer .site-footer-area--credits a {
		font-size: 1.4rem;
		text-align: left;
	}

	body .site-footer .site-footer-area--credits span.separator {
		margin: 0 0.2rem;
	}

	body.home .content .front-page-10 .wp-block-genesis-blocks-gb-columns.image-content-box > .gb-layout-column-wrap > .gb-block-layout-column {
		width: 100%;
	}

	body.home .content .front-page-10 .wp-block-genesis-blocks-gb-columns.image-content-box > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
		display: none;
	}

	body.home .content .front-page-10 .image-content-box:not(.flipped) > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type > .gb-block-layout-column-inner {
		display: flex;
		flex-direction: column;
		gap: 1rem;
		width: fit-content;
		margin: 0 auto;
	}

	body.home .content .front-page-10 h2,
	body.home .content .front-page-10 .move-junk-button {
		flex: 1;
		width: 100%;
		height: 100%;
		margin: 0;
	}

	body.blog .content,
	body.archive .content,
	body.search .content {
		grid-template-columns: none;
	}

	body.blog .content .entry,
	body.archive .content .entry,
	body.search .content .entry {
		max-width: 400px;
	}

	body .blog-header {
		flex-direction: column;
		gap: 3rem;
	}

	body .blog-search {
		justify-content: center;
	}

	body .blog-search .search-form {
		width: 100%;
		max-width: 400px;
	}

	body .content .blog-pagination {
		grid-column: 1;
	}

	body .content .blog-pagination ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}

@media (max-width: 512px) {
	body .move-junk-button a.button,
	body .site-header .site-header--inner .nav-primary ul.menu > li.menu-item.menu-cta > a,
	body .entry-content button[type="button"],
	body .entry-content .gform_wrapper.gform-theme .gform_drop_area button[type="button"],
	body .entry-content .gform_wrapper.gform-theme .gform_footer.top_label input[type="submit"] {
		font-size: 1.4rem;
	}
	
	body .site-header .site-header--inner .mobile-header-cta .move-junk-button a.button {
		font-size: 1.2rem;
		font-weight: 700;
		padding: 1rem 2rem;
	}

	body .front-page-7 .fp7 > .gb-block-layout-column-inner > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type .gb-block-layout-column-inner .gb-layout-column-wrap {
		flex-direction: column;
		gap: 4rem;
	}

	body.home .content .front-page-9 .fp9 .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		flex-direction: column;
		gap: 3rem;
	}

	body.home .content .front-page-9 .fp9 .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type,
	body.home .content .front-page-9 .fp9 .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type > .gb-block-layout-column-inner,
	body.home .content .front-page-9 .fp9 .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type,
	body.home .content .front-page-9 .fp9 .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type > .gb-block-layout-column-inner {
		display: contents;
	}

	body.home .content .front-page-9 h2 {
		order: 1;
		margin: 0;
		text-align: center;
	}

	body.home .content .front-page-9 .wp-block-group {
		order: 2;
	}

	body.home .content .front-page-9 .wp-block-image {
		display: flex;
		justify-content: center;
	}

	body.home .content .front-page-9 .wp-block-image img {
		max-width: 60%;
		height: auto;
	}

	body.home .content .front-page-9 .move-junk-button {
		order: 3;
		align-items: center;
		margin: 0;
	}

	body.home .content .front-page-10 .wp-block-genesis-blocks-gb-columns.image-content-box > .gb-layout-column-wrap {
		max-width: 400px;
		margin: 0 auto;
	}

	body .entry-content > .wp-block-genesis-blocks-gb-columns.top-section:not(.keep-all-mobile):not(.wrap-reverse) > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type:not(:only-of-type),
	body .entry-content > .wp-block-genesis-blocks-gb-columns.top-section:not(.keep-all-mobile).wrap-reverse > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type:not(:only-of-type) {
		display: none;
	}

	body .top-section .wp-block-genesis-blocks-gb-columns.header-ctas > .gb-layout-column-wrap {
		flex-direction: column;
	}

	body .top-section .wp-block-genesis-blocks-gb-columns.header-ctas > .gb-layout-column-wrap > .gb-block-layout-column {
		display: flex;
		align-items: center;
		width: 100%;
	}

	body .top-section .wp-block-genesis-blocks-gb-columns.header-ctas > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
		order: 2;
	}

	body.about-us .entry-content .know-us-section > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
		display: none;
	}

	body.about-us .entry-content .certifications-section h3,
	body.about-us .entry-content .certifications-section p {
		text-align: left;
	}

	body .entry-content .wp-block-genesis-blocks-gb-columns.about-us-boxes > .gb-layout-column-wrap {
		flex-direction: column;
		gap: 4rem;
	}

	body .wp-block-genesis-blocks-gb-columns.about-us-boxes > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner,
	body .wp-block-genesis-blocks-gb-columns.about-us-boxes p {
		text-align: left;
	}

	body .entry-content .wp-block-genesis-blocks-gb-columns.service-areas-section img {
		margin: 0;
	}

	body.single .header-section h1,
	body.single .hero-section h1 {
		font-size: 3rem;
		text-align: left;
	}

	body.single .header-section .entry-meta .entry-meta--inner,
	body.single .hero-section .entry-meta .entry-meta--inner {
		font-size: 1.5rem;
		justify-content: flex-start;
		text-align: left;
	}

	body .entry-content > .wp-block-genesis-blocks-gb-columns.dumpster-section:before {
		height: calc(12.5% - 6rem);
	}

	body .dumpster-section .dumpster-info-box {
		flex: 1 1 100%;
	}

	body.error404 .error404-page-header--copy h1 {
		font-size: 10rem;
	}
}

@media (max-width: 450px) {
	body.home .content .geo-page-list ul,
	body .entry-content .geo-page-list ul {
		column-count: 1;
	}
}

/* Consultation Page */

body.consultation-page .entry-content .consultation-section {
	overflow: hidden;
}

body.consultation-page .entry-content .consultation-section > .gb-layout-column-wrap {
    display: flex;
}

body.consultation-page .entry-content .consultation-section > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
    flex: 3;
	justify-content: flex-start;
	order: 2;
}

body.consultation-page .entry-content .consultation-section>.gb-layout-column-wrap>.gb-block-layout-column:last-of-type {
	flex: 2;
	justify-content: flex-start;
}

body.consultation-page .entry-content .consultation-section > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type > .gb-block-layout-column-inner {
	background-color: #efefef;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.37);
	padding: 5rem;
}

body.consultation-page .entry-content h1 {
	font-size: 2.4rem;
	font-weight: 600;
	margin: 0 0 2.5rem;
}

body.consultation-page .entry-content h2 {
	font-size: 3.2rem;
	font-weight: 700;
	margin: 0 0 2.5rem;
	text-transform: none;
}

body.consultation-page .entry-content p {
	font-size: 1.8rem;
}

body.consultation-page .entry-content .gb-block-spacer {
	margin: 2rem 0;
}

body.consultation-page .entry-content .wp-block-image img {
	max-width: 350px;
	margin: 0 auto;
}

body.consultation-page .consultation-steps {
	width: 100%;
	height: fit-content;
	padding: 0 0 0 calc(4rem + 6px);
}

body.consultation-page .consultation-steps--wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

body.consultation-page .consultation-steps--border {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 12px;
	left: -4rem;
	border-left: 2px solid #ddd;
	z-index: 2;
}

body.consultation-page .consultation-steps--inner {
	display: flex;
	flex-direction: column;
	gap: 10rem;
	width: 100%;
	height: 100%;
}

body.consultation-page .consultation-step {
	position: relative;
	z-index: 3;
}

body.consultation-page .consultation-step:before {
	content: '';
	position: absolute;
	display: block;
	top: 7px;
	left: calc(-4rem - 6px);
	width: 14px;
	height: 14px;
	background-color: var(--move-junk-green);
	border-radius: 50%;
	z-index: 9;
}

body.consultation-page .consultation-step:last-of-type:after {
	content: '';
	position: absolute;
	display: block;
	top: 12px;
	left: -4rem;
	width: 100%;
	height: 100%;
	border-left: 2px solid #fff;
	z-index: -1;
}

body.consultation-page .entry-content .consultation-step--heading h3 {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 1rem;
	padding: 0;
}

body.consultation-page .entry-content .consultation-step--copy p {
	color: #3e4d56;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	body.consultation-page .entry-content .consultation-section > .gb-layout-column-wrap {
		flex-direction: column;
		gap: 20rem;
	}

	body.consultation-page .entry-content .consultation-section > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
		order: -1;
		position: relative;
	}

	body.consultation-page .entry-content .consultation-section > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type:before {
		content: '';
		background-color: #efefef;
		position: absolute;
		display: block;
		width: 200vw;
		height: calc(100% + 20rem);
		top: -10rem;
		left: -100vw;
	}

	body.consultation-page .entry-content .consultation-section > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type > .gb-block-layout-column-inner {
		background-color: transparent;
		padding: 0;
		border-radius: 0;
		box-shadow: none;
	}

	body.consultation-page .entry-content h1 {
		font-size: 4.2rem;
		font-weight: 600;
		line-height: 1.2;
		margin: 0 0 2rem;
	}

	body.consultation-page .consultation-steps {
        width: 100%;
        height: 100%;
        padding: 2rem 0 0 calc(5rem + 6px);
    }

    body.consultation-page .consultation-steps--inner {
        gap: 4rem;
    }
}

@media (max-width: 767px) {
	body.consultation-page .entry-content .consultation-section > .gb-layout-column-wrap {
		flex-direction: column;
		gap: 12rem;
	}

	body.consultation-page .entry-content .consultation-section > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type:before {
		height: calc(100% + 12rem);
		top: -6rem;
	}

	body.consultation-page .entry-content h1 {
		font-size: 3.6rem;
	}
}

/* 11/29/23 Edits */

body .entry-content .wp-block-genesis-blocks-gb-columns.client-logos .gb-block-layout-column-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

body .entry-content .wp-block-genesis-blocks-gb-columns.client-logos {
	max-width: 1000px;
	margin: 4rem auto 0;
}

body .entry-content .wp-block-genesis-blocks-gb-columns.client-logos .wp-block-image {
	border-radius: 0;
	box-shadow: none;
}

body .entry-content .wp-block-genesis-blocks-gb-columns.client-logos .wp-block-image a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

body .entry-content .wp-block-genesis-blocks-gb-columns.client-logos .wp-block-image img {
	object-fit: contain;
	height: 70px;
}

@media (max-width: 767px) {
	body.about-us .inner-section.no-padding-top > .gb-layout-column-wrap {
		padding-top: 0 !important;
	}

	body .entry-content .wp-block-genesis-blocks-gb-columns.client-logos > .gb-layout-column-wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 5rem;
	}

	body .entry-content .wp-block-genesis-blocks-gb-columns.client-logos .gb-block-layout-column {
		width: calc(50% - 2rem);
	}
}

@media (max-width: 512px) {
	body .entry-content .wp-block-genesis-blocks-gb-columns.client-logos .gb-block-layout-column {
		width: 100%;
	}

	body .entry-content .wp-block-genesis-blocks-gb-columns.client-logos .wp-block-image img {
		width: 100%;
		max-width: 250px;
		height: 100%;
		max-height: 100%;
	}
}

/* Community Page */

body .community-images {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3rem;
	margin: 8rem 0;
}

body .entry-content .community-images .community-heading {
    grid-column: 1 / span 4;
    margin: 0;
}

body .community-images .community-image,
body .community-image .community-image--wrapper,
body .community-image .community-image--image {
	display: flex;
	width: 100%;
	height: 100%;
}

body .community-images .community-image {
	border: 5px solid #d0d9e2;
}

body .community-image .community-image--wrapper {
    padding: 3rem;
}

body .community-image .community-image--image img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
	body .community-images {
		grid-template-columns: repeat(3, 1fr);
	}

	body .entry-content .community-images .community-heading {
		grid-column: 1 / span 3;
	}
}

@media (max-width: 767px) {
	body .community-images {
		gap: 5vw;
	}
}

@media (max-width: 650px) {
	body .community-images {
		grid-template-columns: repeat(2, 1fr);
	}

	body .entry-content .community-images .community-heading {
		grid-column: 1 / span 2;
	}
}

@media (max-width: 450px) {
	body .community-images {
		grid-template-columns: auto;
	}

	body .entry-content .community-images .community-heading {
		grid-column: 1;
	}
}

body.search.search-no-results .content-sidebar-wrap {
    padding-bottom: 6rem;
}

body.single .foogallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin: 3rem 0 0;
    padding: 0;
}

body.single .foogallery > .fg-item {
    margin: 0;
}

body.single .foogallery > .fg-item > .fg-item-inner {
    border: none;
}

body.single .foogallery > .fg-item img {
    object-fit: cover;
    object-position: center center;
    width: 100% !important;
    height: 100%;
    margin: 0;
}

.notification-banner {
	background-color: #e51010;
    padding: 1.2rem 0;
}

.notification-banner > .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
}

.notification-banner p {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0;
	letter-spacing: 0.03rem;
	word-spacing: 0.08rem;
	text-transform: uppercase;
}

.notification-banner a {
	background-color: #fff;
    display: flex;
    align-items: center;
    gap: 0.75rem;
	color: #000;
	font-size: 1.2rem;
	padding: 0.7rem 2rem;
	border-radius: 4px;
	transition: 0.25s ease-in-out color, 0.25s ease-in-out background-color;
}

.notification-banner a:hover {
	background-color: var(--move-junk-green);
	color: #fff;
}

/* 06/05/24 */

.front-page-6 {
	background-image: none;
	border-bottom: 1px solid #f0f0f0 !important;
}

.front-page-6 > .gb-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
}

.front-page-6 .fp6-left {
	flex: 1 1 calc(37.5% - 3rem);
}

.front-page-6 .fp6-right {
	flex: 1 1 calc(62.5% - 3rem);
}

.image-block-container .image-block {
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}

.image-block .image-block--item {
	flex: 1 1 calc((100% - 4.8rem) / 3);
}

.image-block .image-block--item img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	filter: brightness(1.15);
}

/* 06/28/24 */

body.home .content .front-page-1 .fp1-tagline p,
body.home .content .front-page-1 .fp1-tagline p strong {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    font-family: 'Saira', sans-serif;
    line-height: 1.3;
    margin: 0 0 2rem;
    padding: 0;
}

body.home .content .large-icon .gb-container-content {
    display: flex;
    justify-content: center;
}

body.home .content .large-icon svg {
    aspect-ratio: 1 / 1;
    width: 40%;
    max-width: 120px;
    height: auto;
	color: var(--move-junk-green);
    margin: -9rem 0 3rem;
}

body.home .content .front-page-3 .certifications p {
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 1rem 0 0;
}

@media (max-width: 895px) {
	body.home .content > div.front-page-6 > .gb-layout-column-wrap {
		display: flex;
		flex-direction: column;
		gap: 4rem;
	}
}

@media (max-width: 767px) {
	body.home .content .large-icon svg {
		margin: -9rem 0 2rem;
	}
}

/* Home page Hero */

.home-page-hero-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	/* gap: 10px; */
	justify-content: center;
}

.home-page-hero-image {
	flex: 0 0 calc(50%);
	box-sizing: border-box;
	overflow: hidden;
}

.home-page-hero-image img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 2 / 1;
	object-fit: cover;
	object-position: center center;
}

.home-page-hero-wrapper .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
	padding: 20px;
	box-sizing: border-box;
}

.home-page-hero-wrapper .overlay h2,
.home-page-hero-wrapper .overlay h3,
.home-page-hero-wrapper .overlay p,
.home-page-hero-wrapper .overlay a {
	margin: 10px 0;
}

.home-page-hero-wrapper .overlay a {
	color: #fff;
	text-decoration: underline;
}

.overlay-content {
	width: 60%;
	padding: 3em;
}

body div.move-junk-button {
	display: inline;
}

.front-page-1 {
	display: none;
}

@media (max-width: 950px) {
	.overlay-content {
		width: 100%;
	}

	.overlay-content p {
		display: none;
	}

	.overlay-content strong {
		display: none;
	}
}

@media (max-width: 600px) {
	.overlay-content h2 {
		font-size: 1.4em;
	}
}

.overlay-content div.hero-button a {
	text-decoration: none;
}
/*** End 321 CSS ***/