:root {
	--color-light: #fff;
	--color-dark: #000;
	--color-dark-middle: #727272;
	--text-primary: #101828;
	--text-secondary: #344054;
	--text-tertiary: #475467;
	--background-primary: #fff;
	--background-secondary: #f9fafb;
	--background-tertiary: #f2f4f7;
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(41, 112, 255, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--color-accent: #e87070;
}

@media (prefers-color-scheme: dark) {

	:root {
		--color-light: #000;
		--color-dark: #fff;
		--color-dark-middle: #c7c7c7;
	}
}

.gfl_breadcrumbs {
	background-color: var(--color-light);
}

.gfl_breadcrumbs ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1800px;
	margin: 0 auto;
}

.gfl_breadcrumbs ol li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gfl_breadcrumbs ol li + li::before {
	display: inline-block;
	padding-right: 4px;
	padding-left: 4px;
	color: var(--color-dark-middle);
	content: ">";
	vertical-align: top;
}

.gfl_breadcrumbs a {
	color: var(--color-dark-middle);
	text-decoration: none;
	font-weight: 700;
}

.gfl_breadcrumbs li:last-child span {
	color: var(--color-dark-middle);
}

.gfl_breadcrumbs ol li:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gfl_breadcrumbs ol li span {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: calc(100vw / 3);
	display: block;
}

.gfl-footer-wrap {
	background-color: #fff;
	border-top: 1px solid #f5f5f5;
	color: #454749;
	text-align: center;
	padding: 30px 0;
}

.gfl-footer-wrap.hidden {
	display: none;
}

.gfl-footer {
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
	padding: 20px;
}

.gfl-footer-content {
	padding: 0 40px;
}

.gfl-footer-links {
	display: grid;
	grid-template-columns: repeat(4, 25%);
	column-gap: 0;
	row-gap: 40px;
	overflow: hidden;
}

.gfl-footer-links-section:last-of-type {
	padding: 0;
}

.gfl-footer-links-subheading {
	font-weight: 700;
	margin: 0 0 12px;
	color: #242426;
	font-size: 19px;
}

.gfl-footer-link-item {
	display: block;
	text-decoration: none;
	color: #515154;
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 1.6;
	font-weight: 500;
}

.gfl-footer-share-item {
	margin: 0 10px 8px 0;
	width: 37px;
	height: 37px;
	display: inline-block;
	opacity: 0.9;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-radius: 100%;
}

.gfl-footer-links-section a.gfl-footer-share-item:hover {
	opacity: 1;
}

.gfl-footer-share-item svg {
	display: block;
	width: 100%;
	height: auto;
}

.gfl-footer-share-item.tik {
	background-image: url("../png/social_tiktok-2.png");
}

.gfl-footer-share-item.ins {
	background-image: url("../png/social_inst-2.png");
}

.gfl-footer-share-item.fb {
	background-image: url("../svg/social_fb-2.svg");
}

.gfl-footer-share-item.pin {
	background-image: url("../svg/social_pin-2.svg");
}

.gfl-footer-share-item.yt {
	background-image: url("../svg/social_yt-2.svg");
}

.gfl-footer-share-item.tw {
	background-image: url("../svg/social_tw-2.svg");
}

.gfl-footer-share-item.an {
	background-image: url("../svg/social_apple-2.svg");
}

.gfl-footer-share-item.rss {
	background-image: url("../svg/social_rss-2.svg");
}

.gfl-footer-share-item.med {
	background-image: url("../svg/social_medium-2.svg");
}

.gfl-footer-share-item.li {
	background-image: url("../svg/social_li-2.svg");
}

#gfl-footer-top-wrap {
	color: inherit;
	font-style: normal;
	margin: 0 auto;
	padding: 30px 0 0;
}

.footer-widget-title {
	display: block;
	color: #242426;
	font-weight: 700;
	margin: 0 auto;
	text-align: left;
	font-size: 19px;
}

#gfl-footer-top-wrap ul {
	display: block;
	margin: 15px auto;
	text-align: left;
	vertical-align: top;
}

.gfl-footer-featured {
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: auto 98%;
	display: inline-block;
	height: 20px;
	margin: 5px 27px 5px 0;
	padding: 0;
	vertical-align: top;
}

.gfl-footer-featured:last-of-type {
	margin-right: 0;
}

.gfl-footer-featured a {
	display: block;
	height: 100%;
}

#gfl-footer-featured-1 {
	background-image: url("../png/1-3.png");
	width: 131px;
	height: 27px;
}

#gfl-footer-featured-2 {
	background-image: url("../png/2-2.png");
	width: 64px;
}

#gfl-footer-featured-3 {
	background-image: url("../png/3new-2.png");
	background-position: 0 0;
	width: 78px;
}

#gfl-footer-featured-4 {
	background-image: url("../png/4-2.png");
	background-position: 0 0;
	width: 55px;
	display: inline-block;
}

#gfl-footer-featured-5 {
	background-image: url("../png/huffp-2.png");
	background-position: 0 0;
	width: 159px;
	display: inline-block;
	margin-right: 0;
	margin-left: 20px;
}

#gfl-footer-featured-6 {
	background-image: url("../png/inc-2.png");
	background-position: 0 0;
	width: 56px;
	display: inline-block;
	margin-right: 0;
	margin-left: 20px;
	height: 21px !important;
}

.gfl-footer-legend {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 20px 0;
	margin: 30px auto 0;
}

.gfl-footer-legend-logo {
	display: inline-block;
	width: 138px;
	height: 31px;
	background-image: url("../svg/logo_gf_txt_color_gray_fill-2.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: contain;
	margin: 0 15px 0 0;
}

.gfl-footer-legend-links {
	display: inline-block;
	margin: 7px 0 0;
	line-height: 1.1;
	font-size: 16px;
	color: #515154;
	font-weight: 700;
}

.gfl-footer-featured span {
	display: none;
}

.gfl-footer-links-section.social.mobile {
	display: none;
}

.gfl-ll-bimg {
	background-image: none !important;
}

.gfl-footer-social {
	margin: 30px auto 0;
}

.gfl-footer-apps {
	float: right;
}

.gfl-footer-app {
	display: inline-block;
	width: 120px;
	height: 37px;
	margin-left: 10px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

.gfl-footer-app.appstore {
	background-image: url("../png/appstore-2.png");
}

.gfl-footer-app.playstore {
	background-image: url("../png/googleplay-2.png");
}

.gfl-footer-legend-rights {
	margin: 20px auto 0;
}

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

	.gfl-footer-links {
		grid-template-columns: repeat(3, 33.33333%);
	}
}

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

	.gfl-footer-apps {
		float: none;
		margin: 5px auto 10px;
	}

	.gfl-footer-app {
		margin-left: 0;
		margin-right: 10px;
	}
}

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

	#gfl-footer-top-wrap ul {
		text-align: left;
		margin-bottom: 0;
	}

	.gfl-footer-featured {
		margin: 7px 13px 0 !important;
	}

	#gfl-footer-featured-3 {
		margin-left: 0 !important;
	}

	#gfl-footer-featured-6 {
		display: none;
	}
}

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

	.gfl-footer-apps {
		margin: -15px auto 20px;
	}

	.gfl-footer-links {
		display: block;
	}

	.gfl-footer-links-section {
		float: none;
		width: auto;
		margin: 0 auto 30px;
		background-image: url("../png/footer_arrow-2.png");
		background-position: calc(100% - 4px) 8px;
		background-repeat: no-repeat;
		background-size: 13px auto;
		transition: 1s all;
		display: block;
		min-width: 0;
	}

	.gfl-footer-link-item {
		display: none;
		line-height: 1.6;
	}

	.opened .gfl-footer-link-item {
		display: block;
	}

	.opened .gfl-footer-link-item.gfl-footer-share-item {
		display: inline-block;
	}

	.gfl-footer-links-section.social {
		float: none;
		width: auto;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		padding: 20px 0;
		margin: 40px 0 0;
	}

	.footer-widget-title {
		width: auto;
		margin: 0 auto 30px;
		background-image: url("../png/footer_arrow-2.png");
		background-position: calc(100% - 4px) 8px;
		background-repeat: no-repeat;
		background-size: 13px auto;
		transition: 1s all;
		border: 0 none;
		padding: 0;
	}

	.gfl-footer-legend-links {
		width: auto;
		margin: 9px 0 0;
	}

	.gfl-footer-legend {
		border: 0 none;
		text-align: left;
		padding: 5px 0;
		margin-top: 0;
	}

	.gfl-footer-legend-logo {
		width: 20px;
		background-size: auto 100%;
		margin: 1px 10px -1px 0;
		display: none;
	}

	#gfl-footer-top-wrap ul {
		text-align: left;
		margin: -20px auto 20px;
		display: none;
	}

	.gfl-footer-featured {
		background: none !important;
		width: auto !important;
		height: auto !important;
		display: block !important;
		margin: 0 0 10px !important;
	}

	.gfl-footer-featured a {
		text-decoration: none;
		color: #323338;
	}

	.gfl-footer-featured span {
		display: block;
	}

	#gfl-footer-top-wrap {
		padding: 0;
	}

	.gfl-footer-links-section.social.desktop {
		display: none;
	}

	.gfl-footer-links-section.social.mobile {
		display: block;
	}

	.gfl-footer-social {
		margin: 0 auto 30px;
	}

	#gfl-footer-featured-6 {
		display: block;
	}
}

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

	.gfl-footer-share-item.tw,
	.gfl-footer-share-item.rss,
	.gfl-footer-share-item.med,
	.gfl-footer-share-item.tik {
		display: none !important;
	}
}

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

	.gfl-footer-content {
		padding: 0;
	}

	.gfl-footer-legend {
		margin: 0 auto;
	}

	.gfl-footer-legend-logo {
		display: none;
		margin: 1px 10px -1px 0;
	}

	.gfl-footer-legend-links {
		display: block;
		padding: 0;
		margin: 10px 0 0;
		line-height: 1.5;
		max-width: 277px;
		font-size: 16px;
	}

	.gfl-footer-share-item {
		margin-bottom: 0;
	}

	.gfl-footer-apps {
		margin: -10px auto 20px;
	}
}

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

	.gfl-footer-share-item {
		width: 30px;
		height: 30px;
	}
}

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

	.gfl-footer-share-item.rss {
		display: none;
	}

	.gfl-footer-legend {
		padding: 0;
	}

	.gfl-footer-links-subheading {
		font-size: 16px;
	}

	.gfl-footer-link-item {
		font-size: 16px;
	}

	.footer-widget-title {
		font-size: 16px;
	}

	.gfl-footer-legend-links {
		font-size: 16px;
	}
}

/* END RESET STYLESHEET */

/* Hamburgers */
.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 15px;
	cursor: pointer;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
	opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
	background-color: #000;
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	position: absolute;
	width: 40px;
	height: 4px;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 4px;
	background-color: #000;
}

.hamburger-inner::after,
.hamburger-inner::before {
	display: block;
	content: "";
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition-duration: 75ms;
	-o-transition-duration: 75ms;
	transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner::before {
	-webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
	-o-transition: top 75ms ease 0.12s, opacity 75ms ease;
	transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner::after {
	-webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	-webkit-transition-delay: 0.12s;
	-o-transition-delay: 0.12s;
	transition-delay: 0.12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
	-o-transition: top 75ms ease, opacity 75ms ease 0.12s;
	transition: top 75ms ease, opacity 75ms ease 0.12s;
	opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	-o-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* Desktop Menu */
body:not(.gfl-without-header) {
	padding-top: 90px;
	position: relative;
}

#gfl-header {
	height: auto;
	z-index: 99998;
}

.gfl-nav-next {
	position: absolute;
	z-index: 999999;
	top: 0;
	left: 0;
	right: 0;
}

.gfl-nav-next.scrolling {
	position: fixed;
}

.gfl-nav-next-wrap {
	padding: 20px 20px;
	background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
	letter-spacing: 0.2px;
}

.gfl-nav-menu-top {
	display: inline-block;
	width: 100%;
}

.nav-menu-top-section.left {
	float: left;
	margin-right: 13px;
}

.nav-menu-top-section.right {
	float: right;
	margin-left: 4px;
}

.nav-menu-top-section.nav-top-search {
	overflow: hidden;
}

.nav-menu-top-section.nav-top-search form {
	position: relative;
}

.nav-top-logo {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url("../svg/logo_svg-2.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 50%;
	vertical-align: top;
	position: relative;
	border-radius: 100%;
	background-color: #e87070;
}

.not-touch .nav-top-logo:hover {
	-webkit-box-shadow: 0 0 0 4px rgba(228, 115, 112, 0.3);
	box-shadow: 0 0 0 4px rgba(228, 115, 112, 0.3);
}

.nav-top-main {
	display: inline-block;
	margin: 0;
}

input.mtext[placeholder] {
	color: #8f9196;
	opacity: 1;
}

input.mtext::-webkit-input-placeholder {
	color: #8f9196;
	opacity: 1;
}

input.mtext:-moz-placeholder {

	/* Firefox 18- */
	color: #8f9196;
	opacity: 1;
}

input.mtext::-moz-placeholder {

	/* Firefox 19+ */
	color: #8f9196;
	opacity: 1;
}

input.mtext:-ms-input-placeholder {
	color: #8f9196;
	opacity: 1;
}

input.mtext:focus {
	border: 2px solid #3676ef;
}

input.mtext {
	background-color: var(--background-tertiary);
	color: #333437 !important;
	font-size: 16px;
	height: 50px;
	margin: 0;
	padding: 0 20px 0 50px;
	border-radius: 100px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	line-height: 50px;
	font-weight: 500;
	width: 100% !important;
	border: 2px solid transparent;
}

input.mbutton {
	position: absolute;
	left: 17px;
	top: 14px;
	background-color: transparent;
	border: 0 none;
	-webkit-appearance: none;
	background-image: url("../svg/search-2.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: contain;
	width: 22px;
	height: 22px;
	opacity: 0.6;
}

.nav-top-trending {
	float: none;
	clear: both;
	white-space: nowrap;
	overflow: hidden;
	height: 52px;
}

.nav-top-trending .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.nav-top-other {
	text-align: right;
}

.searchbar-sort {
	min-width: 0;
}

.nav-top-item {
	display: inline-block;
	margin: 0 0 0 8px;
	position: relative;
}

.nav-top-trigger {
	width: 50px;
	height: 50px;
	margin: 0;
	background-size: auto 22px;
	border-radius: 100%;
	cursor: pointer;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: var(--background-tertiary);
}

.not-touch .nav-top-trigger:hover {
	-webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
}

.user.nav-top-item .nav-top-trigger {
	background-size: cover;
}

.nav-top-trigger svg {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 25px;
}

.actions .nav-top-trigger svg {
	width: 20px;
	margin-left: 1px;
	margin-top: 1px;
}

.nav-top-item.user.guest a {
	background: #ee4c69;

	/* Old browsers */
	background: -o-linear-gradient(315deg, #ee4c69 0%, #d26342 100%);
	background: linear-gradient(135deg, #ee4c69 0%, #d26342 100%);
	color: #fff;
	height: 50px;
	display: block;
	width: 120px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	border-radius: 100px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.2px;
}

.nav-top-item.user.guest.login a {
	background-color: var(--background-tertiary);
	color: #5c5c60;
}

.nav-top-popup {
	display: none;
	position: fixed;
	right: 0;
	background-color: #fff;
	border-radius: 11px;
	color: #393c3d;
	text-align: left;
	white-space: nowrap;
	z-index: 999999;
	margin-top: 10px;
	-webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
	padding: 10px 20px;
}

.nav-top-popup a {
	text-decoration: none;
	display: block;
	color: #282829;
	margin: 0 auto;
	font-weight: 600;
	font-size: 18px;
}

.nav-top-popup a.beta-toggle {
	position: relative;
	padding-right: 50px;
}

.nav-top-popup a.beta-toggle::before {
	content: "";
	position: absolute;
	right: 21px;
	top: 8px;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border-radius: 100px;
	z-index: 2;
}

.nav-top-popup a.beta-toggle::after {
	content: "";
	background-color: #606167;
	position: absolute;
	right: 0;
	top: 7px;
	height: 20px;
	width: 40px;
	border-radius: 100px;
	z-index: 1;
}

.nav-top-popup a.beta-toggle.enabled::before {
	right: 1px;
}

.nav-top-popup a.beta-toggle.enabled::after {
	background-color: #3b78ff;
}

.nav-left-item {
	min-width: 50px;
	padding: 0 26px 0 50px;
	height: 50px;
	display: inline-block;
	border-radius: 100px;
	margin: 0 0 0 8px;
	position: relative;
	vertical-align: top;
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: var(--background-tertiary);
	-webkit-transition: 0.5s background-color;
	-o-transition: 0.5s background-color;
	transition: 0.5s background-color;
	text-decoration: none;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.nav-left-item:last-of-type {
	margin-bottom: 0;
}

.not-touch .nav-left-item:hover {
	-webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}

.nav-left-item-tooltip {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	background-color: #fff;
	border-radius: 11px;
	color: #393c3d;
	text-align: left;
	z-index: 99999;
	margin-top: 10px;
	-webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
	padding: 15px 20px;
	width: 232px;
	font-size: 16px;
	line-height: 1.4;
}

.nav-left-item-tooltip strong {
	display: block;
	margin: 0 auto 5px;
	font-weight: 700;
	font-size: 18px;
}

.nav-top-item .nav-left-item-tooltip {
	left: auto;
	top: 55px;
	right: 0;
	padding: 15px;
	width: auto;
}

.not-touch .nav-left-item:hover .nav-left-item-tooltip,
.not-touch .nav-top-trigger:hover .nav-left-item-tooltip {
	display: block;
}

.nav-left-item svg {
	position: absolute;
	left: 23px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 24px;
}

.categories.nav-left-item svg {
	width: 25px;
	height: 25px;
	left: 22px;
}

.trending.nav-left-item svg {
	width: 26px;
	height: 26px;
	left: 23px;
}

.watch.nav-left-item svg {
	width: 21px;
	height: 21px;
	left: 24px;
}

.staffpicks.nav-left-item svg {
	width: 24px;
	height: 24px;
	left: 23px;
	top: 48%;
}

.nav-left-item .nav-left-item-title {
	white-space: nowrap;
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
	font-weight: 700;
	color: #353539;
}

#gfl-homesort-toggle {
	width: 260px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sort-toggle {
	background-color: transparent;
	border: 1px solid rgba(156, 165, 178, 0.47);
	border-radius: 11px;
	cursor: pointer;
	font-weight: 600;
	padding: 10px;
	background-image: url("../png/arrow-dark-2.png");
	background-position: 96% 50%;
	background-repeat: no-repeat;
	background-size: auto 5px;
	margin-bottom: 10px;
	font-size: 16px;
}

.sort-toggle.opened {
	border-bottom: 0 none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.sort-container {
	background-color: transparent;
	border: 1px solid rgba(156, 165, 178, 0.47);
	border-radius: 0 0 11px 11px;
	display: none;
	text-align: left;
	padding: 10px;
	border-top: 0;
	margin-bottom: 10px;
	margin-top: -26px;
	font-size: 16px;
}

#gfl-homesort > input[type="submit"] {
	background-color: #2286fc;
	border: 1px solid #2286fc;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.2px;
	margin-top: 10px;
	padding: 10px 0;
	width: 100%;
	cursor: pointer;
	-webkit-appearance: none;
}

.not-touch #gfl-homesort > input[type="submit"]:hover {
	opacity: 0.8;
}

.nav-top-popup #gfl-homesort-currency-container a {
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
	color: #25c6fe !important;
	font-size: 16px;
}

.gfl-submenu-column {
	display: inline-block;
	vertical-align: top;
	margin: 20px 20px;
}

.gfl-submenu-column-heading {
	font-size: 20px;
	font-weight: 700;
	padding: 7px 10px;
	color: #101011;
}

.nav-top-popup .gfl-submenu-column a {
	font-weight: 500;
	font-size: 16px;
}

.user-menu-section {
	border-bottom: 1px solid #bcbec5;
	padding: 10px 0;
	margin: 0 10px;
}

.user-menu-section:empty {
	display: none;
}

.user-menu-section:last-of-type {
	border-bottom: 0 none;
}

.user-menu-section > a,
.user-menu-section > .with-icon,
.gfl-submenu-column a {
	padding: 7px 10px;
}

.not-touch .user-menu-section > a:hover,
.not-touch .user-menu-section > .with-icon:hover,
.gfl-submenu-column a:hover {
	background-color: rgba(193, 193, 193, 0.15);
	color: #1c1c1f;
	border-radius: 5px;
}

.mod-user.nav-top-popup a {
	font-size: 16px;
}

.mod-user.nav-top-popup .with-icon a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
}

.with-icon svg {
	display: inline-block;
	vertical-align: top;
	margin: -1px 2px 0 0;
	width: 20px;
}

.feed.with-icon svg {
	margin-top: 1px;
	height: 19px;
}

/* Updates Widget */
.gfl-widget-updates-wrap {
	white-space: normal;
}

#gfl-menu-mobile.scrolling {
	position: fixed;
	left: 0;
	right: 0;
	top: -120px;
}

#gfl-menu-mobile.scroll-up {
	position: fixed;
	left: 0;
	right: 0;
	-webkit-transition: 0.5s top;
	-o-transition: 0.5s top;
	transition: 0.5s top;
	top: 0;
}

#gfl-menu-mobile.opened {
	bottom: 0;
	overflow: scroll;
	top: 0 !important;
	position: fixed;
	left: 0;
	right: 0;
}

/* Pages */
.page-nav-items {
	display: inline-block;
	margin: 10px 0 0;
}

.page-nav-items li {
	list-style: none;
	display: inline-block;
	margin: 0 0 0 15px;
}

.page-nav-items li a {
	text-decoration: none;
	color: #4b4c54;
	font-size: 15px;
	font-weight: 700;
}

.select-lang {
	display: inline-block;
	padding: 7px 0 7px;
	margin: -9px 0 0 30px;
	font-size: 17px;
	position: relative;
	line-height: 1;
	cursor: pointer;
}

span.selected {
	padding: 0 14px 0 0;
	display: block;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 50%;
	position: relative;
}

span.selected::after {
	content: "";
	background-image: url(../png/footer_arrow-2.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 10px auto;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 14px;
	margin-top: 1px;
}

/*
 * Mobile Menu
 */
#gfl-menu-mobile {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 12px 18px;
	z-index: 999999;
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#gfl-menu-mobile-container {
	position: relative;
	text-align: left;
}

#gfl-menu-mobile-toggle {
	position: relative;
	width: 45px;
	height: 45px;
	cursor: pointer;
	background-image: url(../png/gflheader_mobile_ph-2.png);
	background-repeat: no-repeat;
	background-size: auto 32px;
	background-position: 50% 50%;
	display: inline-block;
}

#gfl-menu-mobile-logo {
	background-image: url(../svg/gf__gf_txt_color_242426_fill-2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 50%;
	height: 42px;
	width: 190px;
	position: relative;
	display: inline-block;
	margin-top: 0;
	margin-right: 5px;
}

#gfl-menu-mobile-logo > a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.gfl-menu-mobile-toggle.hamburger {
	margin: 0;
	padding: 0;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	position: absolute;
	background-color: var(--background-tertiary);
	text-align: center;
	right: 52px;
	top: 0;
}

.guest .gfl-menu-mobile-toggle.hamburger {
	right: 98px;
}

.hamburger-box {
	width: 17px;
	margin: 10px auto 0;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	width: 16px;
	height: 2px;
	background-color: #353539;
	border-radius: 100px;
}

.hamburger-inner::before {
	top: -6px;
}

.hamburger-inner::after {
	bottom: -6px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
	background-color: #464646;
}

.gfl-menu-mobile-user {
	position: absolute;
	right: 0;
	top: 0;
}

.gfl-menu-mobile-user-icon {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	margin-top: 0;
	border-radius: 100%;
}

.gfl-menu-mobile-user-menu {
	display: none;
	position: absolute;
	background-color: #fff;
	right: 0;
	width: auto;
	white-space: nowrap;
	margin-top: 6px;
	font-weight: 500;
	font-size: 17px;
	border-radius: 11px;
	color: #393c3d;
	text-align: left;
	z-index: 999999;
	-webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
	padding: 0 15px;
}

.gfl-menu-mobile-user-menu a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 16px;
	font-weight: 700;
}

.gfl-menu-mobile-user-menu .with-icon a {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

a.gfl-menu-mobile-guest-toggle {
	text-decoration: none;
	color: #fff;
	background: #f77c7c;
	height: 42px;
	width: 89px;
	border-radius: 100px;
	font-size: 15px;
	font-weight: 700;
	display: block;
	line-height: 42px;
	text-align: center;
}

#gfl-menu-mobile-contents {
	padding: 22px 0;
	display: none;
	font-size: 20px;
	font-weight: 700;
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.gfl-mobile-menu-section {
	margin: 0 auto 20px;
	padding: 0 0 10px;
	color: #242426;
}

.gfl-mobile-menu-section.forum .gfl-mobile-menu-section-heading {
	margin-bottom: 0;
}

.gfl-mobile-menu-section.forum a {
	color: #242426;
	text-decoration: none;
}

.gfl-mobile-menu-section.user a {
	text-decoration: none;
	color: inherit;
}

.gfl-mobile-menu-section-heading {
	font-weight: 900;
	font-size: 22px;
	margin: 0 auto 10px;
}

.gfl-mobile-menu-section-heading.expandable::after {
	content: "";
	background-image: url("../svg/mobile_menu_arrow_down-2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 28px;
	height: 28px;
	float: right;
}

.expanded .gfl-mobile-menu-section-heading {
	margin-bottom: 20px;
}

.expanded .gfl-mobile-menu-section-heading.expandable::after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.gfl-mobile-menu-section-item {
	display: none;
	border-left: 1px solid;
	padding: 3px 0 3px 15px;
	margin-left: 10px;
}

.gfl-mobile-menu-section-item.disabled {
	opacity: 0.4;
}

.gfl-mobile-menu-section-item.disabled a::after {
	content: "(coming soon)";
	margin: 0 0 0 5px;
	font-size: 16px;
	font-weight: 400;
}

.expanded .gfl-mobile-menu-section-item {
	display: block;
}

.gfl-mobile-menu-section-item a {
	text-decoration: none;
	color: inherit;
	font-size: 18px;
	margin: 0 auto 10px;
	display: block;
}

.gfl-mobile-menu-section-subitems {
	padding: 5px 0 5px 15px;
}

.gfl-mobile-menu-section-item.sub a {
	font-size: 17px;
}

.gfl-mobile-menu-section-item-sep {
	height: 1px;
	background-color: #ddd;
	margin: 12px 0 10px 0;
	width: 95px;
}

#gfl-menu-mobile-contents .gfl-mobilemenu-share > a {
	display: inline-block;
	width: 26px;
	height: 26px;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 10px 0 0;
	padding: 0;
}

#gfl-menu-mobile-contents .gfl-mobilemenu-share > a.fb {
	background-image: url(../png/gfl_mobileshare_fb-2.png);
}

#gfl-menu-mobile-contents .gfl-mobilemenu-share > a.tw {
	background-image: url(../png/gfl_mobileshare_tw-2.png);
}

#gfl-menu-mobile-contents .gfl-mobilemenu-share > a.ins {
	background-image: url(../png/gfl_mobileshare_ins-2.png);
}

#gfl-menu-mobile-contents .gfl-mobilemenu-share > a.rss {
	background-image: url(../png/gfl_mobileshare_rss-2.png);
}

.searchbar-mobile {
	width: auto;
	display: block;
	padding: 0;
	z-index: 999;
	margin: 0 auto 20px;
}

.guest .searchbar-mobile {
	right: 100px;
}

input.mobtext {
	padding: 8px 17px 8px 45px;
	border-radius: 4px;
	margin-top: 0;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #525252 !important;
	-webkit-appearance: none;
	background-color: #f7f7f7;
	border: 2px solid transparent;
	background-image: url(../svg/search-2.svg);
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 14px 50%;
	height: 42px;
	line-height: 42px;
}

input.mobtext::-webkit-input-placeholder {

	/* Edge */
	color: #525252;
}

input.mobtext:-ms-input-placeholder {

	/* Internet Explorer 10-11 */
	color: #525252;
}

input.mobtext::-moz-placeholder {
	color: #525252;
}

input.mobtext::-ms-input-placeholder {
	color: #525252;
}

input.mobtext::placeholder {
	color: #525252;
}

input.mobtext:focus {
	border: 2px solid #549df3;
}

.searchbar-mobile form svg {
	position: absolute;
	left: 14px;
	top: 9px;
}

input.mobbutton {
	position: absolute;
	z-index: -1;
	left: 8px;
	background-color: transparent;
	top: 8px;
	width: 32px;
	height: 26px;
	border: 0 none;
	-webkit-appearance: none;
}

.gfl-menu-mobile-sep {
	height: 1px;
	background-color: #f1f1f1;
	margin: 10px -18px 0;
}

.nav-top-popup .gfl-submenu-column a.show-ipad {
	display: none;
}

.not-touch .nav-left-item:hover .nav-left-item-tooltip,
.not-touch .nav-top-trigger:hover .nav-left-item-tooltip {
	-webkit-animation: tooltipfade 0.3s ease-out 0s 1 alternate;
	animation: tooltipfade 0.3s ease-out 0s 1 alternate;
}

@-webkit-keyframes tooltipfade {

	0% {
		opacity: 20%;
	}

	100% {
		opacity: 100%;
	}
}

@keyframes tooltipfade {

	0% {
		opacity: 20%;
	}

	100% {
		opacity: 100%;
	}
}

/* Touch Only */
.is-touch #gfl-header {
	position: static;
}

.is-touch .gfl-nav-next {
	position: absolute;
}

.is-touch .scrolling.scroll-up.gfl-nav-next {
	position: fixed;
}

.is-touch .scrolling.scroll-up.gfl-nav-next .gfl-nav-next-wrap {
	opacity: 1 !important;
}

.nav-left-item svg path,
.nav-top-trigger svg path {
	fill: #353539;
}

.gfl-ad-portrait {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 396px;
	display: block;
	border-radius: 4px;
	border: 0 none !important;
}

.gfl-ad-landscape {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 188px;
	display: block;
	border-radius: 4px;
	border: 0 none !important;
}

.gfl-more-sub-main-nav {
	display: none;
}

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

	.nav-top-logo {
		width: 45px;
		height: 45px;
	}

	.nav-left-item {
		height: 45px;
	}

	input.mtext {
		height: 45px;
		line-height: 45px;
	}

	input.mbutton {
		top: 12px;
	}

	.nav-top-trigger {
		width: 45px;
		height: 45px;
	}

	.nav-top-item.user.guest a {
		height: 45px;
		line-height: 46px;
	}
}

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

	.nav-left-item {
		min-width: 30px;
		height: 40px;
		padding: 0 20px 0 40px;
	}

	.nav-top-trigger {
		width: 40px;
		height: 40px;
	}

	.nav-top-trigger svg {
		width: 20px;
	}

	input.mtext {
		height: 40px;
		line-height: 40px;
	}

	input.mbutton {
		top: 9px;
	}

	.closed input.mtext {
		padding-left: 45px !important;
	}

	.nav-left-item svg {
		left: 15px;
		width: 20px;
		height: auto;
	}

	.categories.nav-left-item svg {
		width: 20px;
		height: 20px;
		left: 15px;
	}

	.staffpicks.nav-left-item svg {
		width: 20px;
		height: 20px;
		left: 15px;
		top: 48%;
	}

	.watch.nav-left-item svg {
		width: 19px;
		height: 19px;
		left: 15px;
	}

	.trending.nav-left-item svg {
		width: 20px;
		height: 20px;
		left: 15px;
	}

	.nav-top-logo {
		width: 40px;
		height: 40px;
	}

	.search-category {
		padding: 8px 28px 8px 18px;
	}

	.search-category span {
		top: 10px;
	}
}

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

	.nav-menu-top-section.left {
		width: 95px;
	}

	.nav-top-main {
		display: none;
	}

	.nav-top-item.browse {
		position: absolute;
		left: 65px;
	}

	.nav-top-popup.mod-browse {
		left: 20px !important;
		right: auto !important;
		max-width: 100%;
	}

	.gfl-more-sub-main-nav {
		display: block;
		padding: 20px 0 25px 0;
		border-bottom: 2px solid #e9e9e9;
		max-width: 695px;
		margin: 0 auto;
	}

	.gfl-more-sub-main-nav .nav-left-item {
		display: inline-block;
		background-color: #f6f6f6 !important;
		padding: 0 18px 0 40px;
		font-size: 16px;
		margin: 0 8px 0 0;
	}

	.gfl-more-sub-main-nav .nav-left-item svg {
		left: 15px;
		width: 18px;
	}

	.gfl-more-sub-main-nav .staffpicks.nav-left-item svg {
		width: 20px;
		height: 20px;
	}

	.gfl-more-sub-main-nav .watch.nav-left-item svg {
		width: 19px;
		height: 19px;
	}

	.gfl-more-sub-main-nav .trending.nav-left-item svg {
		width: 22px;
		height: 22px;
	}
}

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

	.nav-top-popup.menu-popup.mod-browse {
		left: 50% !important;
		right: auto !important;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.gfl-more-sub-main-nav {
		max-width: 670px;
	}

	.gfl-more-sub-main-nav .nav-left-item {
		margin: 0 3px 0 0;
	}

	.browse .nav-top-popup {
		right: 20px;
		position: fixed;
		left: 20px;
		padding: 0;
	}

	.gfl-submenu-column {
		margin: 20px 15px;
	}

	.hide-ipad {
		display: none;
	}

	.nav-top-popup .gfl-submenu-column a.show-ipad {
		display: block;
	}
}

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

	.nav-top-popup.menu-popup.mod-browse {
		padding: 10px 15px;
	}

	.nav-top-item.login {
		display: none;
	}

	.select-lang {
		margin-left: 15px;
	}
}

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

	.gfl-nav-next {
		display: none;
	}

	#gfl-menu-mobile {
		display: block;
	}

	body:not(.gfl-without-header) {
		padding-top: 0;
	}

	#gfl-header {
		min-height: 72px;
	}
}

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

	#gfl-menu-mobile-logo {
		width: 170px;
	}
}

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

	.gfl-menu-mobile-user-menu {
		font-size: 15px;
	}

	#gfl-menu-mobile-logo {
		width: 140px;
		height: 36px;
	}

	a.gfl-menu-mobile-guest-toggle {
		font-size: 14px;
		width: 74px;
	}

	.gfl-menu-mobile-toggle.hamburger {
		width: 36px;
		height: 36px;
		right: 45px;
	}

	.guest .gfl-menu-mobile-toggle.hamburger {
		right: 82px;
	}

	.hamburger-box {
		margin-top: 7px;
		width: 16px;
	}

	input.mobtext {
		padding: 0 17px 0 35px;
		font-size: 16px;
		height: 36px;
		line-height: 36px;
		background-size: 18px auto;
		background-position: 10px 50%;
	}

	.searchbar-mobile {
		left: 90px;
		right: 45px;
	}

	a.gfl-menu-mobile-guest-toggle {
		height: 36px;
		line-height: 36px;
	}

	.gfl-menu-mobile-user-icon {
		width: 36px;
		height: 36px;
	}

	#gfl-header {
		min-height: 116px;
	}
}

:focus {
	outline: 0;
}

body {
	line-height: 1.3;
	color: black;
	-moz-text-size-adjust: none !important;
	-ms-text-size-adjust: none !important;
	text-size-adjust: none !important;
	-webkit-text-size-adjust: none !important;
}

body * {
	font-family: "Helvetica Neue", Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, Noto Sans, Ubuntu, Roboto, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

div {
	vertical-align: top;
}

ol,
ul {
	list-style: none;
}

ol {
	line-height: 2.2;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
	font-style: italic;
	border-left: 7px solid #d5d5d5;
	color: #686c68;
	line-height: 1.5;
	padding-left: 1em;
	margin-bottom: 1em;
}

a {
	color: grey;
}

.gfl-content-wrap.single {
	background-color: #fff;
	padding-bottom: 1px;
}

.swiper-pagination-fp.swiper-pagination-bullets {
	width: auto;
	position: relative;
	left: auto;
	right: auto;
	display: block;
	bottom: auto;
	text-align: left;
	margin: 20px 0 0;
}

.swiper-container-fp .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 100px;
	opacity: 1;
	margin-right: 8px;
}

.swiper-container-fp .swiper-pagination-bullet-active {
	background-color: #fff;
}

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

	.swiper-pagination-fp.swiper-pagination-bullets {
		margin: 20px 0 0;
	}

	.swiper-container-fp .swiper-pagination-bullet {

		/*margin-right: 6px;*/
	}
}

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

	.swiper-container-fp .swiper-pagination-bullet {
		margin-right: 4px;
		width: 5px;
		height: 5px;
	}
}

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

	/* iphone 6s plus landscape */
	html {
		-webkit-text-size-adjust: 100%;
	}

	.mtext {
		width: 500px;
		-webkit-appearance: none;
	}
}

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

	.page-numbers {
		font-size: 16px;
		margin: 0 7px 7px;
		padding: 1px 5px;
	}

	.page-numbers > li {
		margin-bottom: 20px;
	}

	.mtext {
		width: 50%;
		-webkit-appearance: none;
		font-size: 16px;
	}
}

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

	.swiper-container {
		margin: 0 !important;
	}
}

p.slider {
	font-size: 17px;
	margin-top: -25px;
	margin-bottom: 35px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	text-shadow: 0 1px 15px rgba(0, 0, 0, 0.6) !important;
	letter-spacing: 0.015999em;
	color: #f9f9f9;
}

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

	p.slider {
		font-size: 15px !important;
		margin-bottom: 33px !important;
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
}

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

	p.slider {
		margin-top: -27px !important;
	}
}

@media (min-width: 1680px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1344px;
	}
}

/* GENERAL HTML STYLESHEET START */
body {
	line-height: 1.3;
	font-family: "Open Sans", sans-serif;
}

div {
	vertical-align: top;
}

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

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	margin: 12px 0;
}

h5 {
	font-size: 20px;
	margin: 9px 0;
	font-weight: bold;
}

a {
	color: grey;
}

textarea:focus,
input:focus,
select:focus,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner {
	outline: 0;
}

.mtext {
	background-color: #fff;
	border: 1px solid rgba(248, 247, 255, 0.56);
	border-radius: 3px;
	color: #999;
	font-size: 14px;
	height: 16px;
	margin-right: -5px;
	padding: 8px 12px;
	vertical-align: top;
	width: 600px;
	font-weight: 400;
	font-family: "Inter", sans-serif;
}

.mtext[placeholder] {
	color: #999;
	font-family: "Inter", sans-serif;
}

.mtext::-webkit-input-placeholder {
	color: #999;
	font-family: "Inter", sans-serif;
}

.mtext:-moz-placeholder {

	/* Firefox 18- */
	color: #999;
	font-family: "Inter", sans-serif;
}

.mtext::-moz-placeholder {

	/* Firefox 19+ */
	color: #999;
	font-family: "Inter", sans-serif;
}

.mtext:-ms-input-placeholder {
	color: #999;
	font-family: "Inter", sans-serif;
}

.mbutton {
	background-color: #ddd;
	background-position: 19px -170px;
	background-repeat: no-repeat;
	border: 0 none;
	color: #fff;
	height: 34px;
	line-height: 1.4;
	padding: 0 10px;
	vertical-align: top;
	width: 110px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 0 2px 2px 0;
	cursor: pointer;
}

.android-app,
.ios-app {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.android-app {
	background-image: url(../png/app_android.png);
}

.ios-app {
	background-image: url(../png/app_ios.png);
}

.prev.page-numbers {
	background-position: -5px -134px;
	color: transparent;
	display: inline-block;
	height: 52px;
	margin-bottom: -17px;
	margin-right: 30px;
	overflow: hidden;
	padding: 0 0 0 55px;
	width: 0;
}

.next.page-numbers {
	background-position: -5px -194px;
	color: transparent;
	height: 52px;
	overflow: hidden;
	padding: 0 0 0 55px;
	width: 0;
	display: inline-block;
	margin-bottom: -17px;
	margin-left: 30px;
}

.page-numbers {
	border-radius: 2px 2px 2px 2px;
	color: #989ca4;
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	margin: 0 10px 10px;
	padding: 4px 8px;
	text-decoration: none;
}

.page-numbers > li {
	border-bottom: 3px solid #d7dbde;
	display: inline-block;
	margin-right: -4px;
}

.page-numbers > li:hover {
	border-bottom: 3px solid #989ca4;
}

.page-numbers > li:hover a {
	background-color: #989ca4;
	color: #f5f5f5;
}

.page-numbers.current {
	background-color: #989ca4;
	color: #f5f5f5;
}

/* Content */
.entry-title {
	font-size: 19px;
	margin-bottom: 8px;
	color: #3e433e;
	padding-top: 18px;
}

/* Safari input fields */
input[type="submit"],
input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

canvas {
	display: block;
	vertical-align: bottom;
}

.searchbar-sort .mtext {
	width: 170px;
}

.opened::after {
	display: none !important;
}

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

	.mtext[placeholder] {
		color: #fff;
		font-family: "Open Sans", sans-serif;
	}

	.mtext::-webkit-input-placeholder {
		color: #fff;
		font-family: "Open Sans", sans-serif;
	}

	.mtext:-moz-placeholder {

		/* Firefox 18- */
		color: #fff;
		font-family: "Open Sans", sans-serif;
	}

	.mtext::-moz-placeholder {

		/* Firefox 19+ */
		color: #fff;
		font-family: "Open Sans", sans-serif;
	}

	.mtext:-ms-input-placeholder {
		color: #fff;
		font-family: "Open Sans", sans-serif;
	}
}

.btn.btn-gray {
	background-color: var(--background-tertiary);
	color: var(--text-secondary);
}

.btn.btn-gray:hover {
	background-color: var(--bs-gray-300);
}

.btn.btn-gray.disabled,
.btn.btn-gray:first-child:disabled,
.btn.btn-gray:disabled,
.btn.btn-gray.active,
.btn.btn-gray:first-child:active,
.btn.btn-gray:active {
	border: none;
}

.btn.btn-accent {
	border: 2px solid var(--color-accent);
	outline: none;
	box-shadow: none;
	background-color: var(--color-accent);
	color: var(--bs-white);
	font-size: 20px;
	border-radius: 999px;
	font-weight: 700;
	text-align: center;
}

.btn.btn-accent:hover,
.btn.btn-accent:focus,
.btn.btn-accent:active {
	background-color: var(--background-tertiary);
	color: var(--color-accent);
}

.gfl-content-wrap #wpforo #wpforo-wrap *:not(i) {
	font-family: "Inter", sans-serif;
}

.gfl-content-wrap #wpforo #wpforo-wrap .mce-statusbar.mce-container.mce-panel.mce-stack-layout-item.mce-last {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-add-topic-wrapper a,
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-add-topic-wrapper button {
	width: 100%;
	padding: 14px 20px;
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-add-topic-wrapper a:hover,
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-add-topic-wrapper button:hover {
	background-color: var(--bs-body-bg);
	color: var(--color-accent);
}

@media (min-width: 768px) {

	.gfl-content-wrap #wpforo #wpforo-wrap .gflf-add-topic-wrapper {
		text-align: right;
	}

	.gfl-content-wrap #wpforo #wpforo-wrap .gflf-add-topic-wrapper a,
	.gfl-content-wrap #wpforo #wpforo-wrap .gflf-add-topic-wrapper button {
		max-width: 256px;
	}
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpf-threads .wpf-thread {
	box-shadow: none !important;
}

.gfl-content-wrap #wpforo #wpforo-wrap .widget-forums-list {
	width: 100%;
}

@media (min-width: 768px) {

	.gfl-content-wrap #wpforo #wpforo-wrap .widget-forums-list {
		width: 256px;
	}
}

.gfl-content-wrap #wpforo #wpforo-wrap .widget-forums-list h5 {
	font-weight: 600;
	color: #21293c;
	position: relative;
}

.gfl-content-wrap #wpforo #wpforo-wrap .widget-forums-list h5::after {
	content: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.37988 0.928558L6.37988 5.92856L11.3799 0.928558" stroke="%23344054" stroke-width="1.42857"/></svg>');
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	right: -5px;
	position: relative;
	transition: transform 0.2s ease;
}

@media (min-width: 768px) {

	.gfl-content-wrap #wpforo #wpforo-wrap .widget-forums-list h5::after {
		display: none;
	}
}

.gfl-content-wrap #wpforo #wpforo-wrap .widget-forums-list.opened h5::after {
	transform: rotate(180deg);
}

.gfl-content-wrap #wpforo #wpforo-wrap .widget-forums-list .widget-forums-list-content {
	display: none;
	position: absolute;
	z-index: 2;
	background-color: var(--bs-body-bg);
	padding: 5px;
	width: calc(50% - 40px);
	border: 1px solid var(--bs-gray-100);
	border-radius: 5px;
}

@media (min-width: 768px) {

	.gfl-content-wrap #wpforo #wpforo-wrap .widget-forums-list .widget-forums-list-content {
		display: block;
		position: static;
		z-index: initial;
		border: none;
		padding: 0;
		width: auto;
	}
}

.gfl-content-wrap #wpforo #wpforo-wrap .widget-forums-list .wpf-forum-item,
.gfl-content-wrap #wpforo #wpforo-wrap .widget-forums-list .wpf-circle.wpf-s i {
	font-size: 16px;
	line-height: 24px;
}

.gfl-content-wrap #wpforo #wpforo-wrap .widget-forums-list .wpf-forum-item {
	margin-bottom: 5px;
}

.gfl-content-wrap #wpforo #wpforo-wrap .widget-forums-list .wpf-forum-item a {
	padding: 0.5rem;
	color: var(--text-secondary);
	display: block;
	border-radius: 10px;
	text-decoration: none;
}

.gfl-content-wrap #wpforo #wpforo-wrap .widget-forums-list .wpf-forum-item a:hover {
	text-decoration: none;
	background-color: #f1f1f1;
}

.gfl-content-wrap #wpforo #wpforo-wrap .widget-forums-list .wpf-forum-item.active a {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replyform {
	margin-top: 2rem;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replyform .wpf-extra-fields {
	display: none;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replies .wpf-post-replies.level-2,
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replies .wpf-post-replies.level-3,
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replies .wpf-post-replies.level-4,
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replies .wpf-post-replies.level-5,
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replies .wpf-post-replies.level-6,
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replies .wpf-post-replies.level-7 {
	margin-left: 0;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replies .wpf-post-replies.level-1 {
	margin-left: 30px;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replies .wpf-post-replies-bar {
	cursor: default;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replies .wpforo-section,
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replies .wpf-post-replies {
	position: relative;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replies .wpf-post-replies::before {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: -10px;
	top: 0;
	border-left: 1px solid #d0d5dd;
	border-bottom: 1px solid #d0d5dd;
	border-bottom-left-radius: 20px;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-thread-line {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 0;
	border-left: 1px solid #d0d5dd;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-body {
	margin-top: 8px;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-body p {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
}

.gfl-content-wrap #wpforo #wpforo-wrap .mce-statusbar.mce-panel .mce-container-body.mce-flow-layout {
	display: none;
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpforo-cat-panel .cat-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: var(--text-primary);
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpforo-cat-panel .cat-name {
	font-weight: 700;
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpf-threads-head .wpf-head-box {
	font-size: 14px;
	font-weight: 600;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-card {
	padding: 1rem;
	border-radius: 1rem;
	background-color: inherit;
	transition: background-color 0.2s ease-in-out;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-card article.wpf-thread {
	box-shadow: none;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-card:hover {
	background-color: var(--bs-gray-100);
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-card-header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 0.5rem;
	row-gap: 0.5rem;
	font-size: 16px;
	align-items: center;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-card-forum a {
	line-height: 16px;
	font-weight: 700;
	color: var(--bs-body-color);
	text-decoration: none;
	font-size: 14px;
	padding-right: 5px;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-card-link {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: #101828;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-card-header {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-card-author {
	color: #101828;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-card-author img {
	width: 20px;
	height: 20px;
	margin-left: 4px;
	margin-right: 4px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-card-author a {
	color: inherit !important;
	text-decoration: none;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-card-created {
	color: var(--text-secondary);
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-card-created::before {
	content: "\00B7";
	font-size: 26px;
	line-height: 21px;
	display: inline-block;
	vertical-align: top;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-card-body h2 {
	padding: 15px 0 10px;
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpf-head-bar {
	display: none;
	border-radius: 48px;
	background-color: var(--background-tertiary);
	padding: 30px 40px;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.gfl-content-wrap #wpforo #wpforo-wrap .wpf-head-bar {
		display: block;
	}
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpf-head-bar #wpforo-title {
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	color: #444;
	padding: 0;
	margin-bottom: 10px;
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpf-head-bar #wpforo-description {
	margin: 0 auto;
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpf-head-bar #wpforo-description p {
	font-size: 18px;
	line-height: 24px;
	color: #827b7b;
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpforo-category-banner-top {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {

	.gfl-content-wrap #wpforo #wpforo-wrap .wpforo-category-banner-top {
		margin-bottom: 2rem;
	}
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpforo-category-banner-top .dropdown-toggle {
	color: var(--color-accent);
	text-decoration: none;
	font-weight: 700;
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpforo-category-banner-top .dropdown-menu {
	border: 1px solid var(--bs-tertiary-color);
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpforo-category-banner-top .dropdown-menu li:first-child .dropdown-item {
	border-radius: var(--bs-dropdown-border-radius) var(--bs-dropdown-border-radius) 0 0;
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpforo-category-banner-top .dropdown-menu li:last-child .dropdown-item {
	border-radius: 0 0 var(--bs-dropdown-border-radius) var(--bs-dropdown-border-radius);
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpforo-category-banner-top .dropdown-menu .dropdown-item:active,
.gfl-content-wrap #wpforo #wpforo-wrap .wpforo-category-banner-top .dropdown-menu .dropdown-item.active {
	color: var(--bs-dropdown-link-hover-color);
	background-color: var(--bs-dropdown-border-color);
}

.gfl-content-wrap #wpforo #wpforo-wrap .gfl-forum-upvote.active path {
	fill: var(--color-accent);
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-nav-back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap: 2rem;
	align-items: center;
	padding: 1.5rem;
	position: relative;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-nav-back h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	color: var(--text-primary);
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-nav-back p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: var(--text-secondar);
	margin: 0;
}

@media (min-width: 768px) {

	.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-nav-back {
		margin-top: -30px;
	}
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replyform .wpf-form-wrapper {
	margin: 0 auto;
	width: 100%;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replyform .wpf-form-wrapper .wpf-reply-form-title {
	display: none;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replyform .wpf-form-wrapper .wpf-post-create {
	border-radius: 12px;
	border-color: #eaecf0;
	background-color: var(--bs-body-bg);
	padding-top: 0;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replyform .wpf-form-wrapper .mce-top-part::before {
	box-shadow: none;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replyform .wpf-form-wrapper div.mce-toolbar-grp {
	background-color: var(--bs-body-bg);
	border: none;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replyform .wpf-form-wrapper .mce-container-body.mce-stack-layout {
	margin: 0;
	padding: 0;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replyform .wpf-form-wrapper form input[type="submit"] {
	border-radius: 9999px;
	background-color: var(--bs-body-bg);
	outline: none;
	box-shadow: none !important;
	padding: 12px 18px !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	border: 2px solid #eaecf0 !important;
	color: var(--text-secondary);
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-single-content-head {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	column-gap: 10px;
	align-items: center;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-single .wpf-author-title > span {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	color: var(--color-accent);
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-single .wpf-author-name a {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: var(--text-primary);
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-single .wpf-author-name a:hover {
	color: var(--text-secondary);
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-single-content-row .wpforo-post {
	margin-bottom: 20px;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-single-content .wpforo-post-content {
	min-height: unset;
	padding: 0;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-single-content .wpforo-post-content p {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: var(--text-primary);
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-replies-header {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-card-aside .gfl-forum-icon {
	display: block;
	line-height: 1;
	margin-bottom: 4px;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-card-aside .gfl-forum-icon-value {
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	color: var(--text-secondary);
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-card-aside .btn {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-signup-section {
	padding: 16px 20px 25px;
}

@media (min-width: 768px) {

	.gfl-content-wrap #wpforo #wpforo-wrap .gflf-signup-section {
		padding: 32px 40px 50px;
	}
}

@media (min-width: 1200px) {

	.gfl-content-wrap #wpforo #wpforo-wrap .gflf-signup-section {
		padding: 70px 90px 100px;
	}
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-signup-section .gflf-signup-title {
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto 20px;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-signup-section .wpf-field-wrap {
	display: block;
	float: none;
	width: auto;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-signup-section .wpf-label-wrap {
	display: none;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-signup-section input[type="text"],
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-signup-section input[type="password"],
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-signup-section input[type="email"] {
	border-radius: 49px;
	border: 3px solid #e3e3e3;
	padding: 20px 48px;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-signup-section .wpforo-login-wrap .wpf-field .wpf-show-password {
	font-size: 22px;
	right: 18px;
	top: 27px;
	color: var(--bs-gray-800);
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-signup-section .wpf-field-wrap .wpf-field-icon {
	display: none;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-signup-section .wpforo_recaptcha_widget {
	margin-bottom: 20px !important;
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpf-author-name a {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: var(--text-primary);
	text-decoration: none;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-button {
	margin-right: 20px;
	cursor: pointer;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-button:last-child {
	margin-right: 0;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-button span {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: var(--text-tertiary);
	display: inline-block;
	margin-left: 4px;
	vertical-align: text-top;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-button .wpf-button-text {
	display: none;
}

@media (min-width: 768px) {

	.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-button .wpf-button-text {
		display: inline;
	}
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-button span.wpfvote-num {
	vertical-align: baseline;
	margin: 0;
	padding: 0 2px;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-button.wpf-vote-active span {
	color: var(--color-accent);
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpforo-post .wpf-content-foot {
	padding: 0;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-block {
	position: relative;
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpf-author-avatar img.avatar {
	border: 1px solid #ebebeb;
	padding: 0 !important;
	width: 50px;
	height: 50px;
}

.gfl-content-wrap #wpforo #wpforo-wrap .wpf-mod-message {
	border-radius: 25px;
	padding: 2px 10px;
	background: #ffe47d;
	display: inline-block;
	margin-bottom: 2px;
}

.gfl-content-wrap #wpforo #wpforo-wrap h2.gflf-forum-single-related-title {
	padding: 44px 0 20px;
}

@media (min-width: 768px) {

	.gfl-content-wrap #wpforo #wpforo-wrap h2.gflf-forum-single-related-title {
		padding-top: 84px;
	}
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-profile-form .wpf-field input[type="text"],
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-profile-form .wpf-field input[type="password"],
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-profile-form .wpf-field input[type="email"],
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-profile-form .wpf-field input[type="date"],
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-profile-form .wpf-field input[type="number"],
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-profile-form .wpf-field input[type="url"],
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-profile-form .wpf-field input[type="tel"],
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-profile-form .wpf-field input[type="search"],
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-profile-form .wpf-field input[type="color"],
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-profile-form .wpf-field textarea,
.gfl-content-wrap #wpforo #wpforo-wrap .gflf-profile-form .wpf-field select {
	border: 1px solid #ccc;
}

.gfl-content-wrap #wpforo #wpforo-wrap .gflf-forum-single-first {
	padding: 20px 10px;
	background-color: #ffe4e4;
	margin-bottom: 20px;
}

.gfl-content-wrap #wpforo #wpforo-wrap span.gflf-forum-single-replyform-guest-template {
    background-image: url("../png/form_mobile.png");
    display: block;
    height: 164px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}

@media (min-width: 768px) {

    .gfl-content-wrap #wpforo #wpforo-wrap span.gflf-forum-single-replyform-guest-template {
        background-image: url("../png/form_desktop.png");
        height: 172px;
        background-size: auto;
    }
}

#wpf-msg-box > p {
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	position: relative;
	padding: 15px;
	margin: 0;
	cursor: pointer;
	box-sizing: border-box;
	z-index: 2;
	background-color: var(--bs-body-bg);
	border: 1px solid var(--color-accent);
	color: var(--color-accent);
	box-shadow: none;
}

span[data-badge] {
	position: relative;
}

span[data-badge]::after {
	content: attr(data-badge);
	position: absolute;
	top: -10px;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #d76363;
	padding: 2px 5px;
	border-radius: 10px;
	color: #fff;
	border: none;
}

.gflf-forum-name {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: var(--text-secondary);
}

body.wpforo .gflf-is-account {
	position: relative;
	padding-top: 28px;
}

@media (min-width: 992px) {

	body.wpforo .gflf-is-account {
		padding-top: 48px;
	}
}

body.wpforo .gflf-is-account::before {
	content: "";
	width: 100%;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(242, 242, 242, 0.29) 47.39%, #fff 100%), linear-gradient(180deg, #fccbcb 0%, #fff2f2 100%);
}

@media (min-width: 992px) {

	body.wpforo .gflf-is-account::before {
		height: 300px;
	}
}

body.wpforo .gflf-is-account .gfl-content-wrap {
	position: relative;
	max-width: 900px;
}

body.wpforo .gflf-is-account .gflf-profile-author-name {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #21293c;
	margin-bottom: 0;
}

body.wpforo .gflf-is-account .gflf-profile-author-edit > a,
body.wpforo .gflf-is-account .gflf-profile-author-edit > span {
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	background-color: #b8b8b8;
	border-radius: 26px;
	padding: 2px 12px;
	color: #fff;
	text-decoration: none;
	margin: 2px 4px;
}

body.wpforo .gflf-is-account .gflf-profile-author-edit > a:hover,
body.wpforo .gflf-is-account .gflf-profile-author-edit > span:hover {
	background-color: #646464;
}

body.wpforo .gflf-is-account .gflf-profile-author-edit .wpf-ab-mute_mention {
	cursor: pointer;
}

body.wpforo .gflf-is-account .gflf-profile-author-edit .wpf-ab-mute_mention[data-currentstate="1"] {
	background-color: #e87070;
}

body.wpforo .gflf-is-account .gflf-profile-badges .wpf-member-title {
	display: block;
	cursor: default;
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	background-color: #e87070;
	color: #fff;
	border-radius: 12px;
	padding: 2px 5px;
}

body.wpforo .gflf-is-account .wpforo-profile-head-panel {
	margin-bottom: 40px;
}

body.wpforo .gflf-is-account .gflf-profile-head-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #4b587c;
	margin-bottom: 20px;
}

@media (min-width: 992px) {

	body.wpforo .gflf-is-account .gflf-profile-head-bottom {
		justify-content: flex-start;
		margin-bottom: 0;
	}
}

body.wpforo .gflf-is-account .gflf-profile-actions .wpforo-follow-user {
	text-align: center;
}

body.wpforo .gflf-is-account .gflf-profile-actions-follow a {
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	color: #4b587c;
	text-decoration: none;
	padding-right: 10px;
}

body.wpforo .gflf-is-account .gflf-profile-wrap-about p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #4b587c;
	margin-top: 0;
	margin-bottom: 20px;
}

body.wpforo .gflf-is-account .gflf-profile-wrap-links h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	text-transform: capitalize;
	color: #4b587c;
}

body.wpforo .gflf-is-account .gflf-profile-wrap-links .gflf-profile-wrap-link {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #4b587c;
	text-decoration: none;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
}

body.wpforo .gflf-is-account .gflf-profile-wrap-links .gflf-profile-wrap-link i {
	padding-right: 5px;
}

.wpf-more-topics {
	text-align: center;
	margin-bottom: 17px;
	font-size: 13px;
}

.wpf-more-topics a {
	cursor: pointer;
	padding: 10px 20px;
	background-color: #d76363;
	border-radius: 30px;
	color: #fff;
}

.wpf-more-topics a:hover {
	background-color: #d74245;
}
