
/*!  
Theme Name: Legendary Gym
Version: 2.0
Author: Lilla producenten
Author URI: https://lillaproducenten.se
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	color: #242428;
	background: #f6f6f6;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 500;
}

.hero-content {
	display: block;
	margin: 0 auto 30px;
	text-align: center;
}

.hero-content p {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	letter-spacing: 4px;
	font-size: 1.3em;
	margin-bottom: 10px;
}

.hero-content img {
	max-width: 280px;
}

.buttonizer-group {
	display: flex !important;
}

.home header.theme-header {
	background: transparent;
}

header.theme-header {
	/* 	background: rgba(0, 0, 0, 0.05); */
	
	/* 	background: rgba(255, 255, 255, 1); */
	
	/* 	background: #f6f6f6; */
	background: #242428;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 10px 10vw;
	z-index: 9;
	transition: all .3s;
}

header.theme-header.header-scroll {
	background: #242428;
	position: fixed;
	padding: 6px 10vw;
	z-index: 9;
	box-shadow: 0 .8vw 2vw -.7vw rgba(0, 0, 0, .25);
}

header.theme-header.header-scroll .logo {
	max-width: 140px;
}

.logo {
	max-width: 180px;
	display: inline-block;
	transition: all .3s;
}

.menu-huvudmeny-container {}

main.content {
	overflow: hidden;
	position: relative;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

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

p {
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	color: inherit;
	transition: all .3s;
}

p a {
	color: #c91818;
}

p a:hover {
	color: #ff3030;
}

blockquote {
	font-size: 1.3em;
	font-style: italic;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

strong em {
	font-weight: 700;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: 700;
}

h1 {
	font-size: 2.6em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

#menu-meny-widgets {
	text-align: right;
}

#menu-meny-widgets li {
	display: inline-block;
	list-style: none;
}

#menu-meny-widgets li a {
	padding: 0px 8px 0;
	display: inline-block;
}

#menu-meny-widgets li:last-of-type a {}

#menu-huvudmeny > li {
	display: inline-block;
	list-style: none;
	text-transform: uppercase;
	position: relative;
	font-style: normal;
	font-style: normal;
	overflow: visible;
	font-size: .9em;
	padding: 0px;
	font-weight: 700;
}

#menu-huvudmeny li > a {
	color: #fff;
	margin-left: 0px;
	display: block;
	padding: 14px;
	border-top: 3px solid transparent;
}

.logo.scroll {
	display: none;
}

.home .logo.scroll {
	display: block;
}

.home .logo {
	display: none;
}

header.theme-header.header-scroll .logo {
	display: none;
}

header.theme-header.header-scroll .logo.scroll {
	display: block;
}

header.theme-header.header-scroll #menu-huvudmeny li > a, .home #menu-huvudmeny li > a {
	color: #fff;
}

header.theme-header.header-scroll #menu-huvudmeny li > a:hover {
	color: #c91818;
}

header.theme-header.header-scroll #menu-huvudmeny .sub-menu li > a {
	color: #242428;
}

header.theme-header.header-scroll #menu-huvudmeny .sub-menu li > a:hover {
	color: #fff;
}

#menu-huvudmeny > li.current-menu-item > a {
	opacity: 1;
	color: #c91818 !important;
}

#menu-huvudmeny > li > a:hover {
	opacity: 1;
	color: #c91818;
}

#menu-huvudmeny > li.current-menu-item.menu-item-1912 > a {
	color: #fff !important;
}

#menu-huvudmeny > li.current-menu-item.menu-item-1912 > a:hover {
	color: #c91818 !important;
}

#menu-huvudmeny .sub-menu {
	max-height: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	position: absolute;
	top: 50px;
	zoom: 1;
	padding: 0px 0;
	min-width: 200px;
	overflow: visible;
	display: none;
	left: -11px;
	z-index: 9999;
	background: #fff;
	box-shadow: 0 1.8vw 4vw -.7vw rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0 1.8vw 4vw -.7vw rgba(0, 0, 0, .35);
	text-align: left;
}

#menu-huvudmeny .sub-menu:after {
	content: "";
	content: "";
	position: absolute;
	border: 6px solid transparent;
	border-bottom: 6px solid #fff;
	top: -11px;
	left: 28px;
	display: table;
	clear: both;
}

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.fade-in {
	opacity: 0;
	opacity: 1 \9;
	-webkit-animation: fadeIn ease-in-out 1;
	-moz-animation: fadeIn ease-in-out 1;
	animation: fadeIn ease-in-out 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: .2s;
	-moz-animation-duration: .2s;
	animation-duration: .2s;
}

#menu-huvudmeny .sub-menu.first-hover:after {
	border-bottom: 6px solid #c91818;
}

#menu-huvudmeny .sub-menu.first-active:after {
	border-bottom: 6px solid #c91818;
}

#menu-huvudmeny .sub-menu li a:hover {
	background: #c91818;
	color: #fff;
}

.hovered {
	animation-delay: 0s;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

#menu-huvudmeny li:hover .sub-menu {
	max-height: 500px;
	display: block;
}

#menu-huvudmeny .sub-menu li {
	line-height: 1.2em;
	font-size: .8em;
	text-transform: none;
	list-style: none;
	text-align: left;
	letter-spacing: 0;
	text-shadow: none;
}

#menu-huvudmeny .sub-menu li:first-of-type a {
	padding-top: 20px;
}

#menu-huvudmeny .sub-menu li:last-of-type a {
	padding-bottom: 18px;
}

#menu-huvudmeny .sub-menu li a {
	padding: 14px 28px 12px 22px;
	display: block;
	color: #242428;
	transition: 0s;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	margin-left: 0;
}

.sub_menu_marker {
	display: none !important;
}

.dark {
	color: #fff;
}

.wp-gr .grw-slider .grw-slider-header-inner {
	margin-left: 0 !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
}

.vinnare {
	position: absolute;
	top: -90px;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	z-index: 4;
}

.start-page-first-content {
	background: #242428;
	padding: 10vw 10vw 5vw;
	position: relative;
	background-size: cover;
	background-position: center center;
	overflow: visible;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

.column-one, .column-two {
	flex-basis: 45%;
}

.column-one ul, .column-two ul {
	margin-bottom: 40px;
	padding-left: 1em;
}

.column-one ul li, .column-two ul li {
	line-height: 1.6em;
	font-size: 1.1em;
}

.column-one h1, .column-two h1 {
	line-height: 1.4em;
}

.youtube-responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.intro-text-wrapper {}

.insta-total-wrapper {
	display: flex;
	justify-content: center;
	z-index: 4;
}

.start-page-first-content .insta-wrapper {
	padding: 30px;
	box-shadow: 0 1.8vw 4vw -.7vw rgba(0, 0, 0, .9);
	-webkit-box-shadow: 0 1.8vw 4vw -.7vw rgba(0, 0, 0, .9);
	position: relative;
	color: #242428;
	background: #f0f0f0;
	margin-left: 40px;
	transform: rotate(2deg);
}

.sbi_link_area {
	text-align: left !important;
}

.sbi_caption {
	line-height: 1.6em !important;
	padding: 20px !important;
}

.start-page-first-content h2 {
	margin-bottom: 30px;
	font-size: 2em;
}

.start-page-first-content p {}

.page-title-wrapper {
	/* 	background: #fff; */
	padding: 40px 0;
	display: block;
	overflow: hidden;
}

.page-title {
	margin-bottom: 40px;
	font-size: 2.2em;
	color: #242428;
}

/*
.page-title:after{
	content: "";
	display: inline-block;
	position: relative;
	width: 7px;
	height: 7px;
	background: #000;
	margin-left: 5px;
}
*/
.page-content, .shop-content {
	position: relative;
	padding: 10vw 10vw;
	box-sizing: border-box;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	margin-top: calc(5vw + 130px);
	margin-bottom: 5vw;
	background: #fff;
	box-shadow: 0 1.8vw 4vw -.7vw rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1.8vw 4vw -.7vw rgba(0, 0, 0, .1);
}

.page-content.bildspel {
	margin-top: 0;
}

a.button {
	padding: 14px 22px;
	text-transform: uppercase;
	border: 2px solid #242428;
	color: #242428;
	background: transparent;
	border-radius: 2px;
	display: inline-block;
	cursor: pointer;
	font-weight: 700;
	font-size: .9em;
}

a.button:hover {
	background: #000;
	color: #fff;
}

.dark a.button {
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
}

.dark a.button:hover {
	color: #242428;
	background: #fff;
}

footer {
	background: #242428;
	color: #fff;
	padding: 5vw 10vw;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}

.footer-logo {
	width: 280px;
	margin: 0 auto 40px;
	position: relative;
	display: block;
}

footer .menu-huvudmeny-container ul li {
	display: inline-block;
	font-weight: 400;
}

footer .menu-huvudmeny-container ul li a {
	padding: 10px;
	opacity: .7;
}

footer .menu-huvudmeny-container ul li ul {
	display: none;
}

footer .burger-menu {
	display: none !important;
}

.footer-widget {
	margin: 80px 5vw 0 0;
	position: relative;
	max-width: 480px;
	text-align: left;
}

.footer-widget p {
	opacity: .8;
	margin-bottom: 10px;
}

.widget-title {
	text-transform: uppercase;
}

.quantity input {
	padding: 9px 3px !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #c22200;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #d0701b;
}

#wpmenucartli {
	font-weight: 700;
	background: transparent;
	color: #c22200;
	padding: 5px 0px;
	border-radius: 6px;
	border: 3px solid #c22200;
}

#wpmenucartli:hover {
	background: #c22200;
	color: #fff;
}

#wpmenucartli .cartcontents {
	font-weight: 700;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #242428;
	font-weight: 700;
}

.single-product .product_title {
	margin-bottom: 5px;
}

.woocommerce-tabs {
	padding-top: 40px;
}

#tab-description h2 {
	display: none;
}

.post-type-archive .woocommerce-products-header h1 {
	display: none !important;
}

.woocommerce-checkout input, .woocommerce-checkout textarea {
	padding: 10px;
	font-size: .8em;
}

#order_review_heading {
	margin-top: 40px;
}

.related.products {
	padding-top: 40px;
}

.woocommerce a.remove {
	line-height: .8em;
	color: #c22200 !important;
}

.woocommerce a.remove:hover {
	background: #c22200;
}

a.woocommerce-LoopProduct-link > img {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}

a.woocommerce-LoopProduct-link:hover > img {
	transform: scale(1.05);
}

.pris-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 10vw 2.5vw 10vw;
	background: #f0f0f0;
	box-sizing: border-box;
}

.pris {
	flex-basis: 22%;
	background: #fbfbfb;
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	color: #fff;
	text-align: center;
	margin-bottom: 2.5vw;
	padding: 0;
	border-radius: 0px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, .08), 0 10px 10px rgba(0, 0, 0, .05);
	margin: 0 0 60px;
	overflow: hidden;
	transition: all .4s;
}

.pris:hover {
	box-shadow: 0 14px 68px rgba(0, 0, 0, .16), 0 10px 40px rgba(0, 0, 0, .14);
	background: #fff;
}

.pris:last-of-type {
	margin-right: 0;
}

.pris:first-of-type {
	margin-left: 0;
}

.pris-inner-wrapper {
	width: 100%;
}

.pris .the_title {
	background: linear-gradient(110deg, #000 60%, #222 60%);
	padding: 2vw 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pris .the_title p {
	margin-bottom: 0;
}

.pris h2 {
	margin-bottom: 6px;
	color: #fff;
	font-size: 1.4em;
}

.pris .the_content {
	opacity: .8;
	color: #fff;
	font-size: .9em;
}

.pris-kostnad {
	margin: 30px 0;
	color: #242428;
	font-size: 1em;
	font-weight: 900;
}

.pris .button {
	border: 2px solid #000;
	margin-bottom: 40px;
	color: #000;
	background: transparent;
}

.pris .button:hover {
	background: #000;
	color: #fff;
}

.pris .standard {
	margin-bottom: 20px;
	font-size: 2em;
}

.pris .standard .label {
	display: none;
}

.pris .student_pensionar {
	opacity: 1;
	border-top: 0px solid rgba(0, 0, 0, .5);
	margin-top: 30px;
}

.pris .student_pensionar .label {
	margin-bottom: 4px;
	text-transform: uppercase;
	font-size: .8em;
	display: inline-block;
	font-weight: 400;
}

.pris .per {
	font-size: .5em;
	display: inline-block;
}

.medlemskap-wrapper {
	background: #f0f0f0;
	position: relative;
	overflow: hidden;
	padding: 5vw 10vw 2.5vw;
}

.rabatter-wrapper {
	padding: 5vw 10vw 5vw;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: visible;
}

.instagram-wrapper {
	background: #f0f0f0;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5vw 10vw;
	text-align: center;
}

.instagram-inner {
	padding: 5vw 5vw;
	box-shadow: 0 1.8vw 4vw -.7vw rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 1.8vw 4vw -.7vw rgba(0, 0, 0, .25);
	position: relative;
	color: #242428;
	background: #fff;
}

.insta-inner {
	font-size: 2em;
	font-weight: 700;
	color: #cb2d00;
	z-index: 4;
	position: relative;
	display: inline-block;
	width: 380px;
}

.startdatum {}

.frm_forms .frm_opt_container {
	margin-bottom: 80px;
}

.frm_forms .frm_radio {
	background: transparent;
	box-sizing: border-box;
}

.frm_forms .frm_radio input {
	margin-left: 0px !important;
}

.frm_forms .frm_radio label {
	border: 0px solid rgba(0, 0, 0, .1);
	padding: 24px;
	box-sizing: border-box;
	margin-bottom: 20px !important;
	background: rgba(0, 0, 0, .03);
	display: block;
	cursor: pointer;
	font-size: 1em !important;
	transition: .3s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
}

.frm_forms .frm_radio label.selected {
	background: #000;
	background: linear-gradient(110deg, #000 60%, #222 60%);
	color: #fff !important;
}

.frm_forms .frm_radio label:not(.selected):hover {
	background: rgba(0, 0, 0, .1);
	box-shadow: 0 4px 28px rgba(0, 0, 0, .05), 0 0px 10px rgba(0, 0, 0, .02);
}

.frm_forms .frm_radio label span {
	position: relative;
	float: right;
	display: inline-block;
}

input[type="radio"] {
	visibility: hidden !important;
}

.circle-image {
	border-radius: 50% !important;
}

.footer-widgets {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.single-image {
	margin-bottom: 40px;
	overflow: hidden;
}

.frm_remove_form_row, .frm_add_form_row {
	font-size: .7em !important;
	background: transparent !important;
}

.frm_add_form_row {
	color: #000 !important;
	border: 1px solid #000 !important;
}

.frm_remove_form_row {
	color: #000 !important;
}

.frm_add_form_row i, .frm_add_form_row i:before {
	color: #000 !important;
}

.frm_remove_form_row i, .frm_remove_form_row i:before {
	color: red !important;
}

.frm_final_submit {
	background: #549b34 !important;
}

.startpage-slider {
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.start-button {
	background: #c50202;
	padding: 10px;
	text-align: center;
	color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
	font-size: .9em;
	font-weight: bold;
}

.page-content ul {
	padding-left: 20px;
}

.page-content ul li {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.partners-wrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 5%;
}

.partner-wrapper {
	flex-basis: 47.5%;
	background: #fff;
	margin-bottom: 5%;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0 1.8vw 4vw -.7vw rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1.8vw 4vw -.7vw rgba(0, 0, 0, .1);
	border-radius: 4px;
	overflow: hidden;
}

.page-template-template-rabatter .partner-wrapper {
	flex-basis: 30%;
}

.partner-wrapper .background .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(36, 36, 40, .3);
}

.partner-wrapper .background {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	position: absolute;
	top: 0;
	overflow: hidden;
	filter: blur(3px);
	-webkit-filter: blur(3px);
	transform: scale(1.1);
	box-sizing: border-box;
	z-index: 0;
}

.partner-wrapper .round-portrait img {
	border-radius: 50%;
	margin: 0 auto;
	max-width: 160px;
	top: 104px;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	border: 8px solid #fff;
}

.partner-inner {
	padding: 0px;
	box-sizing: border-box;
	margin-top: 60px;
}

.partner-inner-inner {
	padding: 30px;
	box-sizing: border-box;
}

.contact-row {
	margin-bottom: 5px;
	text-align: center;
}

p.contact-row {
	font-size: .9em;
}

.contact-row.social {
	display: inline-block;
	font-size: 1.3em;
	text-align: center;
}

.contact-row a {
	color: inherit;
}

.contact-row.social a {
	padding: 5px;
	display: block;
	color: inherit;
}

.contact-row a:hover {
	color: #c91818;
}

.partner-wrapper .name {
	text-align: center;
	position: relative;
	color: #242428;
	margin-bottom: 10px;
}

.shadow-wrapper {
	box-shadow: 0 1.8vw 4vw -.7vw rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1.8vw 4vw -.7vw rgba(0, 0, 0, .1);
	position: relative;
}

.prislista-trigger {
	cursor: pointer;
	background: #f6f6f6;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	font-size: .9em;
}

.prislista-trigger:hover, .info-trigger:hover, .info-trigger.active, .shadow-wrapper.active .prislista-trigger {
	background: #242428;
	color: #fff;
}

.info-trigger {
	cursor: pointer;
	background: #f6f6f6;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	font-size: .9em;
}

.plus-minus {
	font-weight: 600;
	font-size: 1.2em;
}

.shadow-wrapper .plus-minus:before, .info-trigger .plus-minus:before {
	content: "+";
	display: block;
}

.shadow-wrapper.active .plus-minus:before, .info-trigger.active .plus-minus:before {
	content: "-";
}

.info-wrapper {
	position: relative;
	overflow: hidden;
	display: none;
	padding: 2.5% 5%;
	background: #f6f6f6;
	box-sizing: border-box;
}

.prislista-wrapper {
	position: relative;
	overflow: hidden;
	display: none;
	padding: 2.5% 5%;
	background: #f6f6f6;
	font-size: .9em;
}

.tjanst-och-pris-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	padding-bottom: 8px;
	margin-bottom: 8px;
	box-sizing: border-box;
}

.tjanst-och-pris {
	max-width: 60%;
}

.info-wrapper {
	font-size: .9em;
}

.info-wrapper ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

.info-wrapper ul li {
	line-height: 1.6em;
	margin-bottom: 5px;
	list-style-type: circle;
}

#form_butiken {
	background: rgba(0, 0, 0, .01);
	position: relative;
	padding: 2.5vw;
}

.rabatter-slider {
	margin-left: 5vw;
	box-shadow: 0 14px 28px rgba(0, 0, 0, .16), 0 10px 10px rgba(0, 0, 0, .1);
}

p.copy {
	margin-top: 40px;
	margin-right: 5vw;
	font-size: .9em;
	opacity: .3;
}

@media all and (min-width: 1920px) {
	.page-content, .shop-content {
		padding: 5vw 5vw;
	}
}

@media all and (min-width: 960px) {
	.woocommerce-page div.product div.images {
		width: 58%;
	}
	
	.woocommerce-page div.product div.summary {
		width: 38%;
		padding-top: 80px;
	}
}

@media all and (max-width: 1440px) {
	.pris {
		flex-basis: 48%;
		margin: 0 0 30px;
	}
}

@media all and (max-width: 960px) {
	.buttonizer-group {
		bottom: 2% !important;
		flex-direction: row !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	
	p.copy {
		margin-right: 0vw;
		font-size: .7em;
	}
	
	.instagram-inner {
		padding: 10vw 5vw 5vw;
	}
	
	.rabatter-wrapper {
		flex-direction: column;
	}
	
	.rabatter-slider {
		width: 100% !important;
		margin: 0 !important;
	}
	
	#form_butiken {
		margin-top: 40px;
		background: transparent;
		padding: 0;
	}
	
	.partners-wrapper {
		flex-direction: column;
	}
	
	.partner-wrapper {
		flex-basis: 100%;
		width: 100%;
		margin-bottom: 5%;
	}
	
	.rabatter-wrapper {
		padding: 10vw;
	}
	
	.start-page-first-content {
		flex-direction: column;
	}
	
	.start-page-first-content h2 {
		font-size: 1.6em;
	}
	
	.footer-widgets {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		flex-direction: column;
	}
	
	.start-page-first-content .insta-wrapper {
		padding: 20px;
		margin-left: 0;
	}
	
	.insta-total-wrapper {
		margin-top: 60px;
	}
	
	.insta-total-wrapper {
		justify-content: flex-start;
	}
	
	.insta-inner {
		width: 280px;
	}
	
	body:not(.home) .page-content {
		margin-top: 0px;
	}
	
	.medlemskap-wrapper {
		padding: 10vw;
	}
	
	.pris-wrapper {
		display: flex;
		padding: 0 10vw 7.5vw 10vw;
		flex-direction: column;
	}
	
	.pris {
		flex-basis: 100%;
		margin: 0 0 30px;
	}
	
	.pris .the_title {
		padding: 5vw 0;
	}
	
	.pris-kostnad {
		margin: 30px 0;
		font-size: 1em;
	}
	
	h1 {
		font-size: 2em;
	}
	
	h2 {
		font-size: 1.6em;
	}
	
	h3 {
		font-size: 1.3em;
	}
	
	h4 {
		font-size: 1.2em;
	}
	
	h5 {
		font-size: 1.1em;
	}
	
	h6 {
		font-size: 1em;
	}
	
	p {
		font-size: 1em;
		line-height: 1.4em;
	}
	
	.start-page-first-content {
		padding: 140px 10vw 10vw;
	}
	
	.page-content, .shop-content {
		padding: 10vw 10vw;
		margin-top: 0px !important;
	}
	
	footer {
		padding: 10vw 10vw 20vw;
	}
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {}

@media all and (max-width: 720px) {
	.frm_forms .frm_radio label {
		text-align: center;
	}
	
	.frm_forms .frm_radio label span {
		float: none;
		display: block;
		box-sizing: border-box;
		padding-left: 20px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		opacity: .8;
	}
}

@media all and (max-width: 540px) {}

/* WP core */
.alignnone {
	margin: 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

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

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 100%;
	padding: 0;
	text-align: left;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	color: #222;
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 4px 5px;
}
