html {
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
img,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

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

ul {
	list-style: none;
}

article ul {
	list-style: disc;
}

article ul,
article ol {
	margin-bottom: 20px;
	padding-left: 30px;
}

article ul li,
article ol li {
	font-size: 16px;
	color: #444;
	margin-bottom: 5px;
}

article li>ul,
article li>ol {
	margin: 5px 0 0 0;
}

img,
video,
object,
iframe {
	max-width: 100%;
}

img {
	object-fit: contain;
	height: auto;
}

video {
	height: auto;
}

blockquote {
	padding: 0 10px 20px 27px;
	position: relative;
	margin-top: 25px;
}

blockquote:before {
	content: "";
	background-image: url(/wp-content/themes/glm-theme/brands/bonuskoodit/images/bkicons.svg);
	height: 16px;
	width: 20px;
	background-position-x: 168px;
	background-size: auto 16px;
	position: absolute;
	left: 0;
	top: 6px;
}

blockquote p {
	margin-bottom: 10px;
}

blockquote,
q {
	quotes: none;
}

button,
input,
select,
textarea {
	margin: 0;
	font-weight: inherit;
}

:focus {
	outline: 0;
}

body {
	padding-bottom: 60px;
	font-family: "Tahoma", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #444;
}

strong,
b {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: #232323;
	font-family: "Tahoma", sans-serif;
	transition: color 0.5s ease;
}

h1 {
	font-size: 23px;
	line-height: 1.17;
}

h2 {
	font-size: 21px;
	line-height: 1.52;
}

h3 {
	font-size: 19px;
	line-height: 1.52;
}

h4 {
	font-size: 17px;
	line-height: 1.52;
}

h5 {
	font-size: 16px;
	line-height: 1.4;
}

h6 {
	font-size: 15px;
	line-height: 1.4;
}

p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #444;
}

a {
	text-decoration: none;
	color: #274cc6;
	transition: all 0.25s linear;
}

article a {
	text-decoration: underline;
}

/*a:link,
a:visited,
a:active {
	text-decoration: none;
}*/
em,
i,
cite {
	font-style: italic;
}

small {
	font-size: 100%;
}

figure {
	margin: 10px 0;
}

@media screen and (min-width: 889px) {
	body {
		padding-bottom: 0;
	}

	h1 {
		font-size: 30px;
		line-height: 1.13;
	}
}

/* Accessibility
--------------------------------------------- */

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

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

/*
**********************************************************************
* COMMON
**********************************************************************
*/
/*-[ Helpers ]-----------------------*/
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/*-[ Layout ]-----------------------*/
#page {
	display: flex;
	justify-content: center;
	position: relative;
}

.container {
	max-width: 1192px;
	position: relative;
	margin: auto;
	padding: 0 10px;
}

#primary {
	width: 100%;
	max-width: 660px;
	margin-bottom: 30px;
	position: relative;
}

#primary-full {
	width: 100%;
}

article {
	margin-bottom: 30px;
}

.sitemap-colums {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 1rem;
	margin-bottom: 60px;
}

/*-[ Move to top ]-----------------------*/
#move-to-top {
	color: #fff;
	cursor: pointer;
	height: 40px;
	position: fixed;
	left: 5px;
	transition: all 0.25s linear 0s;
	width: 40px;
	z-index: 14;
	background: #004cc6;
	border-radius: 3px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#move-to-top:not(.filling) {
	opacity: 0;
	visibility: hidden;
}

/*-[ Top of article ]-----------------------*/
.breadcrumb {
	padding: 0;
	overflow: hidden;
	font-size: 12px;
	color: #666;
}

.entry-title {
	margin: 9px 0 0;
}

.entry-summary p {
	font-size: 14px;
	margin-bottom: 10px;
}

.post-info {
	color: #666;
	margin: 17px 0 11px;
}

/*-[ Blog list & Search page ]-----------------------*/
.search-title {
	margin-bottom: 25px;
}

.post-thumbnail {
	margin-bottom: 15px;
	display: block;
}

.nav-links {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

/*Hide bottom offer if search page*/
.search #bottom-offer {
	display: none !important;
}

.search #move-to-top {
	bottom: 70px !important;
}

/* COMMON - DESKTOP */
@media screen and (min-width: 889px) {
	#primary {
		width: 67.015%;
		padding-top: 20px;
	}

	#primary-full {
		padding-top: 20px;
	}

	.container {
		padding: 0 20px;
	}

	#page {
		justify-content: space-between;
	}

	#move-to-top {
		right: 15px;
		left: auto;
	}

	.entry-title {
		margin-top: 0;
	}
}

/*
**********************************************************************
* HEADER
**********************************************************************
*/
#site-header {
	margin: 10px auto 5px;
	width: 96%;
	max-width: 660px;
}

.logo,
.slogan-wrap {
	display: none;
}

.mobile-menu-active #nav {
	left: 0;
}

#header-bottom {
	width: 100%;
	background-color: #004cc6;
}

.is-visible {
	display: block !important;
}

/* HEADER - DESKTOP */
@media screen and (min-width: 889px) {
	#site-header {
		margin: 0;
		width: 100%;
		max-width: initial;
	}

	#header-top {
		display: flex;
		padding: 0 20px;
	}

	.logo {
		display: block;
		margin: 15px 0;
	}

	.logo img {
		display: flex;
	}

	.slogan-wrap {
		display: block;
		margin: 20px 0 0 25px;
	}

	.slogan-wrap p {
		color: #666;
		font-size: 12px;
		line-height: 1.2em;
		margin: 0;
	}
}

/*-[ Navigation ]-----------------------*/
#nav {
	position: fixed;
	width: 260px;
	left: -260px;
	bottom: 0;
	transition: left 0.2s ease;
	max-height: 100%;
	overflow: auto;
	z-index: 15;
	background-color: #004cc6;
}

.nav__menu-list {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.nav__menu-list a {
	color: #fff;
}

.nav__parent-item {
	position: relative;
}

.nav__parent-item a {
	padding: 17px 0;
	display: block;
	border-bottom: 1px solid #4976bf;
	text-indent: 25px;
	line-height: 24px;
}

.nav__parent-item:last-child>a {
	border-bottom: none;
}

.nav__parent-item a.disabled {
	pointer-events: none;
	cursor: default;
}

.nav__toggle-caret {
	position: absolute;
	right: 0;
	top: 0;
	width: 59px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav__toggle-caret--parent {
	color: #fff;
	height: 58px;
	border-left: 1px solid #4976bf;
}

.nav__toggle-caret--child {
	height: 45px;
	border-left: 1px solid #dcdcdc;
}

.nav__parent-item.active>.nav__toggle-caret {
	transform: rotate(180deg);
	border-left: none;
	border-right: 1px solid #4976bf;
}

.nav__parent-item .icon-sort-down {
	margin-top: -7px;
}

.nav__child-item.active>.nav__toggle-caret {
	transform: rotate(180deg);
	border-left: none;
	border-right: 1px solid #dcdcdc;
}

.sub-menu {
	max-height: 0;
	background-color: #fff;
	transition: max-height 0.15s ease-out;
	overflow: auto;
}

.menu-item.active>.sub-menu {
	max-height: 2000px;
	transition: max-height 0.25s ease-in;
}

.nav__child-item {
	position: relative;
	white-space: nowrap;
}

.nav__child-item a {
	padding: 10px 0;
	color: #444;
	border-bottom: 1px solid #dcdcdc;
}

.nav__child-item .nav__child-item a {
	padding-left: 15px;
}

.mobile-menu-active #mobile-nav {
	left: 260px;
}

#mobile-nav {
	display: flex;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 15px;
	height: 60px;
	transition: left 0.2s ease;
	background-color: #004cc6;
	z-index: 10;
	width: 100%;
}

/* Navigation - DESKTOP */
@media screen and (min-width: 889px) {
	#nav {
		position: static;
		width: auto;
		max-width: 1192px;
		padding: 0 20px;
		margin: auto;
		overflow: visible;
	}

	.nav__menu-list {
		display: flex;
		border: none;
		position: relative;
	}

	.nav__parent-item>a {
		font-size: 14px;
		padding: 0 15px;
	}

	.nav__menu-list a:hover {
		color: #5e96f0;
	}

	.nav__parent-item {
		padding: 8px 0;
		display: flex;
	}

	.nav__parent-item.vaaka {
		position: static;
	}

	.nav__parent-item a {
		text-indent: 0;
		border: none;
		display: flex;
		align-items: center;
	}

	.nav__parent-item:first-child a {
		padding: 0 15px 0 0;
	}

	.nav__parent-item.menu-item-has-children>a:after {
		content: "";
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #fff;
		margin-left: 10px;
		transition: all 0.25s linear;
	}

	.nav__parent-item.menu-item-has-children>a:hover::after {
		border-top: 5px solid #5e96f0;
	}

	.nav__parent-item:hover>.sub-menu {
		display: block;
	}

	.nav__parent-item.vaaka:hover .sub-menu {
		display: grid;
		top: 40px;
	}

	.nav__toggle-caret {
		display: none;
	}

	.nav__toggle-caret--child {
		display: none;
	}

	.sub-menu {
		display: none;
		background-color: #004cc6;
		position: absolute;
		top: 40px;
		z-index: 14;
		left: 0;
		max-height: initial;
		overflow: initial;
	}

	.vaaka .sub-menu {
		grid-template-columns: repeat(4, 200px);
	}

	.vaaka .nav__child-item {
		border-right: 1px solid #4976bf;
	}

	.vaaka .nav__child-item:nth-child(4n) {
		border-right: none;
	}

	.vaaka .nav__child-item:last-child {
		border-bottom: none;
	}

	.vaaka .nav__child-item a {
		padding: 15px;
	}

	.nav__child-item:hover>.sub-menu {
		display: block;
	}

	.nav__child-item.menu-item-has-children>a:before {
		content: "";
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-right: 5px solid #fff;
		margin-right: 10px;
		transition: all 0.25s linear;
	}

	.nav__child-item.menu-item-has-children>a:hover::before {
		border-right: 5px solid #5e96f0;
	}

	.nav__child-item .sub-menu {
		right: 100%;
		left: auto;
		top: 0;
		border: 1px solid #4976bf;
	}

	.nav__child-item a {
		font-size: 14px;
		padding: 15px;
		color: #fff;
		line-height: 1;
	}

	#mobile-nav {
		display: none;
	}
}

/* Hamburger - MOBILE ONLY */
@media screen and (max-width: 888px) {
	.hamburger {
		padding: 20px 5px;
		transition-property: opacity, filter, -webkit-filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		background-color: transparent;
		border: 0;
	}

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

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

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

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

	/*..................
	https://jonsuh.com/hamburgers
	https://github.com/jonsuh/hamburgers
	....................*/
	.hamburger-inner::before {
		top: 10px;
		transition-property: transform, opacity, -webkit-transform;
		transition-timing-function: ease;
		transition-duration: 0.15s;
	}

	.hamburger-inner::after {
		top: 20px;
	}

	.mobile-menu-active .hamburger-inner {
		-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
		transform: translate3d(0, 10px, 0) rotate(45deg);
	}

	.mobile-menu-active .hamburger-inner::before {
		-webkit-transform: rotate(-45deg) translate3d(-50px, -6px, 0);
		transform: rotate(-45deg) translate3d(-50px, -6px, 0);
	}

	.mobile-menu-active .hamburger-inner::after {
		-webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
		transform: translate3d(0, -20px, 0) rotate(-90deg);
	}

	.nav__child-item .nav__child-item .nav__child-item a {
		padding-left: 30px;
	}
}

/*-[ Searchform (Header & Search page)  ]-----------------*/
#mobile-logo {
	display: flex;
	align-items: center;
}

#mobile-search-button {
	height: 24px;
	width: 24px;
	margin: 18px 5px 0 0;
}

#header-search.is-active {
	bottom: 12px;
}

.glass-icon {
	position: absolute;
	right: 20px;
	transition: right 0.1s ease;
}

.is-active .glass-icon {
	right: -25px;
}

#header-search {
	position: fixed;
	bottom: -40px;
	left: 50%;
	width: 206px;
	margin-left: -96px;
	transition: bottom 0.1s ease;
	z-index: 11;
}

.x-icon,
.x-icon:before {
	width: 36px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	right: 0;
}

.x-icon {
	transform: rotate(45deg);
	margin: 30px 15px 0;
	bottom: -17px;
	transition: bottom 0.1s ease;
}

.x-icon:before {
	content: "";
	transform: rotate(90deg);
}

.is-active .x-icon {
	bottom: 27px;
}

.searchform__search-field {
	position: relative;
}

.searchform__search-field label {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
}

.searchform__search-icon {
	height: 18px;
	width: 18px;
	margin-left: 16px;
}

.searchform__search-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 36px;
	background-color: #fbc600;
	border: 1px solid #fbc600;
	border-radius: 0 18px 18px 0;
	padding: 0;

	cursor: pointer;
}

.searchform__search-input {
	font-size: 16px;
	color: #444;
	border: none;
	line-height: 34px;
	padding: 0 53px 0 0;
	border-radius: 18px;
	width: 100%;
	text-indent: 10px;
	border: 1px solid #e7e7e7;
}

/* Searchform - DESKTOP */
@media screen and (min-width: 889px) {
	#header-search {
		margin: 0;
		left: auto;
		width: 29%;
		position: absolute;
		top: 15px;
		right: 20px;
		bottom: auto;
	}

	.searchform__search-button {
		left: 0;
		border-radius: 18px 0 0 18px;
		padding: 0;
		background-color: #004cc6;
		border: 1px solid #004cc6;
	}

	.searchform__search-input {
		font-size: 12px;
		padding: 0 0 0 53px;
	}
}

/*
**********************************************************************
* SIDEBAR
**********************************************************************
*/
#sidebar-mobile-toggle {
	position: fixed;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	bottom: 30%;
	right: -50px;
	background-color: #004cc6;
	z-index: 14;
	border: 1px solid white;
}

#sidebar-mobile-toggle i {
	position: absolute;
	top: 36px;
	left: 15px;
	transition: transform 0.2s ease;
}

#sidebar-mobile-toggle.is-active i {
	transform: rotate(45deg);
}

.table-of-contents {
	position: fixed;
	width: 300px;
	bottom: 60px;
	right: -300px;
	z-index: 13;
	transition: right 0.2s ease;
	overflow: auto;
	max-height: calc(100% - 60px);
	border-radius: 3px 3px 0 0;
}

.table-of-contents.is-active {
	right: 10px;
}

.table-of-contents.offer-active {
	max-height: calc(100% - 110px);
	bottom: 110px;
}

#sidebar-mobile-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.2s ease;
}

#sidebar-mobile-bg.is-active {
	opacity: 1;
}

.table-of-contents::-webkit-scrollbar {
	display: none;
}

#sidebanner-banner img {
	display: block;
}

.table-of-contents__title {
	font-size: 20px;
	line-height: 52px;
	padding-left: 30px;
	text-transform: none;
	color: #fff;
	background-color: #004cc6;
	margin: 0;
	font-weight: bold;
}

.table-of-contents li {
	list-style-type: none;
	border-bottom: 1px solid #efefef;
	margin: 0;
	background-color: #fff;
	transition: background-color 0.5s ease;
	padding: 11px 20px 11px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.table-of-contents li.active {
	background-color: #f2f2f2;
}

.table-of-contents li a {
	font-size: 15px;
	line-height: 22px;
	color: #444;
	display: block;
	max-width: calc(100% - 30px);
}

.table-of-contents li>a {
	max-width: calc(100% - 60px);
}

.table-of-contents__sub {
	flex-basis: 100%;
}

.table-of-contents__sub li {
	padding: 10px 0 10px 20px;
	background: transparent;
}

.table-of-contents__sub li:first-child {
	margin-top: 10px;
}

.table-of-contents__sub li:last-child {
	border: none;
}

.sidebar-collapse__icon.collapse-item__icon {
	height: 20px;
	width: 20px;
	background-position-x: 249px;
	background-position-y: 0;
	background-size: auto 20px;
}

.collapse-item--show .sidebar-collapse__icon.collapse-item__icon {
	height: 6px;
	background-position-x: 272px;
	background-position-y: 14px;
	background-size: auto 22px;
}

/* SIDEBAR - DESKTOP */
@media screen and (min-width: 889px) {
	#sidebar-mobile-toggle {
		display: none;
	}

	.table-of-contents {
		margin: 25px 0 8px;
		width: 29.5%;
		max-width: 340px;
		position: -webkit-sticky;
		position: sticky;
		top: 15px;
		align-self: flex-start;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
}

/*
**********************************************************************
* FOOTER
**********************************************************************
*/
#site-footer {
	padding-bottom: 80px;
}

#site-footer .container {
	display: flex;
	justify-content: space-between;
	padding: 20px 20px 10px;
	flex-wrap: wrap;
}

.f-column {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 18px;
}

.f-column a,
.f-column p {
	color: #595959;
	font-size: 13px;
	margin: 0;
	line-height: 29px;
}

.footer-icon {
	width: 26px;
	height: 26px;
	display: inline-block;
	background-size: contain;
}

.f-column__title {
	color: #595959;
	font-size: 13px;
	margin: 3px 0 15px;
	font-weight: bold;
}

.footer-peluuri span.k18 {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	background-size: contain;
}

.footer-peluuri p {
	line-height: 20px;
}

@media screen and (min-width: 624px) {
	.f-column {
		width: 50%;
		padding-right: 20px;
		max-width: unset;
	}

	.f-column:last-of-type {
		padding-right: 0;
	}
}

/* FOOTER - DESKTOP */
@media screen and (min-width: 889px) {
	#site-footer {
		padding-bottom: 45px;
	}

	.f-column {
		width: 25%;
	}

	.f-column a,
	.f-column p {
		line-height: 23px;
	}
}

/*
**********************************************************************
* ELEMENTS
**********************************************************************
*/
/*-[ Buttons ]-----------------*/
.cta {
	padding: 10px 20px;
	border: 1px solid #b8cbec;
	border-radius: 20px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	color: #232323;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #b8cbec;
	cursor: pointer;
}

.cta:hover {
	text-decoration: underline;
}

.cta.primary {
	background-color: #ffc600;
	border-color: #ffc600;
}

.cta.primary:hover {
	background-color: #fbd85f;
}

/*-[ Cross Sell ]-----------------------*/
.cross {
	height: 54px;
	border-radius: 28px;
}

.cross-sell {
	position: relative;
	max-width: 300px;
	width: 100%;
	border: 1px solid #d2d2d2;
	margin: 0 0 10px;
	cursor: pointer;
	float: left;
}

.cross-sell a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.cross-image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	margin: 0 5px;
}

.cross-sell img {
	height: 30px;
	max-width: 85px;
}

.cross-sell-inner {
	background-color: #ffc600;
	width: 200px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin: -1px -1px 0 0;
}

.cross-sell-inner p {
	color: #232323;
	font-size: 14px;
	margin: 0;
}

@media (min-width: 340px) {
	.cross-sell {
		margin: 5px;
	}
}

/*-[ Comparison tables ]--------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

thead {
	background: #f7f8f9;
	font-size: 14px;
	color: #585f65;
}

table th,
table td {
	padding: 8px 6px;
	vertical-align: middle;
	border: 1px solid #b2cefb;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
}

thead th {
	padding: 14px;
}

td img {
	max-width: 122px;
	max-height: 28px;
	display: block;
}

th {
	color: #fff;
	font-weight: bold;
	background-color: #004cc6;
}

.fade-left {
	-webkit-mask-image: linear-gradient(to right,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 1) 5%);
}

.fade-right {
	-webkit-mask-image: linear-gradient(to right,
			rgba(0, 0, 0, 1) 95%,
			rgba(0, 0, 0, 0) 100%);
}

.fade-both {
	-webkit-mask-image: linear-gradient(to right,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 1) 5%,
			rgba(0, 0, 0, 1) 95%,
			rgba(0, 0, 0, 0) 100%);
}

.comparison-img {
	height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.comparison-img img {
	max-width: 100%;
	height: 100%;
	max-height: unset;
}

.comparison a.cta.primary {
	line-height: 37px;
	padding: 0 20px;
	border: none;
	margin: 0;
}

/*-[ Collapse ]-----------------------*/
/* only collabse table block */
.collapse-table .collapse-item--toggle {
	background-color: #004cc6;
	color: #fff;
}

.collapse-table .collapse-item--show .collapse-content {
	border: 1px solid #b2cefb;
}

/* sidebar & collabse table block */
.collapse-item--toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.collapse-content {
	overflow: hidden;
	height: 0;
}

.collapse-item--show .collapse-content {
	height: auto;
}

.collapse-item__icon {
	content: "";
	display: inline-block;
	background-image: url("/wp-content/themes/glm-theme/brands/bonuskoodit/images/bkicons.svg");
	height: 24px;
	width: 24px;
	background-position-x: 198px;
	background-position-y: 0;
	background-size: auto 24px;
	margin-left: 10px;
	flex: 0 0 auto;
	border-radius: 0;
}

.collapse-item--show .collapse-item__icon {
	height: 6px;
	background-position-y: 15px;
	border-radius: 3px;
}

/*-[ Cookie notification ]--------------------*/
#cookie-notice a.cta.primary.cn-more-info {
	background-color: transparent;
	border-color: transparent;
	color: white;
	margin: 0;
	text-decoration: underline;
}

#cookie-notice a.cta.primary {
	padding: 5px 20px;
	border-radius: 8px;
	margin: 0 10px 0 0;
}

#cn-notice-text {
	display: block;
	margin-bottom: 5px;
}

.cookie-notice-container {
	box-sizing: border-box;
}

/*-[ Bottom casino offer CTA ]--------------------*/
#bottom-offer {
	background: #ffc600;
	bottom: 60px;
	display: none;
	left: 0px;
	position: fixed;
	width: 100%;
	border-bottom: 1px solid #fff;
	z-index: 14;
}

#bottom-offer a {
	text-decoration: none;
}

#bottom-offer.visible {
	display: block;
}

.bottom-offer__cta {
	color: #000;
	cursor: pointer;
	font-size: 14px;
	height: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bottom-offer__arrow {
	border: solid #000;
	border-width: 0px 6px 6px 0;
	display: inline-block;
	padding: 3px;
	height: 4px;
	width: 4px;
	position: relative;
	left: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#bottom-offer p.cta {
	display: none;
}

/* Bottom casino offer CTA - DESKTOP */
@media screen and (min-width: 889px) {
	#bottom-offer {
		bottom: 0px;
		border-bottom: none;
	}

	.bottom-offer__arrow {
		display: none;
	}
}

/*-[ Newsletter ]-----------------*/
.newsletter {
	text-align: center;
	width: 100%;
	background-image: url("images/newsletter-bg.png");
}

.newsletter-block {
	margin-bottom: 20px;
	background-position: -200px;
}

.newsletter span {
	font-size: 21px;
	color: #fff;
	line-height: 1em;
	margin: 30px 0 15px;
	padding-top: 30px;
	font-weight: bold;
	display: block;
}

.newsletter p {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 1.35em;
}

.newsletter br {
	content: "";
	margin: 10px;
	display: block;
}

.nl-label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.nl-email {
	width: 280px;
	line-height: 44px;
	padding: 0 22px;
	border: none;
	border-radius: 22px;
	margin-top: 10px;
}

.nl-submit {
	background-color: #003755;
	border: none;
	color: #fff;
	font-size: 16px;
	line-height: 44px;
	padding: 0;
	border-radius: 22px;
	width: 190px;
	margin: 10px 0 24px;
	cursor: pointer;
}

@media screen and (min-width: 460px) {
	.newsletter {
		text-align: left;
	}

	.newsletter span {
		font-size: 24px;
	}

	.newsletter p {
		font-size: 17px;
	}

	.nl-submit {
		width: 100px;
		margin: 10px 0px 24px 10px;
	}
}

/*
**********************************************************************
* YOAST
**********************************************************************
*/
/*-[ Yoast How-to block ]--------------------*/
.vaaka .schema-how-to-description {
	font-weight: bold;
}

.vaaka .schema-how-to-steps {
	display: flex;
	overflow-x: scroll;
	cursor: grab;
	margin-bottom: 30px;
	padding: 0 0 10px;
	user-select: none;

	/* Hide scrollbar for IE, Edge and Firefox */
	-ms-overflow-style: none;
	scrollbar-width: none;
}

/* Scrollbar for Chrome, Safari and Opera */
.vaaka .schema-how-to-steps::-webkit-scrollbar {
	height: 5px;
}

.vaaka .schema-how-to-steps::-webkit-scrollbar-track {
	background: #eee;
}

.vaaka .schema-how-to-steps::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #ccc;
}

.vaaka .schema-how-to-steps.active {
	cursor: grabbing;
}

.vaaka .schema-how-to-step {
	min-width: 260px;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.vaaka .schema-how-to-step-name {
	min-height: 70px;
	display: block;
}

.vaaka .schema-how-to-step-text {
	display: flex;
	flex-direction: column;
}

.vaaka .schema-how-to-step-text img {
	flex: 1;
	margin-bottom: 20px;
	pointer-events: none;
	order: -1;
}

.vaaka .schema-how-to-step-text a {
	display: contents;
}

/*-[ Yoast FAQ ]--------------------*/
strong.schema-faq-question {
	font-size: 18px;
	text-decoration: underline;
}

p.schema-faq-answer {
	margin-top: 10px;
}

p.schema-faq-answer img {
	margin: 10px 0;
}

/*
**********************************************************************
* Gutemberg
**********************************************************************
*/
.has-bk-blue-background-color {
	background-color: #004cc6;
}

.has-bk-yellow-background-color {
	background-color: #ffc600;
}

.has-black-background-color {
	background-color: #000;
}

.has-white-background-color {
	background-color: #fff;
}

.wp-block-image img {
	max-width: 100%;
}

.wp-block-image figcaption {
	margin-top: 0.5em;
	margin-bottom: 1em;
	text-align: center;
}

.wp-block-table {
	overflow-x: auto;
	width: 100%;
	margin-bottom: 20px;
}

.wp-block-table table {
	width: 100%;
}

.wp-block-table figcaption {
	color: rgb(68 68 68 / 80%);
	margin: 10px 0;
}

.wp-block-table.is-style-stripes {
	border-spacing: 0;
	border-collapse: inherit;
	background-color: transparent;
	border-bottom: 1px solid #f3f4f5;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: transparent;
}

.has-text-align-left {
	text-align: left;
}

.has-text-align-center {
	text-align: center;
}

.aligncenter {
	text-align: center;
}

.wp-block-columns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	column-gap: 1rem;
}

.wp-block-column p {
	margin-bottom: 16px;
}

.has-background {
	padding: 20px 30px;
}

.has-background a {
	color: #90d3ff;
}

.has-bk-blue-background-color {
	background-color: #004cc6;
}

.has-bk-yellow-background-color {
	background-color: #ffc600;
}

.has-white-color {
	color: #fff;
}

/*
**********************************************************************
* Icons
**********************************************************************
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
	content: "";
	display: inline-block;
	background-image: url("/wp-content/themes/glm-theme/brands/bonuskoodit/images/bkicons.svg");
}

.icon-angle-double-up:before {
	height: 14px;
	width: 14px;
	background-position-x: 130px;
}

.icon-search:before {
	height: 18px;
	width: 17px;
	background-position-x: 206px;
	background-size: auto 18px;
}

.icon-search-mobile:before {
	height: 24px;
	width: 24px;
	background-position-x: 275px;
	background-size: auto 24px;
}

.icon-edit:before {
	height: 11px;
	width: 14px;
	background-position-x: 60px;
	background-size: auto 11px;
}

.icon-plus:before {
	height: 16px;
	width: 16px;
	background-position-x: 132px;
	background-size: auto 16px;
}

.sort-down {
	display: flex;
}

.sort-down:before {
	content: "";
	display: inline-block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
}

.nav__toggle-caret--child .sort-down:before {
	border-top: 5px solid #444 !important;
}

.icon-quote-left:before {
	height: 16px;
	width: 16px;
	background-position-x: 81px;
	background-size: auto 16px;
}

.glmr-star:before {
	height: 30px;
	width: 31px;
	background-size: auto 30px;
}

.icon-star-empty:before {
	background-position-x: 125px;
}

.icon-star-half:before {
	background-position-x: 94px;
}

.icon-star-full:before {
	background-position-x: 63px;
}

.icon-star-hover:before {
	background-position-x: 31px !important;
}

/*
***************************************************************
* Bonus counter
***************************************************************
*/
.bonus-counter {
	background-color: #59a4fd;
	padding: 20px 35px 15px;
	color: #232323;
	margin-bottom: 20px;
}

.bonus-counter h3 {
	color: #fff;
	font-size: 24px;
	margin-top: 0;
	text-align: center;
}

.counter-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.counter-field {
	margin-bottom: 15px;
	display: flex;
	position: relative;
	width: 100%;
	max-width: 235px;
}

/* Hide arrows */
.counter-field input::-webkit-outer-spin-button,
.counter-field input::-webkit-inner-spin-button,
.percent-field input::-webkit-outer-spin-button,
.percent-field input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.counter-field input[type="number"] {
	-moz-appearance: textfield;
}

.counter-field.with-symbol input {
	padding-right: 30px;
}

.counter-field label,
.total-label {
	border-radius: 7px 0 0 7px;
	background-color: #c3c3c3;
	padding: 5px 10px;
	width: 60%;
	box-sizing: border-box;
}

.counter-field input,
.total-input {
	border-radius: 0 7px 7px 0;
	padding: 5px 10px;
	border: none;
	width: 40%;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
}

.counter-symbol {
	position: absolute;
	left: 210px;
	bottom: 5px;
}

.counter-radio {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin: 15px 5px 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

/* Hide the browser's default radio button */
.counter-radio input {
	position: absolute;
	opacity: 0;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.counter-radio input:checked~.checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.counter-radio .checkmark:after {
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #000;
}

.percent-field {
	position: relative;
}

.percent-field input {
	border: none;
	width: 230px;
	border-radius: 7px;
	padding: 5px 10px;
	text-align: center;
	margin-top: 5px;
	line-height: 21px;
}

.counter-results {
	background-color: #003755;
	padding: 15px 15px 0;
	border-radius: 10px;
	display: inline-block;
	width: 265px;
	margin-bottom: 15px;
}

#requirement {
	background-color: #36b762;
	font-weight: bold;
}

/* Bonus counter - DESKTOP */
@media screen and (min-width: 889px) {
	.bonus-counter h3 {
		text-align: left;
	}

	.counter-wrap {
		display: flex;
	}

	.counter-column {
		width: 50%;
		display: block;
	}

	.counter-column:first-of-type {
		margin: 15px 20px 20px 0;
	}

	.percent-field {
		margin-left: 15px;
	}
}

/*
***************************************************************
* Sources
***************************************************************
*/
.sources__wrap {
	padding-left: 20px;
	border-left: 1px solid #004cc6;
	margin-bottom: 10px;
}

#lahteet li::marker {
	color: #004cc6;
	font-weight: 700;
}

#lahteet li {
	padding: 0 0 10px 10px;
}

.source__link {
	padding-top: 4px;
	font-style: italic;
	font-size: 12px;
	word-break: break-word;
}

/*
***************************************************************
* Peek Box
***************************************************************
*/
.peek-box-wrap {
	margin-bottom: 20px;
}

.peek-boxes {
	background-color: #004cc6;
	padding: 6px;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	gap: 6px;
	border-radius: 10px;
}

.peek-box {
	background-color: #fbe9a4;
	padding: 15px;
	text-align: center;
	border-radius: 6px;
}

.peek-box__title,
.peek-box__text,
.peek-box__link {
	word-break: break-word;
}

.peek-box__title,
.peek-box__text p {
	color: #000;
	line-height: 1.3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.peek-box__title {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;

	-webkit-line-clamp: 2;
}

.peek-box__text p {
	color: #000;
	line-height: 1.3;

	-webkit-line-clamp: 3;
}

.peek-box__link {
	font-size: 18px;
}


@media (min-width: 660px) {
	.peek-boxes {
		grid-template-columns: repeat(2, 1fr);
		padding: 12px;
		gap: 12px;
	}
}