/*
Theme Name: Wikinggruppen
Description: Wikinggruppen's tema för Wordpress.
Author: WGR DATA AB
Author URI: Wikinggruppen.se
Version: 1.0
Tags: Wikinggruppen
*/

/*
Spacing values:
  small:  .5rem - 7px
  Normal: 1rem - 14px
  Medium: 2rem - 28px
  Large:  3rem - 42px
  Larger: 4rem - 63px
*/

/* ==========================================================================
   Base
   ========================================================================== */

html {
	font: 15px/1.6 'Open Sans', sans-serif;
	font-weight: 400;
	color: #2D3438;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	background: #F9F9F9;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
	font-weight: 600;
	color: #343c40;
	letter-spacing: -1px;
}
h1, .h1 {
	margin-bottom: 14px;
	font-size: 34px;
	line-height: 1.25;
	letter-spacing: 0;
}
h2, .h2 {
	margin-bottom: 7px;
	font-size: 26px;
	line-height: 1.25;
}
h3, .h3 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 6px;
}
h4, .h4 {
	font-size: 18px;
	margin-bottom: 6px;
	line-height: 1.4;
	letter-spacing: -0.2px;
}
h5, .h5 {
	font-size: 14px;
	margin-bottom: 5px;
}
h6, .h6 {
	font-size: 12px;
	margin-bottom: 3px;
}

.page-title {
	margin-bottom: 4px;
	text-align: center;
}

.search-titel--link {
	color: #343c40;
}

.lead {
	margin-bottom: 28px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	color: #4D595F;
	letter-spacing: -0.5px;
}

.lead__logo {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.lead--multiple {
	margin-bottom: 14px;
}

p {
	margin: 0 0 14px;
}

strong {
	font-weight: 600;
}

a {
	text-decoration: none;
	color: #1BA0CA;
}

.wgr-color {
	color: #1ba0ca;
}

.large-text {
    font-size: 64px;
    font-weight: 800;
}

.bold {
	font-weight: 800;
}

.input-select {
	width: 100%;
	height: 48px;

    position: relative;
    display: inline-flex;
    align-items: center;

	border: 1px solid #ccc;
	background-color: #fff;
    border-radius: 3px;
}

.input-select span {
	width: 100%;
	height: 100%;
}

.input-select select {
    width: 100%;
    height: 100%;
    padding: 5px 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-style: none;
    background: none;
    font: inherit;
    line-height: normal;
    outline: none;
}

.input-select .wgr-icon {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;

	height: 20px;
    font-size: 20px;
}

/* Medium */
@media all and (max-width: 780px) {
	html {
		font-size: 14px;
	}
	h1, .h1 {
		font-size: 26px;
	}
	h2, .h2 {
		font-size: 22px;
	}
	h3, .h3 {
		font-size: 19px;
	}
	h4, .h4 {
		font-size: 17px;
	}

	.lead {
		font-size: 18px;
	}
}

input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 13px;
	color: #222;
	width: 100%;
}
input:focus,
textarea:focus {
	outline: none;
	border-color: #c2c2c2;
}

textarea,
input[type="text"],
input[type="email"],
input[type="submit"] {
	-webkit-appearance: none;
}

input:disabled {
	opacity: .5;
}

/* Contact forms */
form div.wpcf7-response-output {
	margin: 14px 0 0;
	padding: 13px;
	border-radius: 4px;
	border: 1px solid;
	border-bottom: 2px solid;
}
form div.wpcf7-validation-errors {
	border-color: #F7E700;
	background-color: #FFFEF0;
	color: #4c4700;
}
form div.wpcf7-mail-sent-ok {
	border-color: #8EBD7B;
	background-color: #F1FFEC;
	color: #285815;
}
form span.wpcf7-not-valid-tip {
	color: #DD665A;
	margin-top: 5px;
	display: none;
}
.wpcf7-not-valid {
	border: 2px solid #DD665A !important;
	padding: 12px;
}
div.wpcf7 img.ajax-loader {
	display: none !important;
}
.wpcf7 form .wpcf7-response-output {
	color: #222;
	background: rgba(255,255,255,0.75);
}

.form-holder {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 28px;
}
.form-holder p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
	.form-holder {
		padding: 14px;
	}
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;

	border: none;

	background-color: transparent;

	line-height: normal;
	cursor: pointer;
}

select {
	color: #222;
	width: 100%;
	padding: 7px;
}
select:focus {
	outline: none;
}

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

hr {
	display: block;
	height: 1px;
	margin: 42px 0 46px;
	padding: 0;
	border: 0;
	border-top: 1px solid #e5e5e5;
}

@media only screen and (max-width: 768px) {
	hr {
		margin: 28px 0;
	}
}

/* ==========================================================================
   Utilities
   ========================================================================== */

.media {
	margin-top: 15px;
	margin-bottom: 15px;
}
.media,
.media-body {
	overflow: hidden;
}
.media-img {
	margin-right: 25px;
	float: left;
}
.media-img img {
	display: block;
}

.media--news {
	margin-top: 0;
	margin-bottom: 42px;
	padding-bottom: 42px;
	border-bottom: 1px solid #e5e5e5;
}
.media--news:last-child {
	border-bottom-style: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.media--news .media-img {
	max-width: 300px;
}

.media--casestudies .media-title {
	padding: 42px 63px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	overflow: hidden;
}

.media--casestudies .media-title h2 {
	line-height: 1;
	margin-bottom: 0;
}

.media--casestudies .media-body {
	margin-top: 0;
	margin-bottom: 30px;
	padding: 42px 63px;
	border-bottom: 2px solid #e5e5e5;
	background: #fff;
	overflow: hidden;
}

.media--casestudies strong {
	color: #333;
}

.video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* reviews */
.review-box {
	border: 1px solid #e5e5e5;
    margin-left: 6px;
    margin-right: 6px;

	background: #fff;
    font-size: 14px;
}
.review-box__content {
	padding: 15px 15px 10px;
}
.review-box__content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

    height: 154px;
	margin-bottom: 0;
	overflow: hidden;

	font-style: italic;
	text-align: center;
}
.review-box__footer {
	border-top: 1px solid #e5e5e5;
	padding: 8px 15px 9px;

	font-size: 12px;
}
.review-box__footer__left {
	display: inline-block;
	width: 40%;

	vertical-align: middle;
}
.review-box__footer__right {
	display: inline-block;
	width: 60%;

	font-weight: 700;
	text-align: right;
	vertical-align: middle;
}

@media only screen and (max-width: 600px) {
	.media-img {
		float: none;
		margin-right: 0;
		margin-bottom: 25px;
	}
}

.nav {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.nav > li,
.nav > li > a {
	display: inline-block;
}

.block-list,
.block-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.block-list > span {
	display: block;
}

.image-border {
	border: 1px solid #e2e2e2;
	padding: 8px;
	background: #fff;
}

/* ==========================================================================
   Grids
   ========================================================================== */

.grid {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.grid-flip {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.grid-h-center {
	-webkit-justify-content: center;
	justify-content: center;
}
.grid-h-center {
	-webkit-justify-content: center;
	justify-content: center;
}
.grid-h-space-around {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.grid-v-space-around {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.grid-v-bottom {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.grid-v-center {
	-webkit-align-items: center;
	align-items: center;
}
.grid-spacing > .grid-item {
	margin-bottom: 28px;
}
.grid-2 > .grid-item {
	width: 48%;
}
.grid-3 > .grid-item {
	width: 32%;
}
.grid-4 > .grid-item {
	width: 24%;
}
.grid-6 > .grid-item {
	width: 32%;
	/*margin-bottom: 2%;*/
}
.grid-2-1 > .grid-item-1 {
	width: 65%;
}
.grid-2-1 > .grid-item-2 {
	width: 31%;
}
.grid-2-1 > .grid-item-3 {
	width: 74%;
}
.grid-2-1 > .grid-item-4 {
	width: 22%;
}

.grid-4-2 > .grid-item-1 {
	width: 55%;
}
.grid-4-2 > .grid-item-2 {
	width: 42%;
}

.grid-item-flex {
	-webkit-flex: 1;
	flex: 1;
}
.grid-item-ghost {
	margin-bottom: 0 !important;
}

.no-flexbox .grid {
	overflow: hidden;
	font-size: 0;
}

.no-flexbox .grid-item {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.no-flexbox .grid-2 > .grid-item,
.no-flexbox .grid-3 > .grid-item,
.no-flexbox .grid-4 > .grid-item,
.no-flexbox .grid-6 > .grid-item {
	margin-left: 1%;
}

.grid-2-1 > .grid-item-1 {
	width: 65%;
}
.grid-2-1 > .grid-item-2 {
	width: 31%;
}

.grid-flip.grid-2-1 > .grid-item-1 {
	width: 31%;
}
.grid-flip.grid-2-1 > .grid-item-2 {
	width: 65%;
}

.grid-2-1 > .grid-item-3 {
	width: 74%;
}
.grid-2-1 > .grid-item-4 {
	width: 22%;

}

/* Grid mods */
.grid--marketing {
	margin-left: 28px;
	margin-right: 28px;
}
.grid--marketing > .grid-item {
	width: auto;
}

.grid--marketing > .grid-item-1 {
	padding-right: 63px;
}
.grid-flip.grid--marketing > .grid-item-1 {
	padding-right: 0;
	padding-left: 63px;
}
.grid--marketing > .grid-item-2 {
	-webkit-flex: 1;
	flex: 1;
}

.no-flexbox .grid--marketing > .grid-item-1 {
	width: 25%;
	padding-left: 0;
}
.no-flexbox .grid--marketing > .grid-item-2 {
	width: 70%;
}

.grid--references {}
.grid--references .grid-item-2 {
	margin-left: 42px;
}

.no-flexbox .grid--references .grid-item-1 {
	width: 58%;
}
.no-flexbox .grid--references .grid-item-2 {
	width: 38%;
	margin-left: 0;
	padding-left: 42px;
}

.no-flexbox .front-branding .grid-item-flex {
	display: inline-block;
	width: 65%;
	vertical-align: top;
}

.grid--slider {}
.grid--slider > .grid-item-1 {
	width: 58%;
}
.grid--slider > .grid-item-2 {
	width: 38%;
}

.grid--news-post > .grid-item-1 {
	width: 60%;
}
.grid--news-post > .grid-item-2 {
	width: 35%;
}

.page-template-page-templatesemployees-php .grid-6 > .grid-item {
	width:32.2%
}

/* Grid layout */
.beta-grid-layout.grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}
.beta-grid-layout.grid-3 > .grid-item {
	margin-bottom: 0;
	width: auto;
}

/* Largest */
@media only screen and (max-width: 1000px) {
}

@media only screen and (max-width: 900px) {
	.grid-4 > .grid-item {
		width: 48%;
		margin-bottom: 21px;
	}

}

@media only screen and (max-width: 760px) {
	.grid {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.grid > .grid-item {
		width: 100%;
		margin-bottom: 11px;
	}
	.grid-6 > .grid-item {
		width: 32%;
		/*margin-bottom: 4%;*/
	}
	.grid > .grid-item:last-child,
	.grid-flush-last > .grid-item:last-child {
		margin-bottom: 0;
	}
	.grid-spacing > .grid-item:last-child {
		margin-bottom: 28px;
	}
	.grid-small > .grid-item {
		margin-bottom: 14px;
	}

	.grid-6 {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	.grid-6>.grid-item,
    .page-template-page-templatesemployees-php .grid-6>.grid-item {
        width: 48%
    }

	.grid--marketing {
		margin-left: 7px;
		margin-right: 7px;
		text-align: center;
	}

	.grid--marketing > .grid-item-1,
	.grid-flip.grid--marketing > .grid-item-1 {
		padding-right: 0;
		padding-left: 0;
	}

	.grid--references .grid-item-2 {
		margin-left: 0;
	}

	.grid--support {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.grid--empployees {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	.grid--employees .grid-item {
		width: 50%;
	}

	.grid--slider {
		text-align: center;
	}

	/* Grid layout */
	.beta-grid-layout.grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-text-center {
		text-align: center;
	}

	.grid-mobile-center {
		text-align: center;
	}
}

@media all and (max-width: 480px) {
	.grid-6 {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.grid-6 .grid-item,
	.page-template-page-templatesemployees-php .grid-6>.grid-item {
		width: 100%;
	}

	/* Grid layout */
	.beta-grid-layout.grid-3 {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* ==========================================================================
   Layuot
   ========================================================================== */

.l-constrained {
	position: relative;

	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.l-indent {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

/*.l-indent-95 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.page-template-indent .l-indent {
	width: 65%;
}*/

.l-highlight {
	background-color: #fff;
/*	box-shadow: 0 2px 5px rgba(6, 8, 8, 0.06),
				0 -1px 1px rgba(6, 8, 8, 0.02);*/
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	/*border-top: 1px solid #F2F2F2;*/
}
.l-highlight--shadow {
	position: relative;
	z-index: 99;
	box-shadow: 0 1px 2px rgba(6, 8, 8, 0.15);
	background: #fff;
	border-bottom: none;
	border-top: none;
}

.l-customer-survey {
	background-image: url(images/customer_survey.png);
    background-position: 50% 35%;
    background-size: cover;
    color: #fff;
    font-size: 16px;
}
.l-customer-survey .callout-link {
	color: #fff;
}
.l-customer-survey .callout-link .wgr-icon {
	color: #666;
}

/*.l-highlight--bold {
	background-color: #485258;
	background-image: linear-gradient(to bottom, #68767C, #485258);
	color: #fff;
}*/

.l-highlight--bold {
	background-color: #485258;
	background-image: linear-gradient(to bottom, #606F76, #414B52);
	color: #fff;
	border-bottom: none;
	border-top: none;
}

.l-highlight--brand {
	background: #1495bd;
	color: #fff;
	border-top: none;
	border-bottom: none;
}
.l-highlight--brand h2,
.l-highlight--brand p {
	color: #fff;
}
.l-highlight--brand input {
	border: none;
}

.mobile-secondary-menu {
	display: none;
}


.l-menubar {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.l-main {}

.l-header {
	background: #fff;
}

.l-header__left {
	float: left;
}

.l-header__right {
	float: right;
	padding-top: 6px;
}

.l-header__right i {
	position: relative;
	top: 2px;
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
}

.l-header__right .nav {
	display: inline-block;
	vertical-align: middle;
}

.l-header__right .nav > li {
	display: block;
}

.l-header__middle {
	overflow: hidden;
	text-align: center;
	padding-left: 30px;
	padding-right: 20px;
}

.l-header-mobile {
	display: none;
}

.l-footer {
	background: #343c40;
	color: #eee;
}
.l-footer a {
	color: #ccc;
}
.l-footer a:hover {
	color: #fff;
}
.l-footer h3 {
	color: #fff;
}

.no-flexbox .l-footer .grid-item {
	width: 24%;
}

/* Largest */
@media only screen and (max-width: 1050px) {
	.l-constrained {
		margin-left: 21px;
		margin-right: 21px;
	}

	.l-header__middle {
		padding-left: 25px;
		padding-right: 10px;
	}
}

/* Large */
@media only screen and (max-width: 768px) {
	.l-header {
		display: none;
	}

	.l-footer a {
		line-height: 2;
		font-size: 1.15em;
	}

	.l-header-mobile {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;

		height: 80px;
		padding-left: 21px;
		padding-right: 21px;
		display: block;

		background: rgba(255,255,255, 0.98);
		/*box-shadow: 0 1px 2px rgba(6,8,8,0.15);*/
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	.l-header-mobile .grid {
		height: 100%;
	}

	.secondary-menu-wrapper {
		display: none;
	}

	.mobile-secondary-menu {
		display: block;
		/*box-shadow: inset 0 -1px 1px rgba(6,8,8,0.1);*/
		/*background: rgba(255,255,255, 0.95);*/
		z-index: 99;
/*		border-bottom: 1px solid #e7e7e7;
		border-bottom: 1px solid red;*/
		/*background: rgba(250,250,250, 0.1);*/
		/*background: rgba(57,66,70, 0.4);*/
		background: #343c40;
		background: rgba(52, 60, 64, 0.98);
		/*border-bottom: 1px solid rgba(250,250,250, 0.1);*/
		padding: 7px 18px;
		padding: 9px 24px;
		/*box-shadow: 0 -1px 2px rgba(6,8,8,0.15);*/
		/*box-shadow: 0 2px 3px rgba(6,8,8,0.3);*/
	}

	.csspositionsticky .mobile-secondary-menu {
		position: -webkit-sticky;
		position: -moz-sticky;
		position: -ms-sticky;
		position: -o-sticky;
		top: 0;
	}

	.secondary-menu-active .l-header-mobile {
		position: relative;
		border-bottom-style: none;
	}
	.secondary-menu-active .l-main {
		margin-top: 0;
	}

	/* Under klarna kampanjen ska inte menyn var sticky i mobilen */
	.l-header-mobile {
		position: relative !important;
	}
	.l-main {
		margin-top: 0 !important;
	}

	.mobile-secondary-menu > div {
		width: 100%;
		padding-right: 5px;
	}
	.mobile-secondary-menu__title {
		color: #fff;
		font-weight: 700;
		white-space: nowrap;
	}

	.mobile-secondary-menu > div,
	.mobile-secondary-menu__title {
		display: table-cell;
	}


	.mobile-secondary-menu select {
		-webkit-appearance: none;
		border-radius: 0;
	    border-style: none;
	    background: none;
	    width: 100%;
	    display: inline-block;
	    color: #fff;
	    /*background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px' color='#fff'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>") right no-repeat;*/
	    background: url("data:image/svg+xml;charset=utf8,%3C!--%20Generator:%20Adobe%20Illustrator%2017.1.0,%20SVG%20Export%20Plug-In%20%20--%3E%0A%3Csvg%20version=%221.1%22%20baseProfile=%22tiny%22%0A%09%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20xmlns:a=%22http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/%22%0A%09%20x=%220px%22%20y=%220px%22%20width=%2210.289px%22%20height=%226.563px%22%20viewBox=%220%200%2010.289%206.563%22%20xml:space=%22preserve%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20white%20!important;%20%7D%3C/style%3E%0A%3Cdefs%3E%0A%3C/defs%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill=%22%23CDCCCC%22%20points=%225.212,6.563%200,1.424%201.404,0%205.192,3.735%208.865,0.01%2010.289,1.414%20%09%22/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A") no-repeat right center;
	}

	.mobile-secondary-menu select option {
		color: #4D595F;
	}

/*	.mobile-secondary-menu:before,
	.mobile-secondary-menu:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 40px;
		background: url(images/shadow-left.png) left center no-repeat;
		z-index: 9999;
	}*/

	.l-main {
		margin-top: 80px;
	}

	.l-header-mobile .site-logo {
		width: 240px;
	}

	.l-header-mobile .grid {
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	.l-header-mobile .grid-item {
		margin-bottom: 0;
		width: auto;
	}

	.mobile-menu {
		padding: 0;

		font-size: 30px;
		color: #475257;

		border-style: none;
		background-color: transparent;
		outline: none;
	   	-webkit-appearance: none;
		line-height: 1;
	}

	.mobile-menu .wgr-icon {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		height: 23px;
	}

	.mobile-menu {
		position: relative;
		width: 30px;
		height: 36px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		font-size: 23px;
	}

	.mobile-menu .icon-times {
		-webkit-transform: scale(0);
		opacity: 0;
	    /*-webkit-animation-fill-mode: forwards;*/

	}

/*	.mobile-menu:active {
	  opacity: .2;
	}*/


	.is-mobile-nav-open .mobile-menu .icon-bars {
	    -webkit-animation: swap-away .15s ease-in-out;
	    -webkit-animation-fill-mode: forwards;
	    animation-fill-mode: forwards;
	    -webkit-transform: scale(1);
	}

	.is-mobile-nav-open .mobile-menu .icon-times {
	    -webkit-animation: swap-up .25s ease-in-out;
		-webkit-animation-delay: .15s;
	    -webkit-animation-fill-mode: forwards;
	}

	.is-mobile-nav-closed .mobile-menu .icon-times {
	    -webkit-animation: swap-away .1s ease-in-out; /* Chrome, Safari, Opera */
	    -webkit-animation-fill-mode: forwards;
		-webkit-transform: scale(1);
		opacity: 1;
	}

	.is-mobile-nav-closed .mobile-menu .icon-bars {
	    -webkit-animation: swap-up .2s ease-in-out;
		-webkit-animation-delay: .1s;
	    -webkit-animation-fill-mode: forwards;
		-webkit-transform: scale(0);
		opacity: 0;
	}

	/* Chrome, Safari, Opera */
	@-webkit-keyframes swap-away {
	    0% {
	    	-webkit-transform: scale(1);
	    	opacity: 1;
	    }
	    100% {
	    	-webkit-transform: scale(0);
	    	opacity: 0;
	    }
	}

	@-webkit-keyframes swap-up {
		0% {
			-webkit-transform: scale(0);
			opacity: 0;
		}
	    100% {
	    	-webkit-transform: scale(1);
	    	opacity: 1;
	    }
	}

}

/* Medium */
@media all and (max-width: 480px) {
	.l-indent {
		width: auto;
	}

	.secondary-menu a {
		padding: 20px 6px !important;
		font-size: 13px;
	}

	.l-header-mobile {
		height: 56px;
	}
	.l-header-mobile .site-logo {
		width: 160px;
	}

	.l-main {
		margin-top: 56px;
	}

	.l-constrained {
		margin-left: 21px;
		margin-right: 21px;
	}
}

.l-highlight--bold {
	position: relative;
	z-index: 99;
}

.hero-bg {
/*	background-repeat: no-repeat;
	background-size: cover;*/
	background-color: #37434D;
	/*background-image: none !important;*/
	position: relative;
	overflow: hidden;
}
.hero-bg__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 114%;
    width: 114%;
    position: absolute;
    top: 7%;
    left: 7%;
    /*transition: .8s all;*/
}
.hero-bg > .l-constrained {
	max-width: 850px;
}
.hero-bg h1,
.hero-bg h2,
.hero-bg .lead {
	color: #fff;
}
.hero-bg input,
.hero-bg .input-select {
	border-color: #fff;
}

.hero-bg .lead a {
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,.6);
	line-height: 1.08;
	color: #fff;
}
.hero-bg .lead a:hover {
	border-bottom-color: rgba(255,255,255,.9);
}

.hero-bg .btn--neutral,
.hero-bg .btn--neutral:hover {
	background: #fff;
}

.hero-bg__action {
	background: rgba(0,0,0,0.1);
	position: relative;
	z-index: 10;
}

.hero-bg__action .btn + .btn {
	margin-left: 11px;
}

@media all and (max-width: 780px) {
	.hero-bg > .l-constrained {
		padding-top: 42px;
		padding-bottom: 42px;
	}
}

@media all and (max-width: 480px) {
	.hero-bg__action .btn {
		width: 100%;
	}
	.hero-bg__action .btn + .btn {
		margin-left: 0;
		margin-top: 11px;
	}
}
.page-id-11672 .l-highlight .spacing-larger {
	display: none;
}

/*.page-id-156 .l-highlight--shadow {
	background: rgba(255,255,255, 0.05);
}
.page-id-156 .tmp-main-navigation-wrapper {
	position: absolute;
	width: 100%;
}
.page-id-156 .page-bg {
	padding-top: 100px;
}

.page-id-156 .secondary-menu a {
	color: #fff;
}*/

/* WGR Frakt */
.view-shipping .spacing-bottom--list {
	display: none;
}
.view-shipping .list-functions {
	margin-top: 25px;

	text-align: center;
}
.view-shipping .list-functions strong {
	display: block;
}
.view-shipping .list-functions .wgr-icon {
	float: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;

	font-size: 40px;
}
.view-shipping .bold-icon {
	color: #2d3438;
}
.view-shipping .grid--marketing {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.shipping-text-img .grid {
	margin-bottom: 20px;
}
.shipping-calculator-btn {
	margin-top: 20px;
}
.shipping-text-img form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	max-width: 600px;

	font-size: 0;
}
.shipping-text-img form > p {
	display: inline-block;
	margin-bottom: 2%;
	margin-right: 2%;
	width: 40%;

	vertical-align: top;
}
.shipping-text-img form > p:last-of-type {
	margin-right: 0;
	width: 16%;
}
.shipping-text-img form > p,
.shipping-text-img form > div {
	font-size: 15px;
}
.shipping-text-img form .wpcf7-submit {
	border-style: none;
	border-radius: 3px;
    background-color: #1ba0ca;
    font-weight: 600;
    color: #fff;
}

.shipping-calc {
	max-width: 800px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;

	text-align: center;
}
.shipping-calc .grid-item {
	border-radius: 3px;
	overflow: hidden;

	background: #f9f9f9;
}
.shipping-calc__img {
	padding: 20px 20px 10px;

	line-height: 56px;
	text-align: center;
}
.shipping-calc__img img {
	max-height: 40px;
	max-width: 200px;
}
.view-shipping .btn {
	margin-top: 10px;
}
.shipping-calc__body {
	padding: 10px 20px 20px;
}
.shipping-calc__body p {
	margin-bottom: 0;
}
.shipping-calc__result {
	margin-top: 15px;
}
.shipping-calc .highlight {
	border-radius: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 10px;

	background: #343c40;
	color: #fff;
	font-size: 18px;
}
.shipping-calc .info {
	margin-top: 10px;

	font-size: 9px;
	font-style: italic;
}
.shipping-calc .info b {
	color: #000;
}
.shipping-calc .input-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin-top: 5px;
}
.shipping-calc input {
	-ms-flex-negative: 1;
	flex-shrink: 1;

	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;

	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-left: 70px;

	font-size: 20px;
	text-align: center;
}
.shipping-calc .btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;

	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;

	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 16px;
	margin-top: 0;
	min-width: 70px;

	font-size: 13px;
	text-align: center;
}
.round-shipping-image {
	display: inline-block;
	width: 200px;
	height: 200px;

	background: #f5f5f5;
	border-radius: 50%;

	line-height: 200px;
	text-align: center;
	color: #1BA0CA;
}
.shipping-quotes .slick-slide img {
    display: inline-block;
}

.page-id-13860 .shipping-text-img .grid-item {
    display: flex;
    flex-direction: column;
}
.page-id-13860 .shipping-text-img .grid-item p:last-of-type {
    margin-top: auto;
}

.table-ta-functions th {
    border-bottom: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;

    text-align: center;
}
.table-ta-functions th:first-of-type {
    text-align: left;
}
.table-ta-functions th:last-of-type {
    border-right-style: none;
}
.table-ta-functions th,
.table-ta-functions td {
    padding: 10px 15px;
}
.table-ta-functions td {
    text-align: center;
}
.table-ta-functions td:first-of-type {
    text-align: left;
}
.table-ta-functions .wgr-icon.icon-times {
    color: #000;
}
.table-ta-functions .wgr-icon.icon-check {
    color: #7BB44A;
}

@media all and (max-width: 1120px) {
    .shipping-quotes .slick-next,
    .shipping-quotes .slick-prev {
        display: none !important;
    }
}

@media all and (max-width: 600px) {
	.shipping-text-img form > p {
		margin-right: 0%;
		width: 100%;
	}
	.shipping-text-img form > p:last-of-type {
		width: 100%;
	}
}

@media all and (max-width: 480px) {
	.shipping-calc input {
		padding-left: 15px;

		text-align: left;
	}
}

/* Wikinggruppen + Ecster */
.grid-ecster {
	background: #fff;
	padding: 10px;
	border: 1px solid #e2e2e2;
	margin-bottom: 20px;
}

.ecster-price {
}

.ecster-pricetext {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 0;
}

.ecster-ul {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
}

.ecster-ul > li {
	background-image: url(/innehall/uploads/2014/07/ecster_check.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 70px;
}

@media all and (max-width: 600px) {
	.ecster-ul img.alignright {
		float: none;
		display: block;
		margin-left: 0;
	}
}

@media all and (max-width: 480px) {
	.ecster-ul > li {
		background-image: none;
		padding-left: 0px;
	}

}

/* ==========================================================================
   Modules
   ========================================================================== */

.front-branding {
	border-top: 1px solid #eee;
	box-shadow: 0 1px 2px rgba(6,8,8,0.15);
	position: relative;
	z-index: 2;
	background: #fff;
}
.front-branding .grid-item {
	display: -webkit-flex;
	display: flex;
}
.front-branding .wgr-icon {
	display: inline-block;
	height: 90px;
	width: 90px;
	border: 3px solid;
	border-radius: 50%;
	margin-right: 14px;

	font-size: 42px;
	line-height: 85px;
	text-align: center;
}
.front-branding .icon-shopping-cart {
	color: #9d589e;
}
.front-branding .icon-gears {
	color: #7bb44a;
}
.front-branding .icon-gears:before {
	margin-left: -4px;
}
.front-branding .icon-mobile-phone {
	color: #c9a54b;
	font-size: 62px;
}
.front-branding h2 {
	margin-bottom: 2px;
}
.front-branding p {
	color: #2D3438;
}
@media all and (max-width: 720px) {
	.front-branding .wgr-icon {
		height: 80px;
		width: 80px;

		font-size: 31px;
		line-height: 75px;
	}
	.front-branding .icon-mobile-phone {
		font-size: 42px;
	}

	.front-branding {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.front-branding .grid-item {
		margin-bottom: 21px;
	}
}

.bold-icon {
	display: inline-block;
	width: 200px;
	height: 200px;

	background: #f5f5f5;
	border-radius: 50%;

	text-align: center;
	font-size: 63px;
	color: #1BA0CA;
}
.bold-icon--invert {
	background: #fff;
	color: #404E59;
}
.bold-icon .wgr-icon {
	display: block;
	line-height: 200px;
}
@media all and (max-width: 760px) {
	.bold-icon {
		width: 100px;
		height: 100px;

		font-size: 28px;
	}
	.bold-icon .wgr-icon {
		line-height: 100px;
	}
}

.site-logo {
	width: 280px;
}

.highlight-box {
	padding: 22px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	background: #fff;
}

.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999999;
}

.list-functions .wgr-icon {
	font-size: 28px;
	color: #1BA0CA;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: -3px;
}
.list-functions strong {
	font-size: 16px;
}

@media all and (max-width: 760px) {
	.list-functions {
		text-align: center;
	}
	.list-functions .wgr-icon {
		float: none;
		display: block;
		margin-right: 0;
	}
}

.extra-nav {
	font-size: 0;
	margin-bottom: 20px;
	margin-left: -2%;
}
.extra-nav li {
	font-weight: 600;
	width: 31.33%;
	margin-left: 2%;
	margin-bottom: 2%;
	text-align: center;
	position: relative;

	vertical-align: top;
}

/*.extra-nav li a {
	max-width: 80%;
}*/

/*.extra-nav--img-txt li {
	line-height: 110px;
}

.extra-nav-title {
	position: absolute;
	bottom: 24px;
	line-height: 1;
	left: 0;
	right: 0;
	font-size:14px;
	color:#000;
}*/

.image-box {
	border: 1px solid #E5E5E5;
	background: #FFF;
}
.extra-nav li .image-box__link {
	display: block;
}
.image-box__footer {
	border-top: 1px solid #E5E5E5;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	text-align: center;
}
.theme-gallery .image-box__footer {
	font-weight: 400;
}
.image-box__subtitle {
	font-size: 12px;
}
.image-box__footer .btn {
	margin: 2px;
}

.image-box:hover .image-box__footer__text {
	color: #1ba0ca;
	transition: color .2s;
}
.image-box__footer:before {
	content: '';
	top: -5px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	border: 1px solid #E5E5E5;
	width: 10px;
	height: 10px;
	background: #FDFDFD;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.image-box__footer__text {
	padding: 11px 21px;
	background: #FDFDFD;
	position: relative;
	color: #343C40;
	transition: color .2s;
}

.extra-nav .image-box__image {
	height: 135px;
	line-height: 135px;
	font-size: 69px;
}
.extra-nav .image-box--success .image-box__image {
	position: relative;
}
.extra-nav .image-box img {
	max-width: 160px;
}
.extra-nav .image-box--success .img {
	font-size: 0;
}
.extra-nav .image-box--success .image-box__footer__text {
	min-height: 66px;
}

.extra-nav .image-box__icons {
	position: absolute;
	bottom: 7px;
	right: 10px;

	line-height: 1;
	font-size: 0;
}
.extra-nav .image-box__icons .wgr-icon {
	display: inline-block;
	margin-left: 2px;
	width: 22px;
	height: 22px;
	border-radius: 50%;

	background: #414c53;
	line-height: 22px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

@media all and (max-width: 720px) {
	.extra-nav li {
		width: 48%;
	}
}

@media all and (max-width: 480px) {
	.extra-nav .image-box__image {
		padding-left: 21px;
		padding-right: 21px;
		font-size: 49px;
	}
	.extra-nav .image-box img {
		max-width: 100%;
	}
}

.site-nav {
	position: relative;
	z-index: 99999;
}
.site-nav li {
	position: relative;
	float: left;
}
.site-nav a {
	display: block;
	padding: 0 22px;
	height: 47px;
	line-height: 47px;

	font-weight: 700;
	color: #fff;
	text-decoration: none;
}


@media all and (max-width: 850px) {
	.site-nav a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.site-nav a:hover  {
	background: rgba(0,0,0,.08);
}
.site-nav-home a:before {
	font-family: "wgr-icons";
	font-weight: normal;
	content: "\e602";
}
.site-nav-home span {
	text-indent: -999px;
	display: inline-block;
}
.site-nav .current-menu-item a,
.site-nav .current-page-ancestor a {
	background: rgba(0,0,0,.15);
}
.secondary-menu-active .site-nav .current-page-ancestor:after,
.secondary-menu-active .site-nav .current-menu-item:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5px;

	border-bottom: 4px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;

	content: '';
}

.is-show-arrow .wgr-icon {
	opacity: 0;
	margin-left: 4px;
	font-size: 10px;
	transition: opacity .2s ease-in-out;
	color: #CDD4D8;
}
.is-show-arrow:hover .wgr-icon {
	opacity: 1;
}

.secondary-menu {
	display: inline-block;
}
.secondary-menu a {
	color: #475257;
	font-weight: 600;
	padding: 16px 12px;
	font-size: 13px;
}
.secondary-menu a:hover {
	color: #343c40;
}
.secondary-menu .current-menu-item a,
.secondary-menu .current-menu-item:hover a  {
	color: #1BA0CA;
}

.wgr-plan {
	width: 180px;
	background: #FFF;
	height: 180px;
	border-radius: 50%;
	color: #1BA0CA;
	font-weight: bold;
	font-size: 90px;
	text-align: center;
	margin-left: 50px;
	margin-top: 15px;
	line-height: 175px;
}

.pricing-plan {}

.pricing-plan > li {
	float: left;
	background: #fff;
	width: 33.333%;
}

.pricing-plan-2 > li {
	width:50%;
}

.pricing-plan .btn {
	width: 75%;
	padding-left: 0;
	padding-right: 0;
}

.pricing-plan-item--first,
.pricing-plan-item--second,
.pricing-plan-item--last {
	border: 1px solid #e2e2e2;
}
.pricing-plan-item--first {
	border-right-style: none;
}
.pricing-plan-item--last {
	border-left-style: none;
}

.pricing-plan-header {
	text-align: center;
	padding-top: 28px;
	padding-bottom: 28px;
}

.is-pricing-plan-show-more {
	display: none;
}

.pricing-plan-title {
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.pricing-plan-fee {
	margin-bottom: 21px;
}

.pricing-plan-fee-price {
	font-size: 28px;
}
.pricing-plan-start-price {
	display: block;
	font-size: 13px;
	line-height: 1;
	font-style: italic;
}

.plan-fee {
	margin-bottom: 1.5em;
}
.plan-fee-price {
	font-size: 2.6em;
}

.pricing-plan-list {
	padding: 24px;
	text-align: center;
	border-top: 1px solid #e2e2e2;
}
.pricing-plan-list-disabled {
	text-decoration: line-through;
	color: #a5a5a5;
}

.pricing-plan--branding .pricing-plan-item {
	/*width: 32%;*/
}
.pricing-plan--branding .pricing-plan-item--second {
	position: relative;
	top: -10px;
	/*width: 36%;*/
	padding-bottom: 10px;
}
.pricing-plan--branding .pricing-plan-item--second .pricing-plan-header {
	margin-top: 5px;
}
.pricing-plan--branding .pricing-plan-item--second .pricing-plan-fee {
	padding-bottom: 5px;
}

@media all and (max-width: 780px) {
	.pricing-plan-list {
		padding: 18px;
	}

	.pricing-plan--branding .pricing-plan-item,
	.pricing-plan--branding .pricing-plan-item--second {
		/*width: 33.333%;*/
	}
}

@media all and (max-width: 720px) {
	.pricing-plan {
		border-style: none;
		width: 100%;
	}
	.pricing-plan > li,
	.pricing-plan--branding .pricing-plan-item {
		width: 100%;
		float: none;
		border: 1px solid #e2e2e2;
		margin-bottom: 14px;
		border-radius: 4px;
		overflow: hidden;
	}

	.pricing-plan--branding .pricing-plan-item--second {
		position: relative;
		top: 0;
		width: 100%;
		padding-bottom: 0;
	}
	.pricing-plan--branding .pricing-plan-item--second .pricing-plan-header {
		margin-top: 0;
	}
	.pricing-plan--branding .pricing-plan-item--second .pricing-plan-fee {
		padding-bottom: 0;
	}

	.pricing-plan-list {
		display: none;
	}
	.is-pricing-plan-show-more {
		margin-top: 28px;
		display: inline-block;
		cursor: pointer;
	}

	.is-pricing-plan-show-more .wgr-icon {
		margin-left: 4px;
	}
	.is-pricing-plan-open .pricing-plan-list {
		display: block;
	}
}

.spacer {
	border-top: 1px solid #d5d5d5;
	margin-top: 14px;
	padding-top: 14px;
}

.enterprise-spacer {
	margin-left: 4px;
	margin-right: 4px;
}

@media all and (max-width: 780px) {
	.enterprise-spacer {
		display: none;
	}
	.enterprise-link {
		margin-top: 7px;
		display: block;
	}
}

.calendar {
	position: relative;

	width: 62px;
	height: 62px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
}
.calendar-body,
.calendar-icon {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;

	text-align: center;
}
.calendar-body {
	z-index: 1;
	margin-top: 28px;
	line-height: 1.1;
	font-weight: bold;
	font-size: 12px;
}
.calendar-body-month {
	text-transform: uppercase;
}
.calendar-body-month,
.calendar-body-day {
	display: block;
}

.calendar-icon {
	font-size: 62px;
	color: #e5e5e5;
}

.disabled-link {
	opacity: 0.5;
}

.callout-link {
	font-size: 16px;
	font-weight: 700;
	color: #343c40;
	display: inline-block;
}
.callout-link:hover {
	color: #1BA0CA;
}
.callout-link .wgr-icon {
	color: #CDD4D8;
	margin-left: 3px;
	font-size: 12px;
}

.callout-link--small {
	font-size: 14px;
}

/* Search field */
.search-form {
	display: inline-block;
	width: 100%;
	max-width: 380px;
	margin-top: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.search-field {
	float: left;
	width: 80%;
	height: 40px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-right-style: none;
	border-radius: 3px 0 0 3px;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.search-submit {
	float: right;
	width: 20%;
	height: 40px;
	line-height: 40px;
	padding: 0;
	background: #1ba0ca;
	border-style: none;
	border-radius: 0 3px 3px 0;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
}

/* Button module */
.btn {
	width: auto;
	display: inline-block;
	padding: 14px 40px;
	border: none;
	border-radius: 3px;

	background-color: #1BA0CA;

	font-weight: 600;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	outline: none;

	transition: .2s all;
}
.btn:hover {
	background-color: #1BA0CA;
}
.btn:active {
	opacity: 0.8;
}
.btn--primary {
	background-color: #DD8926;
}
.btn--primary:hover {
	background-color: #DD8926;
}
.btn--secondary {
	background-color: #A0CE4E;
}
.btn--secondary:hover {
	background-color: #A0CE4E;
}
.btn--neutral {
	background-color: #e9e9e9;
	color: #343c40;
}
.btn--neutral:hover {
	background-color: #e2e2e2;
}
.btn--disabled,
.btn--disabled:hover,
.btn--disabled:active {
	background: #eee;
	color: #999;
	cursor: default;
	opacity: 1;
}
.btn--large {
	padding: 16px 50px;
	font-size: 1.1em;
}
.btn--large2 {
	padding: 16px 50px;
	font-size: 1.1em;
	background-color: #A0CE4E;
	color: #FFF;
}
.btn--small {
	padding: 8px 30px;
}
.btn--stretched {
	width: 100%;
	text-align: center;
}

.sign-up-section h3 {
	margin-right: 20px;
}

@media only screen and (max-width: 768px) {
	.site-nav a {
		padding-left: 11px;
		padding-right: 11px;
	}

	.sign-up-section {
		text-align: center;
	}
	.sign-up-section h3 {
		margin-right: 0;
	}
	.sign-up-section .grid-item {
		margin-bottom: 14px;
	}

	.btn {
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}
}


@media only screen and (max-width: 480px) {
	.sign-up-section h3 {
		font-size: 16px;
	}
}


.l-mobile-nav {
	position: absolute;
	z-index: 9999999999;
	top: -9999px; /* Same as .l-mobile-header height */
	width: 100%;
	height: 100%;

	visibility: hidden;
	opacity: 0;
	padding-bottom: 70px;
	overflow-y: auto;

	background-color: #F9F9F9;

	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-overflow-scrolling: touch !important;
	/*transition: opacity .15s ease-in-out;*/
}

/*html.is-mobile-nav-open {
	overflow: hidden;
}
*/
html.is-mobile-nav-open,
.is-mobile-nav-open body {
	height: 100%;
	overflow: hidden;
}

.is-mobile-nav-open .l-mobile-nav {
	top: 80px;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	visibility: visible;
	opacity: 1;
	/*transition: opacity .2s ease-in-out;*/
}

/* Under klarna kampanjen ska inte menyn var sticky i mobilen */
.html-klarna-banner.is-mobile-nav-open .l-mobile-nav {
	top: 124px;
}

@media only screen and (max-width: 480px) {
	.is-mobile-nav-open .l-mobile-nav {
		top: 56px;
	}
	/* Under klarna kampanjen ska inte menyn var sticky i mobilen */
	.html-klarna-banner.is-mobile-nav-open .l-mobile-nav {
		top: 100px;
	}

}

.mobile-nav {
	-webkit-transform: translateY(-10px);
	opacity: 0;
	/*transition: all .2 .2s ease-in-out;*/
}
.is-mobile-nav-open .mobile-nav {
	opacity: 1;
	-webkit-transform: translateY(0);
	transition: all .2s .25s ease-in-out;
}
.secondary-menu-active .l-header-mobile {
	border-bottom-style: solid;
}

.mobile-nav .site-nav-home a:before {
	display: none;
}

.mobile-nav a {
	display: block;
	padding: 15px 21px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-weight: 600;
	font-size: 15px;
	color: #343c40;
}

/*.header-nav {
	position: absolute;
	top: 45px;
	right: 0;
}*/

.header-nav a {
	color: #343c40;
	font-weight: 600;
	margin-left: 14px;
}
.header-nav .wgr-icon {
	vertical-align: middle;
	margin-right: 5px;
}

/*.header-nav li:first-child {
	border-right: 1px solid #ddd;
	padding-right: 25px;
	margin-right: 8px;
}*/


.blog-info {
	font-size: 13px;
	margin-bottom: 0;
}
.blog-info a {
	color: #627077;
}
.blog-title {
	margin-bottom: 14px;
}
.blog-title a {
	font-weight: 600;
	color: #343c40;
}
.blog-title h1 {
	font-weight: 600;
}

.blog-title--single {
	margin-bottom: 28px;
}

.blog-info a:hover,
.blog-title a:hover {
	color: #1BA0CA;
}

.img-border {
	padding: 4px;
	border: 1px solid #e7e7e7;
	box-shadow: 0 1px 1px #f2f2f2;
	border-radius: 2px;
	margin-bottom: 10px;
	background: #fff;
}
.img-border-employees {
	background: #fff;
	padding: 8px;
	border: 1px solid #e9e9e9;
	margin-bottom: 14px;
	border-radius: 3px;
}

.controls {
	margin-bottom: 21px;
}
.controls span {
	margin-right: 14px;
	color: #475257;
	font-weight: 700;
	cursor: pointer;
}
.controls span:hover {
	color: #343c40;
}
.controls .active,
.controls .active:hover {
	color: #1BA0CA;
}

.container h3 {
	font-weight: 600;
}

.container {
	margin-left: -2%;
}

.container .mix {
	text-align: left;
	margin-bottom: 3%;
	display: none;
	float: left;
	width: 31.33%;
	margin-left: 2%;
}

.page-template-references .mix .image-box__image {
    position: relative;
    padding-bottom: 62%;
}
.page-template-references .mix .image-box__image img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;

    margin: auto;
    max-height: 100%;
}

@media only screen and (max-width: 768px) {
	.container .mix {
		width: 48%;
	}
}
@media only screen and (max-width: 480px) {
	.container .mix {
		width: 98%;
		margin-bottom: 6%;
	}
}

.address-card {
	padding: 4px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
}
.adress-card__img {
	float: right;
	overflow: hidden;
	border-radius: 0 2px 2px;
	max-width: 240px;
}
.adress-card__body {
	overflow: hidden;
	padding: 15px;
}
@media only screen and (max-width: 480px) {
	.adress-card__img {
		float: none;
		max-width: 500px;
	}
}

.form-col-1-3 {
	width: 33%;
	display: inline-block;
	padding-right: 15px;
	vertical-align: top;
}
.form-col-1-3.last {
	padding-right: 0;
}
@media only screen and (max-width: 700px) {
	.form-col-1-3 {
		width: 100%;
		padding-right: 0;
		padding-bottom: 15px;
	}
	.form-col-1-3.last {
		padding-bottom: 0;
	}
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999999;

	width: 100%;
	height: 100%;

	opacity: 0;
	/*background: rgba(0,0,0,.8);*/
	background: #fff;

	text-align: center;

	overflow-y: scroll;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-overflow-scrolling: touch !important;

	transition: opacity .25s .2s ease-in-out;
}
.popup:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}
.is-popup-open .popup {
	opacity: 1;
	top: 0;
	transition: opacity .2s ease-in-out;
}
.popup-body {
	position: relative;
	z-index: 40;

	display: inline-block;
	vertical-align: middle;
	width: 80%;
	max-width: 740px;
	padding: 50px 110px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	text-align: left;

	background: #fff;

	-webkit-transform: translateY(-10px);
	opacity: 0;
	transition: all .25s ease-in-out;
}
.is-popup-open .popup-body {
	opacity: 1;
	-webkit-transform: translateY(0);
	transition: all .2s .25s ease-in-out;
}

.popup-body h2 {
	margin-bottom: 28px;
	text-align: center;
}

.popup-close {
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;

    display: none;
	width: 100%;
	height: 100%;

	cursor: pointer;
}
.is-popup-open .popup-close {
	display: block;
}
.popup-close-icon {
	position: absolute;
	top: 21px;
	right: 28px;
	font-size: 24px;
	cursor: pointer;
	color: #343C40;
}

.is-popup-close-mobile {
	display: none;
}

@media only screen and (max-width: 768px) {
	.popup-close-icon {
		top: 17px;
		right: 18px;
	}
	.popup-body {
		width: 85%;
		padding: 40px 30px;
	}
	.popup-body h2 {
		margin-bottom: 18px;
	}
}

@media only screen and (max-width: 768px) {
	.popup-body {
		width: auto;
		height: auto;
		padding: 40px 30px;
		border-radius: 0;
		vertical-align: top;
	}
	.popup:before {
		display: none;
	}

	.popup-close-icon {
		color: #222;
	}

	.popup-close {
		display: none;
	}

	.is-popup-close-mobile {
		display: inline;
	}
}

.partners-logos {
	font-size: 0;
}
.partners-logos li {
	width: 10%;
	padding-left: 15px;
	padding-right: 15px;
	height: 70px;
	line-height: 70px;
}
.partners-logos li:hover {
	opacity: 0.6;
}
.partners-logos li a {
	display: block;
}

.partners-logos--e-commerce li {
	width: 20%;
	text-align: center;
	padding: 15px;
}

@media only screen and (max-width: 768px) {
	.partners-logos li {
		width: 14%;
	}

	.partners-logos--e-commerce li {
		width: 30%;
	}
}

@media only screen and (max-width: 480px) {
	.partners-logos li {
		width: 20%;
		height: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.partners-logos--e-commerce li {
		width: 50%;
	}
}


/* WGR Direct SPCS */
.all-functions {
	display: none;
}
.all-functions.is-visible {
	display: block;
	margin-bottom: 30px;
}
.show-all-functions .phrase-active,
.show-all-functions.is-active .phrase-not-active {
	display: none;
}
.show-all-functions.is-active .phrase-active {
	display: inline-block;
}

@media only screen and (max-width: 768px) {
	.all-functions {
		overflow-x: auto;
	}
}


/* Success library */
.success-columns {
	margin-left: -2%;
}
.success-column {
	float: left;
	width: 31.33%;
	margin-left: 2%;
	margin-bottom: 2%;

	vertical-align: top;
}
.success-items {
	margin: 0;
	margin-bottom: 25px;
	padding: 0px;
	list-style: none;
	border: 1px solid #e5e5e5;
	border-bottom-style: none;

	background: #fff;
	font-size: 14px;
}
.success-item {
	border-bottom: 1px solid #e5e5e5;
}
.success-item a {
	position: relative;

	display: block;
	padding: 10px;

	background: #fff;
	color: #2d3438;
}
.success-item a:visited {
	background: #f6f6f6;
	color: #777;
}
/*.success-item .check {
	position: absolute;
	top: 10px;
    left: 5px;

	border-radius: 50%;
	display: none;
	height: 18px;
	width: 18px;

	background: #1ba0ca;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.success-item.is-visited a {
	color: #666;
}
.success-item.is-visited .check {
	display: block;
}*/
/*.success-item a:before {
	position: absolute;
	top: 50%;
	left: 7px;

	margin-top: -11px;

	font-size: 15px;
	color: #1ba0ca;
	font-family: 'wgr-icons';
	content: "\e6d1";
}*/
.success-item a:hover {
	color: #1ba0ca;
}
.subject-heading {
	min-height: 49px;
}
.success-item__body__right {
	float: right;
	padding-left: 10px;
}
.success-item__body__right .wgr-icon {
	display: inline-block;
	margin-left: 2px;

	color: #5f6e75;
	font-size: 13px;
}
.success-item__body__left {
	overflow: hidden;
}
.dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	border-radius: 50%;

	background: #ddd;
}
.dot--level1 {
	background: #5dc145;
}
.dot--level2 {
	background: #f1d43c;
}
.dot--level3 {
	background: #529cde;
}

.success-definitions {
	margin-left: -15px;
	margin-top: 15px;

	font-size: 13px;
	text-align: center;
}
.success-definition {
	position: relative;

	display: inline-block;
	margin-left: 15px;
	margin-bottom: 5px;
}
.success-definition__title {
	cursor: pointer;
}
.success-definition:hover .success-definition__title {
	opacity: 0.8;
}
.success-definition__title i {
	display: inline-block;
	margin-right: 5px;

	color: #529cde;

	vertical-align: middle;
}
.success-definition__body {
	position: absolute;
	top: 100%;
	left: -100px;
	right: -100px;
	z-index: 10;

	width: 215px;
	padding: 10px;
	margin: auto;
	border: 1px solid #eee;

	border-radius: 3px;
	background: #fff;

	text-align: left;
	white-space: nowrap;

	display: none;
}
.success-definition:hover .success-definition__body {
	display: inline-block;
}

.success-definition__body table {
	width: 100%;
}
.success-definition__body td {
	border-top: 1px solid #eee;
}
.success-definition__body th:first-child,
.success-definition__body td:first-child {
	width: 50px;
	text-align: center;
}

.success-definition__body i {
	color: #5f6e75;
	font-size: 13px;
}

.success-tips-form .no-margin {
	margin-bottom: 2px;
}

/* Back to top button */
.neutral-btn {
	padding: 0;

	border-style: none;
	background-color: transparent;
	outline: none;

   -webkit-appearance: none;
	  -moz-appearance: none;
		   appearance: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.is-back-to-top-btn {
	position: fixed;
	bottom: 10px;
	z-index: 100;
	padding: 7px 15px;
	margin-right: 10px;

	background: #666;
	background: rgba(102,102,102,.8);
	opacity: 0;

	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;

	transition: opacity .3s, background .2s;
}
.is-back-to-top-btn:hover {
	background: rgba(0,0,0,.8);
}
.is-back-to-top-btn--active {
	opacity: 1;
}
.back-to-top-btn__arrow {
	margin-left: 7px;
}

@media only screen and (max-width: 768px) {
	.success-column {
		width: 98%;

		padding-top: 25px;
		border-top: 4px solid #e2e2e2;
	}
	.success-column:first-of-type {
		padding-top: 0;
		border-style: none;
	}
	.subject-heading {
		min-height: 0;
	}
}

/* ==========================================================================
   Helpers
   ========================================================================== */

.table-holder {
    overflow-x: auto;
}

/* Clear floated elements */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

.drop-small {
	margin-bottom: 7px;
}

.alignright {
	float: right;
	margin-left: 14px;
}

.alignleft {
	float: left;
	margin-right: 14px;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.spacing {
	padding-top: 28px;
	padding-bottom: 28px;
}
.spacing-small {
	padding-top: 21px;
	padding-bottom: 21px;
}
.spacing-smaller {
	padding-top: 14px;
	padding-bottom: 14px;
}
.spacing-large {
	padding-top: 42px;
	padding-bottom: 42px;
}
.spacing-larger {
	padding-top: 63px;
	padding-bottom: 63px;
}

.spacing-bottom {
	padding-bottom: 28px;
}
.spacing-bottom-small {
	padding-bottom: 21px;
}
.spacing-bottom-smaller {
	padding-bottom: 14px;
}
.spacing-bottom-large {
	padding-bottom: 42px;
}
.spacing-bottom-larger {
	padding-bottom: 63px;
}

.spacing-top {
	padding-top: 28px;
}
.spacing-top-small {
	padding-top: 21px;
}
.spacing-top-smaller {
	padding-top: 14px;
}
.spacing-top-large {
	padding-top: 42px;
}
.spacing-top-larger {
	padding-top: 63px;
}
.spacing-right {
	padding-right: 5px;
}
.spacing-left {
	padding-left: 20px;
}
.spacing-right-large {
	padding-right: 42px;
}
.spacing-left-large {
	padding-left: 42px;
}

.heading-spacing-bottom {
	margin-bottom: 28px;
}

.flush {
	margin: 0 !important;
}
.flush-top {
	margin-top: 0 !important;
}
.flush-bottom {
	margin-bottom: 0 !important;
}
.wipe {
	padding: 0 !important;
}
.wipe-top {
	padding-top: 0 !important;
}
.wipe-bottom {
	padding-bottom: 0 !important;
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}
.clear {
	clear: both;
}

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

.stretched {
	width: 100%;
}

.enlarge-fontsize {
	font-size: 1.1em;
}

.nowrap {
	white-space: nowrap;
}

.display-ib {
	display: inline-block;
}

@media only screen and (max-width: 768px) {
	.spacing {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.spacing-small {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.spacing-smaller {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.spacing-large {
		padding-top: 28px;
		padding-bottom: 28px;
	}
	.spacing-larger {
		padding-top: 42px;
		padding-bottom: 42px;
	}

	.spacing-bottom {
		padding-bottom: 14px;
	}
	.spacing-bottom-small {
		padding-bottom: 7px;
	}
	.spacing-bottom-smaller {
		padding-bottom: 4px;
	}
	.spacing-bottom-large {
		padding-bottom: 28px;
	}
	.spacing-bottom-larger {
		padding-bottom: 42px;
	}

	.spacing-top {
		padding-top: 14px;
	}
	.spacing-top-small {
		padding-top: 7px;
	}
	.spacing-top-smaller {
		padding-top: 4px;
	}
	.spacing-top-large {
		padding-top: 28px;
	}
	.spacing-top-larger {
		padding-top: 42px;
	}

	.heading-spacing-bottom {
		margin-bottom: 21px;
	}

	.desktop-center {
		text-align: left;
	}
	.mobile-hidden {
		display: none;
	}
}

.table {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
	background: #FFF;
	border: 1px solid #E8E8E8;
	border-radius: 4px;
	width: 100%;
	overflow: hidden;
}
.table thead td {
	background: linear-gradient(to bottom, #FFF, #FCFCFC);
	font-weight: 200;
	padding-top: 15px;
	padding-bottom: 15px;
}
.table td {
	padding: 10px 15px;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
}
.table td:last-child {
	border-right: none;
}
.table tbody tr:last-child td {
	border-bottom: none;
}
.table td:first-child {
	width: 100%;
}

.table .wgr-icon {
	color: #1BA0CA;
}

.functions-header {
	background: #f3f3f3;
	font-weight: 600;
	font-size: 16px;
}

@media only screen and (max-width: 768px) {
	.table thead td h3 {
		font-size: 14px;
	}
	.table td {
		padding: 15px 18px;
		font-size: 13px;
	}
}

.order-pricing {
	opacity: 0.6;
	position: relative;
}
.order-pricing:hover {
	opacity: 0.85;
}
.order-pricing .form-holder {
	margin-bottom: 0;
}
.order-pricing-selected .form-holder {
	padding-top: 58px;
}
.order-pricing a {
	color: #4D595F;
}
.order-pricing-selected,
.order-pricing-selected:hover {
	opacity: 1;
}
.order-pricing-checkbox {
	position: absolute;
	top: 0;
	left: 0;
	background: #7BB44A;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFF;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
}


.popup-bubble {
	position: absolute;
	background: #1B83B6;
	z-index: 9999999;
	margin-top: -25px;
	margin-left: 40px;
	padding: 10px 12px;
	border: 1px solid #106c99;
	border-radius: 5px;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);

	display: none;
}

.popup-bubble:after, .popup-bubble:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.popup-bubble:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #1B83B6;
	border-width: 7px;
	left: 25px;
	margin-left: -7px;
}
.popup-bubble:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #106c99;
	border-width: 8px;
	left: 25px;
	margin-left: -8px;
}

.popup-bubble--center {
	width: 300px;
	left: -19px;
}

.popup-bubble p, .is-tooltip p {
	margin: 0;
	padding: 0;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.is-tooltip-link {
	position: relative;
	max-width: 350px;
	margin-left: 5px;
	display: inline-block;
	cursor: help;
}

.is-tooltip-link .wgr-icon {
	font-size: 17px;
	vertical-align: middle;
}

.is-tooltip-link label {
	margin: 0;
}

.is-tooltip-link .popup-bubble {
	bottom: 25px;
	margin: 0 0 3px 0;
}

.show-casestudies {
	display: none;
}
.show-casestudies,
.show-casestudies a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.show-casestudies a {
	display: block;
}
.show-casestudies a .btn {
	position: relative;
	z-index: 10;
	vertical-align: middle;
}
.show-casestudies a:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
	content: '';
}
.show-casestudies a:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	content: '';
}

@media all and (max-width: 780px) {
	.popup-bubble--center {
	  width: 230px;
	  right: -26px;
	  left: auto;
	}

	.popup-bubble:before,
	.popup-bubble:after {
		right: 25px;
		left: auto;
	}

	/* Functions overview page */
	.page-id-173 .popup-bubble--center {
    	left: -19px;
		right: auto;
	}

	.page-id-173 .popup-bubble:before,
	.page-id-173 .popup-bubble:after {
		left: 25px;
		right: auto;
	}
}

.store-sign-up p {
	margin-bottom: 0;
}

.is-popup {
	position: fixed;
	width: 500px;
	background: #FFF;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.klarna-banner {
	background: #0174c8;
	color: #fff;
	padding: 11px;
	width: 300px;
	text-align: center;
	position: fixed;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);

	z-index: 99999999999;
	right: -65px;
	top: 64px;
}

.klarna-banner-info {
	position: absolute;
    right: 125px;
    top: 85px;
    width: 315px;
    background: #fff;
    color: #000;
    z-index: 99999;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 12px;
    display: none;
}

.shb-banner {
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 999;

	width: 160px;
	margin-top: 80px;
	padding: 6px 15px 10px;
	border: 1px solid #005fa3;
	border-top-style: none;
	border-radius: 0 0 3px 3px;

	background: #fff;
	transform: rotate(-90deg);
	transform-origin: left top;
}

@media all and (max-width: 1300px) {
	.klarna-banner {
		display: none;
	}
}

@media all and (max-width: 780px) {
	.klarna-banner {
		width: auto;
		position: static;
		top: auto;
		right: auto;

		-webkit-transform: rotate(0deg);
		-moz-transform:    rotate(0deg);
		-ms-transform:     rotate(0deg);
		-o-transform:      rotate(0deg);
	}

	.klarna-banner-info {
	    display: none !important;
	}

	.shb-banner {
		display: none;
	}

}

.accordion-faq {
	border-top: 1px solid #d5d5d5;
}
.accordion-faq > li {
	border-bottom: 1px solid #d5d5d5;
	padding: 20px 5px;
	cursor: pointer;
	font-weight: 600;
}
.accordion-faq > li ul li {
	list-style-type: disc;
}
.accordion-faq > li ol li {
	list-style-type: decimal;
}

.accordion-faq-icon {
	float: right;
	font-size: 20px;
}

.accordion-faq-answer {
	margin-top: 14px;
	font-weight: 400;
}

/*.slidecontent .image-box {
	outline: none;
	transition: all 300ms ease;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0.7;
}

.slick-center .image-box {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.slidecontent {
	outline: none;
}*/

.slidecontent .image-box {
	margin-left: 6px;
	margin-right: 6px;
}

.sodexo-mod-intro {
	margin-left: 24px;
}

.is-hidden {
	display: none !important;
}

.hidden-screen {
	visibility: hidden;
}

.enterprise-show-message {
	color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
.enterprise-show-message .wgr-icon {
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 23px;
	border-radius: 22px;
	background-color: #f4980c;
	margin-right: 8px;
	vertical-align: middle;
}

/* Affiliates */
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
	margin-bottom: 0;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
	padding-right: 0;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab.active {
    padding-top: 5px;
    background: #fff;
}
li.affwp-affiliate-dashboard-tab {
	border: 2px solid #f7f7f7;
	border-bottom: none;
	position: relative;
	background: #f7f7f7;
}
.affwp-tab-content {
    padding: 40px;
    border: 2px solid #f7f7f7;
    border-top: none;
}
#affwp-affiliate-dashboard-tabs a {
    display: block;
    padding: 10px 15px;
}
#affwp-affiliate-dashboard {
    overflow: hidden;
}
li.affwp-affiliate-dashboard-tab.active:before,
li.affwp-affiliate-dashboard-tab.active:after {
	content: '';
	position: absolute;
	height: 2px;
	right: 100%;
	bottom: 0;
	width: 1200px;
	background: #f7f7f7;
}
li.affwp-affiliate-dashboard-tab.active:after {
	right: auto;
	left: 100%;
	width: 4000px;
    z-index: 1;
}

/* Popup - black week */
.popup-bf-holder {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999999999;

	display: none;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.popup-bf--visible .popup-bf-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.popup-bf--close {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;

	background: rgba(0, 0, 0, 0.4);
}
.popup-bf--close-btn {
	position: absolute;
	right: 5px;
	top: -10px;
	z-index: 3;

	border-radius: 50%;
	height: 36px;
	width: 36px;

	background: #000;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
}
.popup-bf {
	position: relative;
	z-index: 2;

	display: inline-block;
	max-width: 900px;
	padding-left: 15px;
	padding-right: 15px;
}

.styled-pw .post-password-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
}
.styled-pw .post-password-form input[type=submit] {
    border-style: none;
    border-radius: 0 3px 3px 0;
    margin-top: 10px;

    background: #1ba0ca;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}
.styled-pw .post-password-form input[type=submit]:hover {
    background: #178fb5;
    color: #fff;
}


/* Blue checkbox list, KCO style */
.wgr-list {
	padding-left: 0;
	list-style: none;
}
.wgr-list li {
    padding-left: 35px;
	padding-bottom: 10px;
    background: url(https://wgrremote.se/paymentmethod/kco/img/check.png) no-repeat left 2px;

    font-weight: 600;
}

.wgr-inline-form form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	max-width: 600px;

	font-size: 0;
}
.wgr-inline-form form > p {
	display: inline-block;
	margin-bottom: 2%;
	margin-right: 2%;
	width: 40%;

	vertical-align: top;
}
.wgr-inline-form form > p:last-of-type {
	margin-right: 0;
	width: 16%;
}
.wgr-inline-form form > p,
.wgr-inline-form form > div {
	font-size: 15px;
}
.wgr-inline-form form .wpcf7-submit {
	border-style: none;
	border-radius: 3px;
    background-color: #1ba0ca;
    font-weight: 600;
    color: #fff;
}

@media all and (max-width: 600px) {
	.wgr-inline-form form > p {
		margin-right: 0%;
		width: 100%;
	}
	.wgr-inline-form form > p:last-of-type {
		width: 100%;
	}
}

/*** Marketing page ***/
.marketing-item {
	display: flex;
	flex-direction: column;
}
.marketing-item__img {
	flex-grow: 0;
}
.marketing-item__img img {
	width: 100%;
}
.marketing-item__body {
	display: flex;
	flex-direction: column;
    flex-grow: 1;

    padding: 30px 20px;
    text-align: center;
}
.marketing-item__btn {
	margin-top: auto;
}

.marketing-offers .pricing-plan > div {
	border: 1px solid #e2e2e2;
	background: #fff;
}
.marketing-offers .pricing-plan ul {
	display: inline-block;
	text-align: left;
}
.marketing-offers .pricing-plan-header {
	padding-left: 28px;
	padding-right: 28px;
}
.marketing-offers .pricing-plan .btn {
	max-width: 300px;
}
.marketing-offers .pricing-plan del {
	color: #a5a5a5;
}

.marketing-offers .pricing-plan--arrow {
	position: relative;
	margin-bottom: 80px;
}
.marketing-offers .pricing-plan--arrow::before,
.marketing-offers .pricing-plan--arrow::after {
	position: absolute;
	top: calc(100% + 20px);
	left: 0;
	z-index: 0;

	content: "";
	display: block;
	width: 50%;
	height: 88px;
	margin: auto;

	background: url(images/arrow-alt-down.png) center center no-repeat;
	background-size: contain;
}
.marketing-offers .pricing-plan--arrow::after {
	left: 50%;
}

@media all and (max-width: 760px) {
	.marketing-offers .pricing-plan--arrow {
		margin-bottom: 60px;
	}
	.marketing-offers .pricing-plan--arrow::before {
		width: 100%;
		height: 50px;
	}
	.marketing-offers .pricing-plan--arrow::after {
		display: none;
	}
}

/**** Payment partner CSS ****/

/* Qliro */
.qliro-constrained {
	max-width: 720px;
}

.qliro-list {
	padding-left: 0;
	list-style: none;
}
.qliro-list li {
	padding-left: 30px;
	padding-bottom: 15px;
	background: url(https://wgrremote.se/paymentmethod/qliro/img/check.svg) no-repeat left 6px;
}

.qliro-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qliro-flex__left {
	width: 50%;
}
.qliro-flex__right {
	width: 50%;
	padding-left: 20px;
}

.qliro-preview {
	max-height: 350px;
}
.qliro-preview--small {
	max-height: 300px;
}

.qliro-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.qliro-buttons a {
	margin-right: 20px;
	flex-grow: 0;
}

.qliro-quote {
	font-size: 20px;
}

.qliro-quote-name {
	font-size: 18px;
	font-weight: 600;
}


.qliro-logos {
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.qliro-logos img {
	max-width: 100%;
}

.qliro-logos__rows {
	margin-top: 30px;
	margin-bottom: 30px;

	text-align: center;
}

.qliro-logos__break {
	width: 100%;
}

@media only screen and (max-width: 960px) {
	.qliro-logos:after {
		content: "";
		flex: auto;
	}

	.qliro-logos__rows--4,
	.qliro-logos__rows--5 {
		max-width: 33.3%;
		padding: 10px;
	}

	.qliro-logos__break {
		width: 0;
	}
}

@media only screen and (max-width: 768px) {
	.qliro-flex {
		flex-direction: column;
	}
	.qliro-flex__left {
		width: 100%;
		margin-bottom: 30px;
	}
	.qliro-flex__right {
		width: 100%;
		padding-left: 0;
	}

	.qliro-flex--reverse .qliro-flex__left {
		order: 2;
		margin-bottom: 0;
	}

	.qliro-flex--reverse .qliro-flex__right {
		order: 1;
		margin-bottom: 30px;
	}

	.qliro-quote {
		font-size: 16px;
	}

	.qliro-quote-name {
		font-size: 14px;
	}

	.qliro-logos__rows--4,
	.qliro-logos__rows--5 {
		max-width: 100%;
		width: 50%;
	}

	.qliro-logos:after {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	/* Crops image to center */
	.qliro-hero {
	    display: flex;
	    align-items: center;
	    justify-content: center;

	    border-bottom-right-radius: 75px;

	    overflow: hidden;
	}
	.qliro-hero img {
		max-width: none;
		width: auto;
		height: 200px !important;
	}

	.qliro-buttons {
		flex-direction: column;
	}

	.qliro-buttons a {
		flex-grow: 1;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/* Avarda */
.avarda-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.avarda-flex__left {
	width: 50%;
}
.avarda-flex__right {
	width: 50%;
	padding-left: 20px;
}

.avarda-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.avarda-buttons a {
	margin-right: 20px;
	flex-grow: 0;
}

.avarda-references {
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.avarda-references a {
	display: block;
	width: 33.3%;
	padding: 0 20px;

	text-align: center;
}

@media only screen and (max-width: 768px) {
	.avarda-flex {
		flex-direction: column;
	}
	.avarda-flex__left {
		width: 100%;
		margin-bottom: 30px;
	}
	.avarda-flex__right {
		width: 100%;
		padding-left: 0;
	}

	.avarda-flex--reverse .avarda-flex__left {
		order: 2;
		margin-bottom: 0;
	}

	.avarda-flex--reverse .avarda-flex__right {
		order: 1;
		margin-bottom: 30px;
	}

	.avarda-preview {
		max-height: 300px;
	}
}

@media only screen and (max-width: 600px) {
	/* Crops image to center */
	.avarda-hero {
	    display: flex;
	    align-items: center;
	    justify-content: center;

	    border-bottom-right-radius: 75px;

	    overflow: hidden;
	}
	.avarda-hero img {
		max-width: none;
		width: auto;
		height: 200px !important;
	}

	.avarda-buttons {
		flex-direction: column;
	}

	.avarda-buttons a {
		flex-grow: 1;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.avarda-references {
		justify-content: center;
	}

	.avarda-references a {
		width: 50%;
	}
}


/* Klarna Checkout */
.kco-usps {
	margin-bottom: -20px;
}
.kco-usp {
	padding: 30px;
	margin-bottom: 20px;
	font-size: 13px;
}
.kco-usp__img {
	margin-bottom: 10px;
}
.kco-usp__img img {
	max-height: 65px;
	width: auto;
}
.kco-usp__body p {
	margin-bottom: 0;
}

.kco-steps p {
	font-size: 13px;
}
