img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
body {
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--color--main: var(--rehub-main-color);
	--wp--preset--color--secondary: var(--rehub-sec-color);
	--wp--preset--color--buttonmain: var(--rehub-main-btn-bg);
	--wp--preset--color--cyan-grey: #abb8c3;
	--wp--preset--color--orange-light: #fcb900;
	--wp--preset--color--red: #cf2e2e;
	--wp--preset--color--red-bright: #f04057;
	--wp--preset--color--vivid-green: #00d084;
	--wp--preset--color--orange: #ff6900;
	--wp--preset--color--blue: #0693e3;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--font-family--system-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	--wp--preset--font-family--rh-nav-font: var(--rehub-nav-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
	--wp--preset--font-family--rh-head-font: var(--rehub-head-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
	--wp--preset--font-family--rh-btn-font: var(--rehub-btn-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
	--wp--preset--font-family--rh-body-font: var(--rehub-body-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

body {
	margin: 0;
	--wp--style--global--content-size: 760px;
	--wp--style--global--wide-size: 900px;
}

.wp-site-blocks>.alignleft {
	float: left;
	margin-right: 2em;
}

.wp-site-blocks>.alignright {
	float: right;
	margin-left: 2em;
}

.wp-site-blocks>.aligncenter {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

:where(.is-layout-flex) {
	gap: 0.5em;
}

:where(.is-layout-grid) {
	gap: 0.5em;
}

body .is-layout-flow>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

body .is-layout-flow>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

body .is-layout-flow>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-constrained>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

body .is-layout-constrained>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

body .is-layout-constrained>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-constrained>.alignwide {
	max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
	display: flex;
}

body .is-layout-flex {
	flex-wrap: wrap;
	align-items: center;
}

body .is-layout-flex>* {
	margin: 0;
}

body .is-layout-grid {
	display: grid;
}

body .is-layout-grid>* {
	margin: 0;
}

body {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a:where(:not(.wp-element-button)) {
	color: var(--rehub-link-color, violet);
	text-decoration: none;
}

h1 {
	font-size: 29px;
	line-height: 34px;
	margin-top: 10px;
	margin-bottom: 31px;
}

h2 {
	font-size: 25px;
	line-height: 31px;
	margin-top: 10px;
	margin-bottom: 31px;
}

h3 {
	font-size: 20px;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 25px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 18px;
}

h5 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}

h6 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.wp-element-button,
.wp-block-button__link {
	background-color: #32373c;
	border-width: 0;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}

.has-black-color {
	color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
	color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
	color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
	color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
	color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
	color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
	color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
	color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
	color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
	color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
	color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
	color: var(--wp--preset--color--vivid-purple) !important;
}

.has-main-color {
	color: var(--wp--preset--color--main) !important;
}

.has-secondary-color {
	color: var(--wp--preset--color--secondary) !important;
}

.has-buttonmain-color {
	color: var(--wp--preset--color--buttonmain) !important;
}

.has-cyan-grey-color {
	color: var(--wp--preset--color--cyan-grey) !important;
}

.has-orange-light-color {
	color: var(--wp--preset--color--orange-light) !important;
}

.has-red-color {
	color: var(--wp--preset--color--red) !important;
}

.has-red-bright-color {
	color: var(--wp--preset--color--red-bright) !important;
}

.has-vivid-green-color {
	color: var(--wp--preset--color--vivid-green) !important;
}

.has-orange-color {
	color: var(--wp--preset--color--orange) !important;
}

.has-blue-color {
	color: var(--wp--preset--color--blue) !important;
}

.has-black-background-color {
	background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
	background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
	background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
	background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
	background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
	background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
	background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
	background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
	background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
	background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-main-background-color {
	background-color: var(--wp--preset--color--main) !important;
}

.has-secondary-background-color {
	background-color: var(--wp--preset--color--secondary) !important;
}

.has-buttonmain-background-color {
	background-color: var(--wp--preset--color--buttonmain) !important;
}

.has-cyan-grey-background-color {
	background-color: var(--wp--preset--color--cyan-grey) !important;
}

.has-orange-light-background-color {
	background-color: var(--wp--preset--color--orange-light) !important;
}

.has-red-background-color {
	background-color: var(--wp--preset--color--red) !important;
}

.has-red-bright-background-color {
	background-color: var(--wp--preset--color--red-bright) !important;
}

.has-vivid-green-background-color {
	background-color: var(--wp--preset--color--vivid-green) !important;
}

.has-orange-background-color {
	background-color: var(--wp--preset--color--orange) !important;
}

.has-blue-background-color {
	background-color: var(--wp--preset--color--blue) !important;
}

.has-black-border-color {
	border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
	border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
	border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
	border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
	border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
	border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
	border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
	border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
	border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
	border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-main-border-color {
	border-color: var(--wp--preset--color--main) !important;
}

.has-secondary-border-color {
	border-color: var(--wp--preset--color--secondary) !important;
}

.has-buttonmain-border-color {
	border-color: var(--wp--preset--color--buttonmain) !important;
}

.has-cyan-grey-border-color {
	border-color: var(--wp--preset--color--cyan-grey) !important;
}

.has-orange-light-border-color {
	border-color: var(--wp--preset--color--orange-light) !important;
}

.has-red-border-color {
	border-color: var(--wp--preset--color--red) !important;
}

.has-red-bright-border-color {
	border-color: var(--wp--preset--color--red-bright) !important;
}

.has-vivid-green-border-color {
	border-color: var(--wp--preset--color--vivid-green) !important;
}

.has-orange-border-color {
	border-color: var(--wp--preset--color--orange) !important;
}

.has-blue-border-color {
	border-color: var(--wp--preset--color--blue) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important;
}

.has-system-font-font-family {
	font-family: var(--wp--preset--font-family--system-font) !important;
}

.has-rh-nav-font-font-family {
	font-family: var(--wp--preset--font-family--rh-nav-font) !important;
}

.has-rh-head-font-font-family {
	font-family: var(--wp--preset--font-family--rh-head-font) !important;
}

.has-rh-btn-font-font-family {
	font-family: var(--wp--preset--font-family--rh-btn-font) !important;
}

.has-rh-body-font-font-family {
	font-family: var(--wp--preset--font-family--rh-body-font) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
	color: inherit;
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em;
}

.wp-block-pullquote {
	font-size: 1.5em;
	line-height: 1.6;
}

.wp-block-post-title {
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

.wp-block-image {
	margin-top: 0px;
	margin-bottom: 31px;
}

.wp-block-media-text {
	margin-top: 0px;
	margin-bottom: 31px;
}

.wp-block-post-content {
	font-size: 16px;
	line-height: 28px;
}
.gspb_row__content,
body .gspb_row {
	justify-content: space-between;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap
}

body .gspb_row .gspb_row__content {
	width: 100%
}

body .gspb_row div[class^=gspb_row__col] {
	flex-direction: column
}

.gspb_row__content {
	margin: auto;
	width: 100%
}

body .gspb_row,
div[class^=gspb_row__col] {
	position: relative;
	z-index: 0
}

.gspb_row__col--1,
.gspb_row__col--10,
.gspb_row__col--11,
.gspb_row__col--12,
.gspb_row__col--2,
.gspb_row__col--24,
.gspb_row__col--3,
.gspb_row__col--4,
.gspb_row__col--5,
.gspb_row__col--6,
.gspb_row__col--7,
.gspb_row__col--8,
.gspb_row__col--9 {
	padding: 15px min(3vw, 20px);
	box-sizing: border-box
}

body #gspb_col-id-gsbp-54cccf51-c50b.gspb_row__col--9 {
	width: 75%
}

body #gspb_col-id-gsbp-cb6aa224-328f.gspb_row__col--3 {
	width: 25%
}

.full_post_area.content,
.full_post_area.rh-container {
	overflow: visible
}

.gspb_heading-id-gsbp-1554a854-598d .wp-block,
.rehub_chimp h3,
body .gspb_heading-id-gsbp-1554a854-598d {
	font-size: 20px
}

#gspb_col-id-gsbp-cb6aa224-328f.gspb_row__col--3 {
	position: sticky;
	top: 20px;
	align-self: start
}

.gspb_heading-id-gsbp-1554a854-598d .wp-block,
body .gspb_heading-id-gsbp-1554a854-598d {
	font-weight: 700 !important
}

body .gspb_heading-id-gsbp-1554a854-598d {
	margin-bottom: 10px !important
}

#gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container {
	z-index: 0;
	flex-direction: column;
	position: relative
}

#gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container .gspb_container__content {
	margin: auto
}

#gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container>p:last-of-type,
#gspb_container-id-gsbp-75447a3a-73c9.gspb_container>p:last-of-type {
	margin-bottom: 0
}

#gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container .gs-prev-next-button {
	top: 50%;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	transform: translateY(-50%);
	box-shadow: 0 0 10px rgb(0 0 0/5%);
	position: absolute;
	background: rgba(255, 255, 255, .75);
	border: 0;
	cursor: pointer;
	z-index: 99
}

#gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container .gs-prev-next-button svg {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
	fill: rgba(0, 0, 0, .3)
}

#gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container .gs-prev-next-button.previous {
	left: 10px
}

#gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container .gs-prev-next-button.next {
	right: 10px
}

#gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container .gs-prev-next-button:hover svg {
	fill: rgba(0, 0, 0, .6)
}

body #gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container .gs-prev-next-button.previous {
	left: -20px
}

body #gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container .gs-prev-next-button.next {
	right: -20px
}

body.gspb-bodyfront #gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container .wpsm_recent_posts_list {
	overflow-x: auto !important;
	overflow-y: hidden;
	display: grid;
	grid-auto-flow: column;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	scrollbar-color: transparent transparent;
	grid-gap: 15px;
	padding-bottom: 10px
}

body.gspb-bodyfront #gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container .wpsm_recent_posts_list::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

body.gspb-bodyfront #gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container .wpsm_recent_posts_list::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 20px
}

body.gspb-bodyfront #gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container .wpsm_recent_posts_list::-webkit-scrollbar-thumb {
	background-color: transparent;
	border-radius: 20px;
	border: 1px solid transparent
}

body.gspb-bodyfront #gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container .wpsm_recent_posts_list:hover::-webkit-scrollbar-thumb {
	background-color: #ddd
}

body.gspb-bodyfront #gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container .wpsm_recent_posts_list:hover {
	scrollbar-color: #ddd #fff
}

body.gspb-bodyfront #gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container .wpsm_recent_posts_list>:not(.block-editor-inner-blocks) {
	width: min(39ch, 100vw) !important;
	scroll-snap-align: start;
	margin: 0 !important
}

body #gspb_row-id-gsbp-20f03ff0-7b36.gspb_row .gspb_row__content {
	max-width: 1200px
}

body #gspb_row-id-gsbp-20f03ff0-7b36.gspb_row {
	background-color: #f0f2f5
}

.gspb_heading-id-gsbp-e4b42719-27b6 .wp-block,
body .gspb_heading-id-gsbp-e4b42719-27b6 {
	font-size: 17px;
	font-weight: 700 !important
}

body .gspb_heading-id-gsbp-e4b42719-27b6 {
	margin-bottom: 20px !important;
	padding-bottom: 5px !important;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e0e0e0
}

#gspb_iconsList-id-gsbp-c633d5fd-202c.gspb_iconsList .gspb_iconsList__item__text {
	font-size: 16px;
	margin-left: 15px
}

body #gspb_iconsList-id-gsbp-c633d5fd-202c.gspb_iconsList .gspb_iconsList__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	margin-bottom: 6px !important;
	padding: 4px 5px 4px 9px !important;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px
}

#gspb_iconsList-id-gsbp-c633d5fd-202c.gspb_iconsList .gspb_iconsList__item svg path {
	fill: #2184f9 !important
}

#gspb_iconsList-id-gsbp-c633d5fd-202c.gspb_iconsList .gspb_iconsList__item:hover svg path {
	fill: #fe0000 !important
}

#gspb_iconsList-id-gsbp-01e93121-92a0.gspb_iconsList .gspb_iconsList__item svg,
#gspb_iconsList-id-gsbp-c633d5fd-202c.gspb_iconsList .gspb_iconsList__item {
	transition: all .5s cubic-bezier(.165, .84, .44, 1)
}

#gspb_iconsList-id-gsbp-01e93121-92a0.gspb_iconsList .gspb_iconsList__item__text .wp-block a,
#gspb_iconsList-id-gsbp-c633d5fd-202c.gspb_iconsList .gspb_iconsList__item__text .wp-block a,
body #gspb_iconsList-id-gsbp-01e93121-92a0.gspb_iconsList .gspb_iconsList__item__text a,
body #gspb_iconsList-id-gsbp-c633d5fd-202c.gspb_iconsList .gspb_iconsList__item__text a {
	color: #000
}

#gspb_iconsList-id-gsbp-c633d5fd-202c.gspb_iconsList .gspb_iconsList__item__text .wp-block a:hover,
body #gspb_iconsList-id-gsbp-c633d5fd-202c.gspb_iconsList .gspb_iconsList__item__text a:hover {
	color: #0693e3
}

body #gspb_iconsList-id-gsbp-c633d5fd-202c.gspb_iconsList {
	margin-bottom: 25px !important;
	transition: all .5s cubic-bezier(.165, .84, .44, 1)
}

#gspb_iconsList-id-gsbp-c633d5fd-202c.gspb_iconsList .gspb_iconsList__item:hover {
	background-color: #fff !important
}

.gspb_heading-id-gsbp-190e371b-b24d .wp-block,
body .gspb_heading-id-gsbp-190e371b-b24d {
	font-size: 17px;
	font-weight: 700 !important
}

body .gspb_heading-id-gsbp-190e371b-b24d {
	margin-bottom: 20px !important;
	padding-bottom: 5px !important;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e0e0e0
}

#gspb_iconsList-id-gsbp-01e93121-92a0.gspb_iconsList .gspb_iconsList__item__text {
	font-size: 16px;
	margin-left: 15px
}

body #gspb_iconsList-id-gsbp-01e93121-92a0.gspb_iconsList .gspb_iconsList__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative
}

#gspb_iconsList-id-gsbp-01e93121-92a0.gspb_iconsList .gspb_iconsList__item svg path {
	fill: red !important
}

#gspb_iconsList-id-gsbp-01e93121-92a0.gspb_iconsList .gspb_iconsList__iconbox {
	border-radius: 50%;
	padding: 10px;
	background-color: #fff;
	display: inline-flex
}

#gspb_iconsList-id-gsbp-01e93121-92a0.gspb_iconsList .gspb_iconsList__item__text .wp-block,
body #gspb_iconsList-id-gsbp-01e93121-92a0.gspb_iconsList .gspb_iconsList__item__text {
	color: #010101
}

#gspb_iconsList-id-gsbp-01e93121-92a0.gspb_iconsList .gspb_iconsList__item:hover .gspb_iconsList__item__text,
#gspb_iconsList-id-gsbp-01e93121-92a0.gspb_iconsList .gspb_iconsList__item__text .wp-block a:hover,
body #gspb_iconsList-id-gsbp-01e93121-92a0.gspb_iconsList .gspb_iconsList__item__text a:hover {
	color: #d70000
}

body #gspb_iconsList-id-gsbp-01e93121-92a0.gspb_iconsList .gspb_iconsList__item {
	margin-bottom: 8px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 6px !important;
	border-top-left-radius: 50px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 50px;
	background-color: rgba(0, 23, 38, .05)
}

body #gspb_iconsList-id-gsbp-01e93121-92a0.gspb_iconsList {
	margin-bottom: 20px !important
}

#gspb_iconsList-id-gsbp-01e93121-92a0.gspb_iconsList .gspb_iconsList__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

#gspb_iconsList-id-gsbp-01e93121-92a0.gspb_iconsList .gspb_iconsList__item:hover svg {
	transform: scale(1.22)
}

.gspb_heading-id-gsbp-0f30f5bf-a8a6 .wp-block,
body .gspb_heading-id-gsbp-0f30f5bf-a8a6 {
	font-size: 17px;
	font-weight: 700 !important
}

body .gspb_heading-id-gsbp-0f30f5bf-a8a6 {
	margin-bottom: 10px !important;
	padding-bottom: 5px !important;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e0e0e0
}

#gspb_container-id-gsbp-75447a3a-73c9.gspb_container {
	position: relative;
	z-index: 0;
	flex-direction: column
}

#gspb_container-id-gsbp-75447a3a-73c9.gspb_container .gspb_container__content {
	margin: auto
}

body.gspb-bodyfront #gspb_container-id-gsbp-75447a3a-73c9.gspb_container {
	top: 20px
}

@media (max-width:575.98px) {

	body #gspb_col-id-gsbp-54cccf51-c50b.gspb_row__col--9,
	body #gspb_col-id-gsbp-cb6aa224-328f.gspb_row__col--3 {
		width: 100%
	}

	body #gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container .gs-prev-next-button.previous {
		left: -6px
	}

	body #gspb_container-id-gsbp-0e8c774b-a2e4.gspb_container .gs-prev-next-button.next {
		right: -6px
	}
}
@media (min-width: 1024px) {
	a.buy-rhtheme {
		position: fixed;
		bottom: 40px;
		left: 40px;
		background-color: #101010;
		color: #fff;
		font-size: 14px;
		padding: 12px 20px 12px 16px;
		border-radius: 35px;
		line-height: 1;
		z-index: 379;
	}

	a.buy-rhtheme:focus,
	a.buy-rhtheme:hover {
		color: #fff;
		background-color: #7dbd2d;
	}

	a.buy-rhtheme.demo {
		bottom: 95px
	}

	a.buy-rhtheme:focus svg,
	a.buy-rhtheme:hover svg {
		fill: #fff
	}

	a.buy-rhtheme>svg {
		margin-right: 7px
	}

	a.buy-rhtheme>span,
	a.buy-rhtheme>svg {
		vertical-align: middle;
	}

	.rh-show-demos-preview {
		position: fixed;
		top: 65%;
		right: 0;
		text-align: center;
		text-transform: uppercase;
		cursor: pointer;
		overflow: hidden;
		height: 65px;
		line-height: 65px;
		width: 70px;
		background-color: rgba(0, 0, 0, .85);
		transition: transform .3s ease .4s, background-color .25s ease;
		backface-visibility: hidden;
		perspective: 800px;
		border-radius: 10px 0 0 10px;
		z-index: 379;
	}

	.rh-text-demo {
		display: block;
		position: relative;
		color: #fff;
		font-weight: 900;
		z-index: 2;
	}

	.rh-demo-count {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		height: 65px;
		line-height: 65px;
		width: 65px;
		font-size: 42px;
		font-weight: 600;
		display: flex;
		color: rgba(255, 255, 255, .1);
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	.rh-show-demos-preview:hover {
		background-color: #7dbd2d
	}
}
@media (min-width:1025px) {
	header .logo-section {
		padding: 10px 0;
	}
}

.rh-boxed-container .rh-outer-wrap {
	width: 100% !important;
	overflow: hidden;
	background: transparent;
	box-shadow: none
}

header .main-nav,
.main-nav.dark_style,
.header_one_row .main-nav {
	background: none repeat scroll 0 0 #2961ae !important;
	box-shadow: none;
}

.main-nav {
	border-bottom: none;
	border-top: none;
}

.dl-menuwrapper .dl-menu {
	margin: 0 !important
}

#main_header,
.is-sticky .logo_section_wrap,
.sticky-active.logo_section_wrap {
	background-color: #ffffff !important
}

.main-nav.white_style {
	border-top: none
}

nav.top_menu>ul:not(.off-canvas)>li>a:after {
	top: auto;
	bottom: 0
}

.header-top {
	border: none;
}

.widget .title:after {
	border-bottom: 2px solid #fa9e19;
}

.rehub-main-color-border,
nav.top_menu>ul>li.vertical-menu.border-main-color .sub-menu,
.rh-main-bg-hover:hover,
.wp-block-quote,
ul.def_btn_link_tabs li.active a,
.wp-block-pullquote {
	border-color: #fa9e19;
}

.wpsm_promobox.rehub_promobox {
	border-left-color: #fa9e19 !important;
}

.color_link {
	color: #fa9e19 !important;
}

.featured_slider:hover .score,
.top_chart_controls .controls:hover,
article.post .wpsm_toplist_heading:before {
	border-color: #fa9e19;
}

.btn_more:hover,
.tw-pagination .current {
	border: 1px solid #fa9e19;
	color: #fff
}

.rehub_woo_review .rehub_woo_tabs_menu li.current {
	border-top: 3px solid #fa9e19;
}

.gallery-pics .gp-overlay {
	box-shadow: 0 0 0 4px #fa9e19 inset;
}

.post .rehub_woo_tabs_menu li.current,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-top: 2px solid #fa9e19;
}

.rething_item a.cat {
	border-bottom-color: #fa9e19
}

nav.top_menu ul li ul.sub-menu {
	border-bottom: 2px solid #fa9e19;
}

.widget.deal_daywoo,
.elementor-widget-wpsm_woofeatured .deal_daywoo {
	border: 3px solid #fa9e19;
	padding: 20px;
	background: #fff;
}

.deal_daywoo .wpsm-bar-bar {
	background-color: #fa9e19 !important
}

#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span,
#buddypress div.item-list-tabs ul li a span,
.user-profile-div .user-menu-tab>li.active>a,
.user-profile-div .user-menu-tab>li.active>a:focus,
.user-profile-div .user-menu-tab>li.active>a:hover,
.news_in_thumb:hover a.rh-label-string,
.news_out_thumb:hover a.rh-label-string,
.col-feat-grid:hover a.rh-label-string,
.carousel-style-deal .re_carousel .controls,
.re_carousel .controls:hover,
.openedprevnext .postNavigation .postnavprev,
.postNavigation .postnavprev:hover,
.top_chart_pagination a.selected,
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover,
.btn_more:hover,
body .tabs-menu li:hover,
body .tabs-menu li.current,
.featured_slider:hover .score,
#bbp_user_edit_submit,
.bbp-topic-pagination a,
.bbp-topic-pagination a,
.custom-checkbox label.checked:after,
.slider_post .caption,
ul.postpagination li.active a,
ul.postpagination li:hover a,
ul.postpagination li a:focus,
.top_theme h5 strong,
.re_carousel .text:after,
#topcontrol:hover,
.main_slider .flex-overlay:hover a.read-more,
.rehub_chimp #mc_embed_signup input#mc-embedded-subscribe,
#rank_1.rank_count,
#toplistmenu>ul li:before,
.rehub_chimp:before,
.wpsm-members>strong:first-child,
.r_catbox_btn,
.wpcf7 .wpcf7-submit,
.wpsm_pretty_hover li:hover,
.wpsm_pretty_hover li.current,
.rehub-main-color-bg,
.togglegreedybtn:after,
.rh-bg-hover-color:hover a.rh-label-string,
.rh-main-bg-hover:hover,
.rh_wrapper_video_playlist .rh_video_currently_playing,
.rh_wrapper_video_playlist .rh_video_currently_playing.rh_click_video:hover,
.rtmedia-list-item .rtmedia-album-media-count,
.tw-pagination .current,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover,
#ywqa-submit-question,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.rh-hov-bor-line>a:after,
nav.top_menu>ul:not(.off-canvas)>li>a:after,
.rh-border-line:after,
.wpsm-table.wpsm-table-main-color table tr th,
.rh-hov-bg-main-slide:before,
.rh-hov-bg-main-slidecol .col_item:before,
.mvx-tablink.active::before {
	background: #fa9e19;
}

@media (max-width:767px) {
	.postNavigation .postnavprev {
		background: #fa9e19;
	}
}

.rh-main-bg-hover:hover,
.rh-main-bg-hover:hover .whitehovered,
.user-profile-div .user-menu-tab>li.active>a {
	color: #fff !important
}

a,
.carousel-style-deal .deal-item .priced_block .price_count ins,
nav.top_menu ul li.menu-item-has-children ul li.menu-item-has-children>a:before,
.top_chart_controls .controls:hover,
.flexslider .fa-pulse,
.footer-bottom .widget .f_menu li a:hover,
.comment_form h3 a,
.bbp-body li.bbp-forum-info>a:hover,
.bbp-body li.bbp-topic-title>a:hover,
#subscription-toggle a:before,
#favorite-toggle a:before,
.aff_offer_links .aff_name a,
.rh-deal-price,
.commentlist .comment-content small a,
.related_articles .title_cat_related a,
article em.emph,
.campare_table table.one td strong.red,
.sidebar .tabs-item .detail p a,
.footer-bottom .widget .title span,
footer p a,
.welcome-frase strong,
article.post .wpsm_toplist_heading:before,
.post a.color_link,
.categoriesbox:hover h3 a:after,
.bbp-body li.bbp-forum-info>a,
.bbp-body li.bbp-topic-title>a,
.widget .title i,
.woocommerce-MyAccount-navigation ul li.is-active a,
.category-vendormenu li.current a,
.deal_daywoo .title,
.rehub-main-color,
.wpsm_pretty_colored ul li.current a,
.wpsm_pretty_colored ul li.current,
.rh-heading-hover-color:hover h2 a,
.rh-heading-hover-color:hover h3 a,
.rh-heading-hover-color:hover h4 a,
.rh-heading-hover-color:hover h5 a,
.rh-heading-hover-color:hover h3,
.rh-heading-hover-color:hover h2,
.rh-heading-hover-color:hover h4,
.rh-heading-hover-color:hover h5,
.rh-heading-hover-color:hover .rh-heading-hover-item a,
.rh-heading-icon:before,
.widget_layered_nav ul li.chosen a:before,
.wp-block-quote.is-style-large p,
ul.page-numbers li span.current,
ul.page-numbers li a:hover,
ul.page-numbers li.active a,
.page-link>span:not(.page-link-title),
blockquote:not(.wp-block-quote) p,
span.re_filtersort_btn:hover,
span.active.re_filtersort_btn,
.deal_daywoo .price,
div.sortingloading:after {
	color: #fa9e19;
}

.page-link>span:not(.page-link-title),
.widget.widget_affegg_widget .title,
.widget.top_offers .title,
.widget.cegg_widget_products .title,
header .header_first_style .search form.search-form [type="submit"],
header .header_eight_style .search form.search-form [type="submit"],
.filter_home_pick span.active,
.filter_home_pick span:hover,
.filter_product_pick span.active,
.filter_product_pick span:hover,
.rh_tab_links a.active,
.rh_tab_links a:hover,
.wcv-navigation ul.menu li.active,
.wcv-navigation ul.menu li:hover a,
form.search-form [type="submit"],
.rehub-sec-color-bg,
input#ywqa-submit-question,
input#ywqa-send-answer,
.woocommerce button.button.alt,
.tabsajax span.active.re_filtersort_btn,
.wpsm-table.wpsm-table-sec-color table tr th,
.rh-slider-arrow,
.rh-hov-bg-sec-slide:before,
.rh-hov-bg-sec-slidecol .col_item:before {
	background: #000000 !important;
	color: #fff !important;
	outline: 0
}

.widget.widget_affegg_widget .title:after,
.widget.top_offers .title:after,
.widget.cegg_widget_products .title:after {
	border-top-color: #000000 !important;
}

.page-link>span:not(.page-link-title) {
	border: 1px solid #000000;
}

.page-link>span:not(.page-link-title),
.header_first_style .search form.search-form [type="submit"] i {
	color: #fff !important;
}

.rh_tab_links a.active,
.rh_tab_links a:hover,
.rehub-sec-color-border,
nav.top_menu>ul>li.vertical-menu.border-sec-color>.sub-menu,
body .rh-slider-thumbs-item--active {
	border-color: #000000
}

.rh_wrapper_video_playlist .rh_video_currently_playing,
.rh_wrapper_video_playlist .rh_video_currently_playing.rh_click_video:hover {
	background-color: #000000;
	box-shadow: 1200px 0 0 #000000 inset;
}

.rehub-sec-color {
	color: #000000
}

form.search-form input[type="text"] {
	border-radius: 4px
}

.news .priced_block .price_count,
.blog_string .priced_block .price_count,
.main_slider .price_count {
	margin-right: 5px
}

.right_aff .priced_block .btn_offer_block,
.right_aff .priced_block .price_count {
	border-radius: 0 !important
}

form.search-form.product-search-form input[type="text"] {
	border-radius: 4px 0 0 4px;
}

form.search-form [type="submit"] {
	border-radius: 0 4px 4px 0;
}

.rtl form.search-form.product-search-form input[type="text"] {
	border-radius: 0 4px 4px 0;
}

.rtl form.search-form [type="submit"] {
	border-radius: 4px 0 0 4px;
}

.price_count,
.rehub_offer_coupon,
#buddypress .dir-search input[type=text],
.gmw-form-wrapper input[type=text],
.gmw-form-wrapper select,
#buddypress a.button,
.btn_more,
#main_header .wpsm-button,
#rh-header-cover-image .wpsm-button,
#wcvendor_image_bg .wpsm-button,
input[type="text"],
textarea,
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
.def_btn,
input[type="submit"],
input[type="button"],
input[type="reset"],
.rh_offer_list .offer_thumb .deal_img_wrap,
.grid_onsale,
.rehub-main-smooth,
.re_filter_instore span.re_filtersort_btn:hover,
.re_filter_instore span.active.re_filtersort_btn,
#buddypress .standard-form input[type=text],
#buddypress .standard-form textarea,
.blacklabelprice {
	border-radius: 4px
}

.news-community,
.woocommerce .products.grid_woo .product,
.rehub_chimp #mc_embed_signup input.email,
#mc_embed_signup input#mc-embedded-subscribe,
.rh_offer_list,
.woo-tax-logo,
#buddypress div.item-list-tabs ul li a,
#buddypress form#whats-new-form,
#buddypress div#invite-list,
#buddypress #send-reply div.message-box,
.rehub-sec-smooth,
.rate-bar-bar,
.rate-bar,
#wcfm-main-contentainer #wcfm-content,
.wcfm_welcomebox_header {
	border-radius: 5px
}

#rhSplashSearch form.search-form input[type="text"],
#rhSplashSearch form.search-form [type="submit"] {
	border-radius: 0 !important
}

.woocommerce .woo-button-area .masked_coupon,
.woocommerce a.woo_loop_btn,
.woocommerce .button.checkout,
.woocommerce input.button.alt,
.woocommerce a.add_to_cart_button:not(.flat-woo-btn),
.woocommerce-page a.add_to_cart_button:not(.flat-woo-btn),
.woocommerce .single_add_to_cart_button,
.woocommerce div.product form.cart .button,
.woocommerce .checkout-button.button,
.priced_block .btn_offer_block,
.priced_block .button,
.rh-deal-compact-btn,
input.mdf_button,
#buddypress input[type="submit"],
#buddypress input[type="button"],
#buddypress input[type="reset"],
#buddypress button.submit,
.wpsm-button.rehub_main_btn,
.wcv-grid a.button,
input.gmw-submit,
#ws-plugin--s2member-profile-submit,
#rtmedia_create_new_album,
input[type="submit"].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme,
#wcfm_membership_container a.wcfm_submit_button,
.woocommerce button.button,
.rehub-main-btn-bg,
.woocommerce #payment #place_order,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	background: none #fa9e19 !important;
	color: #ffffff !important;
	fill: #ffffff !important;
	border: none !important;
	text-decoration: none !important;
	outline: 0;
	box-shadow: -1px 6px 19px rgba(250, 158, 25, 0.2) !important;
	border-radius: 4px !important;
}

.rehub-main-btn-bg>a {
	color: #ffffff !important;
}

.woocommerce a.woo_loop_btn:hover,
.woocommerce .button.checkout:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.add_to_cart_button:not(.flat-woo-btn):hover,
.woocommerce-page a.add_to_cart_button:not(.flat-woo-btn):hover,
.woocommerce a.single_add_to_cart_button:hover,
.woocommerce-page a.single_add_to_cart_button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover,
.woocommerce .checkout-button.button:hover,
.priced_block .btn_offer_block:hover,
.wpsm-button.rehub_main_btn:hover,
#buddypress input[type="submit"]:hover,
#buddypress input[type="button"]:hover,
#buddypress input[type="reset"]:hover,
#buddypress button.submit:hover,
.small_post .btn:hover,
.ap-pro-form-field-wrapper input[type="submit"]:hover,
.wcv-grid a.button:hover,
#ws-plugin--s2member-profile-submit:hover,
.rething_button .btn_more:hover,
#wcfm_membership_container a.wcfm_submit_button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce button.button:hover,
.rehub-main-btn-bg:hover,
.rehub-main-btn-bg:hover>a,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
	background: none #fa9e19 !important;
	color: #ffffff !important;
	border-color: transparent;
	box-shadow: -1px 6px 13px rgba(250, 158, 25, 0.4) !important;
}

.rehub_offer_coupon:hover {
	border: 1px dashed #fa9e19;
}

.rehub_offer_coupon:hover i.far,
.rehub_offer_coupon:hover i.fal,
.rehub_offer_coupon:hover i.fas {
	color: #fa9e19
}

.re_thing_btn .rehub_offer_coupon.not_masked_coupon:hover {
	color: #fa9e19 !important
}

.woocommerce a.woo_loop_btn:active,
.woocommerce .button.checkout:active,
.woocommerce .button.alt:active,
.woocommerce a.add_to_cart_button:not(.flat-woo-btn):active,
.woocommerce-page a.add_to_cart_button:not(.flat-woo-btn):active,
.woocommerce a.single_add_to_cart_button:active,
.woocommerce-page a.single_add_to_cart_button:active,
.woocommerce div.product form.cart .button:active,
.woocommerce-page div.product form.cart .button:active,
.woocommerce .checkout-button.button:active,
.wpsm-button.rehub_main_btn:active,
#buddypress input[type="submit"]:active,
#buddypress input[type="button"]:active,
#buddypress input[type="reset"]:active,
#buddypress button.submit:active,
.ap-pro-form-field-wrapper input[type="submit"]:active,
.wcv-grid a.button:active,
#ws-plugin--s2member-profile-submit:active,
.woocommerce #payment #place_order:active,
input[type="submit"].dokan-btn-theme:active,
a.dokan-btn-theme:active,
.dokan-btn-theme:active,
.woocommerce button.button:active,
.rehub-main-btn-bg:active,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:active {
	background: none #fa9e19 !important;
	box-shadow: 0 1px 0 #999 !important;
	top: 2px;
	color: #ffffff !important;
}

.rehub_btn_color,
.rehub_chimp_flat #mc_embed_signup input#mc-embedded-subscribe {
	background-color: #1982fa;
	border: 1px solid #1982fa;
	color: #ffffff;
	text-shadow: none
}

.rehub_btn_color:hover {
	color: #ffffff;
	background-color: #fa9e19;
	border: 1px solid #fa9e19;
}

.rething_button .btn_more {
	border: 1px solid #fa9e19;
	color: #fa9e19;
}

.rething_button .priced_block.block_btnblock .price_count {
	color: #fa9e19;
	font-weight: normal;
}

.widget_merchant_list .buttons_col {
	background-color: #fa9e19 !important;
}

.widget_merchant_list .buttons_col a {
	color: #ffffff !important;
}

.rehub-svg-btn-fill svg {
	fill: #fa9e19;
}

.rehub-svg-btn-stroke svg {
	stroke: #fa9e19;
}

@media (max-width:767px) {
	#float-panel-woo-area {
		border-top: 1px solid #fa9e19
	}
}

:root {
	--rehub-main-color: #fa9e19;
	--rehub-sec-color: #000000;
	--rehub-main-btn-bg: #fa9e19;
	--rehub-link-color: #fa9e19;
}

body,
body.dark_body {
	background-color: #f2f2f2;
	background-position: left top;
	background-repeat: repeat;
	background-image: none
}

.widget.tabs>ul {
	border: none;
}

.widget.better_menu .bordered_menu_widget,
.sidebar .widget.tabs,
.widget.outer_widget {
	border: none;
	padding: 0;
	background-color: transparent;
	box-shadow: none;
}

.postNavigation .postnavprev {
	background-color: #868686
}

.showmefulln {
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin-top: 15px;
	line-height: 12px;
	font-size: 12px;
	font-weight: normal !important;
	float: right;
}

.showmefulln:after {
	font-family: rhicons;
	content: "\f107";
	margin: 0 3px;
	display: inline-block;
}

.showmefulln.compress:after {
	content: "\f106";
}

.newscom_content_ajax .post_carousel_block,
.newscom_content_ajax .countdown_dashboard,
.newscom_content_ajax .post_slider {
	display: none !important
}

.showmefulln.compress {
	position: static;
}

@media screen and (max-width:767px) {
	.showmefulln {
		position: static;
	}

	.carousel-style-3 .controls.prev {
		left: 10px;
	}

	.carousel-style-3 .controls.next {
		right: 10px;
	}
}

.widget.tabsajax .title:before {
	font-family: rhicons;
	content: "\e90d";
	color: #fa9e19;
	margin-right: 8px;
}

body .sidebar .wpsm_recent_posts_list .item-small-news,
body .elementor-widget-sidebar .wpsm_recent_posts_list .item-small-news {
	border-bottom: 1px solid #E4E4E4;
	padding: 10px 0;
	background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0) 75%);
}
#re_menu_near_logo>ul>li {
	float: left;
	font-size: 16px;
	margin: 0 10px;
	line-height: 34px;
	font-weight: bold;
}

#re_menu_near_logo>ul>li i {
	margin: 0 6px 0 0
}

#re_menu_near_logo>ul>li a {
	color: #111
}
footer#theme_footer.dark_style {
	background: none #222;
}

footer#theme_footer.dark_style div.f_text,
footer#theme_footer.dark_style div.f_text a:not(.rehub-main-color) {
	color: #f1f1f1;
}
.rhpb-d5767577-75b9-434e-b2b1-2a36b669d21d .wpsm_recent_posts_list .col_item {
	border-color: #d5dce1 !important;
	background-color: #fafcfd !important;
	border-radius: 5px !important
}
.offer_grid .sale_tag_inwoolist .sale_letter {
	font-size: 33px;
	line-height: 33px
}

.offer_grid .sale_tag_inwoolist {
	width: 130px
}

.offer_grid figure {
	position: relative;
	text-align: center;
	margin: 0 auto 15px auto;
	overflow: hidden;
	vertical-align: middle;
}

.offer_grid.coupon_grid figure img {
	height: 80px;
}

.offer_grid figure img {
	width: auto;
	display: inline-block;
	transition: all ease-in-out .2s;
}

.offer_grid.col_item {
	border: 1px solid rgba(159, 159, 159, 0.35);
	padding: 12px;
	transition: box-shadow 0.4s ease;
}

.offer_act_enabled.col_item {
	padding-bottom: 53px
}

.offer_grid .price_count {
	font-weight: bold;
	font-size: 17px;
	padding: 0;
}

.offer_grid .price_count del {
	display: block;
	font-size: 13px;
	color: #666;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

.offer_grid .rehub_offer_coupon span {
	font-size: 14px;
	text-transform: none;
}

.offer_grid h3 {
	height: 36px;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal !important
}

.col_wrap_fifth .offer_grid h3 {
	font-size: 14px;
}

.col_wrap_six .offer_grid h3 {
	font-size: 13px;
	line-height: 16px;
	height: 32px;
}

.offer_grid:hover {
	box-shadow: 0 0 20px #ddd;
}

.offer_grid .aff_tag img {
	max-width: 60px;
}

.offer_grid .cat_link_meta a {
	color: #555;
	text-transform: uppercase;
	font-size: 11px
}

.offer_grid .date_ago {
	font-size: 11px
}

.offer_grid {
	background-color: #fff
}

.offer_grid span.cat_link_meta:before {
	display: none;
}

.offer_grid .priced_block .btn_offer_block,
.offer_grid .post_offer_anons {
	display: block;
}

.vendor_for_grid .admin img {
	border-radius: 50%;
	max-width: 22px;
	max-height: 22px
}

.date_for_grid i {
	margin: 0 3px
}

.date_for_grid {
	color: #999;
}

.re_actions_for_grid {
	height: 38px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1px;
	z-index: 2;
}

.re_actions_for_grid .btn_act_for_grid {
	width: 33.33%;
	height: 38px;
	float: left;
	line-height: 38px;
	color: #656d78;
	text-align: center;
	display: block;
	padding: 0;
	position: relative;
	font-size: 14px
}

.re_actions_for_grid.two_col_btn_for_grid .btn_act_for_grid {
	width: 50%
}

.btn_act_for_grid:hover {
	background-color: #f7f7f7
}

.offer_grid_com .btn_act_for_grid .table_cell_thumbs,
.offer_grid_com .btn_act_for_grid:hover .thumbscount {
	display: none;
}

.btn_act_for_grid:hover .table_cell_thumbs {
	display: inline;
}

.btn_act_for_grid .thumbplus,
.btn_act_for_grid .thumbminus {
	margin-bottom: 3px
}

.btn_act_for_grid .thumbscount:before {
	content: "\e86d";
	line-height: 38px;
	display: inline-block;
	margin-right: 8px;
}

.re_actions_for_grid .thumbscount {
	float: none;
	margin: 0;
	line-height: 38px;
	font-size: inherit;
}

.comm_number_for_grid:before {
	content: "\e932";
	margin-right: 5px;
}

.re_actions_for_grid .thumbplus.heartplus {
	font-size: 15px
}

.offer_grid_com .meta_for_grid {
	overflow: hidden;
	line-height: 18px
}

.offer_grid_com .store_for_grid {
	text-align: left;
	line-height: 12px;
}

.offer_grid .info_in_dealgrid {
	margin-bottom: 7px;
}

.offer_grid .not_masked_coupon {
	margin: 10px auto 0 auto;
	font-size: 12px;
	background: #e7f9dd;
	padding: 6px;
	border-color: #42A40D;
	color: #37840D;
	display: block;
}

.no_padding_wrap .offer_grid.col_item {
	border: 1px solid #eee;
	border-top: none;
	border-left: none
}

.no_padding_wrap .eq_grid {
	border: 1px solid #eee;
	border-right: none;
	border-bottom: none;
	padding: 0
}

.offer_grid.mobile_grid .price_count {
	font-size: 20px
}

.offer_grid.mobile_grid .price_count del {
	opacity: 1;
	color: #dd7064;
	display: inline-block;
	margin: 0 3px
}

.offer_grid.mobile_grid .rh_notice_wrap {
	font-size: 75% !important;
	font-weight: normal !important;
	opacity: 0.5;
}

.offer_grid.mobile_grid.offer_grid .cat_link_meta a {
	text-transform: none
}

.mobile_grid .two_col_btn_for_grid {
	margin-top: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 12px 12px 12px
}

.mobile_grid.offer_grid .info_in_dealgrid {
	margin-bottom: 0
}

.mobile_grid.offer_grid h3 {
	height: 54px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media(max-width: 1024px) {

	.offer_grid_com .btn_act_for_grid .table_cell_thumbs,
	.offer_grid_com .btn_act_for_grid:hover .thumbscount {
		display: inline;
	}

	.btn_act_for_grid .thumbscount:before {
		display: none;
	}

	.btn_act_for_grid .table_cell_thumbs .thumbplus {
		margin-right: 8px
	}

	.rtl .btn_act_for_grid .table_cell_thumbs .thumbplus {
		margin-left: 8px;
		margin-right: 0
	}
}

@media(max-width: 767px) {
	.coupon_grid .rh_notice_wrap {
		height: 20px
	}

	.coupon_grid .grid_desc_and_btn {
		text-align: center;
		border-top: 1px dashed #ccc;
		padding-top: 15px;
		text-align: center;
	}
}

@media (max-width: 567px) {
	.mobile_compact_grid.col_item {
		width: 100% !important;
		margin: 0 0 14px 0 !important;
	}

	.mobile_compact_grid figure {
		float: left;
		width: 110px !important;
		margin: 0 15px 8px 0 !important;
	}

	.offer_grid figure img,
	figure.eq_figure img {
		height: 120px;
	}

	.mobile_compact_grid .grid_onsale {
		padding: 1px 5px;
		font-size: 11px
	}

	.mobile_compact_grid .grid_desc_and_btn {
		float: left;
		width: calc(100% - 130px) !important;
		border-top: none !important;
		padding-top: 0 !important;
		text-align: inherit !important;
	}

	.mobile_compact_grid .priced_block {
		margin: 0
	}

	.mobile_compact_grid .priced_block .btn_offer_block {
		display: block;
		margin: 0 0 14px 0
	}

	.mobile_compact_grid.offer_grid h3 {
		height: auto;
		min-height: 1px;
		margin: 0 0 5px 0 !important
	}

	.mobile_compact_grid .rehub_offer_coupon {
		left: 0;
		width: 100%;
		margin: 10px 0;
	}

	.mobile_compact_grid .priced_block .btn_offer_block {
		padding: 10px 12px
	}

	.mobile_compact_grid .meta_for_grid {
		clear: both;
	}

	.mobile_compact_grid .priced_block .btn_offer_block:not(.coupon_btn):before {
		top: 10px
	}

	.rtl .mobile_compact_grid figure {
		float: right;
		margin: 0 0 8px 15px !important;
	}

	.rtl .mobile_compact_grid .grid_desc_and_btn {
		float: right;
	}

	.mobile_grid.mobile_compact_grid.offer_grid h3 {
		font-size: 14px
	}

	.offer_grid.mobile_grid .price_count {
		font-size: 18px
	}

	.offer_grid.mobile_grid.col_item {
		padding: 7px !important
	}

	.offer_grid.mobile_grid .re_actions_for_grid {
		display: none
	}

	.offer_grid.mobile_grid .thumbplus,
	.offer_grid.mobile_grid .thumbminus {
		border: none
	}

	.offer_grid.mobile_grid .thumbminus {
		margin-right: 4px
	}

	.mobile_grid .two_col_btn_for_grid {
		margin-top: 5px;
		position: static;
		padding: 0
	}

	.mobile_grid.mobile_compact_grid figure img {
		height: 100px
	}

}
.footer-bottom.dark_style {
	background-color: #000000;
}

.footer-bottom.dark_style .footer_widget {
	color: #f5f5f5
}

.footer-bottom.dark_style .footer_widget .title,
.footer-bottom.dark_style .footer_widget h2,
.footer-bottom.dark_style .footer_widget a,
.footer-bottom .footer_widget.dark_style ul li a {
	color: #f1f1f1;
}

.footer-bottom.dark_style .footer_widget .widget_categories ul li:before,
.footer-bottom.dark_style .footer_widget .widget_archive ul li:before,
.footer-bottom.dark_style .footer_widget .widget_nav_menu ul li:before {
	color: #fff;
}.jetzkaufen{    background: none #fa9e19 !important;    color: #ffffff !important;    fill: #ffffff !important;    border: none !important;    text-decoration: none !important;    outline: 0;    box-shadow: -1px 6px 19px rgba(250,158,25,0.2) !important;    border-radius: 4px !important;    font-weight: 700;    font-size: 16px;    line-height: 17px;    padding: 0.65em 1.1em;    color: #fff !important;    text-transform: uppercase;    position: relative;    text-align: center;    border: none;    text-decoration: none;    display: inline-block;}