/*!
Theme Name: Hothands
Theme URI: http://underscores.me/
Author: Chad Bartels <chad@unitedcollab.com>
Author URI: http://unitedcollab.com
Description: Theme for Hothands
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hothands
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Hothands is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/* chucks stuff */

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-family: "Roboto Condensed", Sans-serif;
	  background-color: #f27a22 !important;
	  border: none !important;
	  color: #000000 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 20px 20px 20px 20px !important;
    padding: 0px 40px 0px 40px !important;
	  height: 2.5em !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    top: 5px !important;
    position: relative !important;
    color: #ef3f56 !important;
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #e0ffc7 !important;
    border: 1px solid #b4d39b !important;
}

.page-id-224 .contact-form .left {
    PADDING: 65PX 65PX 5PX 65PX !important;
}

.wpformsbutton {
    height: 40px;
    width: 5.5em;
    text-align: center;
    background-COLOR: #e3813a !important;
    border: #d68649 !important;
    padding: 0px !important;
}

/* chucks stuff end */

.orange {
	color: #F27A22 !important;
}

.dark {
	color: #1a1a1a !important;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * 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: 50%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.75em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-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;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #1a1a1a;
	font-family: "roboto", sans-serif;
	font-size: 21px;
	line-height: 1.43;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "museo-sans-condensed", sans-serif;
	margin: 0;
	text-transform: uppercase;
	color: #1a1a1a;
	font-weight: 900;
}

h1 {
	font-size: 70px;
}

@media (max-width: 767px) {
	h1 {
		font-size: 48px;
	}
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 35px;
}

@media (max-width: 767px) {
	h3 {
		font-size: 30px;
	}
}

h4 {
	font-size: 26px;
}

h5 {
	font-family: "roboto-condensed", sans-serif;
}

p {
	letter-spacing: 0.5px;
	margin-bottom: 2.6rem;
	margin-top: 1.1rem;
	font-size: 21px;
	color: #1a1a1a;
}

.inline {
	display: inline-block;
	margin-right: 10px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0;
}

address a, address a:visited {
	color: #F27A22;
	font-style: normal;
	font-weight: bold;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.has-drop-cap:not(:focus):first-letter {
	font-size: 145px;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	background: url("../jpg/background%402x-1.jpg") no-repeat center center;
	background-size: cover;
	margin: 0;
	padding: 0;
	color: #1a1a1a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.content {
	margin: 0 auto;
	max-width: 1437px;
	width: 100%;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

footer.site-footer {
	background: url("../svg/footer.svg");
	background-size: cover;
	display: flex;
	height: 352px;
	z-index: 101;
	position: relative;
}

footer.site-footer .footer-content {
	display: flex;
	width: calc(100% - 70px);
}

footer.site-footer ul {
	margin: 0;
}

footer.site-footer .site-info {
	align-self: center;
	box-sizing: border-box;
	color: #fff;
	flex: 50%;
	text-align: right;
}

footer.site-footer .site-info p {
	color: #fff;
	margin: 0 0 20px 0;
	font-family: "roboto-condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
}

footer.site-footer .site-info ul {
	margin-bottom: 20px;
}

footer.site-footer .site-info li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}

footer.site-footer .site-info img {
	width: 45px;
}

@media (max-width: 767px) {
	footer.site-footer .footer-content {
		flex-direction: column;
	}
	footer.site-footer .footer-navigation {
		align-self: flex-start;
		margin-top: 55px;
	}
	footer.site-footer #footer-menu {
		padding: 0;
	}
	footer.site-footer .site-info {
		align-items: flex-end;
		display: flex;
		margin-bottom: 35px;
		width: 100%;
	}
	footer.site-footer .social-icons {
		position: absolute;
		top: 70px;
		right: 25px;
	}
	footer.site-footer .copyright {
		display: flex;
		max-width: 350px;
		text-align: left;
	}
}

.menu-item-866 a {
	color: #F27A22 !important;
	font-weight: normal;
}

.site #masthead.site-header {
	background: #1a1a1a;
}

.site-branding {
	display: flex;
	justify-content: center;
}

.hero,
.slick-track {
	height: 722px;
	width: 100%;
}

@media (max-width: 767px) {
	.wp-block-getwid-media-text-slider-slide-content {
		max-width: 90%;
	}
}

.warmer-tech-hero {
	margin: 50px auto 0;
	max-width: 1290px;
}

.warmer-tech-hero ul {
	margin: 83px 0 0;
	padding: 0;
}

.warmer-tech-hero ul li {
	list-style-type: none;
	position: relative;
	padding-left: 77px;
}

.warmer-tech-hero ul li img {
	width: 51px;
	height: 51px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.warmer-tech-hero ul li p {
	font-size: 18px;
	margin-top: 5px;
}

.blog-hero {
	padding: 0;
	height: 722px;
	min-height: 722px;
	flex-direction: row;
	display: flex;
}

.blog-hero .blog__content {
	background: #1a1a1a;
	background: linear-gradient(0deg, #1a1a1a 90%, #0f0f0f 100%);
	width: 41%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.blog-hero .blog__content .blog__content-wrapper {
	width: 100%;
	max-width: 420px;
}

.blog-hero .blog__content h2,
.blog-hero .blog__content p {
	color: #fff;
}

.blog-hero .blog__content .orange {
	margin-top: 0;
}

.blog-hero .blog__content .button__clear:hover {
	background: #fff;
}

.blog-hero .blog__content .button__clear:hover a {
	color: #1a1a1a;
}

.blog-hero .blog__image {
	width: 59%;
	display: flex;
	overflow: hidden;
}

.blog-hero .blog__image img {
	object-fit: cover;
	width: 100%;
}

.blog-hero .orange {
	font-family: "roboto-condensed", sans-serif;
	margin-bottom: 15px;
}

.blog-hero h2 {
	line-height: 48px;
}

.blog-hero p {
	font-size: 18px;
}

.blog-hero .read-time {
	margin: 10px 0 45px 0;
}

.blog-hero .wp-block-buttons {
	margin-top: 50px;
}

.blog-hero .wp-block-buttons a {
	background-color: transparent;
}

.wp-block-getwid-button-group {
	overflow: visible !important;
}

@media (max-width: 767px) {
	.slide-1 .wp-block-button {
		margin: 0 8px 15px;
	}
	.slide-1 .wp-block-getwid-button-group.button__container {
		height: 100%;
		overflow: visible !important;
	}
}

.slide-2 .wp-block-getwid-media-text-slider-slide-content {
	width: 100%;
	max-width: 100%;
}

.slide-2 .wp-block-getwid-media-text-slider-slide__content {
	padding: 0;
}

.slide-2 figure {
	display: none;
}

@media (max-width: 767px) {
	.blog-hero {
		flex-direction: column;
		height: auto;
	}
	.blog-hero .blog__content, .blog-hero .blog__image {
		width: 100%;
	}
	.blog-hero .blog__image {
		height: 40%;
		flex-direction: column;
	}
	.blog-hero .blog__content {
		padding: 60px 0;
	}
}

.card__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1469px !important;
}

.card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

.card.card--ambassador {
	width: 450px;
	height: 437px;
}

.card.card--blog-article {
	max-width: 450px;
	min-width: 450px;
	width: 32%;
	height: 536px;
	margin: 0 17px 35px;
}

.card.card--blog-article img {
	display: flex;
	flex-direction: row;
	height: 350px;
	object-fit: cover;
	width: 100%;
}

.card.card--blog-article .card__content {
	background: #1a1a1a;
	border-radius: 0 0 5px 5px;
	display: flex;
	flex-direction: column;
	height: 186px;
	padding: 30px 27px;
	width: 100%;
}

.card.card--blog-article .card__content p {
	margin: 0;
}

.card.card--blog-article .card__content p a {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 37px;
	text-decoration: none;
}

.card.card--blog-article .card__content p + a {
	color: #F27A22;
	font-family: "roboto-condensed", sans-serif;
	font-size: 16px;
	margin-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.card.card--pro-description {
	padding: 50px 0;
	margin: 75px auto;
	background: #fff;
}

.card.card--pro-description .card__columns {
	display: flex;
	flex-direction: row;
}

.card.card--pro-description .card__columns .card__column {
	display: flex;
	flex-direction: column;
	flex: 520px;
	padding: 0 50px;
}

.card.card--pro-description .card__columns .card__column p {
	font-size: 18px;
}

.card.card--pro-description .card__columns .card__column li {
	font-size: 18px;
	margin: 20px 0;
}

.card.card--pro-description .card__columns .card__column li .orange {
	font-size: 19px;
}

.card.card--pro-description .card__columns .card__column li img {
	margin-right: 15px;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.card.card--pro-description .card__columns {
		flex-direction: column;
	}
	.card.card--pro-description .card__columns .card__column {
		flex: 1;
	}
}

.card.card--pro-staff {
	border: none;
	width: 32%;
	height: 437px;
	margin: 0 0 51px;
}

.card.card--pro-staff img {
	box-shadow: none;
	display: flex;
	flex-direction: row;
	height: 320px;
	min-height: 320px;
	object-fit: cover;
	object-position: 0 0;
	width: 100%;
}

.card.card--pro-staff .instagram-link {
	position: absolute;
	right: 15px;
	top: 15px;
}

.card.card--pro-staff .instagram {
	width: 42px;
	height: 40px;
	min-height: 40px;
	object-fit: none;
}

.card.card--pro-staff .card__content {
	background: #1a1a1a;
	border-radius: 0 0 5px 5px;
	display: flex;
	flex-direction: column;
	min-height: 121px;
	padding: 30px 27px;
	width: 100%;
}

.card.card--pro-staff .card__content small {
	font-size: 18px;
	font-family: "roboto", sans-serif;
	font-weight: normal;
}

.card.card--pro-staff .card__content p {
	margin: 0;
}

.card.card--pro-staff .card__content p a {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 37px;
	text-decoration: none;
}

.card.card--pro-staff .card__content p + a {
	color: #F27A22;
	font-family: "roboto-condensed", sans-serif;
	font-size: 16px;
	margin-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 830px) {
	.card.card--pro-staff {
		width: 45% !important;
	}
}

@media (max-width: 650px) {
	.card.card--pro-staff {
		width: 80% !important;
	}
}

@media (max-width: 460px) {
	.card.card--pro-staff .card__content {
		min-height: auto;
		height: 160px;
	}
}

.card.card--everyday-warmth {
	width: 650px;
	height: 400px;
}

.card.card--suggested-article {
	width: 513px;
	height: 316px;
}

.card.card--product {
	background: #fff !important;
	display: none;
	width: 100%;
	max-width: 1396px;
	background: transparent;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 65px;
	padding: 65px 102px;
	justify-content: flex-start;
}

.card.card--product .icon {
	width: 30px;
	height: auto;
	margin-right: 15px;
	vertical-align: middle;
display: flex;
align-self: flex-start;
margin-top: 5px;
}

.card.card--product .card__images {
	flex-direction: column;
	align-items: center;
	align-self: flex-start;
	display: flex;
	width: 350px;
	height: 100%;
	flex: 25%;
}

.card.card--product .card__images figure {
	position: relative;
}

.card.card--product .card__images figure img {
	object-fit: contain;
	max-height: 350px;
}

.card.card--product .card__images button {
	margin-top: 25px;
}

.card.card--product .card__content {
	align-self: flex-start;
	margin-left: 80px;
	flex: 60%;
}

.card.card--product p {
	font-size: 18px;
}

.card.card--product .features li {
	margin-bottom: 20px;
	display: flex;
}

.card.card--product .great-for li {
	margin-bottom: 5px;
}

.card.card--product .card__row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.card.card--product .card__column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

@media (min-width: 768px) {
	.card.card--product {
		display: flex;
	}
}

.card.card--product-mobile {
	background: #fff;
	margin: 45px 30px;
	padding: 35px 10px;
	text-align: center;
	width: 100%;
	display: flex;
}

.card.card--product-mobile .card__columns {
	width: 100%;
	max-height: 0;
	transition: max-height 0.15s ease-out;
	overflow: hidden;
}

.card.card--product-mobile .card__columns.show-contents {
	max-height: 800px;
	transition: max-height 0.15s ease-in;
}

.card.card--product-mobile h5 {
	font-size: 21px;
	font-weight: bold;
	line-height: 25px;
	width: 198px;
	text-align: center;
}

.card.card--product-mobile ul {
	display: flex;
	border-left: 3px solid #F27A22;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 10px;
	margin-top: 25px;
}

.card.card--product-mobile ul li {
	font-size: 18px;
	margin-bottom: 25px;
text-align: left;
display: flex;
}

.card.card--product-mobile ul li h5 {
	text-align: left;
}

.card.card--product-mobile ul li .icon {
	margin-right: 15px;
	vertical-align: middle;
	width: 30px;
}

.card.card--product-mobile ul li:last-child {
	margin-bottom: 0;
}

.card.card--product-mobile .great-for li {
	margin-bottom: 10px;
}

.card.card--product-mobile figure {
	height: 240px;
	margin: 7px auto 15px;
	position: relative;
	width: 240px;
}

.card.card--product-mobile figure img {
	object-fit: contain;
}

.card.card--product-mobile .open {
	margin-top: 32px;
}

.card.card--product-mobile .open.show {
	transform: rotate(180deg);
}

@media (min-width: 768px) {
	.card.card--product-mobile {
		display: none;
	}
}

.card.card--product-pro {
	border: none;
	box-shadow: none;
	display: flex;
	flex: 25%;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 135px;
}

.card.card--product-pro h5 {
	font-size: 23px;
	height: 66px;
	max-width: 230px;
	margin: 17px auto 15px;
	text-align: center;
}

.card.card--product-pro .card__images {
	flex-direction: column;
	align-items: center;
	display: flex;
	width: 306px;
	max-height: 321px;
	height: 100%;
}

.card.card--product-pro .card__images figure {
	display: flex;
	position: relative;
}

.card.card--product-pro .card__images figure img {
	object-fit: contain;
	max-height: 321px;
}

.card .card__title {
	color: #fff;
	font-family: "roboto", sans-serif;
	font-size: 28px;
	font-weight: bold;
	display: flex;
	align-self: center;
	z-index: 100;
	width: 100%;
	max-width: 80%;
	overflow-wrap: break-word;
	position: relative;
	text-align: center;
}

.card .card__body {
	color: #F27A22;
}

.card figure {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	margin: 0;
}

.card figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.homepage-post-container {
	display: flex;
	flex-wrap: wrap;
}

.homepage-post-container .homepage-post {
	height: 400px;
	margin-bottom: 25px;
	max-width: 650px;
	width: 100%;
}

.homepage-post-container .homepage-post .wp-block-getwid-template-post-featured-background-image__image {
	height: 312px;
}

.homepage-post-container .homepage-post h3 {
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
}

.homepage-post-container .homepage-post h3 a {
	text-decoration: none;
}

.homepage-videos {
	min-height: 865px;
}

.homepage-videos .wp-block-getwid-section__background-holder {
	height: 100%;
	min-height: 865px;
}

.homepage-videos h2 {
	margin: 95px auto;
}

.homepage-video-container {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.homepage-video-container .homepage-video, .homepage-video-container .wp-column {
	box-shadow: 0px 28px 28px 0px #000;
	display: flex;
	flex-direction: column;
	margin: 0 12px;
	max-width: 650px;
	width: 100%;
}

.homepage-video-container .homepage-video:first-child, .homepage-video-container .wp-column:first-child {
	margin: 0 16px 0 0;
}

.homepage-video-container .homepage-video:last-child, .homepage-video-container .wp-column:last-child {
	margin: 0 0 0 16px;
}

@media (max-width: 768px) {
	.homepage-video-container .homepage-video, .homepage-video-container .wp-column {
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.homepage-video-container .homepage-video:first-child, .homepage-video-container .wp-column:first-child {
		margin: 0 auto 35px auto;
	}
	.homepage-video-container .homepage-video:last-child, .homepage-video-container .wp-column:last-child {
		margin: 0 auto 35px auto;
	}
}

.homepage-video-container .homepage-video-image.wp-block-cover {
	height: 406px;
	max-height: 406px;
	min-height: 406px;
	text-align: left;
}

.homepage-video-container h3 {
	max-width: 350px;
	text-align: left;
}

.homepage-video-container h3 a {
	text-decoration: none;
}

.homepage-video-container p.button__view-article {
	max-width: 650px;
	width: 100%;
}

@media (max-width: 767px) {
	.homepage-video-container {
		flex-direction: column;
	}
}

.filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px auto 75px;
}

.filters label {
	cursor: pointer;
	display: flex;
	margin: 5px 15px;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.wp-block-button {
	display: flex;
	width: auto;
}

.button__container {
	height: 60px;
	margin-top: 55px;
}

.button__container .wp-block-getwid-button-group__wrapper.has-spacing-small .wp-block-button {
	padding: 0;
	margin: 0 15px;
}

@media (max-width: 767px) {
	.button__container .wp-block-getwid-button-group__wrapper.has-spacing-small .wp-block-button {
		margin: 0 8px 15px;
	}
}

.button__default a {
	background: #1a1a1a;
	padding: 15px 25px;
	align-self: center;
	color: #fff;
	display: inline-block;
	border-radius: 27.5px;
	justify-content: center;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
	min-width: 182px;
	height: 55px;
	text-align: center;
}

.button__default input {
	display: none;
}

.button__default a:hover {
	background-color: #F27A22;
}

.button__white {
	display: flex;
	width: 182px;
	height: 55px;
	border-radius: 27.5px;
	border: 2px solid #1a1a1a;
	background: #fff;
	justify-content: center;
	transition: all 0.3s ease;
}

.button__white a {
	color: #1a1a1a;
	display: flex;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	justify-content: center;
	height: 100%;
	width: 100%;
	align-items: center;
	transition: all 0.3s ease;
}

.button__white:hover {
	background: #1a1a1a;
}

.button__white:hover a {
	color: #fff;
}

.button__white:hover svg {
	fill: #fff;
}

.button__white input {
	display: none;
}

.button__white svg {
	fill: #1a1a1a;
	width: 24px;
	height: 21px;
	margin-left: 3px;
}

.button__clear {
	display: flex;
	width: 182px;
	height: 55px;
	border-radius: 27.5px;
	border: 2px solid #fff;
	background: transparent;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.button__clear a {
	align-self: center;
	background: none;
	color: #fff;
	display: flex;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	justify-content: center;
}

.button__clear:hover {
	background: #1a1a1a;
	border-color: #1a1a1a;
}

.button__clear:hover a {
	color: #fff;
}

.button__clear input {
	display: none;
}

.button__scroll-top {
	width: 50px;
	height: 50px;
	background: #1a1a1a;
}

.button__view-article {
	background: #1a1a1a;
	margin: 0 !important;
}

.button__view-article a {
	color: #fff;
	display: block;
	font-size: 15px;
	font-family: "roboto-condensed", sans-serif;
	line-height: 90px;
	padding: 2px 0 2px 47px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.button__view-article a:after {
	background: url("../png/right-arrow.png") no-repeat center center;
	border-left: 1px solid #808185;
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 98px;
}

.button__view-article a:hover {
	background-color: #F27A22;
}

.button__view-article a:hover:after {
	border-left: 1px solid #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: none;
	border-bottom: 2px solid #707070;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #707070;
}

textarea {
	width: 100%;
}

label {
	color: #1a1a1a;
	text-transform: uppercase;
}

.wpforms-container.wpforms-container-full {
	max-width: 1282px;
	margin: 0 auto;
}

.wpforms-container.wpforms-container-full h3 {
	font-size: 40px !important;
	text-transform: uppercase;
}

.wpforms-container.wpforms-container-full h3 span {
	font-size: 40px;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	font-family: "roboto-condensed", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	justify-content: center;
	text-transform: uppercase;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	color: #fff;
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	margin: 0 30px;
	position: relative;
	padding: 15px 0;
}

.main-navigation a {
	color: #fff;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease;
}

.main-navigation a:hover {
	color: #F27A22;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #F27A22;
}

.locator {
	height: 25px;
	width: 17px;
	outline: none;
	border: none;
	background: transparent url("../svg/locator.svg") no-repeat;
	cursor: pointer;
	position: relative;
	top: 15px;
	right: -20px;
}

@media screen and (max-width: 615px) {
	.locator {
		position: absolute;
		top: 37px;
		right: 20px;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	position: relative;
	z-index: 1000;
}

.social {
	position: relative;
	top: 320px;
}

.social li {
	display: inline-block;
	margin: 0 10px;
}

.menu-toggle {
	height: 22px;
	width: 22px;
	outline: none;
	border: none;
	background: transparent url("../svg/mobile-menu-open.svg") no-repeat;
	cursor: pointer;
	position: absolute;
	top: 35px;
	left: 20px;
}

.main-navigation.toggled .menu-header-container {
	width: 100%;
	position: absolute;
	top: 100px;
}

.main-navigation.toggled .menu-header-container ul {
	top: 60px;
	background-color: #1a1a1a;
	text-align: center;
	padding-bottom: 120px;
}

.main-navigation.toggled .menu-header-container li {
	padding: 20px 0;
	transition: all 0.3s ease;
}

.footer-navigation {
	align-self: center;
	box-sizing: border-box;
	flex: 50%;
	font-family: "roboto-condensed", sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
}

.footer-navigation li {
	list-style-type: none;
	margin: 15px 0;
}

.footer-navigation a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer-navigation a:hover {
	color: #F27A22;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle, .social {
		display: none !important;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

article.post {
	max-width: 1437px;
	margin: 0 auto;
}

article.post .blog-hero {
	height: 500px;
	max-height: 500px;
	min-height: auto;
}

article.post .blog-hero .blog__content {
	justify-content: flex-start;
}

article.post .blog-hero .blog__content-wrapper {
	margin-top: 75px;
}

article.post .all-articles {
	text-transform: uppercase;
	color: #1a1a1a;
	font-size: 15px;
	font-family: "roboto-condensed", sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 70px 0 22px;
	display: inline-block;
}

article.post .all-articles img {
	margin-right: 13px;
}

article.post .entry-content {
	width: 100%;
	max-width: 866px;
	margin: 133px auto 0;
}

article.post .entry-content p {
	font-size: 18px;
	line-height: 35px;
}

article.post .entry-content .wp-block-getwid-advanced-heading {
	margin-top: 35px;
}

.page-template-template-products .filter-container-mobile {
	display: none;
}

.page-template-template-products #filter {
	background: #1a1a1a;
	height: 70px;
	width: 100%;
	max-width: 1437px;
	display: flex;
	align-items: center;
}

.page-template-template-products #filter label {
	margin: 0 65px;
}

.page-template-template-products #filter label input {
	display: none;
}

.page-template-template-products #filter label.active a {
	border-bottom: 2px solid #fff;
	margin-bottom: -2px;
}

.page-template-template-products #filter a {
	color: #fff;
	font-family: "roboto-condensed", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.page-template-template-products .how-do-you-hothands {
	background: url("../jpg/hh-families-bg.jpg") center center no-repeat;
}

@media (max-width: 767px) {
	.page-template-template-products .filter-container-mobile {
		display: flex;
	}
	.page-template-template-products .filter-container-mobile #filter label {
		margin: 0 25px;
	}
	.page-template-template-products .filter-container-desktop {
		display: none;
	}
}

.page-id-224 h2 {
	margin: 75px auto 55px;
}

.page-id-224 .ui-accordion {
	max-width: 1297px;
	margin: 0 auto;
}

.page-id-224 .ui-accordion .ui-accordion-header-active .wp-block-getwid-accordion__header {
	background: #1a1a1a;
}

.page-id-224 .ui-accordion .ui-accordion-header-active .wp-block-getwid-accordion__header a {
	color: #fff;
}

.page-id-224 .ui-accordion .ui-accordion-header-active .wp-block-getwid-accordion__header-title {
	color: #fff;
}

.page-id-224 .ui-accordion .wp-block-getwid-accordion__header {
	background: #efefef;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	margin-bottom: 20px;
	padding: 20px 15px;
}

.page-id-224 .ui-accordion .wp-block-getwid-accordion__header a {
	color: #1a1a1a;
}

.page-id-224 .ui-accordion .wp-block-getwid-accordion__header-title {
	color: #1a1a1a;
}

.page-id-224 .ui-accordion h2 {
	margin: 100px auto 70px;
}

.page-id-224 .contact-form {
	display: flex;
	width: 100%;
	max-width: 1294px;
	margin: 35px auto 0;
}

.page-id-224 .contact-form .left {
	background: #1a1a1a;
	display: flex;
	flex: 33%;
	flex-direction: column;
	padding: 65px;
}

.page-id-224 .contact-form .left h2 {
	margin: 0 0 25px;
}

.page-id-224 .contact-form .form-container {
	background-color: #1a1a1a;
	display: flex;
	flex: 67%;
	margin: 0;
	padding: 35px;
}

.page-id-224 .contact-form .wp-block-getwid-section__wrapper {
	width: 100%;
}

.page-id-224 .contact-form .wpforms-container-full {
	width: 100%;
}

.page-id-224 .contact-form .wpforms-container-full input[type=text],
.page-id-224 .contact-form .wpforms-container-full input[type=email],
.page-id-224 .contact-form .wpforms-container-full textarea,
.page-id-224 .contact-form .wpforms-container-full button,
.page-id-224 .contact-form .wpforms-container-full select {
	font-family: "roboto", sans-serif;
	font-weight: 300;
	border-radius: 5px;
}

.page-id-224 .contact-form .wpforms-container-full .wpforms-submit-container {
	text-align: center;
}

.page-id-224 .contact-form .wpforms-container-full button {
	font-family: "roboto", sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 56px;
	width: 197px;
	text-align: center;
}

article.post-3.page {
	max-width: 1437px;
	margin: 75px auto;
	width: 100%;
}

.home .video {
	background: url("http://hothands-staging.unitedcollab.dev/wp-content/uploads/2020/11/Videos.svg") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	max-height: 857px;
}

.find-retailer {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1437px;
	padding: 120px 0;
	max-width: 1282px;
	padding: 120px 20px 0;
	width: 100%;
}

.find-retailer .find-retailer__header {
	display: flex;
	justify-content: space-between;
	text-align: left;
	width: 100%;
	margin-bottom: 80px;
}

.find-retailer .find-retailer__header .filters {
	display: flex;
	flex-wrap: no-wrap;
	justify-content: flex-start;
	margin: 0;
	max-width: 469px;
	width: 100%;
}

.find-retailer .find-retailer__header .filters h2 {
	text-align: left;
}

.find-retailer .find-retailer__header .filters p {
	font-size: 18px;
}

.find-retailer .find-retailer__header form {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.find-retailer .find-retailer__header form .form-element__container {
	display: flex;
	width: 50%;
}

.find-retailer .find-retailer__header form input,
.find-retailer .find-retailer__header form select {
	border: none;
	border-bottom: 2px solid #292929;
	display: flex;
	font-size: 18px;
	height: 33px;
	margin-right: 66px;
	width: 176px;
	background: none;
	outline: none;
}

.find-retailer .find-retailer__header form select {
	padding: 0 33px 0 0;
}

.find-retailer .find-retailer__header form .button__default {
	cursor: pointer;
	margin-top: 65px;
}

.find-retailer .map-container {
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	width: 100%;
	height: 742px;
}

.find-retailer .map-container h3 {
	text-transform: none;
	font-size: 24px;
	margin-bottom: 10px;
}

.find-retailer .map-container p {
	font-size: 13px;
	margin-bottom: 0;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
}

.find-retailer .map-container #map {
	height: 100%;
	max-height: 504px;
}

.find-retailer .map-container .results-container {
	width: 100%;
	height: 238px;
	background: #F27A22;
	overflow-x: scroll;
}

.find-retailer .map-container .results {
	content: "";
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	padding: 20px 30px;
	list-style: none;
	width: 100%;
}

.find-retailer .map-container .results li {
	float: left;
	width: 33.3333%;
	margin: 20px 0;
}

.find-retailer .map-container .results li h4, .find-retailer .map-container .results li p {
	color: #fff;
}

.find-retailer .map-container .results li h4 {
	font-size: 24px;
}

.find-retailer .map-container .results li h4 span {
	margin-right: 10px;
}

.find-retailer .map-container .results li p {
	font-size: 18px;
	letter-spacing: normal;
	font-weight: normal;
	margin: 5px 0 0 25px;
}

@media (max-width: 454px) {
	.find-retailer .find-retailer__header form input, .find-retailer .find-retailer__header form select {
		margin-right: 20px;
	}
}

@media (max-width: 630px) {
	.find-retailer .map-container .results li {
		width: 100%;
	}
	.find-retailer__header .image {
		display: none;
	}
}

.calling-doers {
	align-items: unset;
	background-color: transparent !important;
	height: 525px;
	margin-bottom: -82px;
	width: 100%;
}

.calling-doers div {
	margin: 50px auto 0;
	max-width: 1437px;
	width: 100% !important;
}

.full-family {
	background-color: transparent !important;
	height: 525px;
	margin-bottom: -72px;
	width: 100%;
}

.full-family div {
	margin: 50px auto 0;
	max-width: 1437px;
	width: 100% !important;
}

.full-family h2 {
	margin-bottom: 40px;
}

.wp-block-getwid-section .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper {
	max-width: 100%;
}

.featured-products {
	min-height: 529px;
	width: 100%;
	max-width: 1264px;
	margin: 90px auto 125px;
	display: flex;
	flex-wrap: wrap !important;
}

.featured-products div,
.featured-products .wp-block-getwid-section__inner-wrapper {
	max-width: 1264px;
	padding: 0;
	margin: 0;
	width: 100%;
}

.featured-products .wp-block-buttons {
	display: flex;
	justify-content: center;
}

.featured-products .wp-block-button {
	display: flex;
	width: auto;
}

.featured-products .wp-block-columns {
	align-items: flex-end;
}

.featured-products .wp-block-buttons {
	width: auto;
	justify-content: center;
	display: flex;
}

.featured-products .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0;
	padding: 30px 0;
	text-align: center;
	flex: 25%;
	align-items: center;
	min-width:200px;
	/*figcaption sup {
      top: 8px;
      padding-right: 5px;
    }*/
}

.featured-products .wp-block-column:last-child {
	border-right: none;
}

.featured-products .wp-block-column figure {
	width: 95%;
}

.featured-products .wp-block-column figure img {
	height: 350px;
	width: auto;
}

.featured-products .wp-block-column figcaption {
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
	justify-content: center;
	width: 95%;
}

@media (max-width: 767px) {
	.featured-products {
		height: 100% !important;
	}
	.featured-products .wp-block-columns {
		flex-wrap: unset !important;
	}
	.featured-products .wp-block-column {
		max-width: 100% !important;
		border-right: none;
	}
	.page-template-template-products .featured-products {
		flex-wrap: wrap;
		flex-direction: column !important;
		margin: 0 auto 75px;
	}
	.page-template-template-products .featured-products .wp-block-column {
		width: 100% !important;
		border: none !important;
	}
	.page-template-template-products .featured-products figcaption {
		max-width: 65%;
		margin: .5em auto 1em;
	}
	.full-family, .calling-doers {
		background-image: none !important;
		padding-bottom: 100px;
	}
	.full-family h2, .full-family p, .calling-doers h2, .calling-doers p {
		text-align: center;
	}
	.full-family .inline, .calling-doers .inline {
		width: 100%;
		margin: 10px auto;
	}
}

.pro-staff .pro-staff-container {
	width: 100%;
	max-width: 1446px;
	margin: 75px auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 20px;
}

.pro-staff p {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 37px;
	text-decoration: none;
}

.wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 20px 80px 20px;
}

.testimonial {
	width: 100%;
	height: 720px;
}

.testimonial figure {
	margin: 0 auto;
}

.how-do-you {
	height: 636px;
}

.products {
	width: 100%;
	max-width: 1396px !important;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
}

.products ul {
	margin: 20px 0 0;
	padding: 0;
}

.products ul li {
	list-style-type: none;
}

.social-header {
	margin-top: 100px;
}

.social-header img {
	height: 30px;
	padding-right: 10px;
}

.sbi_photo_wrap {
	outline: solid 10px #fff;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.4);
}

.sbi_item {
	overflow: visible !important;
}

.wp-block-getwid-section__content {
	max-width: 1282px;
	margin: 0 auto;
}

.pro-staff-app-header {
	padding: 0 !important;
}

.pro-staff-app-header h2 {
	margin: 40px 40px 20px 40px;
}

.pro-staff-app-header p {
	margin: 20px 40px;
}

.pro-staff-app {
	background: #fff !important;
	padding: 20px 30px !important;
}

.pro-staff-app .wpforms-field-label {
	display: none;
}

.circles {
	border: none !important;
	font-weight: bold;
}

.circles .wpforms-page-indicator-page-title {
	text-transform: uppercase !important;
	font-family: "roboto-condensed", sans-serif;
	font-size: 18px !important;
	margin-right: 40px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
	margin-bottom: 20px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
	background-color: #fff;
	font-family: "roboto-condensed", sans-serif;
	color: #1a1a1a;
	box-shadow: inset 0 0 0 3px #1a1a1a;
	font-size: 16px !important;
}

.pro-questions {
	font-size: 18px;
	font-weight: bold;
}

div.wpforms-container-full .wpforms-form .wpforms-page-next, div.wpforms-container-full .wpforms-form .wpforms-page-prev {
	border-radius: 40px;
	border: none;
	width: 200px;
	transition: all 0.3s ease;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px 0;
	margin-top: 40px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-page-next {
	background: url(../png/right-arrow2.png) no-repeat center right 20px #1a1a1a;
	color: #fff;
}

div.wpforms-container-full .wpforms-form .wpforms-page-prev {
	background: url(../png/left-arrow.png) no-repeat center left 20px #fff;
	color: #1a1a1a;
	box-shadow: inset 0 0 0 3px #1a1a1a;
}

div.wpforms-container-full .wpforms-form .wpforms-page-next:hover, div.wpforms-container-full .wpforms-form .wpforms-page-prev:hover {
	background-color: #F27A22;
	border: none;
	box-shadow: none;
}

.breadcrumb {
	font-size: 15px;
	font-weight: bold;
	background: url(../png/left-arrow.png) no-repeat center left;
	padding-left: 20px;
}

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

.placeholder input {
	font-style: italic;
}

.pro-form-h3 {
	margin-bottom: 40px !important;
}

.link-to-facebook::before {
	background: url(../left-arrow%402.html) no-repeat center left;
	display: inline-block;
}

.pro-staff-app button[type=submit] {
	background-color: #1a1a1a !important;
	color: #fff !important;
	border-radius: 40px !important;
	border: solid 4px #1a1a1a !important;
	width: 200px !important;
	transition: all 0.3s ease;
	font-size: 15px !important;
	text-transform: uppercase !important;
	font-weight: bold;
	position: relative;
	top: -70px;
	left: 220px;
}

@media (max-width: 768px) {
	.wpforms-page-1 div,
	.wpforms-page-3 div {
		width: 100% !important;
		margin: 0 !important;
	}
	.wpforms-page-1 .iti__flag-container,
	.wpforms-page-3 .iti__flag-container {
		width: auto !important;
	}
	.wpforms-page-1 .iti__flag-container .iti__flag,
	.wpforms-page-3 .iti__flag-container .iti__flag {
		width: 20px !important;
	}
	.wpforms-page-1 .iti__flag-container .iti__arrow,
	.wpforms-page-3 .iti__flag-container .iti__arrow {
		width: 0 !important;
		margin-left: 6px !important;
	}
}

.wpforms-page-1 button.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.wpforms-page-2 {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-column-gap: 4%;
}

.wpforms-page-2 .pro-form-h3 {
	grid-column-start: 1;
	grid-column-end: 3;
}

.wpforms-page-2 .facebook,
.wpforms-page-2 .twitter,
.wpforms-page-2 .youtube,
.wpforms-page-2 .instagram {
	grid-column-start: 1;
	grid-column-end: 1;
	position: relative !important;
	padding-left: 68px !important;
}

.wpforms-page-2 .facebook:before {
	background: url("../png/facebook-icon.png") center center no-repeat;
	content: '';
	display: inline-block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100%;
	left: 0;
}

.wpforms-page-2 .twitter:before {
	background: url("../png/twitter-icon.png") center center no-repeat;
	content: '';
	display: inline-block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100%;
	left: 0;
}

.wpforms-page-2 .instagram:before {
	background: url("../png/instagram-icon.png") center center no-repeat;
	content: '';
	display: inline-block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100%;
	left: 0;
}

.wpforms-page-2 .youtube:before {
	background: url("../png/youtube-icon.png") center center no-repeat;
	content: '';
	display: inline-block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100%;
	left: 0;
}

.wpforms-page-2 .personal-blog {
	grid-column-start: 2;
	grid-row-start: 2;
	font-size: 19px !important;
	line-height: normal;
	font-weight: bold;
	vertical-align: middle;
	display: grid;
}

.wpforms-page-2 .links {
	grid-column-start: 2;
	grid-row-start: 3;
}

.wpforms-page-2 .wpforms-field-pagebreak {
	grid-column-start: 1;
}

@media (max-width: 768px) {
	.wpforms-page-2 {
		grid-template-columns: 100%;
		grid-column-gap: 0;
	}
	.wpforms-page-2 .personal-blog {
		grid-column-start: 1;
		grid-row-start: auto;
	}
	.wpforms-page-2 .links {
		grid-column-start: 1;
		grid-row-start: auto;
	}
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: none;
	border: none;
}

.prostaff-confirmation {
	background: url("../jpg/hh-families-bg.jpg") center center no-repeat;
	background-size: cover;
	max-width: 1282px;
	margin: 0 auto;
	padding: 60px 40px;
	min-height: 500px;
}

.prostaff-confirmation a {
	display: inline-block;
	color: #fff;
	background-color: #1a1a1a;
	padding: 10px 15px;
	border-radius: 30px;
	text-decoration: none;
	margin-top: 40px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.prostaff-confirmation .white {
	color: #fff !important;
	margin-top: 20px;
	line-height: normal;
}

.prostaff-confirmation .left {
	float: left;
	width: 40%;
}

.prostaff-confirmation .right {
	float: left;
	width: 60%;
	background: url("../png/confirmation-products.png") center right no-repeat;
	min-height: 389px;
	background-size: contain;
}

.doers {
	font-size: 82px;
}

.online-retailers {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	align-items: center;
	margin-bottom: 40px;
}

.online-retailers span {
	color: #F27A22;
}

.online-retailers figure, .online-retailers h2 {
	display: inline-block;
	width: 19%;
}

.online-retailers figure {
	padding: 0 10px;
	text-align: center;
}

.online-retailers figure:last-child {
	padding-right: 0;
}

.online-retailers h2 {
	font-size: 30px;
	line-height: normal;
	padding-right: 10px;
}

.online-retailers figure img {
	max-width: 100%;
}

@media (max-width: 768px) {
	.prostaff-confirmation .left, .prostaff-confirmation .right {
		width: 100%;
		float: none;
	}
	.online-retailers {
		margin-bottom: 0;
	}
	.online-retailers figure, .online-retailers h2 {
		width: 100%;
	}
	.online-retailers h2 {
		text-align: center;
		margin-bottom: 40px;
	}
	.doers {
		font-size: 48px;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	padding-top: 15px;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.textcenter {
	text-align: center;
}
#sb_instagram {
	max-width:100%;
}
@media screen and (max-width: 639px) {
	.main-navigation.toggled .menu-header-container {
		position:static;
		top:0;
	}
	.main-navigation.toggled .menu-header-container ul {
		padding-bottom:0;
	}
	.main-navigation {
		flex-wrap:wrap;
	}
	.main-navigation.toggled ul  {
		position:static;
	}
	.main-navigation.toggled  {
		padding-bottom:40px;
	}
	h2.has-text-align-center.social-header {
		display:flex;
		font-size:24px;
		align-items:center;
		justify-content:center;
	}
}

.featured-products {
  max-width: 1304px;
  padding: 0 20px;
  justify-content: center;
}
 

.featured-products .wp-block-column {
  flex: 0 0 auto !important;
  width: calc(25% - 32px);
}

@media screen and (max-width: 1199px) {
.featured-products .wp-block-column {
  width: calc(33.33% - 28px);
}
}

@media screen and (max-width: 991px) {
.featured-products .wp-block-column {
    width: calc(50% - 21px);
  }
}

@media screen and (max-width: 767px) {
.featured-products .wp-block-column {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */