@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*! tailwindcss v2.1.4 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
:root {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: Roboto, Helvetica, Arial, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
*{
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
}
.visible{
	visibility: visible;
}
.relative{
	position: relative;
}
.m-8{
	margin: 2rem;
}
.my-3{
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-10{
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.my-8{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-2{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-16{
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.my-4{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mb-8{
	margin-bottom: 2rem;
}
.mb-20{
	margin-bottom: 5rem;
}
.mb-10{
	margin-bottom: 2.5rem;
}
.mt-8{
	margin-top: 2rem;
}
.mt-5{
	margin-top: 1.25rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.mb-24{
	margin-bottom: 6rem;
}
.mt-4{
	margin-top: 1rem;
}
.mt-10{
	margin-top: 2.5rem;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.mr-5{
	margin-right: 1.25rem;
}
.mt-6{
	margin-top: 1.5rem;
}
.mb-16{
	margin-bottom: 4rem;
}
.mr-4{
	margin-right: 1rem;
}
.mb-5{
	margin-bottom: 1.25rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mb-1{
	margin-bottom: 0.25rem;
}
.mt-auto{
	margin-top: auto;
}
.mb-12{
	margin-bottom: 3rem;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.flex{
	display: flex;
}
.hidden{
	display: none;
}
.h-1{
	height: 0.25rem;
}
.h-6{
	height: 1.5rem;
}
.min-h-screen{
	min-height: 100vh;
}
.w-full{
	width: 100%;
}
.w-16{
	width: 4rem;
}
.w-1\/3{
	width: 33.333333%;
}
.w-1\/2{
	width: 50%;
}
.w-6{
	width: 1.5rem;
}
.max-w-sm{
	max-width: 24rem;
}
.flex-1{
	flex: 1 1 0%;
}
.flex-grow{
	flex-grow: 1;
}
.cursor-pointer{
	cursor: pointer;
}
.list-none{
	list-style-type: none;
}
.flex-row-reverse{
	flex-direction: row-reverse;
}
.flex-col{
	flex-direction: column;
}
.flex-col-reverse{
	flex-direction: column-reverse;
}
.flex-wrap{
	flex-wrap: wrap;
}
.items-center{
	align-items: center;
}
.items-end{
	align-items: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.justify-end{
	justify-content: flex-end;
}
.overflow-hidden{
	overflow: hidden;
}
.rounded{
	border-radius: 0.25rem;
}
.rounded-lg{
	border-radius: 0.5rem;
}
.rounded-sm{
	border-radius: 0.125rem;
}
.border-b{
	border-bottom-width: 1px;
}
.border-primary{
	--tw-border-opacity: 1;
	border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}
.bg-primary{
	--tw-bg-opacity: 1;
	background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-200{
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-gray-100{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.p-4{
	padding: 1rem;
}
.p-3{
	padding: 0.75rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-16{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-20{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.pb-4{
	padding-bottom: 1rem;
}
.pt-14{
	padding-top: 3.5rem;
}
.pb-2{
	padding-bottom: 0.5rem;
}
.pb-0{
	padding-bottom: 0px;
}
.pt-4{
	padding-top: 1rem;
}
.pt-8{
	padding-top: 2rem;
}
.text-center{
	text-align: center;
}
.text-5xl{
	font-size: 3rem;
	line-height: 1;
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.font-light{
	font-weight: 300;
}
.font-semibold{
	font-weight: 600;
}
.font-bold{
	font-weight: 700;
}
.font-normal{
	font-weight: 400;
}
.font-extrabold{
	font-weight: 800;
}
.uppercase{
	text-transform: uppercase;
}
.leading-tight{
	line-height: 1.25;
}
.text-black{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-gray-800{
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-600{
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-gray-700{
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.antialiased{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.has-primary-text-color{
	color: #0EA5E9;
}
.has-secondary-text-color{
	color: #14B8A6;
}
.has-dark-text-color{
	color: #1F2937;
}
.has-light-text-color{
	color: #F9FAFB;
}
.has-primary-background-color{
	background-color: #0EA5E9;
}
.has-secondary-background-color{
	background-color: #14B8A6;
}
.has-dark-background-color{
	background-color: #1F2937;
}
.has-light-background-color{
	background-color: #F9FAFB;
}
.alignfull{
	margin: 0.5rem calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.alignwide{
	margin-left: -4rem;
	margin-right: -4rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	max-width: 1280px;
}
.alignnone{
	margin-left: 0px;
	margin-right: 0px;
	height: auto;
	max-width: 100%;
}
.aligncenter{
	margin: 0.5rem auto;
	display: block;
}
@media (min-width: 640px){
	.alignleft:not(.wp-block-button){
		margin-right: 0.5rem;
	}
	.alignleft:not(.wp-block-button){
		float: left;
	}
	.alignright:not(.wp-block-button){
		margin-left: 0.5rem;
	}
	.alignright:not(.wp-block-button){
		float: right;
	}
	.wp-block-button.alignleft a{
		float: left;
	}
	.wp-block-button.alignleft a{
		margin-right: 1rem;
	}
	.wp-block-button.alignright a{
		float: right;
	}
	.wp-block-button.alignright a{
		margin-left: 1rem;
	}
	/*.case-dtls .button { align-items: flex-end !important; }*/
}
.w-2\/6 {
    width: 33%;
}
.has-small-font-size{
	font-size: 14px;
	font-weight: normal;
}
.has-regular-font-size{
	font-size: 16px;
	font-weight: normal;
}
.has-large-font-size{
	font-size: 18px;
	font-weight: bold;
}
.wp-caption{
	display: inline-block;
}
.wp-caption img{
	margin-bottom: 0.5rem;
	line-height: 1;
}
.wp-caption-text{
	font-size: 0.875rem;
	color: #4b5563;
}
:root {
  --orange: #e64520;
  --primary-color: #000;
  --hover-primary: #e64520;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: var(--primary-color);
}
h1 {
  font-size: 50px;
  line-height: 60px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}
h4 {
  font-size: 26px;
  line-height: 35px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
}
h6 {
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
p {
  margin-bottom: 15px;
}
.hmb-0 {
  margin-bottom: 0;
}
.omf-grid {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 87.5%;
}
.container {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
}
a {
  transition: all 0.2s ease-in-out;
}
a:hover,
.menu-item a:hover {
  color: var(--hover-primary);
}
header:not(.entry-header) {
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
img.custom-logo {
  width: 140px !important;
  max-width: 140px;
  margin: 0 auto;
}
.menu-item a {
  font-weight: 600;
  color: #000;
  transition: 0.5s all ease-in-out;
}
ul#menu-main-menu {
  margin: 10px;
}
@media screen and (min-width: 1025px) {
	ul#menu-main-menu li.menu-item-has-children {
		position: relative;
	}
	ul#menu-main-menu li.menu-item-has-children:hover ul.sub-menu {
		opacity: 1;
	}
	ul#menu-main-menu li.menu-item-has-children ul.sub-menu {
		position: absolute;
    top: 110%;
    left: 0px;
    width: 250px;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    z-index: 110;
    padding: 0px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 4px 4px;
    opacity: 0;
    transition: .4s all ease-in-out;
	}
	ul#menu-main-menu li.menu-item-has-children ul.sub-menu li a {
		width: 100%;
    display: block;
	}
	ul#menu-main-menu li.menu-item-has-children ul.sub-menu li.current_page_item a {
		color: #e64520;
	}
	ul#menu-main-menu li.menu-item-has-children ul.sub-menu li.current_page_item a:after {
		display: none;
	}
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .countries-set {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.countries-set a .country-select {
  display: flex;
  justify-content: center;
  align-items: center;
}
.countries-set a .country-select:before {
  content: "";
  background: url("/wp-content/themes/tailpress/resources/images/aus-flag.svg");
  background-position: center;
  background-size: cover;
  width: 35px;
  height: 35px;
}
.countries-set a .country-select.uk:before {
  background: url("/wp-content/themes/tailpress/resources/images/UK.png");
}
.countries-set a .country-select.au:before {
  background: url("/wp-content/themes/tailpress/resources/images/AU.png");
}
.countries-set a .country-select.sa:before {
  background: url("/wp-content/themes/tailpress/resources/images/SA.png");
}
.countries-set .countries {
  background: #fff;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 50px;
  z-index: 9999;
  border-radius: 5px;
  left: -8px;
}
.countries-set {
  position: relative;
}
.countries-set .countries:before {
  content: "";
  text-align: center;
  display: flex;
  margin-left: auto;
  margin-right: 15px;
  position: relative;
  top: -10px;
  width: 0;
  height: 0;
}
.countries-set .countries a {
  padding: 10px 0px;
  display: block;
  font-size: 16px;
  transition: 0.2s all ease-in-out;
}
.countries-set .countries a .country-select {
  display: flex;
  transition: 0.2s all ease-in-out;
}
.countries-set .countries a .country-select:before {
  height: 25px;
  width: 25px;
  background-size: cover;
  background-position: center;
}
.countries-set .countries a :hover {
  transform: scale(1.3);
}
.omf-cart-icon {
  font-size: 20px;
  cursor: pointer;
}
.omf-cart-icon > * {
  transition: 0.2s all ease-in-out;
}
.omf-cart-icon > *:hover {
  color: #e64520;
}
.omf-cart-dropdown {
  background: white;
  position: absolute;
  opacity: 0;
  top: 100%;
  right: 0px;
  /* transform: translateY(-450px); */
  transform-origin: top center;
  border: 1px solid rgba(211, 211, 211, 0.3);
  border-radius: 5px;
  z-index: 1;
  /* transition: 0.2s opacity ease, 0.4s transform ease-in-out; */
  padding: 15px;
  z-index: -1;
  max-width: 350px;
  width: 100%;
}
.omf-cart-dropdown .cart-text {
  font-weight: 600;
}
.omf-cart-dropdown.active {
  opacity: 1;
  transform: translateY(0px);
  z-index: 999;
}
.omf-cart-dropdown__content {
  position: relative;
  width: 100%;
}
.cart-container {
  width: 100%;
}
.cart-items {
  display: flex;
  flex-direction: column;
}
.cart-items .cart-item {
  display: flex;
  flex-direction: row;
  border: 1px solid black;
  margin-bottom: 5px;
  padding: 5px;
  position: relative;
  align-items: center;
}
.cart-item__link {
  width: 100%;
  display: flex;
  align-items: center;
}
.cart-item__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  background: black;
  flex: 0 0 50px;
}
.cart-item .cart-item-contents {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cart-item-contents > * {
  margin-bottom: 5px;
}
.cart-item-contents__heading {
  font-weight: 500;
  font-size: 18px;
}
.cart-item-contents__desc {
  font-size: 12px;
}
.cart-item i {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-size: 16px;
  z-index: 10;
  transition: 0.2s all ease-in;
}
.cart-item i:hover {
  color: #ff4400;
}
.omf-cart-dropdown__content .cart-container .sub-total {
  margin-block: 10px;
}
.omf-cart-dropdown__content ul {
  width: 100%;
}
i.fas.fa-shopping-cart {
  content: "";
  background: url(/wp-content/themes/tailpress/resources/images/cart.svg);
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
/* .button {
    -webkit-appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 150px;
    background: #e64520;
    color: #fffefe;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s all ease-in-out;
  } */
.button--outline,
button.single_add_to_cart_button,
.woocommerce-cart button,
a.checkout-button.button.alt.wc-forward,
button#place_order,
.woocommerce-mini-cart__buttons a.button,
button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.button {
  background: transparent;
  border: 1px solid #e64520;
  color: #e64520;
}
.button--outline:hover,
button.single_add_to_cart_button:hover,
.woocommerce-cart button:hover,
.woocommerce-cart a.checkout-button:hover,
button#place_order:hover,
.woocommerce-mini-cart__buttons a.button:hover,
button.woocommerce-button.button.woocommerce-form-login__submit:hover,
button.woocommerce-Button.button:hover {
  background: #e64520 !important;
  color: #fffefe !important;
}
.button--rounded,
button.single_add_to_cart_button,
.woocommerce-cart button,
a.checkout-button.button.alt.wc-forward,
button#place_order,
.woocommerce-mini-cart__buttons a.button,
button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.button {
  border-radius: 30px;
}
button:focus,
.custom-prd-form select {
  outline: none;
}
a.checkout-button.button.alt.wc-forward {
  margin-left: auto;
  width: 100%;
  max-width: 210px;
}
.woocommerce-mini-cart__buttons a.button.wc-forward {
  width: 130px;
  height: 40px;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
/* FOOTER */
/* .omf-ft_col1 {
  width: 25%;
}
.omf-ft_col2 {
  width: 35%;
}
.omf-ft_col3 {
  width: 45%;
} */
#footer {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  background: #212953;
}
#footer > div:first-child > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer h4 {
  margin-bottom: 10px;
  color: white;
}
#footer .footer-column .top-column {
  margin-bottom: 50px;
}
.woocommerce-MyAccount-navigation li {
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    padding: 5px;
}
#news .small-article img {
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 250px;
  min-height: 250px;
  width: 100%;
  -o-object-position: top;
  object-position: top;
  border-radius: .5rem;	
}
}
.featured-news-article,
.small-article {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.featured-news-article .button,
.small-article .button {
  justify-content: center;
  height: auto;
  font-size: 16px;
}
.small-article:hover .small-article__date {
	color: rgba(51, 51, 51, 0.8) !important;
	opacity: 1 !important;
}
.small-article:hover .button {
	color: #e64520 !important;
	opacity: 1 !important;
}
.featured-news-article .button {
	 margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  #footer .footer-column .top-column {
    margin-bottom: 0px;
  }
  .woocommerce-MyAccount-navigation li:last-child {
	    border-bottom: none;
	}
	.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-right: 20px; }
    .featured-news-article img {
	    max-height: 260px;
	    width: 100%;
	    object-fit: cover;
	}
	.featured-news-article {
    margin-bottom: 20px;
    display: block;
    text-align: left;
	}
	#news .small-article img { object-position: center; }
	.featured-news-article .button { margin-top: 5px; justify-content: left; }
	#news .omf-col-desk-4.omf-col-tab-12.omf-col-mob-4 {
	    padding-left: 1.7857142857%;
	    padding-right: 1.7857142857%;
	}
	.single div#page { margin-top: 40px; }
}
#footer .footer-link-list {
  list-style: none;
  color: #000;
  padding-left: 0;
}
#footer .footer-link-list .footer-link-list__item {
  font-size: 16px;
  color: rgba(253, 246, 246, 0.45);
  line-height: 24px;
  padding: 4px 0px;
}
#footer .footer-link-list .footer-link-list__item a:hover {
  color: #fff;
}
#footer .copyright-text p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(253, 246, 246, 0.45);
  margin-bottom: 15px;
  font-weight: 400;
}
/*#footer .footer-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid rgba(211, 211, 211, 0.4);
  padding-top: 25px;
  margin-top: 50px;
  color: #fffefe;
}*/
.footer-bottom .container {
    border-top: 1px solid rgba(211, 211, 211, 0.4);
    padding-top: 25px;
    margin-top: 50px;
}
#footer .footer-bottom__left a {
  font-weight: 300;
}
#footer .footer-bottom__left a:nth-child(1) {
  margin-right: 25px;
}
#footer .omf-subscribe-form {
  margin-bottom: 15px;
}
#footer .omf-subscribe-form input[type="email"],
#footer .omf-subscribe-form input[type="text"] {
  background: #fffefe;
  flex: 1 0 auto;
}
.social-media-icons img {
  width: 100%;
  max-width: 20px;
}
.social-media-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  height: 50%;
}
.social-media-icons .social-media-icon {
  margin-right: 30px;
  transition: 0.2s all ease-in-out;
}
.social-media-icons .social-media-icon i {
  font-size: 22px;
  transition: 0.2s all ease-in-out;
}
.social-media-icons .social-media-icon i:hover {
  color: #e64520;
}
.social-media-icons .social-media-icon:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 1280px) {
  #footer .omf-subscribe-form input[type="email"],
  #footer .omf-subscribe-form input[type="text"],
  .footer-column .mc-field-group {
    flex: 1 0 calc(50% - 15px);
  }
}
@media screen and (max-width: 1024px) {
  #footer .omf-subscribe-form input[type="email"],
  #footer .omf-subscribe-form input[type="text"] {
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  #footer .omf-subscribe-form input[type="email"] {
    margin-right: 0;
  }
  .footer-column div#mc_embed_signup_scroll {
    flex-direction: column;
    width: 100%;
  }
  .omf-subscribe-form__element {
    margin-bottom: 5px !important;
  }
  #footer .omf-subscribe-form input[type="text"],
  .footer-column .mc-field-group,
  #footer .omf-subscribe-form input[type="email"] {
    width: 100%;
  }
  .omf-subscribe-form__element[type="submit"] {
    margin-right: 0 !important;
  }
}
#footer .omf-subscribe-form button[type="submit"] {
  order: 3;
  margin-left: 0px;
}
@media screen and (max-width: 1280px) {
  #footer .omf-subscribe-form button[type="submit"] {
    order: 3;
    margin-left: auto;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  #footer .omf-subscribe-form button[type="submit"] {
    order: 4;
    margin-left: auto;
    margin-right: 0px;
  }
}
#footer .omf-subscribe-form .checkbox-wrapper {
  order: 4;
}
@media screen and (max-width: 1280px) {
  #footer .omf-subscribe-form .checkbox-wrapper {
    order: 3;
  }
}
@media screen and (max-width: 1024px) {
  #footer .omf-subscribe-form .checkbox-wrapper {
    order: 3;
  }
  #footer {
    padding-top: 0px;
  }
  #footer .footer-column {
    padding-left: 0px;
    margin-bottom: 0px;
  }
  #footer .footer-column:nth-child(1) {
    padding: 30px 20px;
    border-bottom: 1px solid rgba(211, 211, 211, 0.4);
  }
  #footer .footer-column:nth-child(2) > *,
  #footer .footer-column:nth-child(3) > * {
    padding: 15px 0px;
    border-bottom: 1px solid rgba(211, 211, 211, 0.4);
  }
  #footer .footer-column:nth-child(4) {
    padding-top: 25px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 650px) {
  #footer .footer-column:nth-child(4) .copyright-text {
    display: none;
  }
  .bottom-column.mobile-tab {
    border-top: 1px solid rgba(211, 211, 211, 0.4);
    margin-top: 30px;
  }
}
nav.woocommerce-MyAccount-navigation {
	display: inline-block;
	padding: 30px 0;
	background: rgb(207 207 201 / 30%);
	margin-bottom: 30px;
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
	display: inline-block;
}
.woocommerce-orders .woocommerce-MyAccount-content {
	display: block;
}

@media screen and (max-width: 650px) {
  #footer .footer-bottom {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(211, 211, 211, 0.4);
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    padding-block: 25px;
  }
  #footer .footer-bottom > *:not(:last-child) {
    margin-bottom: 25px;
  }
  #footer .footer-bottom .social-media-icons {
    justify-content: center;
  }
  #footer .footer-column .mobile-tab .heading {
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    transition: 1s all ease-in-out;
  }
  #footer .footer-column .mobile-tab .heading:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    right: 0;
  }
  #footer .footer-column .mobile-tab.active {
    transition: 1s all ease-in-out;
  }
  #footer .footer-column .mobile-tab.active .heading {
    margin-bottom: 10px;
  }
  #footer .footer-column .mobile-tab.active .heading:after {
    transform: rotate(180deg);
    transition: 0.5s all ease-in-out;
  }
  #footer .mobile-copyright {
    display: block;
    padding-block: 25px;
    text-align: left;
    color: rgba(211, 211, 211, 0.4);
  }
  #footer .mobile-copyright p {
    font-size: 14px;
    line-height: 140%;
  }
}
@media screen and (min-width: 651px) {
  #footer .mobile-copyright {
    display: none;
  }
}
* > input ::-moz-placeholder, * > select ::-moz-placeholder, * > textarea ::-moz-placeholder {
  font-weight: 400 !important;
}
* > input :-ms-input-placeholder, * > select :-ms-input-placeholder, * > textarea :-ms-input-placeholder {
  font-weight: 400 !important;
}
* > input ::placeholder,
* > select ::placeholder,
* > textarea ::placeholder {
  font-weight: 400 !important;
}
* > input:invalid,
* > select:invalid,
* > textarea:invalid {
  color: #ff4400;
}
.omf-contact-form {
  margin-bottom: 30px;
}
.omf-contact-form .top-level {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1 0 100%;
}
@media screen and (max-width: 650px) {
  .omf-contact-form .top-level {
    flex-direction: column;
  }
  .omf-contact-form .top-level input:first-child {
    margin-bottom: 15px;
  }
  .woocommerce-cart-form .product-name a {
	    display: block !important;
	    width: 100%;
	    margin-bottom: 10px;
	}
}
.omf-contact-form__element {
  margin-right: 10px;
}
.omf-contact-form__element::-moz-placeholder {
  font-size: 16px;
}
.omf-contact-form__element:-ms-input-placeholder {
  font-size: 16px;
}
.omf-contact-form__element::placeholder {
  font-size: 16px;
}
.omf-contact-form__element:last-child {
  margin-right: 0px;
}
.omf-contact-form__element:focus {
  outline: none;
  border-radius: 5px;
  overflow: hidden;
}
.contact-content input:not(input[type="radio"]),
.contact-content textarea,
.gfield_select {
  width: 100%;
  padding: 15px !important;
  background: rgb(207 207 201 / 30%);
  color: #000;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}
.human-check .gchoice {
  display: flex;
  align-items: center;
}
.human-check input {
  margin-right: 8px;
  width: unset !important;
}
.omf-contact-form__element[type="text"]:focus,
.omf-contact-form__element[type="email"]:focus,
.omf-contact-form__element[id="message"]:focus {
  color: #000;
}
.omf-contact-form__element[type="text"]:invalid,
.omf-contact-form__element[type="email"]:invalid,
.omf-contact-form__element[id="message"]:invalid {
  color: #ff4400;
}
.omf-contact-form__element[id="message"] {
  height: auto;
}
.omf-contact-form .bottom-level {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.omf-contact-form .bottom-level .checkbox-wrapper input:first-child {
  margin-right: 0px;
}
@media screen and (max-width: 650px) {
  .omf-contact-form .bottom-level .checkbox-wrapper {
    margin: 15px 0;
  }
  .omf-contact-form .bottom-level {
    flex-direction: column;
    align-items: unset;
  }
  .omf-contact-form .bottom-level a {
    margin-left: auto;
  }
  .omf-contact-form {
    margin-bottom: 25px;
  }
}
.omf-subscribe-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.omf-subscribe-form__element {
  border: none;
  background: rgba(238, 238, 236, 0.3);
  color: #000;
  height: 50px;
  flex: 1 0 auto;
  flex-wrap: wrap;
  margin-right: 10px;
  justify-content: space-between;
  border-radius: 5px;
  padding: 0px 15px;
  font-size: 16px;
  transition: 0.125s all ease-in;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.omf-subscribe-form__element:focus {
  outline: none;
}
.omf-subscribe-form__element[type="text"] {
  order: 1;
}
.omf-subscribe-form__element[type="email"] {
  order: 2;
}
.omf-subscribe-form__element[type="submit"] {
  order: 3;
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
  margin-right: 20px;
  margin-bottom: 0px;
  background: #ff4400;
  margin-left: auto;
  position: relative;
  color: #fff;
  padding: 15px 20px;
}
.omf-subscribe-form__element[type="submit"] span:after {
  content: ">";
  color: white;
}
.omf-subscribe-form__element[type="submit"]:hover {
  background: #e64520;
}
.omf-subscribe-form .checkbox-wrapper {
  order: 4;
  display: flex;
  align-items: center;
}
.omf-subscribe-form .checkbox-wrapper > * {
  margin-bottom: 0px;
}
.omf-subscribe-form__element[type="checkbox"] {
  margin-right: 5px;
  width: initial;
  height: initial;
  padding: 0px;
  flex: 0 0 auto;
}
.omf-subscribe-form__element ~ label {
  background: none;
  padding: 0px;
  font-size: 18px;
  width: initial;
  height: initial;
  font-weight: 400;
  color: black;
  flex: 0 0 auto;
}
.hero.parallax {
  background-attachment: fixed !important;
  background-size: cover !important;
}
.page-template-be-a-part .hero.parallax {
    background-attachment: unset !important;
    background-position: center !important;
}
.page-template-schools-and-group .hero.parallax,
.woocommerce-shop .hero.parallax {
    background-attachment: unset !important;
    background-position: top !important;
}
.page-template-our-goals .hero.parallax {
		background-attachment: unset !important;
    background-position: center -130px !important;
}
.woocommerce-shop .hero.parallax {
    background-position: center !important;
}
@media screen and (max-width: 1024px) {
  .omf-subscribe-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .omf-subscribe-form__element[type="submit"] {
    height: 50px;
    width: 50px;
    flex: 0 0 50px;
    order: 4;
  }
  .omf-subscribe-form__element[type="submit"] span:after {
    content: ">";
    color: white;
  }
  .omf-subscribe-form__element[type="submit"]:hover {
    background: #e64520;
  }
  .footer-column div#mc_embed_signup_scroll {
    /*flex-wrap: wrap;*/
    margin-bottom: 30px;
  }
  .footer-column .mc-field-group {
    width: 100%;
  }
  .footer-column {
    width: 100%;
  }
  .top-column {
    border-bottom: unset !important;
    padding-bottom: 0 !important;
  }
  .footer-column.omf-ft_col1 {
    padding-left: 0 !important;
  }
  .hero.parallax {
    background-attachment: unset !important;
  }
  .modalDialog > div { width: 100%; }
}
.omf-subscribe-form--white .checkbox-wrapper label,
.omf-subscribe-form--white .checkbox-wrapper input[type="checkbox"] {
  color: #fffefe;
}
.form-top,
.form-bottom {
  display: flex;
  align-items: center;
}
.form-top {
  margin-bottom: 15px;
}
.omf-help-form-container .top-level,
.omf-help-form-container .middle-level,
.omf-help-form-container .bottom-level {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1 0 100%;
  margin-bottom: 10px;
}
.logo-container img.responsive {
  width: 100%;
  max-width: 50px;
  margin-right: 10px;
}
/* HOME PAGE */
.hero__wrapper h5 {
  max-width: 680px;
  font-size: 18px;
}
.hero__wrapper a {
  	color: var(--orange);
	border-radius: 30px;
	max-width: 200px;
	background: white;
	margin: 0 auto;
	padding: 15px 0px;
    font-weight: 600;
    transition: 0.2s all ease-in-out;
}
.hero__wrapper a:hover {
	background: var(--orange);
	color: white;
}
.hero__wrapper {
  color: #fffefe;
  width: 100%;
  max-width: 1080px;
  text-align: center;
  padding: 20px 10px 50px;
  z-index: 3;
}
.hero:before {
  content: "";
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  height: 100%;
  width: 100%;
}
.hyperlink {
  text-transform: uppercase;
  font-weight: 600;
  color: #ff4400;
  transition: 0.3s all ease-in-out;
}
.omf-banner-wrapper {
  width: 100%;
  min-height: 200px;
  text-align: center;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-color: #e9e5e3 !important;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.omf-inner-banner {
  width: 100%;
  max-width: 600px;
}
.omf-inner-banner h3:hover,
.omf-inner-banner:hover h3,
.omf-banner-wrapper:hover .omf-inner-banner h3 {
	color: black;
}
.omf-banner-wrapper .omf-inner-banner h3 {
	color: black !important;
}
.hyperlink {
  color: #ff4400;
}
.omf-introduction__content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  justify-content: center;
}
.omf-introduction__image {
  height: 450px;
  background-size: cover !important;
  background-position: top center !important;
  margin-right: 50px;
}
.button,
input[type="submit"]:not(#mc-embedded-subscribe) {
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 150px;
  background: #e64520;
  color: #fffefe;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: 0.2s all ease-in-out;
}
.contact-content input[type="submit"],
.page-template-be-a-part input[type="submit"] {
  margin-left: auto;
}
.button--outline,
input[type="submit"]:not(#mc-embedded-subscribe),
a.woocommerce-button.button.view,
.woocommerce-message--info a.woocommerce-Button.button {
  background: transparent !important;
  border: 1px solid #e64520 !important;
  color: #e64520 !important;
}
.button--rounded,
input[type="submit"]:not(#mc-embedded-subscribe),
a.woocommerce-button.button.view,
.woocommerce-message--info a.woocommerce-Button.button {
  border-radius: 30px !important;
}
/* BEST SELLERS */
.omf-mini-shop-container {
  background: rgba(238, 238, 236, 0.3);
  height: 100%;
}
.omf-mini-shop-container .omf-mini-shop-section .top-mini-shop-section {
  align-items: center;
  padding: 0px 0px 25px;
}
.omf-mini-shop-container .omf-mini-shop-section .top-mini-shop-section a {
  text-align: right;
}
.shop-card,
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.2s all ease-in-out;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	position: relative;
  height: unset;
  background: rgb(207 207 201 / 30%);
}
.shop-card > *:not(:last-child) {
  margin-bottom: 10px;
}
.shop-card__top {
  position: relative;
  transition: 0.4s all ease-in-out;
}
.shop-card__top a.button {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 4;
  transition: 0.4s all ease-in-out;
}
.shop-card p {
  color: rgba(51, 51, 51, 0.8);
  font-size: 14px;
  line-height: 20px;
}
h6.shop-card__title,
span.shop-card__pricing {
    font-size: 16px;
}
.bottom-mini-shop-section {
  margin-left: -10px;
  margin-right: -10px;
}
.shop-card__top:hover:before,
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover:before,
.woocommerce-loop-product__link.hovered:before {
  opacity: 1 !important;
  transform: scaleY(1) !important;
}
.shop-card__top:before,
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
  transition: 0.4s all ease-in-out;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(230, 69, 32, 0.3);
  opacity: 0;
  transform-origin: bottom;
  transform: scaleY(0);
  z-index: 2;
}
.shop-card__top a.button:hover {
  color: #fffefe;
}
.shop-card__top .button--filled:hover {
  background: #e64520;
  border: none;
  color: #fffefe;
}
/* FEATURED LOGOS SECTION */
.carousel-wrapper {
  background: rgba(238, 238, 236, 0.3);
}
#featured-on img {
  max-height: 120px;
}
.omf-carousel {
  padding-top: 50px;
}
/* NEWS GRIDS */
.news-grid-section .news-item:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: height 0.5s ease-out;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.news-grid-section .news-item {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.60);
}
.news-grid-section .news-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  height: 400px; /* min-height: 400px; */
  transition: .25s all ease-in-out;
	-webkit-backface-visibility:hidden;
}
.news-grid-section .news-item img.news-item-image {
	width: 100%;
	height: 100%;
	transition: .25s all ease-in-out;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 0px 0px;
	-webkit-backface-visibility:hidden;
}
/*.news-grid-section .news-item:hover img,
#case-studies .case-study:hover img {
	transform: scale(1.05);
	-webkit-backface-visibility:hidden;
}*/
.news-item-inner,
.case-study-inner {
  z-index: 2;
  position: absolute;
	bottom: 25px;
	left: 25px;
	right: 25px;
		-webkit-backface-visibility:hidden;
}
.news-item .news-item-inner .hoverable-content,
.case-study .case-study-inner .case-study-content {
	display: none;
}
.case-study-inner { z-index: 99; }
.news-item-inner p {
	padding-right: 25px;
}
/* .news-item-inner.no-zindex {
  z-index: unset;
} */
.omf-introduction__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.youtube-container {
  display: block;
  width: 100%;
  height: 100%;
}
.youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#case-studies .case-study-content p {
  font-weight: 600;
  margin-top: 10px;
}
/* ======================================================================= */
.heading {
  color: #000;
}
.heading--1 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 70px;
}
@media screen and (max-width: 1024px) {
  .heading--1 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media screen and (max-width: 650px) {
  .heading--1 {
    font-size: 35px;
    line-height: 40px;
  }
  select#product-size {
    margin-left: 0;
  }
  h1 {
    line-height: 50px;
    font-size: 45px;
  }
}
.heading--2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 650px) {
  .heading--2 {
    font-size: 35px;
  }
}
.heading--3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 40px;
}
@media screen and (max-width: 650px) {
  .heading--3 {
    font-size: 25px;
  }
}
.heading--4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 650px) {
  .heading--4 {
    font-size: 22px;
    margin-bottom: 0px;
  }
}
.heading--5 {
  font-size: 24px;
  margin-bottom: 10px;
}
.heading--6 {
	flex: 1;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.heading--white {
  color: #fffefe;
}
.heading--dark {
  color: #ff4400;
}
.heading--primary {
  color: #e64520;
  font-size: 24px;
}
.typography,
.blog__content p,
.tabbed-container .tab-section .tab-links .tab-link,
.cart-wrapper .cart-card__utils,
#checkout-form .inner-form > div.checkbox-wrapper > label,
#checkout-form .inner-form > div > div.checkbox-wrapper > label,
#checkout-form .inner-form > .ship-form-active > div.checkbox-wrapper > label,
#checkout-form label {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 140%;
  text-transform: none;
}
.typography--weight-500 {
  font-weight: 500;
}
.typography--weight-600 {
  font-weight: 600;
}
.typography--weight-700,
.tabbed-container .tab-section .tab-links .tab-link {
  font-weight: 700;
}
.typography--weight-900 {
  font-weight: 900;
}
.typography--small,
#checkout-form .inner-form > div.checkbox-wrapper > label,
#checkout-form .inner-form > div > div.checkbox-wrapper > label,
#checkout-form .inner-form > .ship-form-active > div.checkbox-wrapper > label {
  font-size: 14px;
}
.typography--xs {
  font-size: 12px;
}
.typography--large {
  font-size: 18px;
}
.typography--faded {
  color: rgba(51, 51, 51, 0.8);
}
.typography--white {
  color: #fffefe;
}
.typography--primary {
  color: #e64520;
}
.typography--uppercase,
.tabbed-container .tab-section .tab-links .tab-link {
  text-transform: uppercase;
}
.typography--lowercase {
  text-transform: lowercase;
}
.hyperlink {
  text-transform: uppercase;
  font-weight: 600;
  color: #ff4400;
  transition: 0.3s all ease-in-out;
}
.hyperlink--lowercase {
  text-transform: lowercase;
}
.hyperlink--large {
  font-size: 18px;
}
.hyperlink:hover {
  color: #e64520;
}
.button,
.inner-b {
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 150px;
  background: #e64520;
  color: #fffefe;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s all ease-in-out;
}
.button--outline {
  background: transparent;
  border: 1px solid #e64520;
  color: #e64520;
}
.button--outline:hover,
input[type="submit"]:not(#mc-embedded-subscribe):hover,
a.woocommerce-button.button.view:hover,
.woocommerce-message--info a.woocommerce-Button.button:hover {
  background: #e64520 !important;
  color: #fffefe !important;
}
.woocommerce-message--info a.woocommerce-Button.button {
	margin-left: 20px !important;
}
.button--rounded {
  border-radius: 30px;
}
.button--large {
  padding: 0px 50px;
}
.button--small {
  width: 120px;
  height: 35px;
  font-size: 12px;
  font-weight: 500;
}
.button--filled {
  background: #e64520;
  border: none;
  color: #fffefe;
}
.button--filled:hover {
  background: none;
  border: 1px solid #e64520;
  color: #000;
}
.shop-card__top .button--filled:hover,
.product .button--filled:hover {
  background: #e64520;
  border: none;
  color: #fffefe;
}
.button--no-border {
  background: none;
  border: none;
  color: #e64520;
  justify-content: flex-start;
}
.button--no-border:hover {
  background: none;
}
.button--article {
  -webkit-appearance: none;
  justify-content: flex-start;
  margin: inherit;
  background: none;
  color: #e64520;
  font-size: 16px;
}
.hero {
  min-height: 65vh;
  position: relative;
  background-position: center center !important;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.image_container {
  width: 100%;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .hero__wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.hero__wrapper p {
  color: #fffefe;
  margin: 0 auto 30px;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .hero__wrapper p {
    width: 80%;
    font-weight: 500;
  }
}
@media screen and (max-width: 650px) {
  .hero__wrapper p {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .hero:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  }
	header.main-header  {
	    position: fixed;
	    left: 0;
	    right: 0;
	    top: 0;
	    background: #fff;
	    z-index: 99999;
	}
	/*.logged-in header.main-header {
		top: 40px;
	}*/
	main { margin-top: 75px; }
	.page-template-blogs main { margin-top: 100px; }
	.logged-in main { margin-top: 60px; }
}
.hero .hyperlink {
  text-shadow: #191919 2px 2px 2px;
}
@media screen and (max-width: 1024px) {
  .hero {
    min-height: 65vh;
  }
}
.shop-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.2s all ease-in-out;
}
.shop-card__top {
  position: relative;
  transition: 0.4s all ease-in-out;
  background: rgb(207 207 201 / 30%);
	padding: 25% 10px;
}
.shop-card__top a.button,
.archive a.button.button--filled {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 4;
  transition: 0.4s all ease-in-out;
}
.shop-card__top:hover a.button,
.archive li.product:hover a.button.button--filled {
  opacity: 1;
}
.archive li.product {
  position: relative;
  width: calc(50% - 20px);
  margin: 10px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .archive li.product {
    width: calc(25% - 20px);
  }
	.hoverable-content .text-white { display: block; }
}
.archive a.button.button--filled {
  bottom: 200px;
}
.shop-card__top a.button:hover {
  color: #fffefe;
}
@media screen and (max-width: 650px) {
  .shop-card__top a.button {
    width: 80%;
  }
  body {
    font-size: 18px;
  }
}
.shop-card__top:hover a.button {
  opacity: 1;
}
.shop-card__top:hover:before {
  opacity: 1;
  transform: scaleY(1);
}
.shop-card__top:before {
  transition: 0.4s all ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(230, 69, 32, 0.3);
  opacity: 0;
  transform-origin: bottom;
  transform: scaleY(0);
  z-index: 2;
}
.shop-card__description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.shop-card__pricing {
  margin-top: auto;
  font-weight: 600;
}
.shop-card > *:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 650px) {
  .shop-card > *:not(:last-child) {
    margin-bottom: 5px;
  }
}
/* .products {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
} */
.products > * {
  margin-bottom: 10px;
}
.products__description {
  font-size: 16px;
}
@media screen and (max-width: 650px) {
  .products__description {
    font-size: 14px;
  }
}
.products__pricing {
  font-weight: 900;
}
.omf-mini-shop-container {
  background: rgba(238, 238, 236, 0.3);
  height: 100%;
}
.omf-mini-shop-container .omf-mini-shop-section .top-mini-shop-section {
  align-items: center;
  padding: 0px 0px 25px;
}
@media screen and (max-width: 650px) {
  .omf-mini-shop-container .omf-mini-shop-section .top-mini-shop-section h3 {
    margin-bottom: 0px;
  }
}
.omf-mini-shop-container .omf-mini-shop-section .top-mini-shop-section a {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .omf-mini-shop-container
    .omf-mini-shop-section
    .bottom-mini-shop-section
    > * {
    margin-bottom: 25px;
  }
  .page-template-be-a-part button.slick-next.slick-arrow, 
  .page-template-our-goals button.slick-next.slick-arrow {
	    right: 15px !important;
	    width: 65px;
	}
}
.omf-banner-wrapper {
  width: 100%;
  min-height: 200px;
  text-align: center;
  background-position: center center;
  background-size: cover;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.omf-banner-wrapper .omf-inner-banner {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .omf-banner-wrapper .omf-inner-banner {
    width: 100%;
    border-radius: 0px;
  }
}
@media screen and (max-width: 650px) {
  .omf-banner-wrapper .omf-inner-banner .heading {
    padding: 5px;
  }
}
.carousel-wrapper {
  background: rgba(238, 238, 236, 0.3);
  text-align: center;
}
.omf-carousel {
  margin-top: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 50%;
  flex-wrap: wrap;
}
.omf-carousel img {
  padding: 0 30px;
  max-width: 180px;
}
.omf-carousel .omf-carousel__item {
  height: 200px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
	/*filter: grayscale(1);*/
	transition: .3s all ease-in-out;
	/*opacity: .7;*/
}
/*.omf-carousel .omf-carousel__item:hover { filter: grayscale(0); opacity: 1;}*/
.omf-carousel__item:focus-visible { outline: none; }
.omf-video-container {
  position: relative;
  padding-bottom: 56.23%;
  padding-left: 0 !important;
  height: 0;
  max-width: 100%;
  background: #000;
  /*margin: 5px;*/
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 5px;
}
.omf-video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.omf-video-container img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  transition: 0.4s all;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.omf-video-container img:hover {
  filter: brightness(75%);
}
.omf-video-container .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("/images/front/play-button.svg") no-repeat;
  cursor: pointer;
  border-radius: 50%;
}
.social-media-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  height: 50%;
}
.social-media-icons .social-media-icon {
  	margin-right: 20px;
	transition: 0.2s all ease-in-out;
	border-radius: 5px;
	padding: 5px;
}
.social-media-icons .social-media-icon:hover {
	background: var(--orange);
}
.social-media-icons .social-media-icon i {
  font-size: 22px;
  transition: 0.2s all ease-in-out;
}
.social-media-icons .social-media-icon i:hover {
  color: #e64520;
}
.social-media-icons .social-media-icon:last-child {
  margin-right: 0px;
}
#step-form {
  width: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  font-family: "Poppins", sans-serif;
  border: 1px solid rgba(211, 211, 211, 0.4);
  border-radius: 10px;
}
#step-form #step-form__1 .button,
#step-form #step-form__2 .button,
#step-form #step-form__3 .button {
  margin-left: auto;
}
#step-form .step-form-container {
  position: relative;
}
#step-form .step-form-container #step-form__1 .style-list {
  margin-bottom: 30px;
}
#step-form .step-form-container #step-form__1 .style-list__item {
  display: flex;
  flex-direction: column;
}
#step-form .step-form-container #step-form__1 .style-list__item > * {
  margin-bottom: 10px;
}
#step-form .step-form-container #step-form__1 .style-list__item__description {
  font-size: 16px;
}
@media screen and (max-width: 650px) {
  #step-form .step-form-container #step-form__1 .style-list__item {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #step-form .step-form-container #step-form__1 .style-list__item img {
    width: 30%;
    margin-right: 15px;
  }
  #step-form
    .step-form-container
    #step-form__1
    .style-list__item
    .text-content {
    width: calc(65% - 15px);
  }
  #step-form
    .step-form-container
    #step-form__1
    .style-list__item
    .text-content
    h4 {
    margin-bottom: 5px;
  }
  #step-form .step-form-container #step-form__1 .style-list__item > * {
    flex: 0 0 auto;
  }
}
#step-form .step-form-container #step-form__1 .style-list__item.selected {
  border: 1px solid #e64520;
  padding: 5px;
  border-radius: 5px;
}
#step-form .step-form-container #step-form__2 .requirements-form {
  margin-bottom: 30px;
}
#step-form .step-form-container #step-form__2 .requirements-form .top-level,
#step-form .step-form-container #step-form__2 .requirements-form .bottom-level {
  margin-bottom: 15px;
  display: flex;
}
#step-form .step-form-container #step-form__2 .requirements-form .top-level > *,
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  .bottom-level
  > * {
  flex: 1 1 auto;
}
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  .top-level
  > *:focus-within,
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  .top-level
  > *:focus,
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  .top-level
  > *:focus-visible,
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  .bottom-level
  > *:focus-within,
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  .bottom-level
  > *:focus,
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  .bottom-level
  > *:focus-visible {
  outline: none;
}
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  .top-level
  > *:invalid,
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  .bottom-level
  > *:invalid {
  color: #ff4400;
}
@media screen and (max-width: 650px) {
  #step-form .step-form-container #step-form__2 .requirements-form .top-level,
  #step-form
    .step-form-container
    #step-form__2
    .requirements-form
    .bottom-level {
    flex-direction: column;
  }
  #step-form
    .step-form-container
    #step-form__2
    .requirements-form
    .top-level
    > *,
  #step-form
    .step-form-container
    #step-form__2
    .requirements-form
    .bottom-level
    > * {
    width: 100%;
    flex: 1 0 auto;
    margin-bottom: 10px;
  }
  #step-form
    .step-form-container
    #step-form__2
    .requirements-form
    .top-level
    > *:last-child,
  #step-form
    .step-form-container
    #step-form__2
    .requirements-form
    .bottom-level
    > *:last-child {
    margin-bottom: 0px;
  }
}
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  > div
  > *:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  #step-form .step-form-container #step-form__2 .requirements-form .top-level {
    flex-direction: column;
  }
  #step-form
    .step-form-container
    #step-form__2
    .requirements-form
    .top-level
    > * {
    margin-right: 0px !important;
    margin-bottom: 10px;
  }
  #step-form
    .step-form-container
    #step-form__2
    .requirements-form
    .top-level
    > *:last-child {
    margin-bottom: 0px;
  }
}
#step-form
  .step-form-container
  #step-form__2
  .requirements-form__color-selection,
#step-form
  .step-form-container
  #step-form__2
  .requirements-form__size-selection,
#step-form .step-form-container #step-form__2 .requirements-form__quantity,
#step-form .step-form-container #step-form__2 .requirements-form__requirements {
  padding: 10px 15px;
  background: #eeeeec;
  text-align: left;
  border-radius: 5px;
}
#step-form .step-form-container #step-form__2 .requirements-form__requirement {
  flex: 3 0 auto !important;
}
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  .input-wrapper {
  flex: 0 3 auto !important;
  border: dashed 2px lightgray;
  background: #eeeeec;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  .input-wrapper:before {
  content: attr(data-text);
  font-size: 18px;
  margin-bottom: 10px;
  white-space: pre-line;
  color: #d3d3d3;
  font-weight: 500;
}
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  .input-wrapper
  p {
  font-size: 14px;
  color: #d3d3d3;
  font-weight: 300;
}
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  .input-wrapper
  > input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
#step-form
  .step-form-container
  #step-form__2
  .requirements-form__color-selection,
#step-form
  .step-form-container
  #step-form__2
  .requirements-form__size-selection {
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
}
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  > div
  > *::-moz-placeholder {
  font-size: 16px;
  color: #d3d3d3;
}
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  > div
  > *:-ms-input-placeholder {
  font-size: 16px;
  color: #d3d3d3;
}
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  > div
  > *::placeholder {
  font-size: 16px;
  color: #d3d3d3;
}
#step-form .step-form-container #step-form__2 .requirements-form select {
  color: #9ca3af;
}
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  select.selected {
  color: #000;
}
#step-form
  .step-form-container
  #step-form__2
  .requirements-form
  select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
#step-form .step-form-container #step-form__3 .delivery-form {
  margin-bottom: 30px;
}
#step-form .step-form-container #step-form__3 .delivery-form .top-level,
#step-form .step-form-container #step-form__3 .delivery-form .bottom-level,
#step-form .step-form-container #step-form__3 .delivery-form .middle-level {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}
#step-form .step-form-container #step-form__3 .delivery-form .top-level > *,
#step-form .step-form-container #step-form__3 .delivery-form .bottom-level > *,
#step-form .step-form-container #step-form__3 .delivery-form .middle-level > * {
  margin-right: 10px;
  margin-bottom: 15px;
}
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .top-level
  > *:focus-within,
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .top-level
  > *:focus,
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .top-level
  > *:focus-visible,
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .bottom-level
  > *:focus-within,
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .bottom-level
  > *:focus,
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .bottom-level
  > *:focus-visible,
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .middle-level
  > *:focus-within,
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .middle-level
  > *:focus,
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .middle-level
  > *:focus-visible {
  outline: none;
}
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .top-level
  > *:invalid,
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .bottom-level
  > *:invalid,
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .middle-level
  > *:invalid {
  color: #ff4400;
}
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .top-level
  > *:last-child,
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .bottom-level
  > *:last-child,
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .middle-level
  > *:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 650px) {
  #step-form .step-form-container #step-form__3 .delivery-form .top-level,
  #step-form .step-form-container #step-form__3 .delivery-form .bottom-level,
  #step-form .step-form-container #step-form__3 .delivery-form .middle-level {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
#step-form .step-form-container #step-form__3 .delivery-form .top-level {
  margin-bottom: 0px;
}
#step-form .step-form-container #step-form__3 .delivery-form .top-level > * {
  flex: 2 0 45%;
  margin-right: 10px;
  margin-bottom: 10px;
}
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .top-level
  > *:nth-child(2),
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .top-level
  > *:nth-child(4) {
  margin-right: 0px;
}
@media screen and (max-width: 650px) {
  #step-form .step-form-container #step-form__3 .delivery-form .top-level > * {
    flex: 1 0 100%;
    margin-right: 0px;
  }
}
#step-form .step-form-container #step-form__3 .delivery-form .middle-level {
  margin-bottom: 0px;
}
#step-form .step-form-container #step-form__3 .delivery-form .middle-level > * {
  flex: 1 0 45%;
}
@media screen and (max-width: 650px) {
  #step-form
    .step-form-container
    #step-form__3
    .delivery-form
    .middle-level
    > * {
    flex: 1 0 100%;
    margin-right: 0px;
  }
}
#step-form
  .step-form-container
  #step-form__3
  .delivery-form
  .middle-level
  .wide {
  flex: 1 0 100%;
}
#step-form .step-form-container #step-form__3 .delivery-form .bottom-level > * {
  flex: 0 0 370px;
}
@media screen and (max-width: 650px) {
  #step-form
    .step-form-container
    #step-form__3
    .delivery-form
    .bottom-level
    > * {
    flex: 1 0 100%;
    margin-right: 0px;
  }
}
#case-studies .case-study img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    object-position: center;
}
#step-form .step-form-container #step-form__3 .delivery-form__element {
  display: flex;
  background: #eeeeec;
  padding: 15px;
  border-radius: 5px;
}
#step-form
  .step-form-container
  #step-form__3
  .delivery-form__element::-moz-placeholder {
  font-size: 16px;
  color: #d3d3d3;
}
#step-form
  .step-form-container
  #step-form__3
  .delivery-form__element:-ms-input-placeholder {
  font-size: 16px;
  color: #d3d3d3;
}
#step-form
  .step-form-container
  #step-form__3
  .delivery-form__element::placeholder {
  font-size: 16px;
  color: #d3d3d3;
}
#step-form .step-form-container #step-form__3 .delivery-form select {
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  color: #9ca3af;
}
#step-form .step-form-container #step-form__3 .delivery-form select.selected {
  color: #000;
}
.breadcrumbs {
  display: flex;
  height: 50px;
  align-items: center;
}
.breadcrumbs li {
  font-size: 16px;
}
.breadcrumbs li a {
  color: #e64520;
  text-decoration: none;
}
.breadcrumbs li:last-child a {
  color: #000;
}
.breadcrumbs li + li:before {
  content: "|";
  margin-left: 5px;
}
#case-studies .case-study {
  min-height: 400px;
  color: #fffefe;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
#case-studies .case-study > * {
  transition: 0.4s all ease-in-out;
}
/*#case-studies .case-study > *:not(:last-child) {
  margin-bottom: 10px;
}*/
#case-studies .case-study .heading,
#case-studies .case-study .case-study-content {
  z-index: 11;
}
#case-studies .case-study .case-study-content {
  /*max-height: 0;*/
  transition: opacity 1s ease-out;
  opacity: 1;
  height: 100%;
  overflow: hidden;
  font-weight: 400;
}
#case-studies .case-study .case-study-content .button {
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 10px;
}
#case-studies .case-study .case-study-content .button:hover {
  color: #e64520;
}
@media screen and (max-width: 1024px) {
  #case-studies .case-study {
    margin-bottom: 15px;
  }
  section#contact {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 650px) {
  #case-studies .case-study {
    width: 100%;
    height: 100%;
  }
}
#case-studies .case-study:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: height 0.5s ease-out;
  z-index: 10;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
/* .case-study:hover {
  box-shadow: 11px 10px 48px 11px rgba(0, 0, 0, 0.11);
} */
#case-studies .case-study-content {
  max-height: 100%;
  opacity: 1;
  transition: 0.4s all ease-in-out;
  opacity: 1;
  height: auto;
}
#case-studies .case-study:hover:before {
  height: 100%;
}
.testimonial {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .testimonial {
    width: 100%;
  }
}
.testimonial__content {
  position: relative;
  text-align: center;
  padding: 50px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #fffefe;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35); /* 0px 0px 20px rgba(0, 0, 0, 0.03) */
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.testimonial__content .quote-before,
.testimonial__content .quote-after {
  color: #e64520;
  font-size: 75px;
  display: flex;
  align-items: center;
	justify-content: center;
  height: 50px;
}
.testimonial__content .quote-after:after {
  content: "”";
}
.testimonial__content .quote-before:before {
  content: "“";
}
.testimonial__content p {
  padding-block: 25px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  flex: 1;
}
.testimonial__individual {
  margin-top: -45px;
  position: relative;
}
.omfcontent-block a.button.button--outline {
    min-width: 210px;
}
@media screen and (max-width: 1368px) {
  .testimonial__content p {
    height: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .testimonial__content p {
    width: 100%;
    padding: 25px 5px;
    flex: 1;
  }
}
@media screen and (max-width: 650px) {
  .testimonial__content p {
    height: auto;
  }
  .page-template-be-a-part button.slick-next.slick-arrow, .page-template-our-goals button.slick-next.slick-arrow { display: none !important; }
}
.testimonial__individual {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonial__individual img {
  max-height: 60px;
}
.pagination {
  display: flex;
  align-items: center;
}
.archive-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pagination__arrow-left,
.pagination__arrow-right {
  font-size: 18px;
  color: #e64520;
  cursor: pointer;
}
.pagination__counter {
  margin: 0 10px;
  min-width: 30px;
  font-weight: 600;
}
#case-studies .slick-list {
  padding: 0 15% 0 0 !important;
}
#case-studies .slick-track {
    display: flex !important;
}
#case-studies .omf-col-desk-4.slick-slide {
  padding: 10px;
  height: inherit !important;
}
@media screen and (max-width: 650px) {
  .featured-news-article {
    margin-bottom: 25px;
  }
  .featured-news-article img {
    height: 225px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .omf-col-desk-6.omf-col-tab-6.omf-col-mob-4 {
    padding: 10px;
  }
}
.small-article {
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  margin-bottom: 25px;
}
.small-article img {
  margin-bottom: 15px;
}
.small-article h5 {
  margin-block: 10px;
}
.small-article__date {
  margin: 0;
}
.small-article__excerpt {
  margin-bottom: auto;
}
@media screen and (max-width: 650px) {
  .small-article__excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.small-article .button {
	justify-content: flex-start;
	align-items: end;
	margin-top: auto;
}
.blocker {
  z-index: 100;
}
.blocker .modal {
  max-width: 100%;
  width: initial;
}
.image-list {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 100px 100px 100px 100px 100px 100px;
  align-items: center;
  grid-template-rows: auto;
}
@media screen and (max-width: 1280px) {
  .image-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
/* #footer {
  padding-top: 100px;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  background: #212953;
}
#footer > div:first-child > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} */
#footer h4 {
  margin-bottom: 10px;
  color: white;
}
#footer .footer-column .top-column {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #footer .footer-column .top-column {
    margin-bottom: 0px;
  }
}
#footer .footer-link-list {
  list-style: none;
  color: #000;
}
.case-study h1.entry-title {
    line-height: 26px;
    font-size: 18px;
}
#footer .copyright-text p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(253, 246, 246, 0.45);
}
#footer .footer-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  /*border-top: 1px solid rgba(211, 211, 211, 0.4);
  padding-top: 25px;
  margin-top: 50px;*/
  color: #fffefe;
}
#footer .footer-bottom__left a {
  font-weight: 300;
}
#footer .footer-bottom__left a:nth-child(1) {
  margin-right: 25px;
}
#footer .omf-subscribe-form {
  margin-bottom: 15px;
}
#footer .omf-subscribe-form input[type="email"],
#footer .omf-subscribe-form input[type="text"] {
  background: #fffefe;
  flex: 1 0 auto;
  max-width: 220px;
}
@media screen and (max-width: 1280px) {
  #footer .omf-subscribe-form input[type="email"],
  #footer .omf-subscribe-form input[type="text"],
  .footer-column .mc-field-group {
    flex: 1 0 calc(50% - 15px);
  }
}
@media screen and (max-width: 1024px) {
  #footer .omf-subscribe-form input[type="email"],
  #footer .omf-subscribe-form input[type="text"] {
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  #footer .omf-subscribe-form input[type="email"] {
    margin-right: 0;
  }
  .footer-column div#mc_embed_signup_scroll {
    flex-direction: column;
    width: 100%;
  }
  .omf-subscribe-form__element {
    margin-bottom: 5px !important;
  }
  #footer .omf-subscribe-form input[type="text"],
  .footer-column .mc-field-group,
  #footer .omf-subscribe-form input[type="email"] {
    width: 100%;
  }
  .omf-subscribe-form__element[type="submit"] {
    margin-right: 0 !important;
  }
}
#footer .omf-subscribe-form button[type="submit"] {
  order: 3;
  margin-left: 0px;
}
@media screen and (max-width: 1280px) {
  #footer .omf-subscribe-form button[type="submit"] {
    order: 3;
    margin-left: auto;
    margin-right: 0px;
  }
}
#footer .omf-subscribe-form .checkbox-wrapper {
  order: 4;
}
@media screen and (max-width: 1280px) {
  #footer .omf-subscribe-form .checkbox-wrapper {
    order: 3;
  }
}
@media screen and (max-width: 1024px) {
  #footer .omf-subscribe-form .checkbox-wrapper {
    order: 3;
  }
  #footer {
    padding-top: 0px;
  }
  #footer .footer-column {
    padding-left: 0px;
    margin-bottom: 0px;
  }
  #footer .footer-column:nth-child(1) {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px 20px;
    border-bottom: 1px solid rgba(211, 211, 211, 0.4);
  }
	#footer .footer-column:nth-child(2) {
		display: flex;
		border-bottom: 1px solid rgba(211, 211, 211, 0.4);
		padding: 0px 20px 30px 0px;
		width: 100%;
		display: flex;
		justify-content: center;
		width: 100%;
	}
  #footer .footer-column:nth-child(1) .logo-container img {
    width: 20%;
    margin: 0 auto;
  }
  #footer .footer-column:nth-child(2) > *,
  #footer .footer-column:nth-child(3) > * {
    padding: 25px 0px;
    border-bottom: 1px solid rgba(211, 211, 211, 0.4);
  }
  #footer .footer-column:nth-child(4) {
    padding-top: 25px;
  }
  .page-template-blogs #news .omf-col-desk-4.omf-col-tab-6.omf-col-mob-4 {
	   margin-bottom: 30px;
	}
	.news-grid-section .news-item img.news-item-image { object-position: top; }
	#footer .omf-subscribe-form button[type="submit"] {
    order: 4;
    margin-left: auto;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 650px) {
  #footer .footer-column:nth-child(4) .copyright-text {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  #footer .footer-bottom {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(211, 211, 211, 0.4);
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    padding-block: 25px;
  }
  #footer .footer-bottom > *:not(:last-child) {
    margin-bottom: 25px;
  }
  #footer .footer-bottom .social-media-icons {
    justify-content: center;
  }
  #footer .footer-column .mobile-tab .heading {
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    transition: 1s all ease-in-out;
  }
  #footer .footer-column .mobile-tab .heading:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    right: 0;
  }
  #footer .footer-column .mobile-tab.active {
    transition: 1s all ease-in-out;
  }
  #footer .footer-column .mobile-tab.active .heading {
    margin-bottom: 10px;
  }
  #footer .footer-column .mobile-tab.active .heading:after {
    transform: rotate(180deg);
    transition: 0.5s all ease-in-out;
  }
  #footer .mobile-copyright {
    display: block;
    padding-block: 25px;
    text-align: left;
    color: rgba(211, 211, 211, 0.4);
  }
  #footer .mobile-copyright p {
    font-size: 14px;
    line-height: 140%;
  }
}
@media screen and (min-width: 651px) {
  #footer .mobile-copyright {
    display: none;
  }
}
* > input ::-moz-placeholder, * > select ::-moz-placeholder, * > textarea ::-moz-placeholder {
  font-weight: 400 !important;
}
* > input :-ms-input-placeholder, * > select :-ms-input-placeholder, * > textarea :-ms-input-placeholder {
  font-weight: 400 !important;
}
* > input ::placeholder,
* > select ::placeholder,
* > textarea ::placeholder {
  font-weight: 400 !important;
}
* > input:invalid,
* > select:invalid,
* > textarea:invalid {
  color: #ff4400;
}
.omf-contact-form {
  margin-bottom: 30px;
}
.omf-contact-form .top-level {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1 0 100%;
}
@media screen and (max-width: 650px) {
  .omf-contact-form .top-level {
    flex-direction: column;
  }
  .omf-contact-form .top-level input:first-child {
    margin-bottom: 15px;
  }
}
.omf-contact-form__element {
  margin-right: 10px;
}
.omf-contact-form__element::-moz-placeholder {
  font-size: 16px;
}
.omf-contact-form__element:-ms-input-placeholder {
  font-size: 16px;
}
.omf-contact-form__element::placeholder {
  font-size: 16px;
}
.omf-contact-form__element:last-child {
  margin-right: 0px;
}
.contact-content input:focus,
.contact-content textarea:focus {
  outline: none;
  border-radius: 5px;
  overflow: hidden;
}
.omf-contact-form__element[type="text"],
.omf-contact-form__element[type="email"],
.omf-contact-form__element[id="message"] {
  width: 100%;
  padding: 15px;
  background: rgba(238, 238, 236, 0.3);
  color: #000;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}
.omf-contact-form__element[type="text"]:focus,
.omf-contact-form__element[type="email"]:focus,
.omf-contact-form__element[id="message"]:focus {
  color: #000;
}
.omf-contact-form__element[type="text"]:invalid,
.omf-contact-form__element[type="email"]:invalid,
.omf-contact-form__element[id="message"]:invalid {
  color: #ff4400;
}
.omf-contact-form__element[id="message"] {
  height: auto;
}
.omf-contact-form .bottom-level {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.omf-contact-form .bottom-level .checkbox-wrapper input:first-child {
  margin-right: 0px;
}
@media screen and (max-width: 650px) {
  .omf-contact-form .bottom-level .checkbox-wrapper {
    margin: 15px 0;
  }
  .omf-contact-form .bottom-level {
    flex-direction: column;
    align-items: unset;
  }
  .omf-contact-form .bottom-level a {
    margin-left: auto;
  }
  .omf-contact-form {
    margin-bottom: 25px;
  }
}
.omf-subscribe-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.omf-subscribe-form__element {
  border: none;
  background: rgba(238, 238, 236, 1);
  color: #000;
  height: 50px;
  flex: 1 0 auto;
	    width: 100%;
  flex-wrap: wrap;
  margin-right: 10px;
  justify-content: space-between;
  border-radius: 5px;
  padding: 0px 15px;
  font-size: 16px;
  transition: 0.125s all ease-in;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.omf-subscribe-form__element:focus {
  outline: none;
}
.omf-subscribe-form__element[type="text"] {
  order: 1;
}
.omf-subscribe-form__element[type="email"] {
  order: 2;
}
.omf-subscribe-form__element[type="submit"] {
  order: 3;
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
  margin-right: 20px;
  margin-bottom: 0px;
  background: #ff4400;
  margin-left: auto;
  position: relative;
  color: #fff;
  padding: 15px 20px;
}
.omf-subscribe-form__element[type="submit"] span:after {
  content: ">";
  color: white;
}
.omf-subscribe-form__element[type="submit"]:hover {
  background: #e64520;
}
.omf-subscribe-form .checkbox-wrapper {
  order: 4;
  display: flex;
  align-items: center;
}
.omf-subscribe-form .checkbox-wrapper > * {
  margin-bottom: 0px;
}
.omf-subscribe-form__element[type="checkbox"] {
  margin-right: 5px;
  width: initial;
  height: initial;
  padding: 0px;
  flex: 0 0 auto;
}
.omf-subscribe-form__element ~ label {
  background: none;
  padding: 0px;
  font-size: 18px;
  width: initial;
  height: initial;
  font-weight: 400;
  color: black;
  flex: 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .omf-subscribe-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .omf-subscribe-form__element {
/*     width: 100%; */
    flex: 1 0 calc(100% - 15px);
  }
  .omf-subscribe-form__element[type="submit"] {
    height: 50px;
    width: 50px;
    flex: 0 0 50px;
    order: 4;
  }
  .omf-subscribe-form__element[type="submit"] span:after {
    content: ">";
    color: white;
  }
  .omf-subscribe-form__element[type="submit"]:hover {
    background: #e64520;
  }
  .footer-column div#mc_embed_signup_scroll {
    /*flex-wrap: wrap;*/
    margin-bottom: 30px;
  }
  .footer-column .mc-field-group {
    width: 100%;
  }
}
.omf-subscribe-form--white .checkbox-wrapper label,
.omf-subscribe-form--white .checkbox-wrapper input[type="checkbox"] {
  color: #fffefe;
}
.form-top,
.form-bottom {
  display: flex;
  align-items: center;
}
.form-top {
  margin-bottom: 15px;
}
.omf-help-form-container .top-level,
.omf-help-form-container .middle-level,
.omf-help-form-container .bottom-level {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1 0 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 650px) {
  .omf-help-form-container .top-level,
  .omf-help-form-container .middle-level,
  .omf-help-form-container .bottom-level {
    flex: 0 0 100%;
    margin-bottom: 0px;
  }
  .omf-help-form-container .top-level,
  .omf-help-form-container .middle-level {
    flex-direction: column;
  }
  .omf-help-form-container .top-level input,
  .omf-help-form-container .middle-level input {
    margin-bottom: 10px;
  }
  .omf-help-form-container .bottom-level {
    flex: 1 0 auto;
    flex-direction: column;
  }
  .omf-help-form-container .bottom-level .checkbox-wrapper {
    margin-bottom: 15px;
  }
  .omf-help-form-container .bottom-level a {
    margin-left: auto;
  }
}
.omf-help-form-container input[type="text"],
.omf-help-form-container input[type="email"],
.omf-help-form-container input[type="number"] {
  margin-right: 15px;
  width: 100%;
  padding: 10px 15px;
  background: rgba(238, 238, 236, 0.3);
  color: #000;
  border-radius: 5px;
}
.omf-help-form-container input[type="text"]:last-child,
.omf-help-form-container input[type="email"]:last-child,
.omf-help-form-container input[type="number"]:last-child {
  margin-right: 0px;
}
.omf-help-form-container input[type="text"]:focus,
.omf-help-form-container input[type="email"]:focus,
.omf-help-form-container input[type="number"]:focus {
  outline: none;
  border-radius: 5px;
  overflow: hidden;
}
.omf-help-form-container input[type="text"]:invalid,
.omf-help-form-container input[type="email"]:invalid,
.omf-help-form-container input[type="number"]:invalid {
  color: #ff4400;
}
.omf-help-form-container .bottom-level {
  align-items: center;
  margin-bottom: 0px;
}
@media screen and (max-width: 650px) {
  .omf-help-form-container .bottom-level {
    align-items: unset;
  }
}
.product-form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product-form select,
.product-form input,
.quantity input,
.variations select,
input#coupon_code {
  border: none;
  background: rgba(238, 238, 236, 0.3);
  color: #000;
  flex: 1 0 calc(50% - 15px);
  justify-content: space-between;
  border-radius: 5px;
  height: 50px;
  padding: 0px 15px;
  font-size: 16px;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  margin-right: 15px;
}
input#coupon_code {
  flex: unset;
  margin: 10px;
}
button[name="update_cart"] {
  margin-left: auto;
}
.quantity input {
  outline: none;
  width: 100%;
}
table.variations {
    max-width: 350px;
    width: 100%;
    /*position: relative;*/
    float: left;
}
.single table.variations {
    max-width: 45%;
}
.variations td.value {
  width: 100%;
}
.variations tr {
  margin-left: 10px;
  margin-right: 10px;
  flex: 0 0 calc(100% - 30px);
}
form.variations_form.cart {
	position: relative;
}
form.variations_form.cart tbody {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
form.variations_form.cart label {
  display: none;
}
.variations select {
  outline: none;
  width: 100%;
}
.variations .label {
	display: none;
}
.single select {
  background: rgb(207 207 201 / 30%);
}
.product-form select {
  color: #9ca3af;
}
.product-form select.selected {
  color: #000;
}
.product-form select:nth-child(2) {
  margin-right: 0px;
}
.product-form input {
  flex: 1 0 100%;
  margin-right: 0px;
}
@media screen and (max-width: 1024px) {
  .product-form {
    flex-direction: column;
  }
  .product-form select,
  .product-form input {
    border: none;
    background: rgba(238, 238, 236, 0.3);
    color: #000;
    flex: 1 0 auto;
    justify-content: space-between;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0;
  }
}
abbr.required {
  text-decoration: none;
  color: var(--orange);
}
input:not(.omf-subscribe-form__element):not(.gfield-choice-input),
textarea,
.select2-container--default .select2-selection--single,
.omf-country-s select {
  background: rgb(207 207 201 / 30%);
  border-radius: 5px;
  min-height: 40px;
  width: 100%;
  padding: 15px !important;
  border: none;
}
input:focus,
textarea:focus {
  outline: none;
}
#checkout-form input::-moz-placeholder, #checkout-form textarea::-moz-placeholder {
  font-size: 16px;
}
#checkout-form input:-ms-input-placeholder, #checkout-form textarea:-ms-input-placeholder {
  font-size: 16px;
}
#checkout-form input::placeholder,
#checkout-form textarea::placeholder {
  font-size: 16px;
}
#checkout-form input:focus,
#checkout-form textarea:focus {
  outline: none;
  border-radius: 5px;
  overflow: hidden;
}
#checkout-form .full-name-container,
#checkout-form .ship-form-active .full-name-container {
  display: flex;
  flex-direction: row;
}
#checkout-form .full-name-container .name,
#checkout-form .full-name-container .surname,
#checkout-form .ship-form-active .full-name-container .name,
#checkout-form .ship-form-active .full-name-container .surname {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  margin-right: 15px;
}
#checkout-form .full-name-container .surname,
#checkout-form .ship-form-active .full-name-container .surname {
  margin-right: 0px;
}
#checkout-form .inner-form > div,
#checkout-form .inner-form > div > div,
#checkout-form .inner-form > .ship-form-active > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
#checkout-form .inner-form > div:last-child,
#checkout-form .inner-form > div > div:last-child,
#checkout-form .inner-form > .ship-form-active > div:last-child {
  margin-bottom: 0px !important;
}
#checkout-form .inner-form > div label,
#checkout-form .inner-form > div > div label,
#checkout-form .inner-form > .ship-form-active > div label {
  margin-bottom: 5px;
}
#checkout-form .inner-form > div input,
#checkout-form .inner-form > div textarea,
#checkout-form .inner-form > div > div input,
#checkout-form .inner-form > div > div textarea,
#checkout-form .inner-form > .ship-form-active > div input,
#checkout-form .inner-form > .ship-form-active > div textarea {
  background: rgba(238, 238, 236, 0.3);
  color: #000;
  padding: 10px 15px;
}
#checkout-form .inner-form > div input + input,
#checkout-form .inner-form > div textarea + input,
#checkout-form .inner-form > div > div input + input,
#checkout-form .inner-form > div > div textarea + input,
#checkout-form .inner-form > .ship-form-active > div input + input,
#checkout-form .inner-form > .ship-form-active > div textarea + input {
  margin-top: 15px;
}
#checkout-form .inner-form > div select,
#checkout-form .inner-form > div > div select,
#checkout-form .inner-form > .ship-form-active > div select {
  padding: 10px 15px;
  background: rgba(238, 238, 236, 0.3);
}
#checkout-form .inner-form > div.checkbox-wrapper,
#checkout-form .inner-form > div > div.checkbox-wrapper,
#checkout-form .inner-form > .ship-form-active > div.checkbox-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  padding-block: 0px;
  margin-bottom: 10px;
  align-items: center;
}
#checkout-form .inner-form > div.checkbox-wrapper > input,
#checkout-form .inner-form > div > div.checkbox-wrapper > input,
#checkout-form .inner-form > .ship-form-active > div.checkbox-wrapper > input {
  margin-right: 15px;
}
#checkout-form .checkout-button a {
  margin-left: auto;
  height: 70px;
  width: 200px;
}
.case-video-wrap {
  width: 87.5%;
}
/*.single-case-study {
		width: calc(33.333% - 20px);
		margin: 10px;
}*/
p.woocommerce-store-notice.demo_store {
	padding: 20px;
	background: #e64520;
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 10px 0px;
}
p.woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link {
	display: none !important;
}
p.woocommerce-store-notice.demo_store a:hover {
	color: #000;
}
@media screen and (max-width: 1024px) {
  .omf-grid,
  .case-video-wrap {
    width: 88.28125%;
  }
  .single-case-study {
		width: calc(50% - 20px);
		margin: 10px;
	}
	.omf-grid.inner-partners { width: 100%; }
	p.woocommerce-store-notice.demo_store {
		margin-top: 100px;
    margin-bottom: -75px;
    padding: 20px;
	}
	.page-template-media p.woocommerce-store-notice.demo_store,
	.page-template-blogs p.woocommerce-store-notice.demo_store,
	.category p.woocommerce-store-notice.demo_store {
		margin-bottom: -50px;
	}

}
@media screen and (max-width: 650px) {
	p.woocommerce-store-notice.demo_store {
    margin-top: 75px;
    text-align: center;
    padding: 20px;
  }
  .omf-grid,
  .case-video-wrap {
    width: 90.1538461538%;
  }
}
.omf-grid-0 {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
}
.omf-col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.7857142857%;
  padding-right: 1.7857142857%;
}
.omf-col-desk-shift-0 {
  margin-left: 0%;
}
.omf-col-desk-reversed-shift-0 {
  margin-right: 0%;
}
.omf-col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.7857142857%;
  padding-right: 1.7857142857%;
}
.omf-col-desk-shift-1 {
  margin-left: 8.3333333333%;
}
.omf-col-desk-reversed-shift-1 {
  margin-right: 8.3333333333%;
}
.omf-col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.7857142857%;
  padding-right: 1.7857142857%;
}
.omf-col-desk-shift-2 {
  margin-left: 16.6666666667%;
}
.omf-col-desk-reversed-shift-2 {
  margin-right: 16.6666666667%;
}
.omf-col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.7857142857%;
  padding-right: 1.7857142857%;
}
.omf-col-desk-shift-3 {
  margin-left: 25%;
}
.omf-col-desk-reversed-shift-3 {
  margin-right: 25%;
}
.omf-col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.7857142857%;
  padding-right: 1.7857142857%;
}
.omf-col-desk-shift-4 {
  margin-left: 33.3333333333%;
}
.omf-col-desk-reversed-shift-4 {
  margin-right: 33.3333333333%;
}
.omf-col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 0;
  padding-right: 0;
}
.omf-col-desk-shift-5 {
  margin-left: 41.6666666667%;
}
.omf-col-desk-reversed-shift-5 {
  margin-right: 41.6666666667%;
}
.omf-col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.omf-col-desk-shift-6 {
  margin-left: 50%;
}
.omf-col-desk-reversed-shift-6 {
  margin-right: 50%;
}
.omf-col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 0;
  padding-right: 0;
}
.omf-col-desk-shift-7 {
  margin-left: 58.3333333333%;
}
.omf-col-desk-reversed-shift-7 {
  margin-right: 58.3333333333%;
}
.omf-col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.7857142857%;
  padding-right: 1.7857142857%;
}
.omf-col-desk-shift-8 {
  margin-left: 66.6666666667%;
}
.omf-col-desk-reversed-shift-8 {
  margin-right: 66.6666666667%;
}
.omf-col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.7857142857%;
  padding-right: 1.7857142857%;
}
.omf-col-desk-shift-9 {
  margin-left: 75%;
}
.omf-col-desk-reversed-shift-9 {
  margin-right: 75%;
}
.omf-col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.7857142857%;
  padding-right: 1.7857142857%;
}
.omf-col-desk-shift-10 {
  margin-left: 83.3333333333%;
}
.omf-col-desk-reversed-shift-10 {
  margin-right: 83.3333333333%;
}
.omf-col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
}
.omf-col-desk-shift-11 {
  margin-left: 91.6666666667%;
}
.omf-col-desk-reversed-shift-11 {
  margin-right: 91.6666666667%;
}
.omf-col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.page-template-media .omf-col-desk-12,
.page-template-blogs .omf-col-desk-12,
.category .omf-col-desk-12 {
  padding-left: 1.7857142857%;
  padding-right: 1.7857142857%;
}
.omf-col-desk-shift-12 {
  margin-left: 100%;
}
.omf-col-desk-reversed-shift-12 {
  margin-right: 100%;
}
@media screen and (max-width: 1024px) {
  .omf-col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .omf-col-tab-shift-0 {
    margin-left: 0%;
  }
  .omf-col-tab-reversed-shift-0 {
    margin-right: 0%;
  }
  .omf-col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .omf-col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .omf-col-tab-reversed-shift-1 {
    margin-right: 8.3333333333%;
  }
  .omf-col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .omf-col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .omf-col-tab-reversed-shift-2 {
    margin-right: 16.6666666667%;
  }
  .omf-col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .omf-col-tab-shift-3 {
    margin-left: 25%;
  }
  .omf-col-tab-reversed-shift-3 {
    margin-right: 25%;
  }
  .omf-col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .omf-col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .omf-col-tab-reversed-shift-4 {
    margin-right: 33.3333333333%;
  }
  .omf-col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .omf-col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .omf-col-tab-reversed-shift-5 {
    margin-right: 41.6666666667%;
  }
  .omf-col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .omf-col-tab-shift-6 {
    margin-left: 50%;
  }
  .omf-col-tab-reversed-shift-6 {
    margin-right: 50%;
  }
  .omf-col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .omf-col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .omf-col-tab-reversed-shift-7 {
    margin-right: 58.3333333333%;
  }
  .omf-col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .omf-col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .omf-col-tab-reversed-shift-8 {
    margin-right: 66.6666666667%;
  }
  .omf-col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .omf-col-tab-shift-9 {
    margin-left: 75%;
  }
  .omf-col-tab-reversed-shift-9 {
    margin-right: 75%;
  }
  .omf-col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .omf-col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .omf-col-tab-reversed-shift-10 {
    margin-right: 83.3333333333%;
  }
  .omf-col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .omf-col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .omf-col-tab-reversed-shift-11 {
    margin-right: 91.6666666667%;
  }
  .omf-col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .omf-col-tab-shift-12 {
    margin-left: 100%;
  }
  .omf-col-tab-reversed-shift-12 {
    margin-right: 100%;
  }
}
@media screen and (max-width: 650px) {
  .omf-col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7064846416%;
    padding-right: 1.7064846416%;
  }
  .omf-col-mob-shift-0 {
    margin-left: 0%;
  }
  .omf-col-mob-reversed-shift-0 {
    margin-right: 0%;
  }
  .omf-col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7064846416%;
    padding-right: 1.7064846416%;
  }
  .omf-col-mob-shift-1 {
    margin-left: 25%;
  }
  .omf-col-mob-reversed-shift-1 {
    margin-right: 25%;
  }
  .omf-col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7064846416%;
    padding-right: 1.7064846416%;
  }
  .omf-col-mob-shift-2 {
    margin-left: 50%;
  }
  .omf-col-mob-reversed-shift-2 {
    margin-right: 50%;
  }
  .omf-col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7064846416%;
    padding-right: 1.7064846416%;
  }
  .omf-col-mob-shift-3 {
    margin-left: 75%;
  }
  .omf-col-mob-reversed-shift-3 {
    margin-right: 75%;
  }
  .omf-col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7064846416%;
    padding-right: 1.7064846416%;
  }
  .omf-col-mob-shift-4 {
    margin-left: 100%;
  }
  .omf-col-mob-reversed-shift-4 {
    margin-right: 100%;
  }
}
.omf-col:first-child {
  padding-left: 0;
}
.omf-col:last-child {
  padding-right: 0;
}
.omf-navigation {
  background: #fffefe;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.omf-navigation .omf-navigation-wrapper {
  align-items: center;
  padding-block: 15px;
  transition: 0.2s all ease-in-out;
}
.omf-navigation .omf-navigation-wrapper__left .omf-navigation-list {
  align-items: center;
}
.omf-navigation .omf-navigation-wrapper__left .omf-navigation-list__item {
  margin-right: 30px;
  font-weight: 600;
}
.omf-navigation
  .omf-navigation-wrapper__left
  .omf-navigation-list__item
  > a:not(.logo),
#shopping-section #sock-filter li a {
  transition: 0.5s all ease-in-out;
  display: inline-block;
  z-index: 1;
}
.omf-navigation
  .omf-navigation-wrapper__left
  .omf-navigation-list__item
  > a:not(.logo):hover,
#shopping-section #sock-filter li a:hover {
  color: #e64520;
}
.current_page_item a {
  position: relative !important;
}
.current_page_item a::after {
  content: "";
  height: 2px;
  width: 100%;
  background: #e64520;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 50%);
  z-index: -1;
}
.omf-navigation
  .omf-navigation-wrapper__left
  .omf-navigation-list__item
  > a:not(.logo).active:hover {
  color: #000;
}
.omf-navigation
  .omf-navigation-wrapper__left
  .omf-navigation-list__item:last-child {
  margin-right: 0;
}
.omf-navigation
  .omf-navigation-wrapper__left
  .omf-navigation-list__item.logo
  img {
  width: 25px;
  height: auto;
}
.omf-navigation .omf-navigation-wrapper__right {
  align-items: center;
}
.omf-navigation .omf-navigation-wrapper__right .omf-accessibles {
  align-items: center;
  justify-content: flex-end;
}
.omf-navigation .omf-navigation-wrapper__right .omf-accessibles__item {
  margin-right: 20px;
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item:last-child {
  margin-right: 0px;
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .omf-cart-icon {
  font-size: 20px;
  cursor: pointer;
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .omf-cart-icon
  > * {
  transition: 0.2s all ease-in-out;
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .omf-cart-icon
  > *:hover {
  color: #e64520;
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .omf-cart-dropdown__content {
  position: relative;
  width: 100%;
}
.cart-container {
  width: 100%;
}
.cart-items {
  display: flex;
  flex-direction: column;
}
.cart-items .cart-item {
  display: flex;
  flex-direction: row;
  border: 1px solid black;
  margin-bottom: 5px;
  padding: 5px;
  position: relative;
  align-items: center;
}
.cart-item__link {
  width: 100%;
  display: flex;
  align-items: center;
}
.cart-item__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  background: black;
  flex: 0 0 50px;
}
.cart-item .cart-item-contents {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cart-item-contents > * {
  margin-bottom: 5px;
}
.cart-item-contents__heading {
  font-weight: 500;
  font-size: 18px;
}
.cart-item-contents__desc {
  font-size: 12px;
}
.cart-item i {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-size: 16px;
  z-index: 10;
  transition: 0.2s all ease-in;
}
.cart-item i:hover {
  color: #ff4400;
}
.omf-cart-dropdown__content .cart-container .sub-total {
  margin-block: 10px;
}
.omf-cart-dropdown__content ul {
  width: 100%;
}
.omf-cart-dropdown__content .buttons-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .omf-cart-dropdown__content
  .buttons-wrapper
  .button.button--outline:hover {
  background: #fafaf9;
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .countries-set {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .countries-set
  a
  .country-select {
  display: flex;
  justify-content: center;
  align-items: center;
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .countries-set
  a
  .country-select:before {
  content: "";
  background: url("/images/front/countries/aus-flag.svg");
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .countries-set
  a
  .country-select.uk:before {
  background: url("/images/front/countries/UK.png");
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .countries-set
  a
  .country-select.au:before {
  background: url("/images/front/countries/AU.png");
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .countries-set
  a
  .country-select.sa:before {
  background: url("/images/front/countries/SA.png");
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .countries-set
  .countries {
  background: #fff;
  display: none;
  position: absolute;
  right: -67px;
  top: 38px;
  width: 100%;
  min-width: 152px;
  z-index: 9999;
  border-radius: 5px;
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .countries-set
  .countries:before {
  content: "";
  text-align: center;
  display: flex;
  margin-left: auto;
  margin-right: 15px;
  position: relative;
  top: -10px;
  width: 0;
  height: 0;
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .countries-set
  .countries
  a {
  padding: 10px 0px;
  display: block;
  font-size: 16px;
  transition: 0.2s all ease-in-out;
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .countries-set
  .countries
  a
  .country-select {
  display: flex;
  transition: 0.2s all ease-in-out;
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .countries-set
  .countries
  a
  .country-select:before {
  height: 25px;
  width: 25px;
  background-size: cover;
  background-position: center;
}
.omf-navigation
  .omf-navigation-wrapper__right
  .omf-accessibles__item
  .countries-set
  .countries
  a
  :hover {
  transform: scale(1.3);
}
.omf-introduction__content .heading--3, .omf-school-introduction .heading--3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.tabbed-container .tab-section [id^="step"] {
  margin-top: 50px;
}
@media screen and (max-width: 1110px) {
  .omf-navigation .omf-navigation-wrapper {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  div#primary-menu {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: white;
    left: 0;
    top: 0;
    padding-block: 50px;
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.11);
    /*transition: 0.3s transform cubic-bezier(0.75, -0.5, 0, 1.75),
      0.5s opacity ease-in;*/
    transform-origin: left top;
    opacity: 0;
    transform: scale(0);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  div#primary-menu.active-menu {
    opacity: 1;
    transform: scale(1);
  }
  div#primary-menu li.menu-item-1246 {
  	display: block;
  }
  div#primary-menu li.menu-item-has-children > a {
  	position: relative;
  }
  div#primary-menu li.menu-item-has-children > a:before {
  	content: '';
  	position: absolute;
  	right: 0;
  	top: 50%;
  	transform: translateY(-50%) rotate(90deg);
  	background: url('/wp-content/themes/tailpress/resources/images/right-arrow-gray.svg');
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .4s all ease-in-out;
  }
  div#primary-menu li.menu-item-has-children.active > a:before {
  	transform: translateY(-50%) rotate(-90deg);
  }
  div#primary-menu li.menu-item-has-children .sub-menu {
  	display: none;
  }
  div#primary-menu li.menu-item-has-children ul.sub-menu {
  	flex-direction: column;
  	list-style: none;
  	margin: 0;
  	padding: 0;
  }
}
.omf-container {
  width: 90%;
}
.gform_wrapper.gravity-theme .gf_step_label {
    color: #cfd3d9 !important;
}
.gform_wrapper.gravity-theme .gf_step_active .gf_step_label {
    color: var(--orange) !important;
}
.custom-prd-form .gform_wrapper.gravity-theme .gf_step_number { border: 2px solid #000 !important; }
.custom-prd-form .gform_wrapper.gravity-theme .gf_step_completed span.gf_step_number {
    border-color: #e64520 !important;
}
@media screen and (min-width: 640px) {
  .omf-container {
    max-width: 640px;
  }
}
@media screen and (min-width: 768px) {
  .omf-container {
    max-width: 768px;
  }
  .custom-prd-form form {
    display: flex;
  }
  .custom-prd-form .gf_page_steps {
    width: 30%;
  }
  .custom-prd-form .gform_body.gform-body {
    width: 70%;
  }
  .custom-prd-form .gf_page_steps {
    display: flex;
    flex-direction: column;
  }
  .custom-prd-form
    .gform_wrapper.gravity-theme
    .gf_step_active
    .gf_step_number {
    border-left: 2px solid #e64520 !important;
    padding-left: 0 !important;
  }
  .custom-prd-form .gpmpn-step-current span.gf_step_number {
    padding-left: 22px !important;
  }
  div#customer_details {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
	}
	div#customer_details .col-1 {
		width: 100%;
		margin: 10px;
	}
}
.custom-prd-form .gf_page_steps {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .omf-container {
    max-width: 1024px;
  }
  #problem-solution {
    margin-bottom: 80px;
    padding-top: 30px;
  }
  .news-item:nth-child(2) {
    width: calc(50% - 20px);
    margin: 10px;
      height: 400px; /* min-height: 400px; */
  }
  /*.news-item:nth-child(3) {
    width: calc(50% - 20px);
    margin: 10px;
      height: 400px;
  }*/
  .news-item:first-child {
    width: calc(50% - 20px);
    margin: 10px;
      height: 400px; /* min-height: 400px; */
  }
  .news-item:nth-child(3) {
    width: calc(100% - 20px);
    margin: 10px;
      height: 400px; /* min-height: 400px; */
  }
  nav.woocommerce-MyAccount-navigation {
	  float: left;
	  display: inline-block;
	  max-width: 20%;
	  padding: 30px;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
	  width: 100%;
	  max-width: 80%;
	  padding-left: 50px;
	  float: right;
	}
	#intro-to-omf .intro-to-omf_inner {
    margin-left: -20px;
    margin-right: -20px;
	}
	.home .news-grid-section {
	    margin-left: -10px;
	    margin-right: -10px;
	}
}
@media screen and (min-width: 1280px) {
  .omf-container {
    max-width: 1280px;
  }
}
.omf-full-width {
  width: 100%;
}
#your-csr .heading,
#your-csr .text-content > *:not(:last-child),
#your-business .heading,
#your-business .text-content > *:not(:last-child),
#become-a-volunteer .heading,
#become-a-volunteer .text-content > *:not(:last-child),
#volunteer .heading,
#volunteer .text-content > *:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  #your-csr,
  #volunteer {
    display: flex;
    flex-direction: column-reverse;
  }
  #your-csr h6,
  #volunteer h6 {
    order: 1;
  }
  #your-csr div,
  #volunteer div {
    margin-bottom: 15px;
  }
  #your-csr div .image-container,
  #volunteer div .image-container {
    margin-bottom: 0;
  }
  #your-csr .text-content h2,
  #volunteer .text-content h2 {
    margin-bottom: 15px;
  }
}
#your-business .text-content,
#become-a-volunteer .text-content {
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  #your-business .text-content,
  #become-a-volunteer .text-content {
    margin-top: 15px;
  }
}
#your-csr .text-content,
#volunteer .text-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #your-csr .text-content,
  #volunteer .text-content {
    margin-top: 15px;
  }
}
#help-form,
#enrol-today,
#help-today {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #fff;
}
/*.omf-help-form-container .container {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}*/
.programs-section {
  background-color: #f8f8f8;
}
@media screen and (max-width: 650px) {
  #help-form h3,
  #enrol-today h3,
  #help-today h3 {
    margin-bottom: 15px;
  }
  #help-form,
  #enrol-today,
  #help-today {
    padding: 30px 20px;
    border: 1px solid #d3d3d3;
  }
  .testimonial__content {
    box-shadow: unset;
  }
}
#contact .background-image {
  height: 100%;
  background: black;
  background-position: center;
  background-size: cover;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  border-radius: 0.5rem;
}
#contact .contact-content > h4 {
  margin-bottom: 30px;
}
#contact .contact-content .form-container,
#contact .contact-content .general-enquires,
.contact-content .gform_wrapper {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
#contact .contact-content .general-enquires h4,
#contact .contact-content .state-contact h4 {
  margin-bottom: 30px;
}
#contact .contact-content .general-enquires p,
#contact .contact-content .general-enquires a,
#contact .contact-content .state-contact p,
#contact .contact-content .state-contact a {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 25px;
  transition: 0.2s all ease-in-out;
  font-weight: 400;
}
@media screen and (max-width: 650px) {
  #contact .contact-content .general-enquires > div > *,
  #contact .contact-content .state-contact > div > * {
    margin-bottom: 15px;
  }
}
#contact .contact-content .general-enquires {
  margin-bottom: 0px;
  padding: 15px 0px 30px;
}
@media screen and (max-width: 650px) {
  #contact .contact-content .general-enquires {
    padding-bottom: 25px;
  }
}
#contact .contact-content .state-contact {
  padding-inline: 0;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  #contact > div:nth-child(1) {
    padding: 0;
  }
  #contact > div:nth-child(1) .background-image {
    border-radius: 0px;
    height: 400px;
    margin-bottom: 50px;
    background-position: inherit;
  }
  #contact.mb-y-100 {
    margin-top: 0px;
  }
}
#video-and-social .omf-social-container {
  padding-inline: 0px;
}
@media screen and (max-width: 1024px) {
  #video-and-social .omf-social-container {
    display: none;
  }
}
#video-and-social .omf-social-container .heading--social {
  margin-bottom: 15px;
}
#video-and-social .omf-social-container .border-left {
  border-left: 2px solid #ff4400;
  padding-left: 20px;
}
#video-and-social .omf-social-container .border-left:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/*.our-mission .text-content > *:not(:last-child) {
  margin-bottom: 15px;
}*/
.our-mission .omf-video-container {
  height: 100%;
  margin: 0;
}
.slide-count {
	font-weight: 600;
	margin: 0 10px;
    min-width: 30px;
}
@media screen and (max-width: 650px) {
  .our-mission .omf-video-container {
    height: 250px;
  }
  .our-mission > div {
    display: flex;
    flex-direction: column-reverse;
  }
  .our-mission > div > div:first-child {
    margin-top: 15px;
  }
  .our-mission .text-content h2 {
    font-size: 30px;
  }
}
#problem-solution .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#partners .heading {
  margin-bottom: 20px;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  #problem-solution .text-content {
    margin-bottom: 15px;
  }
  #problem-solution > div:first-child {
    margin-bottom: 20px;
  }
  section#problem-solution img.responsive.rounded.shadow {
    width: 100%;
    margin-top: 20px;
  }
  .our-mission .omf-grid-0 {
    flex-direction: column-reverse;
  }
  .omf-grid.inner-partners,
  .omf-grid.service-partners {
    flex-direction: column;
  }
  .omf-grid.inner-partners .omf-col-desk-4.omf-col-tab-4.omf-col-mob-4,
  .omf-grid.inner-partners .omf-col-desk-8.omf-col-tab-8.omf-col-mob-4,
  .image-list-title,
  .image-list-wrap {
    width: 100%;
    padding: 0;
  }
  #partners .heading {
    margin-top: 0;
  }
}
#partners {
  background: #eeeeec;
}
@media screen and (max-width: 650px) {
  #partners .heading {
    margin-top: 0px;
  }
  #partners p {
    width: 100%;
  }
}
#partners .image-list {
  margin-top: -20px;
}
@media screen and (max-width: 650px) {
  #footsteps-program h2 {
    margin-bottom: 15px;
    white-space: pre-wrap;
  }
}
@media screen and (max-width: 650px) {
  #footsteps-program .omf-banner-wrapper {
    height: 200px;
    width: 100%;
    border-radius: 0;
  }
}
#footsteps-program .omf-banner-wrapper h3 {
  margin-bottom: 0px;
}
#footsteps-program .tabbed-content .text-content {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 650px) {
  #footsteps-program .tabbed-content img {
    display: none;
  }
  p.typography,
  .blog__content p {
    font-size: 18px;
  }
  .single-product h4.heading.heading--4 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  form#addToCart {
    margin-top: 20px;
  }
  .tabbed-container .tab-section [id^="step"] {
    margin-top: 25px;
	}
}
#case-studies h2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 652px) {
  #case-studies .hide-on-desktop {
    display: none;
  }
}
#case-studies .slick-active > .case-study {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
}
#testimonials h2,
#partners-testimonials h2 {
  margin-bottom: 25px;
}
#testimonials .top-section,
#partners-testimonials .top-section,
#case-studies .top-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#schools {
  display: flex;
  flex-wrap: wrap;
}
#schools .omf-school-introduction {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#schools .omf-school-introduction > *:not(:last-child) {
  margin-bottom: 20px;
}
/*@media screen and (max-width: 1024px) {
  #schools .omf-school-introduction {
    flex: 1 0 calc(60% - 15px);
  }
}*/
#schools .omf-school-image {
  min-height: 400px;
}
#schools .omf-school-image img {
  max-height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  #schools .omf-school-image {
    flex: 1 0 calc(40% - 15px);
    margin-top: 40px;
  }
  #schools .omf-school-introduction {
    margin-right: 10px;
  }
  .media-block { margin-top: 30px; }
}
@media screen and (max-width: 650px) {
  #schools {
    flex-direction: column-reverse;
  }
  #schools .omf-school-image {
    order: 0;
    flex: 1 0 auto;
    margin-bottom: 20px;
    margin-top: 0;
  }
  #schools .omf-school-image img,
  #your-csr .image-container img,
  #your-business img {
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .omf-introduction__content .heading--3,
  .omf-school-introduction .heading--3 {
    font-size: 30px;
    line-height: 40px;
  }
}
#shopping-section h3 {
  font-weight: 600;
}
#shopping-section #sock-filter li {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  z-index: 1;
}
.shop-sidebar li a.active {
  position: relative;
}
.shop-sidebar li a.active::after {
  content: "";
  height: 5px;
  width: 100%;
  background: #e64520;
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translate(0, 50%);
  z-index: -1;
}
@media screen and (max-width: 650px) {
  #shopping-section #sock-filter {
    display: flex;
    flex-direction: row;
  }
  #shopping-section #sock-filter li {
    margin-right: 10px;
  }
  #shopping-section #sock-filter li:last-child {
    margin-right: 0;
  }
  #sock-filter::-webkit-scrollbar {
    display: none;
  }
  #sock-filter {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .related-blog-card {
    margin-bottom: 30px;
  }
}
.blog__image img,
.related-blog-card__content img {
  max-height: 600px;
  margin-bottom: 20px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog__content *:not(:last-child) {
  margin-bottom: 25px;
}
.blog__content img {
  border-radius: 5px;
}
.cart-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 11px 10px 48px 11px rgba(0, 0, 0, 0.11);
  padding: 15px 0px;
}
.cart-wrapper .cart-card {
  display: flex;
  width: 100%;
  height: 175px;
  align-items: center;
  padding: 15px;
  position: relative;
}
.cart-wrapper .cart-card__image {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart-wrapper .cart-card__content {
  height: 100%;
}
.cart-wrapper .cart-card__content p {
  margin-block: 15px;
}
.cart-wrapper .cart-card__content span {
  display: block;
  margin-top: auto;
}
.cart-wrapper .cart-card__utils {
  display: flex;
  transition: 0.2s all ease-in-out;
  align-items: center;
}
.cart-wrapper .cart-card__utils .close-btn i:hover {
  color: #e64520;
}
.cart-wrapper .cart-card__utils input[type="number"] {
  margin-right: 10px;
  width: 30px;
}
.cart-wrapper .cart-card__utils input[type="number"]::-moz-placeholder {
  color: #000;
}
.cart-wrapper .cart-card__utils input[type="number"]:-ms-input-placeholder {
  color: #000;
}
.cart-wrapper .cart-card__utils input[type="number"]::placeholder {
  color: #000;
}
.cart-wrapper .cart-card:not(:last-child):before {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background: #d3d3d3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .cart-wrapper .cart-card__content p {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #checkout-form .full-name-container {
    flex-direction: column !important;
  }
  #checkout-form .full-name-container .name {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 650px) {
  .cart-wrapper .cart-card {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
  }
  .cart-wrapper .cart-card__image {
    display: none;
  }
  .cart-wrapper .cart-card__content h3 {
    margin-bottom: 15px;
  }
  .cart-wrapper .cart-card__content p {
    display: none;
  }
  .cart-wrapper .cart-card__content span {
    display: block;
    margin: 0;
  }
  .cart-wrapper .cart-card__utils {
    justify-content: flex-end;
  }
}
.pricing-container,
.cart-collaterals {
  padding: 50px 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  height: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.pricing-container .total-wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid black;
  border-bottom: none;
  margin-bottom: 25px;
}
/* .pricing-container .total-wrapper .sub-total,
.pricing-container .total-wrapper .total {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  border-bottom: 4px solid #e64520;
} */
.pricing-container .total-wrapper .sub-total > :nth-child(1),
.pricing-container .total-wrapper .total > :nth-child(1) {
  flex: 2 0 auto;
}
.pricing-container .total-wrapper .sub-total > :nth-child(2),
.pricing-container .total-wrapper .total > :nth-child(2) {
  flex: 0 1 auto;
}
.pricing-container .total-wrapper .sub-total p,
.pricing-container .total-wrapper .total p {
  margin-bottom: 0px;
}
.pricing-container .button {
  margin-top: auto;
}
@media screen and (max-width: 650px) {
  .pricing-container {
    margin-left: 0;
  }
}
.icon-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.icon-group > * {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.icon-group > * i {
  color: #e64520;
  width: 4%;
  margin-left: 5px;
  margin-right: 15px;
}
i.fas.fa-check {
  background: url("/wp-content/themes/tailpress/resources/images/check.svg")
    no-repeat center center;
  width: 16px;
  height: 16px;
}
i.fas.fa-truck {
  background: url("/wp-content/themes/tailpress/resources/images/truck.svg")
    no-repeat center center;
  width: 16px;
  height: 16px;
}
i.fas.fa-lock {
  background: url("/wp-content/themes/tailpress/resources/images/lock.svg")
    no-repeat center center;
  width: 16px;
  height: 16px;
}
.icon-group p.typography {
  margin: 0;
}
@media screen and (max-width: 650px) {
  .icon-group > * i {
    width: 5%;
    margin-left: 5px;
    margin-right: 15px;
  }
}
.icon-group > * p {
  color: #000;
}
@media screen and (max-width: 650px) {
  .icon-group > * {
    margin-bottom: 10px;
  }
  .image-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #partners .image-list {
  	margin-top:  0;
  }
}
@media screen and (max-width: 450px) {
  .image-list {
    grid-template-columns: 1fr 1fr;
  }
}
.single-product-description {
  display: flex;
  flex-direction: column;
}
.single-product-description .typography-grouping {
  display: flex;
  margin-bottom: 15px;
}
.single-product-description .typography-grouping img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.responsive {
  max-width: 100%;
  height: auto;
}
.full-cover {
  background-size: cover;
  background-position: center center;
}
.shadow-1 {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.shadow-2 {
  box-shadow: -1px 10px 5px 0px rgba(0, 0, 0, 0.11);
}
.shadow-3 {
  box-shadow: 11px 10px 48px 11px rgba(0, 0, 0, 0.11);
}
.shadow-4 {
  box-shadow: 1px -2px 27px 8px rgba(0, 0, 0, 0.23);
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-y-25 {
  margin-block: 50px;
}
.mb-y-50 {
  margin-block: 50px;
}
.mb-y-100 {
  margin-block: 100px;
}
@media screen and (max-width: 650px) {
  .mb-y-100 {
    margin-block: 50px;
  }
}
.mb-15,
.featured-news-article img {
  margin-bottom: 15px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 650px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}
.mt-50 {
  margin-top: 50px;
}
.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 650px) {
  .mt-100 {
    margin-top: 50px;
  }
}
.pad-x-0 {
  padding-inline: 0px;
}
.tabbed-container .tab-sliders .slick-prev {
  display: none !important;
}
.tabbed-container .tab-section {
  width: 100%;
}
.tabbed-container .tab-section [id^="step"] a {
  margin-left: auto;
  justify-content: center;
}
.tabbed-container .tab-section .tab-links {
  display: flex;
  width: 100%;
  padding-left: 0;
}
.tabbed-container .tab-section .tab-links .tab-link {
  flex: 1 0 auto;
  text-align: center;
  border-bottom: 5px solid black;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  box-sizing: border-box;
}
.tabbed-container .tab-section .tab-links .tab-link.active:after,
.tab-section li.tab-link.slick-slide.slick-current.slick-active:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e64520;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .tabbed-container .tab-section .tab-links .tab-link {
    font-size: 14px;
  }
  .tabbed-container .tab-section .tab-links .tab-link.active:after {
    bottom: -5px;
    height: 5px;
  }
}

#footsteps-programx .slider-nav .slick-track {
  display: flex;
  width: 100% !important;
  justify-content: space-between;
}
#footsteps-programx .slider-nav .slick-list.draggable {
  width: 100%;
}
@media screen and (max-width: 650px) {
  .tabbed-container .tab-section .tab-links .tab-link.slick-slide {
    width: 90px;
  }
}
.tabbed-container .button {
  margin-left: auto;
}
@media screen and (max-width: 650px) {
  .progress-indicator--mobile {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
  }
  .progress-indicator--mobile:before {
    display: none;
  }
  .progress-indicator--mobile:after {
    content: "";
    border-bottom: 3px solid rgba(51, 51, 51, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    z-index: 1;
  }
  .progress-indicator--mobile > * {
    padding-inline: 0px 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) and (max-width: 450px) {
  .progress-indicator--mobile > * {
    padding-inline: 0 15px;
  }
}
@media screen and (max-width: 650px) {
  .progress-indicator--mobile > *.active {
    color: #e64520;
    font-size: 16px;
  }
  .progress-indicator--mobile > *.active:before {
    display: none;
  }
  .progress-indicator--mobile > *.active:after {
    content: "";
    border-bottom: 3px solid #e64520;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    z-index: 2;
  }
  .flash-message {
    width: 90%;
  }
}
.youtube-player {
  display: block;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
}
img.youtube-thumbnail {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
div.youtube-play-btn {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("/wp-content/themes/tailpress/resources/images/play-button.svg")
    no-repeat center center;
  background-size: 72px 72px;
  transition: .25s all ease-in-out;
}
.youtube-container:hover div.youtube-play-btn {
	transform: scale(1.05);
}
.youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.case-video-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .progress-indicator--mobile > *.previous-color {
    color: rgba(51, 51, 51, 0.4);
    font-size: 16px;
  }
  .omf-carousel img {
    padding: 0 15px;
  }
  .omf-video-container {
    margin: 0;
    border-radius: unset;
  }
  .shop-card__description {
    text-overflow: unset;
    display: unset;
  }
  .form-sub-ttle {
    margin-top: 10px;
  }
  .blog__image img,
  .related-blog-card__content img {
    max-height: 400px;
  }
  #footsteps-programx img.responsive {
    max-height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 20px;
    display: none;
  }
  #footsteps-programx h3.stepper-title {
    max-width: unset;
  }
  .footer-column div#mc_embed_signup_scroll {
    /*flex-wrap: wrap;*/
    margin-bottom: 0 !important;
  }
  .youtube-player,
  .youtube-container {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .our-mission .text-content {
    width: 100%;
  }
}
/*
    Other small SCSS changes that you wanna add.
*/
i.fas.fa-shopping-cart:before {
  display: none;
}
nav.omf-grid.omf-navigation-wrapper.relative {
  width: 100%;
}
li.omf-accessibles__item {
  list-style: none;
}
.tab-sliders {
  height: 200px;
  overflow: hidden;
}
.tab-sliders.slider-for.slick-initialized.slick-slider {
  height: unset;
}
@media screen and (min-width: 1280px) {
  .omf-subscribe-form input#name,
  .omf-subscribe-form input#email {
    width: calc(40% - 10px);
  }
  button.omf-subscribe-form__element {
    width: 10%;
  }
}
#shopping-section .omf-col-desk-3 {
  padding-left: 10px;
  padding-right: 10px;
}
section#testimonials,
section#case-studies {
  background: #f8f8f8;
  width: 100%;
  max-width: unset;
}
.pagination__arrow-left {
  background: url("/wp-content/themes/tailpress/resources/images/left-arrow.svg");
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: cover;
  z-index: 5;
}
.pagination__arrow-right {
  background: url("/wp-content/themes/tailpress/resources/images/right-arrow.svg");
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: cover;
}
.omf-grid.nomax {
  width: 100%;
}
.enrol-today {
  background: #f8f8f8;
}
.omf-cart-dropdown__content strong {
  font-weight: 500;
}
.omf-cart-dropdown a.button:hover {
  color: #fff;
}
span.shop-card__pricing {
  font-family: "Poppins", sans-serif;
}
p.small-article__date {
  margin-bottom: 8px;
}
.image-list img {
  max-width: 120px;
  padding: 10px;
}
.testimonial-item {
  margin: 15px;
}
#testimonials .slick-track,
#partners-testimonials .slick-track {
  display: flex !important;
}
/* .slick-track {
    display: flex !important;
} */
#testimonials .slick-slide {
  height: inherit !important;
}
#testimonials h6.heading.heading--6,
#partners-testimonials h6.heading.heading--6 {
  /*min-height: 70px;*/
  margin-bottom: 0;
  font-size: 16px;
}
.blogs_pagination {
  width: 100%;
  display: flex;
  margin-top: 20px;
  flex-direction: row;
  justify-content: center;
}
.blogs_pagination li.page-item {
  padding: 10px;
}
.blogs_pagination li.page-item[aria-label="« Previous"],
.blogs_pagination a[aria-label="« Previous"] {
  background: url(/images/front/left-arrow.svg);
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: cover;
  display: block;
  color: transparent;
  /*margin-right: 10px;*/
}
.blogs_pagination a.page-link[aria-label="Next »"] {
  color: transparent;
}
.blogs_pagination a.page-link[aria-label="Next »"],
.blogs_pagination li[aria-label="Next »"] {
  background: url(/images/front/right-arrow.svg);
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: cover;
  display: block;
  color: transparent;
}
#testimonials .slick-slide,
#partners-testimonials .slick-slide {
  height: inherit !important;
}
.blog__content p {
  font-weight: 300;
  margin-bottom: 15px !important;
}
section#footsteps-program {
  background: #f8f8f8;
  padding-top: 80px;
}
li.footer-link-list__item a:hover {
  color: rgba(253, 246, 246, 0.85);
}
li.page-item.active span {
  color: #e64520;
}
.case-study-content .button {
  height: unset;
}
#footsteps-programx h3.stepper-title {
  width: 100%;
  max-width: 260px;
}
h4.heading.heading--5.heading--white.font-semibold.text-xl {
  font-size: 20px;
}
#your-csr .image-container img,
#your-business img {
  width: 100%;
}
.flash-message {
  left: 50%;
  transform: translateX(-50%);
  max-width: 600px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #contact .contact-content {
    padding-block: 25px;
  }
  .intro-to-omf_inner .youtube-container,
  .intro-to-omf_inner .omf-introduction__content {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
}
@media screen and (min-width: 651px) {
  .form-control {
    width: calc(50% - 7px);
  }
  .omf-contact-form .top-level,
  .omf-contact-form .middle-level {
    margin-bottom: 15px;
  }
  /*.testimonial-slider .omf-col-desk-6.omf-col-tab-6.omf-col-mob-4 {
    padding: 20px;
  }*/
}
.container.flex-row-reverse .omfcontent-block,
.container.flex-row-reverse .omfcontent-block {
  padding-left: 40px;
}
.container:not(.flex-row-reverse) .omfcontent-block,
.container:not(.flex-row-reverse) .omfcontent-block {
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .hide-on-mobile {
    display: none;
  }
  .case-study h1.entry-title {
    margin-top: 30px;
  }
  .container.flex-row-reverse .omfcontent-block,
  .container.flex-row-reverse .omfcontent-block {
    padding-left: 0;
  }
  .container:not(.flex-row-reverse) .omfcontent-block,
  .container:not(.flex-row-reverse) .omfcontent-block {
    padding-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .hide-on-desktop {
    display: none;
  }
}
#video-and-social .mc-field-group {
  flex: 1 1 calc(100% - 12px);
  margin: 0 6px;
}
#video-and-social .omf-subscribe-form__element {
  width: 100%;
}
#video-and-social div#mc_embed_signup_scroll {
  width: 100%;
}
#video-and-social .clear {
  max-width: 50px;
}
ul {
  list-style: disc;
  padding-left: 20px;
}
.blog ul li,
.tabbed-content ul li {
  line-height: 25px;
}
.case-img img {
  max-height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.omf-grid-0.case-study-slider {
  max-height: 400px;
  overflow: hidden;
}
.omf-grid-0.case-study-slider.slick-initialized.slick-slider {
  max-height: unset !important;
}
.partner-testimonials {
  background: #fff !important;
}
ol {
  list-style: decimal;
  padding-left: 20px;
  line-height: 25px;
}
.tabbed-container h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.tabbed-container p {
  font-size: 16px;
  line-height: 22px;
}
b,
strong {
  font-weight: 600;
}
ul#menu-main-menu {
  list-style: none;
  padding-left: 0;
}
.gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
}
h2.woocommerce-loop-product__title,
span.price,
.archive a.button.add_to_cart_button,
span.onsale {
  display: none;
}
.archive .shop-card__pricing span.price {
  display: block !important;
}
ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}
.single .product { padding: 40px 0; }

@media screen and (min-width: 769px) {
  .single .product {
    display: flex;
    width: 100%;
  }
  .single .summary.entry-summary {
    width: 60%;
    padding-left: 40px;
  }
  .single .woocommerce-product-gallery {
    width: 40%;
  }
  .w-vid { min-height: 350px; }
}
@media screen and (min-width: 641px) {
  ul.products.columns-4 {
    width: 80%;
  }
	a.reset_variations {
    	right: 150px;
    	top: 150px;
	}
  td.product-subtotal {
    text-align: center;
  }
  .woocommerce-cart-form td.product-quantity {
    width: 100px;
    padding: 15px;
  }
}
a.reset_variations {
  	position: absolute;
	right: 50px;
    top: 75px;
}
@media screen and (max-width: 940px) {
	a.reset_variations {
    	right: 5px;
    	top: 150px;
	}
}
.shop-sidebar {
  width: 20%;
}
ul.list-none {
  list-style: none;
  padding-left: 10px;
}
.custom-title-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.single .woocommerce-notices-wrapper {
  width: 100%;
}
section.related.products,
.woocommerce-tabs.wc-tabs-wrapper,
.product_meta,
.single .woocommerce-product-details__short-description {
  display: none;
}
h1.product_title.entry-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 36px;
}
span.woocommerce-Price-amount.amount {
  font-weight: 600;
  color: initial;
}
span.breadcrumb_last {
  color: #e64520;
}
.woocommerce-product-gallery {
  margin-bottom: 30px;
}
.woocommerce-message {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  background: #e64520;
  padding: 10px 30px;
  color: #fff;
  border-radius: 5px;
  font-weight: 400;
}
.single a.button.wc-forward {
  background: #e64520;
  color: #fff;
  text-transform: initial;
  font-weight: inherit;
  font-size: 16px;
  padding: 10px;
  color: #fff !important;
  font-weight: 400 !important;
  text-decoration: none;
  transition: .4s all ease-in-out;
}
.single a.button.wc-forward:hover {
	background: #fff !important;
  	color: #e64520 !important;
}
.woocommerce-cart
  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  max-width: 100px;
}
.woocommerce-cart #omf-mini-cart img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  max-width: 25px;
}
#omf-mini-cart a.remove.remove_from_cart_button {
    width: 5%;
}
#omf-mini-cart .woocommerce-mini-cart-item a {
    width: 70%;
}
.product-name .woocommerce-cart a {
  font-weight: 600;
}
.woocommerce-cart-form {
  border-radius: 5px;
  box-shadow: 11px 10px 48px 11px rgb(0 0 0 / 11%);
  padding: 30px;
  margin: 20px 0;
}
.woocommerce-cart-form
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  width: 100%;
}
.woocommerce-cart-form__cart-item .quantity input {
  margin: 0;
}
th.product-price {
  text-align: left;
}
.woocommerce-cart-form dl.variation {
  display: flex;
}
.woocommerce-cart-form td.product-thumbnail {
  width: 120px;
  padding: 10px 0;
}
.woocommerce-cart-form th.product-name {
  text-align: left;
}
.woocommerce-cart-form a.remove {
  font-weight: 600;
}
.woocommerce-cart-form .coupon {
  display: none;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.cart-collaterals {
  padding: 30px;
}
.cart-collaterals h2 {
  font-size: 20px;
}
tr.woocommerce-shipping-totals.shipping {
background: rgba(238, 238, 236, 0.3);
}
tr.woocommerce-shipping-totals.shipping td {
padding: 20px;
}
tr.cart-subtotal {
  /*display: flex;
  flex-direction: column;
  text-align: left;*/
  padding: 10px;
}
.woocommerce-mini-cart dl.variation {
    display: none;
}
.cart-collaterals td {
    padding-left: 20px;
}
tr.cart-subtotal th,
.order-total th {
  font-weight: 400;
  text-transform: uppercase;
}
tr.cart-subtotal th {
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce-cart-form .product-name a {
  font-weight: 600;
}
.cart_totals tbody {
  width: 100%;
  border: 1px solid #000;
}
table.shop_table.shop_table_responsive {
  width: 100%;
}
.order-total th {
  text-align: left;
  padding: 10px;
}
tr.order-total {
  border-top: 1px solid #e64520;
  border-bottom: 1px solid #e64520;
}
.wc-proceed-to-checkout {
  margin-top: 30px;
}
tr.order-total td {
  text-align: right;
  padding: 10px;
}
td.product-name dt.variation-Size,
dd.variation-Size,
dt.variation-Color {
  margin-right: 8px;
}
.cart-subtotal td {
float: right;
padding: 10px;
}
h1.page-ttl {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
}
td.product-remove {
  color: #e64520;
}
.widget_shopping_cart_content {
  max-width: 320px;
}
@media screen and (max-width: 640px) {
  tr.woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    flex-direction: column;
  }
  .cart.woocommerce-cart-form__contents thead {
    display: none;
  }
  tr.woocommerce-cart-form__cart-item.cart_item:nth-child(even) {
    border-top: 2px solid var(--orange);
    margin-top: 30px;
  }
  .cart.woocommerce-cart-form__contents td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  tr.woocommerce-cart-form__cart-item.cart_item .quantity input {
    height: 40px;
  }
  td.product-thumbnail {
    display: none;
  }
  .quantity {
    max-width: 80px;
  }
  .coupon {
    margin-bottom: 30px;
  }
  button[name="update_cart"] {
    margin-top: 30px;
  }
  td:nth-of-type(1):before {
    content: "";
  }
  td:nth-of-type(2):before {
    content: "";
  }
  td:nth-of-type(3):before {
    content: "Product:";
  }
  td:nth-of-type(4):before {
    content: "Unit Price:";
  }
  td:nth-of-type(5):before {
    content: "Quantity:";
  }
  td:nth-of-type(6):before {
    content: "Subtotal:";
  }
  .single form.variations_form.cart tbody {
      flex-direction: column;
  }
  .single .variations tr { 
    width: 100%; 
    margin-right: 0;
    margin-left: 0;
    padding-right: 6px;
  }
  .single .quantity {
    max-width: 100%;
    margin-right: 0 !important;
  }
  .single .quantity input {
    max-width: 100%;
    margin-right: 0 !important;
  }
  .single form.variations_form.cart tbody { margin: 0; }
  .omf-cart-dropdown.active { width: 100%; max-width: 100%; }
  .widget_shopping_cart_content { max-width: 100%; }
  .woocommerce-mini-cart__buttons a.button.wc-forward { width: 120px; }
  .post-type-archive-case-study .small-article { height: unset; }
  .page-template-be-a-part .form-container-inner { padding: 15px; }
  #testimonials .top-section, #partners-testimonials .top-section, #case-studies .top-section {
	    flex-wrap: wrap;
	}
}
.form-row {
  display: flex;
  flex-direction: column;
}
p#order_comments_field label { display: none; }
.woocommerce-form-coupon-toggle {
  display: none;
}
table.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
  max-width: 600px;
}
thead {
  text-align: left;
}
div#order_review {
  height: 100%;
  max-width: 49%;
  margin-left: auto;
  margin-bottom: 50px;
}
.woocommerce-billing-fields h3,
h3#ship-to-different-address,
h3#order_review_heading {
  font-size: 20px;
  margin-bottom: 20px;
}
textarea#order_comments {
  min-height: 200px;
}
.woocommerce-additional-fields h3,
h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
  font-size: 24px;
}
#order_comments_field label {
    padding-left: 10px;
}
.woocommerce-billing-fields label {
  display: none;
}
section.woocommerce-order-details {
  margin: 30px 0;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  width: 100%;
}
h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
  border-bottom: 1px solid #111827;
}
section.woocommerce-customer-details {
  margin-bottom: 50px;
}
.archive .icon-group {
  display: none;
}
.wc_payment_method input {
  width: unset;
  min-height: unset;
}
div#payment {
  margin-top: 30px;
}
ul.wc_payment_methods.payment_methods.methods {
  list-style: none;
  padding-left: 0;
}
.woocommerce-privacy-policy-text {
  background: #f3f3f3;
  padding: 10px;
  margin: 20px 0;
}
a.woocommerce-privacy-policy-link {
  color: var(--orange);
}
h1.entry-title {
  font-size: 24px;
}
.single-post h1.entry-title.my-4 {
    margin-bottom: 0;
    line-height: 34px;
}
header img:not(img.youtube-thumbnail) {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-product img.wp-post-image {
  width: 100%;
}
.single-product .flex-viewport {
    height: unset !important;
}
.single-product .pswp__bg {
	background: rgba(0, 0, 0, .8) !important;
}
.single-product .pswp__caption {
    display: none !important;
}
@media only screen and (max-width: 1175px) {
	.page-template-our-goals .hero.parallax {
			background-attachment: unset !important;
	    background-position: center center !important;
	}
}
@media (max-width: 1024px) {
  .omf-brand-wrap {
    width: 100%;
  }
  .hide-mdm-s {
    display: none;
  }
  ul#menu-main-menu {
    text-align: center;
    max-width: 100%;
		margin: 0 auto;
  }
	ul#menu-main-menu > li a {
	  padding: 10px;
	  width: 100%;
	  display: block;
	}
}
.mobile-close {
  display: none;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 99999;
  transition: 0.3s transform cubic-bezier(0.75, -0.5, 0, 1.75),
    0.5s opacity ease-in;
}
.mobile-close img {
  width: 35px !important;
  height: 35px;
}
.post-type-archive-case-study img {
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-type-archive-case-study .small-article img {s
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 250px;
  min-height: 250px;
  width: 100%;
  -o-object-position: top;
     object-position: top;
}
.case-dtls {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.case-dtls .hyperlink {
	display: flex;
}
.case-dtls p:nth-of-type(2) {
	flex: 2;
	margin-top: auto;
}
.page-template-blogs #news .case-dtls p:not(.small-article__date) {
    flex: 1;
}
.page-template-blogs #news .small-articles.omf-grid-0 > div,
 {
    margin-bottom: 30px;
}
.post-type-archive-case-study #news .omf-col-desk-3 {
	margin-bottom: 30px;
}
.news-item-inner h3 {
  margin-bottom: 20px;
}
.featured-news-article a.button.button--article {
    margin-top: 20px;
}
.page-template-blogs #news h6 {
    flex: 2;
}
.featured-news-article h6 {
    margin-bottom: 5px !important;
}
.single-product ol.flex-control-nav.flex-control-thumbs {
	  display: flex;
	  flex-wrap: wrap;
	  list-style: none;
     width: 100%;
    margin-top: 30px;
    border-top: 2px solid #f3f3f3;
    padding-top: 20px;
}
.single-product ol.flex-control-nav.flex-control-thumbs li {
    flex-basis: 33.333%;
    padding: 5px;
}
.woocommerce-product-gallery__image {
  padding: 20px;
}
/* Modal */
.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  transition: opacity 300ms ease-in;
  pointer-events: none;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 1000px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
}
.close-modal {
  position: absolute;
  right: 40px;
  top: 40px;
  background: url(/wp-content/themes/tailpress/resources/images/close-icon.svg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
li.woocommerce-mini-cart-item.mini_cart_item img {
  width: 100%;
  max-width: 40px;
}
li.woocommerce-mini-cart-item.mini_cart_item {
  display: flex;
}
p.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  justify-content: space-between;
}
ul.woocommerce-mini-cart {
  padding: 0;
}
p.woocommerce-mini-cart__total.total {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
li.woocommerce-mini-cart-item.mini_cart_item {
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
  padding: 12px 0;
}
.woocommerce-mini-cart-item span.woocommerce-Price-amount.amount {
  display: block;
}
span.quantity {
  width: 110px;
  text-align: right;
}
.woocommerce-mini-cart-item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
a.remove.remove_from_cart_button {
  color: var(--orange);
  font-weight: 600;
}
.case-study .youtube-container {
  height: unset;
}
.case-study img.single-featured {
  height: 350px;
  border-radius: 12px;
}
.custom-prd-form .choose-style .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}
.custom-prd-form .gchoice {
  margin: 10px;
  flex: 1;
}
.custom-prd-form .gchoice label {
  padding: 10px;
  cursor: pointer;
}
.custom-prd-form .gchoice input[type="radio"]:hover + label,
.custom-prd-form .gchoice input[type="radio"]:checked + label {
  border: 1px solid var(--orange);
}
.custom-prd-form .gfield-choice-input {
  display: none !important;
}
.custom-prd-form .gform_wrapper.gravity-theme .gf_step_number {
  border-radius: unset !important;
  border-right: unset !important;
  border-bottom: unset !important;
  border-top: unset !important;
  background: unset !important;
  color: #cfd3d9;
  font-weight: 600;
}
.custom-prd-form .gf_step_active.gf_step_first.gpmpn-step-current span {
  color: #e64520 !important;
  padding: 0;
}
.custom-prd-form .gform_wrapper.gravity-theme .gf_step {
  margin: 0 !important;
}
.custom-prd-form
  .gform_wrapper.gravity-theme
  .gf_step_completed
  .gf_step_number:before {
  display: none !important;
}
.custom-prd-form .gform_next_button {
  background: transparent !important;
  color: var(--orange);
  border-radius: 30px !important;
  border: 1px solid var(--orange) !important;
  width: 140px !important;
  margin-left: auto;
  line-height: 1 !important;
  cursor: pointer !important;
}
.custom-prd-form .gform_wrapper.gravity-theme .gf_step_number,
.gform_wrapper.gravity-theme .gf_step_label {
  padding-left: 0 !important;
}
.custom-prd-form textarea {
  padding: 15px !important;
}
.gf_step_active span {
  color: #e64520 !important;
}
.style-select h3 {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 25px;
}
.custom-prd-form .gf_step span {
  font-size: 16px;
}
.custom-prd-form .gravity-theme .gpmpn-page-link .gf_step_label {
  text-decoration: none !important;
}
.custom-prd-form .ginput_container.ginput_container_number input,
.gform_page_fields input {
  height: 50px;
}
.style-upload {
  border: 2px dotted #dfdfdf;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
span.font-semibold {
  color: #898989;
}
.gform_fileupload_rules {
  display: none;
}
input.button.gform_button.gform_last_page_button {
  display: none;
}
/* .gform_previous_button {
  display: none !important;
} */
input#gform_submit_button_4 {
  margin-left: auto;
}
.custom-prd-form {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
  padding: 40px;
  border-radius: 15px;
}
legend.gfield_label {
  font-size: 18px !important;
}
.gform_wrapper.gravity-theme .gf_page_steps {
  border-bottom: unset !important;
}
.custom-prd-form .gform_page_footer.top_label {
  display: flex;
  justify-content: space-between;
}
.gform_previous_button {
  background: transparent;
  border-radius: 30px!important;
  border: 1px solid var(--orange) !important;
  width: 140px!important;
  color: var(--orange) !important;
  line-height: 1 !important;
}
.gform_previous_button:hover,
.custom-prd-form .gform_next_button:hover {
  background: var(--orange) !important;
  color: #fffefe !important;
}
.cart-collaterals tr.cart-subtotal th {
    padding: 10px;
    text-align: left;
}
.woocommerce-checkout tr.cart-subtotal th {
text-align: left;
padding: 10px;
}

.woocommerce-checkout tr.woocommerce-shipping-totals.shipping th {
	text-align: left;
	padding: 10px;
}
.woocommerce-cart tr.woocommerce-shipping-totals.shipping th {
	text-align: left;
	padding: 10px;
}
.woocommerce-checkout tr.woocommerce-shipping-totals.shipping td {
	padding: 20px;
	text-align: right;
	padding-right: 10px;
}
.woocommerce-checkout td.product-total {
	text-align: right;
	padding: 10px;
}
.woocommerce-checkout th.product-total {
float: right;
}
ul#shipping_method {
    list-style: none;
}
input#ship-to-different-address-checkbox {
    width: unset;
    margin-right: 10px;
    position: relative;
    line-height: 18px;
    display: flex;
    align-items: center;
    min-height: unset;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
    align-items: center;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
}
input#rememberme {
    width: unset;
    margin-right: 6px;
    display: flex;
    align-items: center;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    margin-left: 10px;
}
button.woocommerce-button.button.woocommerce-form-login__submit,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
    margin-top: 20px;
}
.woocommerce-account .woocommerce {
    padding-bottom: 30px;
}
.woocommerce-account .woocommerce {
    margin-top: 20px;
}
.woocommerce-account .woocommerce:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.img-wr { 
	margin-bottom: 20px; 
	background: rgb(207 207 201 / 30%);
  padding: 25% 0;
}
@media screen and (max-width: 768px) {
  .custom-prd-form .gpmpn-step-current {
    border-bottom: 2px solid var(--orange);
    border-left: unset;
  }
  span.gf_step_number {
    border-left: unset !important;
  }
  .custom-prd-form .gform_wrapper.gravity-theme .gf_step_number { border: unset !important; }
  .gform_wrapper.gravity-theme .gf_step_label {
    padding-left: unset !important;
  }
  .gf_step {
    padding-right: 5px;
  }
  span.gf_step_number {
    padding-right: 5px !important;
  }
  .style-select {
    display: flex;
  }
  .custom-prd-form .choose-style .gfield_radio {
    flex-direction: column;
  }
  .custom-prd-form .gchoice {
    width: 100%;
  }
  .custom-prd-form .img-wr {
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 10% 0;
	  width: calc(50% - 15px);
  }
  .custom-prd-form .text-wr { width: 50%; }
  .gchoice.gchoice {
    margin-bottom: 10px;
    margin-left: 0;
  }
  .custom-prd-form .gform_wrapper.gravity-theme .gform_fields {
    display: block;
  }
  #gform_page_4_2 .gfield {
    margin-bottom: 10px;
  }
  .custom-prd-form label#label_4_13_0 {
    width: 100%;
  }
  .custom-prd-form .gform_fields .gfield {
    margin-bottom: 12px;
  }
  .custom-prd-form .gchoice label { width: 100%; max-width: unset !important; }
  .top-column h6, 
  .bottom-column h6 {
	    display: block;
	    cursor: pointer;
	    position: relative;
	}
	div#order_review {
		max-width: unset;
		margin-top: 40px;
	}
	tr.woocommerce-orders-table__row.order {
	    display: flex;
	    flex-direction: column;
	}
	.woocommerce-MyAccount-orders thead {
	    display: none;
	}
	.woocommerce-MyAccount-orders td:nth-of-type(5):before {
	    display: none;
	}
	td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    margin-top: 15px;
	}
	.custom-prd-form { padding: 30px 15px; }
	.gf_step { border-bottom: 2px solid #000; }
	.gf_step.gf_step_active { border-bottom: 2px solid var(--orange); }
	
	.single a.button.wc-forward:hover {
     background: #fff !important;
     color: #e64520 !important;}
     
    .single a.button.wc-forward {
    background: #fff !important;
    color: #e64520 !important;
    display: block;
    width: 100%;}
    
    .woocommerce-message {
    display: block;}
    
    .button.wc-forward {
    display: block;
    background: #fff;
    color: #e64520;
    width: 100%;
    padding: 15px;
}
  
}

@media screen and (max-width: 640px) {
	.mobile-tab h6:after,
	.bottom-column h6:after {
	    content: "";
	    display: block;
	    width: 15px;
	    height: 15px;
	    position: absolute;
	    right: 0;
	    top: 5px;
	    z-index: 9999;
	    border-right: 3px solid #fff;
	    border-bottom: 3px solid #fff;
	    transform: rotate( 45deg);
	}
	.mobile-tab.active h6:after {
	    transform: rotate( 225deg);
	}
	#news .omf-col-desk-8.omf-col-tab-12.omf-col-mob-4 { padding: 0; }
	#footer .omf-subscribe-form input[type="email"], #footer .omf-subscribe-form input[type="text"] { max-width: unset; }
	.single-case-study { width: 100%; }
	img.custom-logo { max-width: 110px; }
}
.tab-sliders h4 {
  margin-bottom: 15px;
  font-size: 20px;
}
#partner-testimonials .slick-track {
  display: flex !important;
}
#partner-testimonials .slick-slide {
  height: inherit !important;
}
#partner-testimonials .heading--6 {
  min-height: 50px;
}
.custom-prd-form h4 {
  padding-left: 0;
}
.contact-content a:hover {
  color: var(--orange) !important;
}
.media-block img {
  width: 100%;
  border-radius: 15px;
}
.image-wrap {
  background: var(--orange);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-bottom: 15px;
  background: linear-gradient(to right, #eaeaea, #dbdbdb, #f2f2f2, #ada996);
}
.tabbed-container ol {
  margin-bottom: 20px;
}
.tabbed-container ol ::marker {
  font-weight: 500;
}
.tabbed-content img {
  /*max-height: 350px;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	border-radius: 0.5rem;
}
span.gfield_required.gfield_required_text {
  display: none;
}
.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:after {
  display: none !important;
}
ul.wc_payment_methods.payment_methods.methods input {
  width: unset !important;
  min-height: unset;
}
.style-upload button {
    margin: 0 auto;
}
body img.gform_ajax_spinner {
    position: absolute !important;
    top: 100px;
    right: 0;
}
.gform_page_footer { position: relative; }
.gform_wrapper .gform_validation_errors { background: #ffffff !important; }
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message { background: #ffffff !important; }
body:not(.home) .omf-banner-wrapper:before {
    content: "";
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 100%;
    width: 100%;
}
.omf-banner-wrapper .omf-inner-banner {
    z-index: 99;
}
.media-block img {
    min-height: 350px;
    object-fit: cover;
}
tr.woocommerce-shipping-totals.shipping td {
	padding: 20px;
	text-align: right;
}
.woocommerce-checkout #order_review td.product-name,
.woocommerce-checkout #order_review th.product-name {
	padding: 10px;
}
p#billing_country_field,
p#shipping_country_field {
    background: rgb(207 207 201 / 30%);
    border-radius: 5px;
    min-height: 40px;
    width: 100%;
    padding: 15px !important;
}
p#billing_state_field span.select2-selection.select2-selection--single,
p#shipping_state_field span#select2-shipping_state-container {
  	padding-left: 5px !important;
  	line-height: 15px;
}
p#billing_state_field span.select2-selection.select2-selection--single {
		display: flex;
    align-items: center;
}
.woocommerce-shipping-fields__field-wrapper label {
    display: none;
}
.woocommerce-shipping-fields input[type=checkbox]::before,
input#rememberme::before {
  pointer-events: none;
}
.woocommerce-shipping-fields input[type=checkbox]::before,
input#rememberme::before {
  content: '✓';
  border: 1px solid var(--orange);
  background: #fff;
  padding: 0 5px;
  font-size: 15px;
  color: #fff;
	width: 20px;
	height: 20px;
}
.woocommerce-shipping-fields input[type=checkbox]:checked::before,
input#rememberme:checked::before {
		color: var(--orange);
}
h3#ship-to-different-address span {
    margin-left: 10px;
}
.woocommerce h2 {
    font-size: 20px;
}
header.woocommerce-Address-title.title {
    box-shadow: unset;
}
header.woocommerce-Address-title h3 {
    font-size: 20px;
}
.u-column2.col-2.woocommerce-Address {
    margin-top: 20px;
}
.privacy-policy main {
    padding-bottom: 50px;
}
.small-articles a,
.small-articles a:hover p:not(.hyperlink){
	color: black;
}
.small-articles .omf-col-desk-3.omf-col-tab-4.omf-col-mob-2 {
    margin-bottom: 20px;
}
.archive-pagination a { padding: 10px; font-weight: 400; }
.archive-pagination ul {
	list-style: none;
}
li.underline.active a { text-decoration: underline; }
/*.page-template-blogs #content { margin-top: 70px; }*/
.tab-link:focus,
#case-studies .case-study .case-study-content .button:focus { outline: none; }
.custom-prd-form .gform_wrapper.gravity-theme .gfield .ginput_quantity { width: 100%; }
.custom-prd-form .gform_wrapper.gravity-theme .ginput_product_price_wrapper { display: none; }
.custom-prd-form span.ginput_quantity_label { display: none;}
.custom-prd-form span.gform_drop_instructions { display: none !important; }
.donations-total .gform_wrapper.gravity-theme .ginput_total { color: #e64520 !important; }
.donation-options .gfield-choice-input+label {
	padding: 10px;
	border-radius: 20px;
	color: #fff;
	width: 150px;
	text-align: center;
	margin: 20px;
	height: 45px;
	font-weight: 600;
	background: #212953;
}
.donation-options input[type="radio"]:checked + label {
	background: var(--orange);
}
.donation-options .gchoice.gchoice {
	width: 33%;
	float: left;
}
.donation-options .gchoice input {
    display: none !important;
}
@media (max-width: 600px){
	.donation-options .gchoice.gchoice {
	    width: 50%;
	}
}
@media (max-width: 400px){
	.donation-options .gchoice.gchoice {
	    width: 100%;
	    float: none;
	}
	.donation-options .gfield-choice-input+label {
    max-width: unset unset !important;
    width: 100%;
    margin-left: 0;
	}
}

.faq-accordion { display: none; }
.faqs-title { margin-bottom: 0; }
.accordion-item { margin-bottom: 10px; }
.accordion-trigger {
    background-color: #F8F8F8;
    color: #000;
    cursor: pointer;
    padding: 10px 15px;
    position: relative;
    font-weight: 400;
}
.accordion-trigger::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 9999;
  border-right: 2px solid #e64520;
  border-bottom: 2px solid #e64520;
  transform: rotate( 45deg);
}
.accordion-trigger.accordion-open::after {
  transform: rotate( 225deg);
}
.accordion-collapse {
    background-color: #FFF;
    display: none;
    padding: 15px;
    border: 1px solid #F8F8F8;
}
.omfcontent-block .heading--primary,
h2.new-main-hd {
	font-size: 24px;
	line-height: 34px;
	color: var(--orange);
}
.page-template-our-goals h3,
.page-template-be-a-part h3 {
    font-size: 24px;
}
.omfcontent-block .heading--3,
h3.new-sub-hd {
	font-size: 18px;
	line-height: 28px;
}
.content-accordion h3.new-sub-hd {
	margin-bottom: 20px;
}
.page-template-be-a-part button.slick-next.slick-arrow,
.page-template-our-goals button.slick-next.slick-arrow {
    bottom: 0 !important;
    top: 110%;
}
.page-template-be-a-part .tab-links.slick-slider,
.page-template-our-goals .tab-links.slick-slider {
    position: unset;
}
.page-template-be-a-part .tab-section,
.page-template-our-goals .tab-section {
    position: relative;
}
.page-template-be-a-part .slick-next:before,
.page-template-our-goals .slick-next:before {
    content: 'Next' !important;
    font-family: 'Poppins' !important;
    text-transform: uppercase !important;
    font-size: 14px;
    font-weight: 600;
    color: var(--orange);
}
.page-template-be-a-part button.slick-prev.slick-arrow,
.page-template-our-goals button.slick-prev.slick-arrow {
    display: none !important;
}
.form-container-inner h4 {
    font-size: 24px;
}
.alt-header { color: var(--orange); }
@media (min-width: 640px){
	.sm\:mb-16{
		margin-bottom: 4rem;
	}
	.sm\:mb-20{
		margin-bottom: 5rem;
	}
	.sm\:mr-0{
		margin-right: 0px;
	}
	.sm\:mt-8{
		margin-top: 2rem;
	}
	.sm\:block{
		display: block;
	}
	.sm\:flex{
		display: flex;
	}
	.sm\:py-16{
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.sm\:pt-20{
		padding-top: 5rem;
	}
	.sm\:pb-0{
		padding-bottom: 0px;
	}
}
@media (min-width: 768px){
	.md\:my-6{
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.md\:flex{
		display: flex;
	}
	.md\:w-1\/2{
		width: 50%;
	}
	.md\:w-1\/4{
		width: 25%;
	}
	.md\:w-1\/3{
		width: 33.333333%;
	}
	.md\:text-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
@media (min-width: 1024px){
	.lg\:-mx-4{
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.lg\:mx-4{
		margin-left: 1rem;
		margin-right: 1rem;
	}
	li.menu-item {
    margin: 10px 12px;
	}
	.lg\:mt-0{
		margin-top: 0px;
	}
	.lg\:mr-5{
		margin-right: 1.25rem;
	}
	.lg\:mb-5{
		margin-bottom: 1.25rem;
	}
	.lg\:mt-8{
		margin-top: 2rem;
	}
	.lg\:block{
		display: block;
	}
	.lg\:flex{
		display: flex;
	}
	.lg\:hidden{
		display: none;
	}
	.lg\:w-full{
		width: 100%;
	}
	.lg\:w-1\/2{
		width: 50%;
	}
	.lg\:w-3\/5{
		width: 60%;
	}
	.lg\:w-2\/5{
		width: 40%;
	}
	.lg\:flex-row{
		flex-direction: row;
	}
	.lg\:flex-row-reverse{
		flex-direction: row-reverse;
	}
	.lg\:bg-transparent{
		background-color: transparent;
	}
	.lg\:p-0{
		padding: 0px;
	}
	.lg\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.lg\:pr-8{
		padding-right: 2rem;
	}
}

.page-template-be-a-part section,
.page-template-our-goals section,
.page-template-schools-and-group section,
.page-template-contact section,
section#intro-to-omf,
#mini-shop,
section#news {
  padding: 70px 0;
}
section:last-child:not(#featured-on, #banner-content, .omf-mini-shop-section) {
    padding-bottom: 60px;
}
.lity {
    background: rgba(0,0,0,0.6) !important;
}
.page-template-blogs section#news {
    padding-top: 0;
}
.page-template-blogs section#news .omf-grid {
    width: 100%;
}
.footer-top {
	background: #212953;
}
.footer-top .container {
	display: flex;
	padding-top: 50px;
	padding-bottom: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
	border-bottom: 1px solid rgba(211, 211, 211, 0.4);
	color: white;
}
#footer .footer-column.omf-ft_col3 .top-column {
	margin-bottom: 0px;
}
@media screen and (min-width: 1025px) {
	.mc-field-group {
		margin-right: 10px;
		min-width: 250px;
		flex: 1 0 calc(250px - 10px);	
	}
}
@media screen and (min-width: 1280px) {
	.mc-field-group {
		margin-right: 10px;
		min-width: 350px;
		flex: 1 0 calc(350px - 10px);	
	}
}
@media screen and (max-width: 1024px) {
	.footer-top .container {
		display: flex;
		flex-direction: column;
	 	justify-content: center;
		align-items: flex-start;
	}
	.mc-field-group {
		margin-right: 0px;
	}
	#mc_embed_signup {
		width: 100%;
	}
	.omf-subscribe-form__element {
		width: 100%;
	}
	#mc_embed_signup_scroll {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
}
.footer-column.omf-ft_col3 {
    flex: 1;
}
.single-product .minus,
.single-product .plus {
	border-radius: 5px;
	background: #e64520;
	font-size: 20px;
	color: white;
	transition: .25s all ease-out;
}
.single-product .minus:hover,
.single-product .plus:hover {
	background: transparent;
	color: #e64520;
	outline: 1px solid #e64520;
}
.single-product .minus,
.single-product .quantity,
.single-product .plus {
	float: left;
	height: 50px;
	max-width: 9%;
	width: 100%;
	margin-bottom: 20px;
}
.single-product .quantity {
	margin-left: 5px;
	margin-right: 5px;
	max-width: 30%;
    width: 100%;
}
.single-product .single_add_to_cart_button {
	clear: both;
}
.quantity,
.quantity input {
	text-align: center; 
}
@media screen and (max-width: 1280px) {
	button.minus {
    	margin-left: 4px;
	}
}
@media screen and (max-width: 940px) {
	.single table.variations {
	    max-width: 100%;
	    float: none;
	}
	.single-product .quantity {
	    max-width: 70%;
	}
	.single-product .minus, .single-product .plus {
    	max-width: 13%;
  	}
  	.variations tr {
    	margin-left: 10px;
    	margin-right: 10px;
    	flex: 0 0 calc(100% - 25px);
	}
}

@media screen and (max-width: 768px) {
	.single table.variations {
		max-width: 100%;
		width: 100%;
		float: none;
	}
	.single-product .minus,
	.single-product .plus {
		max-width: calc(25% - 12px);
    margin: 0 6px;
	}
	.single-product button.minus { margin-left: 3px !important; }
	.single-product .quantity {
		max-width: 50%;
		margin-right: 0;
		margin-left: 0;
    width: 100%;
	}
	.woocommerce-checkout div#content { padding-top: 40px; }
	.gform_wrapper.gravity-theme .gf_page_steps { margin-bottom: 30px; }
	.custom-prd-form .gchoice label { padding: 0; }
	.omf-banner-wrapper {
    background-position: bottom left !important;
    background-size: 150px !important;
  }
  .omf-banner-wrapper .omf-inner-banner h3 {
  	font-size: 18px;
  	line-height: 1.6;
  }
}
#partner-testimonials .pagination__arrow-left,
#testimonials .pagination__arrow-left {
  background: url("/wp-content/themes/tailpress/resources/images/left-arrow-gray.svg");
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: cover;
  z-index: 5;
}
#partner-testimonials .pagination__arrow-right,
#testimonials .pagination__arrow-right {
  background: url("/wp-content/themes/tailpress/resources/images/right-arrow-gray.svg");
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: cover;
}
.footer-bottom .omf-col-desk-6 {
    padding-left: 0;
    padding-right: 0;
}
.small-articles.omf-grid-0.mb-20 {
    margin-left: -10px;
    margin-right: -10px;
}
#partner-testimonials .top-section { padding: 0; }
.bottom-section.slider.omf-grid-0.slick-initialized.slick-slider,
#case-studies .omf-grid-0.case-study-slider.slick-initialized.slick-slider,
.bottom-section.testimonial-slider.omf-grid-0.slick-initialized.slick-slider {
    margin-left: -10px;
    margin-right: -10px;
}
#footsteps-programx .omf-col-desk-4.omf-col-tab-12.omf-col-mob-4,
#case-studies .top-section,
#testimonials .top-section,
#news .omf-col-desk-4.omf-col-tab-12.omf-col-mob-4 {
    padding: 0;
}
.inner-partners .omf-col-desk-4 {
    padding: 0;
}
.omf-help-form-container .container .form-container-inner {
    box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
    border-radius: 5px;
}
figure.woocommerce-product-gallery__wrapper {
    background: rgb(207 207 201 / 30%);
    border-radius: 15px;
}
.woocommerce-shop h6.woocommerce-loop-product__title,
.woocommerce-shop span.shop-card__pricing {
    font-size: 16px;
}
.products img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  padding: 25% 10px;
}
.shop-sidebar ul { padding-left: 0; }
.single-product input[type=number]::-webkit-inner-spin-button, .single-product input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 appearance: none;
 margin: 0;
}
.single-product input[type=number] {
	-moz-appearance: textfield;
}
.single-product .variations tr {
    flex-direction: column;
    display: flex;
}

h3#order_review_heading {
    display: none;
}
@media screen and (min-width: 768px) {
	div#customer_details {
	    float: left;
	    width: 50%;
	}
	div#order_review {
	    float: right;
	    width: 50%;
	    margin-top: 70px;
	}
	.youtube-player,
	.omf-school-image img,
	.w-vid img {
	  min-height: 400px;
	  object-fit: cover;
	}
}
@media screen and (max-width: 1024px) {
	.content-accordion a.content-accordion__trigger {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1023px) {
	.news-item .news-item-inner .hoverable-content,
	.case-study .case-study-inner .case-study-content {
		display: block;
		min-height: 1px !important;
    	height: 100% !important;
	}
}
.page-template-be-a-part section.virtual-run {
	padding-top: 0px !important;
}

.page-template-be-a-part ul.tab-links.slider-nav.slider-1.slick-initialized.slick-slider .slick-track {
display: flex !important;
margin-left: 0 !important;
}

.page-template-be-a-part ul.tab-links.slider-nav.slider-1.slick-initialized.slick-slider .slick-list.draggable {
width: 100% !important;
}
span.count {
    font-size: 12px;
    font-weight: 600;
    background: var(--orange);
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 150px;
    line-height: 20px;
    vertical-align: middle;
    position: absolute;
    right: -5px;
}
.omf-cart-icon {
    position: relative;
}
.woocommerce-shop .woocommerce-notices-wrapper {
    display: none;
}
.main-header .button.donate,
.main-header .button.shop {
    width: 125px;
    margin: 0 5px;
    padding: 10px;
}
div#shop-products {
    scroll-margin-top: 30px;
}

.is-provider-youtube .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
}

.is-provider-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
	overflow: hidden;
}

.single-post main .container {
	max-width: 1024px;	
}
.post-media h1.entry-title.my-4 {
  margin-bottom: 0;
  line-height: 34px;
}

.single-post main a {
	text-decoration: underline;	
}

@media screen and (max-width: 350px) {
	h1 {
		overflow-wrap: break-word;
	}
}

p.woocommerce-store-notice.demo_store a:hover {
    color: #fff;
    text-decoration: underline;
}
.omf-notice {
    background: #e64520;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
}
.omf-notice p a:hover {
	color: #fff;
	opacity: 0.8;
}
.omf-notice p:last-child,
.omf-notice p:only-child {
	margin: 0;
}

/* Homepage Banner */

.metrics-wrapper{
	gap:40px;
	
	
}
.metric-item{
	background-color:#e64520cc;
	border-radius:5px;
	z-index:100;
	color:#fff;
	position:relative;
	line-height:20px;
	width: 350px;
}
.metric-item h2{
		line-height:20px;
}

.metric-item .tagline{
	font-size:12px !important;
	position:absolute;
	top:80px;
/* 	left:50px */
	margin: 0px auto;
  width: 320px;
}

.hero-headers{
	display:flex !important;
	background-color:transparent !important;
	gap:20px !important;
}
.heading-links{
	  max-width: 1440px;
    width: 50%;
		font-size:40px;
		gap:20px
}
@media(max-width:720px){
	.heading-links{
		flex-direction:column
	}
}
.heading-links a{
	font-size:14px;
	font-weight:600;
	height: 45px;
  width: 150px;
	text-transform:uppercase;
	color:#e64520;
	background-color:!important;
	padding:10px;
		border: solid 1px #e64520 
}
.heading-links a:hover{
	font-size:14px;
	color:#fff !important;
	background-color:#e64520 !important;
}
.hero__wrapper{
		flex-direction: column;
    justify-content: space-between;
    gap: 200px;
}
.hero-sub{
	max-width:inherit !important;
	font-size:20px!important;
}

/* ------------------------------ */
/*Donation page styling */
/* ------------------------------ */

.form-title-separator{
	margin-top:-20px;
}

.donation-frequency-toggle{
	background-color:#cfcfc94d !important;
	padding:5px !important;
	border-radius:8px
}

.donation-frequency-toggle .gfield_radio{
	display:grid;
	grid-template-columns: repeat(2,1fr);
	gap:10px !important;
}
.donation-frequency-toggle .gchoice{
	padding:10px;
	border-radius:8px;
	transition: ease-in-out .2s;
}
.donation-frequency-toggle .gfield_radio{
	text-align:center;
}

/* Active style on donation form*/
.donation-frequency-toggle .gchoice.active {
  background-color: #e64520;
  color: #fff;
}

.donation-frequency-toggle .gchoice:hover {
  background-color: #e64520;
  color: #fff;
	transition: ease-in-out .2s;
}
.donation-frequency-toggle .gfield-choice-input {
  display: none !important;
}

.donation-options .gfield-choice-input+label{
	height:auto;
	background-color:#fff;
	color:#000;
	border:solid 1px #cfcfc94d;
	border-radius:8px;
}
.donation-options .gfield-choice-input+label:hover{
	background-color:#cfcfc94d;
	color:#000;
	border-color:#e64520;
}
.donation-options .gchoice.active .gform-field-label {
  background-color: #e64520;
  color: #fff;
}

.donation-amount-message{
	color:#fff;
	font-size:16px;
	font-weight:600;
	background-color:#e64520;
	padding:0px 15px;
	border-radius:8px;
}
.donation-amount-message .amount-message{
  margin-bottom:0;
}

.dedication-toggle-trigger.open .dedication-arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.dedication-arrow {
  transition: transform 0.3s ease;
}
.dedication-toggle-trigger{
	display:flex;
	background-color:#cfcfc94d;
	padding:10px;
	border-radius:8px;
	justify-content:space-between;
}
.dedication-arrow{
	margin-right:20px;
}
.dedication-message-wrapper{
	display:flex;
	gap:10px;
	margin-left:5px;
}

.dedication-toggle-target {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.dedication-toggle-target.open {
  max-height: 500px;
  opacity: 1;
}

.dedication-card {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 2rem;
  background: #cfcfc94d;
  border-radius: 10px;
  margin-top: 1rem;
}

.dedication-card .gfield {
  flex: 1 1 100%;
}
.dedication-card .dedication-f-name{
  flex: 1 1 48%;
}
.dedication-card .dedication-msg {
  flex: 1 1 100%;
}

.dedication-card .dedication-f-name input,.dedication-card .dedication-msg textarea{
	background-color:#fff !important;
	border:solid 1px #ebebeb;
}

.dedication-card {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: transparent;
  transition: all 0.4s ease;
  padding: 0;
  margin-top: 16px;
  border-radius: 10px;
}

.dedication-card.open {
  max-height: 1000px;
  opacity: 1;
  background: #fff;
  padding: 2rem;
	margin-bottom: 30px;
}

.dedication-card input[type="radio"] {
  accent-color: #E64520 !important;
	border-bottom-color:#E64520 !important;
	color:#E64520 !important;
}
.dedication-arrow,.dedication-message-wrapper{
	display:flex;
	align-items:center;
}
.dedication-card.open{
	border:solid 1px #ebebeb;
}

.donations-total input{
	  padding: 0 !important;
    text-align: right;
    color: #e64520 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}
.gfield.gfield--type-total a{
	  display: flex;
    align-items: center;
    justify-content: space-between;
}

.gfield.gfield--type-total a:hover{
	color:#000 !important;
}
.donations-total.gfield_total .gform-field-label{
	font-weight:600;
	margin-bottom:0;
}
.newsletter-radio .gchoice{
		display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsletter-radio .gchoice input[type="checkbox"] {
  accent-color: #E64520;
	border-color:#E64520 !important;
	color:#E64520 !important;
}
.newsletter-radio .gchoice .gform-field-label--type-inline{
	font-size:16px !important;
	font-weight:400;
}
.newsletter-sub-text{
	font-size:12px;
	color:#6b7280;
}
.newsletter-sub-text p{
	margin-bottom:0;
	font-weight:400;
}

.donations-total .ginput_container_total {
  position: relative;
	margin-right:35px
}

.donations-total .ginput_container_total::after {
  content: '/mo';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  color: #E64520;
  font-size: 16px;
	font-weight:700;
  display: none;
  pointer-events: none;
}

.donations-total .ginput_container_total.show-mo::after {
  display: block;
}

.wp-block-media-text.is-stacked-on-mobile{
	display:flex;
	flex-direction:column;
	gap:10px;
	text-align:center;
}
.donation-icon-section figure.wp-block-media-text__media{
	max-width:80px;
  width:100%;
}

body.page-id-2003 .site-content {
  background-color: #cfcfc94d;
}
@media screen and (max-width:1024px){
	body.page-id-2003 .site-content {
  background-color: #cfcfc94d;
  margin-top: 75px;
}
}

.donation-content{
  margin-bottom: 0 !important;
}

.donation-2025_wrapper{
  background-color: #fff;
	border:solid 1px #ebebeb;
	box-shadow:1px 1px 1px 1px #ebebeb;
		padding:25px;
	border-radius:8px
}

.donation-2025_wrapper .gform_button.button{
		width: 100% !important;
    display: block;
}
.donation-img img{
	border-radius:8px;
}
.donation-blue-block-text{
	border-radius:8px;
	padding:30px;
}
.donation-blue-block-text p{
	margin:0px;
	padding:0px;
	line-height:1.3;
}
.donation-image-text{
	line-height:28px;
}
.confidence-section{
	background-color:#fff;
  padding-top: 64px;
  padding-bottom:0;
	margin-bottom:-64px !important;
	margin-top:64px !important;
}
.confidence-section-text{
	font-weight:400;
}
.donation-icon-check .wp-block-media-text__media{
	background-color:#ff6633;
	border-radius:50px;
	padding:10px
}
.donation-icon-user-group .wp-block-media-text__media{
	background-color:#103c84;
	border-radius:50px;
	padding:20px;
}
.donation-icon-chart .wp-block-media-text__media{
	background-color:#16a34a;
	border-radius:50px;
	padding:20px;
}
.donation-icon-gift .wp-block-media-text__media{
	background-color:#FF0000;
	border-radius:50px;
	padding:20px;
}
.confidence-section-icon-title{
	margin-bottom:10px;
}

.donation-icon-section .wp-block-media-text.is-stacked-on-mobile{
 display: flex;
 flex-direction: column;
 gap: 20px;
 text-align: center;
 justify-content: flex-start;    
 height: 400px;
}
@media screen and (max-width:1260px){
.wp-block-columns .donation-icon-section{
 display:grid;
		grid-template-columns:repeat(2,1fr);
}
}
@media screen and (max-width:768px){
.wp-block-columns .donation-icon-section{
		display:flex
	}
  .donation-icon-section .wp-block-media-text.is-stacked-on-mobile{
    height: 300px;
  }
}

.questions-section{
	padding-top:64px;
	padding-bottom:64px;
}
.donation-icon-section{
	max-width:1300px;
	margin:0 auto;
	background-color:#fff;
}
.donation-questions-section-title{
	margin-bottom:50px;
}
.donation-question-card{
	background-color:#fff;
	padding:30px;
	max-width:900px;
	margin:0 auto !important;
	border-radius:8px;
	border:solid 1px #ebebeb;
	box-shadow:1px 1px 1px 1px #ebebeb;
}

.donation-image-sub-title{
	font-size:32px !important;
	font-weight:700;
	margin-top:30px !important;
}

.newsletter-radio input[type="checkbox"].gfield-choice-input {
	cursor: pointer;
	border: 1px solid #E64520;
	border-radius:5px;
	width: 18px;
  height: 18px;
	position: relative;
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="checkbox"].gfield-choice-input:checked {
  background-color: fff;
  border-color: #E64520; 
}

.newsletter-radio input[type="checkbox"].gfield-choice-input:checked::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  background-color: #E64520; 
}

.gfield_radio input[type="radio"].gfield-choice-input {
	cursor: pointer;
	border: 1px solid #E64520;
	border-radius:15px;
	width: 15px;
  height: 15px;
	position: relative;
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.gfield_radio input[type="radio"].gfield-choice-input:checked::before {
  content: '';
  position: absolute;
  left: 2.5px;
  top: 2px;
  width: 8px;
  height: 8px;
	border-radius:50px;
  background-color: #E64520; 
}

/* Wrapper for select + custom arrow */
.select-arrow-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100% !important;
}
.gfield.gfield--type-paypal .gform_ppcp_payment_method .medium.gfield_select{
	width:100%;
}

/* Hide native arrow */
.select-arrow-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 32px;
  width: 100%;
}

/* Custom arrow */
.select-arrow-wrap .dedication-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  pointer-events: none;
}

.question-card-title{
	margin-bottom:15px;
}

.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){
	border-color: solid 1px #ebebeb;
	border-radius:5px;
	height:55px;
}
.ginput_container_custom_card_fields .ginput_full input{
	background-color:#fff;
	border:solid 1px #cccccc;
	padding-left: 5px !important;
}
.ginput_container_custom_card_fields .ginput_full input::placeholder{
	color:#707070;
	font-weight:500;
}
.donation-image-text img{
	display:inline;
	width:20px !important;
}

.confidence-section-wrapper{
    margin: 0rem calc(50% - 50vw);
    max-width: 99.5vw;
    width: 100vw;
}
.wp-block-columns.questions-section-wrapper{
	margin-bottom:-64px!important;
}
.donation-form-title{
	font-size:30px;
	margin-bottom:-20px;
}
.newsletter-sub-text-link:hover{
	text-decoration:underline;
}
.donation-2025_wrapper .gform_button{
	background-color:#e64520!important;
}
.gform_wrapper.gravity-theme .field_sublabel_hidden_label .ginput_container_custom_card_fields .ginput_card_field{
	margin-bottom:0;
}

body.page-id-2003 input[type="submit"]:not(#mc-embedded-subscribe),
body.page-id-2003 a.woocommerce-button.button.view,
body.page-id-2003 .woocommerce-message--info a.woocommerce-Button.button {
  border-radius:5px !important;
	background-color:#e64520!important;
	color:#fff !important;
	font-size:18px;
	font-weight:600;
}

body.page-id-2003 input[type="submit"]:not(#mc-embedded-subscribe):hover,
body.page-id-2003 a.woocommerce-button.button.view:hover,
body.page-id-2003 .woocommerce-message--info a.woocommerce-Button.button:hover {
  background-color: transparent !important;
	color:#e64520!important;
}

.donation-form-text{
	color:#4b5563 !important;
}
.donation-form-text-2{
	color:#4b5563 !important;
}
.donation-dedication-text span{
	color:#4b5563 !important;
}
.donation-frequency-text{
	color:#4b5563 !important;
}
.newsletter-radio{
	color:#4b5563 !important;
}
.questions-section a[href]{
	color: #e64520 !important;
}
a[href]:hover {
  color: #e64520;
	text-decoration: underline;
}
.donation-blue-block-text.orange-quote-block{
	margin-top:15px;
}