
/*** Burger menu ***/
body.burger-menu .style-header-1 .nav-wrap {
	max-width: 100%;
}
body.burger-menu .style-header-4 .nav-wrap {
	margin-left: 0;
}
body.burger-menu .style-header-5 .nav-wrap {
	text-align: right;
}

body.burger-menu .style-header-2 nav#site-navigation.main-navigation button.menu-toggle {
	padding: 11px;
}
body.burger-menu .style-header-3 nav#site-navigation.main-navigation button.menu-toggle {
	padding: 11px 11px 11px 0;
	float: left;
}

body.burger-menu .style-header-3 .socials-wrapper.placement-menu {
	margin: 13px 0 0 30px;
}
body.burger-menu .socials-wrapper .fa {
    font-size: 20px;
}
body.burger-menu .socials-wrapper a {
	padding: 5px;
}
body.burger-menu .header-wrapper .socials-wrapper a:not(:last-of-type) {
	margin-right: 10px;
}


body.burger-menu.woocommerce-checkout #site-navigation {
	display: none;
}

body.burger-menu .menu-toggle {
	display: block;
}

body.burger-menu .woo-search-input {
    position: static;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    border: none;
}
body.burger-menu .woo-search-input input[type="search"] {
    box-shadow: 0px 0px 2px #666;
    padding-left: 5px;
}

body.burger-menu #site-navigation.main-navigation {
	width:auto;
	top:0;
	margin-top:0;
	float: none;
	z-index:1000;
}

body.burger-menu .main-navigation ul ul {
	box-shadow: none !important;
}

body.burger-menu #site-navigation.main-navigation .current-menu-item {
	background: #f5f5f5 !important;
	color: #2C3F46;
}

body.burger-menu #site-navigation.main-navigation .current-menu-ancestor {
	background: #2C3F46 !important;
}
body.burger-menu #site-navigation.main-navigation .current-menu-ancestor > a,
body.burger-menu #site-navigation.main-navigation .current-menu-ancestor:after {
	color: #fff;
}

body.burger-menu #site-navigation.main-navigation ul li.current-menu-parent.menu-item-has-children > a:after {
	color: #fff;
}

body.burger-menu #site-navigation.main-navigation ul li.menu-item-has-children.focus > a:after {
	display:none;
}


body.burger-menu #site-navigation .menu-container {
	display: none;
}


body.burger-menu #site-navigation ul.menu li {
	position: static;
    display: block;
    width: 100%;
    float: none;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    clear: both;
}

body.burger-menu #site-navigation ul.menu li.wpml-ls-menu-item {
    display: inline-block;
	width: 25%;
	margin-top: 15px;
	float: none;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-left-width: 0;
	clear: none;
}
body.burger-menu #site-navigation ul.menu li.wpml-ls-menu-item.wpml-ls-first-item {
	border-left: 1px solid #ddd;
}
body.burger-menu #site-navigation ul.menu li.wpml-ls-menu-item a {
	padding: 18px 0;
}
body.burger-menu #site-navigation ul.menu li.wpml-ls-menu-item a img {
	display: block;
    margin: 0 auto;
}

body.burger-menu ul.menu li > a .stom-menu-item-arrow {
	margin: 0;
}
body.burger-menu ul.menu li > a .stom-menu-item-arrow .stom-fa-chevron-down {
	display: inline-block;
	transform: rotateZ(-90deg);
}

body.burger-menu header .main-navigation ul li.mega-menu > ul > li > a {
	font-size: 1em;
}

body.burger-menu .socials-wrapper.placement-menu {
	margin: 0 20px 0 0;
}


body.burger-menu #site-navigation .menu-toggle {
    padding: 10px;
    color: #2C3F46;
    font-size: 28px;
    line-height: 1;
    border: none;
    background: none;
    box-shadow: none;
    outline-style: none;
}
body.burger-menu #site-navigation .menu-toggle .fa {
	font-size: 1.2em;
}

body:not(.burger-menu) .number-three-burger-menu-content {
	display: none;
}
body.burger-menu header .number-three-burger-menu-content {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	transition: background .4s;
	z-index: 99999;
}
body.burger-menu.admin-bar header .number-three-burger-menu-content {
	padding-top: 32px;
}
body.burger-menu header .number-three-burger-menu-content.active {
	background-color: rgba(0, 0, 0, .6);
}

body.burger-menu header .burger-menu-content-inner {
	display: flex;
	flex-direction: column;
	width: calc(100vw - 60px);
	max-width: 420px;
	height: 100%;
	padding: 20px 0 0;
	background-color: #fff;
	overflow: hidden;
	transform: translateX(-100%);
	transition: transform .25s;
}
body.burger-menu header .number-three-burger-menu-content.active .burger-menu-content-inner {
	transform: translateX(0);
}

body.burger-menu .burger-menu-content-inner ul.menu {
	position: relative;
	display: block;
	height: 100%;
	background-color: #fff;
	overflow: hidden auto;
}
body.burger-menu .burger-menu-content-inner ul.menu ul {
	position: absolute;
	top: 0;
	right: auto;
	left: 100%;
	display: block;
	width: 100%;
	height: 100%;
	/*padding: 20px 0;*/
	background-color: #fff;
	overflow: hidden;
	transition: left .25s;
}

body.burger-menu .burger-menu-content-inner ul.menu li.active > ul {
	left: 0;
	overflow: hidden auto;
}

body.burger-menu .burger-menu-content-inner ul.menu ul.active-parent,
body.burger-menu .burger-menu-content-inner ul.menu li.active > ul.active-parent {
	overflow: hidden;
}

body.burger-menu .number-three-burger-menu-content li a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 12px 20px;
}

body.burger-menu .number-three-burger-menu-content li.burger-menu-item-back > a {
	justify-content: flex-start;
}
body.burger-menu .number-three-burger-menu-content li.burger-menu-item-back > a .stom-menu-item-arrow {
	margin-right: .5em;
}

body.burger-menu .burger-menu-content-inner .stom-tabs {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
body.burger-menu .burger-menu-content-inner .stom-tabs .tabs-header {
	display: flex;
	margin: 0;
	border-top: 1px solid #f2f2f2;
}
body.burger-menu .burger-menu-content-inner .stom-tabs .tabs-header li {
	flex-basis: 0;
    flex-grow: 1;
	margin: 0;
	border: none;
	background-color: transparent;
}
body.burger-menu .burger-menu-content-inner .stom-tabs .tabs-header li a {
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 1rem;
	font-weight: normal;
	border: none;
	background-color: transparent;
	text-align: center;
	border-bottom: 2px solid #f2f2f2;
}
body.burger-menu .burger-menu-content-inner .stom-tabs .tabs-header li.active a {
	border-bottom-color: #000;
}

body.burger-menu .burger-menu-content-inner .stom-tabs .tabs-wrapper {
	flex-grow: 1;
	padding: 0;
	border: none;
}
body.burger-menu .burger-menu-content-inner .stom-tabs .tabs-content {
	height: 100%;
}
body.burger-menu .burger-menu-content-inner .stom-tabs .tabs-content h2 {
	display: none;
}

body.burger-menu .burger-menu-content-inner .burger-menu-logo {
	display: block;
	width: auto;
	max-width: 80%;
    max-height: 75px;
	margin: 0 auto;
}

body.burger-menu .burger-menu-content-inner .burger-menu-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 10px 20px 20px;
	font-size: 20px;
	line-height: 0;
}

/*** END Burger menu ***/





/****** STORE SKRÆME ******/

@media only screen and (min-width: 1920px) {
	.slick-slide img {
		display: block;
		width: 100%;
	}
}



/****** BÆRBAR / MINDRE SKÆRME ******/

@media only screen and (max-width: 1200px) {
	.header-wrapper,
	#content,
	.section,
	.section-wrap .section,
	footer.site-footer .site-info {
		width: 100%;
		max-width: 100%;
		padding: 0 30px;
	}
	#content,
	.section-wrap .section,
	.section-wrap.section-fullpage .section {
		padding: 30px;
	}



	header .section-wrap .section {
		padding: 5px 30px;
	}



	.section-wrap.stom-products-section .section {
		padding: 40px;
	}



	.maps-optimize .google-maps-canvas {
		max-width: 100%;
	}
	.maps-optimize .section,
	.small-maps .section {
		padding: 0;
	}



	.stom-billede-sektion .section {
		padding: 0;
	}
	.stom-billede-sektion .stom-cols-6 {
		width: 50%;
	    margin: 0;
	    padding: 0 20px;
	}



	.archive #content.no-blog-images > header {
		width: 25%;
    	margin-right: 20px;
	}
	.archive:not(.woocommerce) #content.no-blog-images #primary {
		width: calc(100% - 20px - 260px - 25% - 20px);
	}
	.archive .post-thumbnail {
		width: 46%;
	}
	.archive .post-thumbnail + .post-content-wrapper {
		width: 50%;
	}



	.woocommerce-button-setup-1 ul.products li .button {
    	font-size: .9em;
    	padding: .5em;
	}



	.page-slider-section .slider-text {
		padding-left: 30px;
		padding-right: 30px;
	}



	.section-wrap.stom-grid-section.section-fullpage .section .grid-element {
		margin: 0 0 20px 20px;
	}
	.section-wrap.stom-grid-section.section-fullpage .section .grid-elements {
		margin: 0 0 0 -20px;
	}
	.section-wrap.stom-grid-section.section-fullpage .section.columns-2  .grid-element { width: calc((100% - (20px * 2))  / 2);  }
	.section-wrap.stom-grid-section.section-fullpage .section.columns-3  .grid-element { width: calc((100% - (20px * 3))  / 3);  }
	.section-wrap.stom-grid-section.section-fullpage .section.columns-4  .grid-element { width: calc((100% - (20px * 4))  / 4);  }
	.section-wrap.stom-grid-section.section-fullpage .section.columns-5  .grid-element { width: calc((100% - (20px * 5))  / 5);  }
	.section-wrap.stom-grid-section.section-fullpage .section.columns-6  .grid-element { width: calc((100% - (20px * 6))  / 6);  }
	.section-wrap.stom-grid-section.section-fullpage .section.columns-7  .grid-element { width: calc((100% - (20px * 7))  / 7);  }
	.section-wrap.stom-grid-section.section-fullpage .section.columns-8  .grid-element { width: calc((100% - (20px * 8))  / 8);  }
	.section-wrap.stom-grid-section.section-fullpage .section.columns-9  .grid-element { width: calc((100% - (20px * 9))  / 9);  }
	.section-wrap.stom-grid-section.section-fullpage .section.columns-10 .grid-element { width: calc((100% - (20px * 10)) / 10); }
	.section-wrap.stom-grid-section.section-fullpage .section.columns-11 .grid-element { width: calc((100% - (20px * 11)) / 11); }
	.section-wrap.stom-grid-section.section-fullpage .section.columns-12 .grid-element { width: calc((100% - (20px * 12)) / 12); }



	.section-wrap.stom-grid-section .section.columns-4 .grid-element {
		width: calc((100% - (20px * 2))  / 2);
	}
	.section-wrap.stom-grid-section .section.columns-5 .grid-element,
	.section-wrap.stom-grid-section .section.columns-6 .grid-element,
	.section-wrap.stom-grid-section .section.columns-7 .grid-element,
	.section-wrap.stom-grid-section .section.columns-8 .grid-element,
	.section-wrap.stom-grid-section .section.columns-9 .grid-element,
	.section-wrap.stom-grid-section .section.columns-10 .grid-element,
	.section-wrap.stom-grid-section .section.columns-11 .grid-element,
	.section-wrap.stom-grid-section .section.columns-12 .grid-element {
		width: calc((100% - (20px * 3))  / 3);
	}
}



/****** IPADS - VERTIKALT ******/

@media only screen and (max-width: 959px) {
	#content {
		position: relative;
	}

	body:not(.no-sidebar) #primary,
	.single #single-post-content-sidebar + .entry-content,
	.main-navigation {
		width: 100%;
	}



	#secondary .widget_search .search-field {
		width: 72%;
	}



	.archive #content.no-blog-images > header {
		width: 35%;
	}
	.archive:not(.woocommerce) #content.no-blog-images #primary {
		width: calc(100% - 20px - 260px - 35% - 20px);
	}



	.grid-columns-wrapper {
		text-align: center;
	}
	.grid-columns-wrapper .grid-column {
		text-align: left;
	}

	.grid-columns-wrapper .columns-6{
		width: calc( ( 100% - ( 2.01% * 2 ) ) / 3 );
	}
	.grid-columns-wrapper .columns-6:first-of-type {
		margin-bottom: 2%;
	}
	.grid-columns-wrapper.no-margin .columns-6 {
		width: calc( 100%  / 3 );
		margin-bottom: 0;
	}
	.grid-columns-wrapper .columns-6:nth-of-type(3n) {
		margin-right: 0;
	}
	.grid-columns-wrapper .columns-6:nth-of-type(4n) {
		clear: left;
	}



	.close-grid-wrapper {
		text-align: center;
	}

	.close-grid-wrapper .columns-6 {
		width: calc( 99.99% / 3 );
	}



	#secondary {
		position: fixed;
		width: 300px;
		top: 0;
		right: -500px;
		bottom: 0;
		margin: 0;
		padding-top: 35px;
		float: none;
		background-color: #fff;
		transition: right .3s, box-shadow .5s;
		transition-timing-function: ease-in;
		z-index: 1150;
	}
	#secondary.active {
		right: 0;
		box-shadow: 0 0 7px 0px rgba(0, 0, 0, .3);
		transition-timing-function: ease-out;
	}
	.admin-bar #secondary.active {
		top: 32px;
	}

	#content .open-button {
		position: fixed;
	    top: 135px;
	    right: 0;
		display: block;
		padding: 8px;
		color: #000;
		background-color: #fff;
		font-weight: bold;
		border: solid #000;
		border-width: 0 1px 1px 1px;
		line-height: 1;
		-webkit-transform: rotateZ(90deg);
		-ms-transform: rotateZ(90deg);
		-o-transform: rotateZ(90deg);
		transform: rotateZ(90deg);
		-webkit-transform-origin: right top;
		-moz-transform-origin: right top;
		-ms-transform-origin: right top;
		-o-transform-origin: right top;
		transform-origin: right top;
		cursor: pointer;
		z-index: 20;
	}
	#secondary .close-button {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		padding: 7px;
		font-size: 2em;
		line-height: 0;
		cursor: pointer;
	}

	#secondary .custom-overflow-wrapper {
		height: 100%;
		padding: 20px;
		overflow-y: auto;
	}



	.woocommerce-info #infoByEmail #stom_wc_search p {
		width: 100%;
		margin: 5px 0 10px;
	}
}



@media only screen and (max-width: 810px) {
	article.type-kalender .post-featured_img {
	    flex-basis: 0%;
	}

	article.type-kalender .date-tag {
	    flex-basis: 15%;
	}

	.page-template-page-kalender article.type-kalender .post-content-wrapper,
	.tax-kalender_cat article.type-kalender .post-content-wrapper {
	    flex-basis: 80%;
	}

	form.activities-sorting-form button,
	.activities-sorting-form .field,
	.activities-sorting-form .field.field-date {
	    width: 100%;
	    margin: 0 0 1px;
	    padding: 10px 0 9px;
	}
}



/****** MINDRE END IPADS VERTIKALT ******/

@media only screen and (max-width: 782px) {
	.admin-bar #secondary.active,
	body.admin-bar:not(.woocommerce-cart):not(.woocommerce-checkout) .header-absolute #masthead,
	body.admin-bar:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active #masthead {
		top: 46px;
	}


	body.burger-menu.admin-bar header .number-three-burger-menu-content {
		padding-top: 46px;
	}
}



@media only screen and (max-width: 767px) {
	header .shop-top-bar .top-bar-right {
		display: none;
	}
	header .shop-top-bar .top-bar-left {
		float: none;
		text-align: center;
	}



	.page-slider-section .slider-text {
		align-items: flex-start;
	}



	.hover-style-spaced ul.menu a:before {
		content: none !important;
	}
	.hover-entry-slide-up.hover-style-center ul.menu a:before {
		margin: 0;
	}


	.header-wrapper,
	#content,
	.section,
	.section-wrap .section,
	.section-wrap.section-fullpage .section,
	footer.site-footer .site-info {
		width: 100%;
		padding: 20px;
	}
	.section,
	.section-wrap .section {
		padding: 50px 20px;
	}
	header .section-wrap .section {
		padding: 5px 20px;
	}
	footer.site-footer .site-info,
	footer.site-footer .site-info .copyright {
		text-align: center;
	}
	.stom-cols-11,
	.stom-cols-10,
	.stom-cols-9,
	.stom-cols-8,
	.stom-cols-7,
	.stom-cols-6,
	.stom-cols-5,
	.stom-cols-4,
	.stom-cols-3,
	.stom-cols-2,
	.stom-cols-1 {
		width: 100% !important;
		margin: 0 0 20px !important;
	}



	.stom-billede-sektion {
		padding: 20px 0;
	}
	.stom-billede-sektion .stom-picture {
		position: relative;
		width: 100%;
		float: left;
		background-position: center center;
		height: auto !important;

	}
	.stom-billede-sektion .stom-cols-6 {
		height: auto !important;
		padding: 0;
	}



	.grid-columns-wrapper .columns-5 {
		width: calc( ( 100% - ( 2.01% * 2 ) ) / 3 );
	}
	.grid-columns-wrapper .columns-5:first-of-type {
		margin-bottom: 2%;
	}
	.grid-columns-wrapper.no-margin .columns-5 {
		width: calc( 100% / 3 );
		margin-bottom: 0;
	}
	.grid-columns-wrapper .columns-5:nth-of-type(3n) {
		margin-right: 0;
	}
	.grid-columns-wrapper .columns-5:nth-of-type(4n) {
		clear: left;
	}



	.close-grid-wrapper .columns-5 {
		width: calc( 99.99% / 3 );
	}



	article.type-kalender .post-featured_img,
	article.type-kalender .post-content-wrapper {
		width: 100%;
		margin-bottom: 10px;
		float: none;
	}



	.archive #content.no-blog-images > header {
		width: 100%;
	    margin-right: 0;
	    float: none;
	}
	.archive #content.no-blog-images .header-divider {
		display: block;
	    margin-top: 30px;
	}
	.archive:not(.woocommerce) #content.no-blog-images #primary {
		width: 100%;
	    float: none;
	}
	.archive #content.no-blog-images article.post {
		padding-left: 0;
	    border-left: none;
	}
	.archive #content.no-blog-images article.post:first-of-type {
		padding-top: 40px;
	}



	.single #single-post-content-sidebar + .entry-content,
	.single-post .entry-content {
		width: 100%;
	    float: none;
	}
	.single-post #single-post-content-sidebar {
		display: none;
	}



	footer.site-footer,
	.push {
		height: auto !important;
	}
	footer.site-footer .site-info div > span > span:after {
		content: " ";
	}
	footer.site-footer .site-info div > span > span {
		display: block;
	}
	.section-wrap.footer-widget-area {
		padding: 0;
	}
	.footer-widget-area .stom-cols-3 {
		width: 48% !important;
		margin-right: 4% !important;
	}
	.footer-widget-area .stom-cols-3:nth-child(2n+2) {
		margin-right: 0 !important;
	}



	.section-map.maps-optimize.optimize-left .stom-cols-6 {
		position: static !important;
	}



	.woocommerce ul.products[class*=columns-],
	.woocommerce-page ul.products[class*=columns-] {
		margin: 0 -15px 0 0;
	}
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product,
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
	.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
		width: calc((100% - (15px * 2)) / 2);
		margin: 0 15px 30px 0;
		float: none;
	}



	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images,
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 100%;
	    margin: 0 0 40px;
	    padding: 0;
	    float: none;
	    border: none;
	}



	.section-map .stom-cols-6 {
		padding: 0 !important;
	}
}



@media only screen and (max-width: 639px) {
	#page .gform_wrapper .top_label li.gfield.gf_left_half,
	#page .gform_wrapper .top_label li.gfield.gf_right_half {
		padding: 0;
	}

	#page .gform_wrapper div.validation_error {
		padding: 20px 30px;
		font-size: 1.3em;
	}
	#page .gform_wrapper div.validation_error .fa {
		margin-right: 5px;
		font-size: 1.1em;
	}



	.grid-columns-wrapper .columns-4 {
	    width: calc( ( 100% - ( 2.01% * 1 ) ) / 2 );
	}
	.grid-columns-wrapper .columns-4:first-of-type {
		margin-bottom: 2%;
	}
	.grid-columns-wrapper.no-margin .columns-4 {
	    width: calc( 100% / 2 );
	    margin-bottom: 0;
	}
	.grid-columns-wrapper .columns-4:nth-of-type(2) {
		margin-right: 0;
	}
	.grid-columns-wrapper .columns-4:nth-of-type(3) {
		clear: left;
	}



	.close-grid-wrapper .columns-4 {
	    width: calc( 99.99% / 2 );
	}
}



/****** MOBILER ******/

@media only screen and (max-width: 479px) {
	.main-navigation ul {
		width: 100%;
	}



	#secondary .custom-overflow-wrapper {
		width: 260px;
		margin: 0 auto;
	}



	#site-navigation .menu-navigation img {
	    max-width: 100px;
	}



	.grid-columns-wrapper {
		margin: 0;
		text-align: center;
	}
	.grid-columns-wrapper .grid-column {
		display: block;
		width: 100%;
		margin: 0 0 6% !important;
	}
	.grid-columns-wrapper.no-margin .grid-column {
		display: block;
		width: 100%;
		margin: 0 !important;
	}



	.close-grid-wrapper .close-grid {
		width: 100%;
	}



	.section-wrap.stom-grid-section .section .grid-element,
	.section-wrap.stom-grid-section.section-fullpage .section .grid-element {
		width: 100% !important;
		margin: 0 0 20px;
	}
}


@media only screen and (max-width: 400px) {
	body.burger-menu header .burger-menu-content-inner {
		width: 100%;
		max-width: 340px;
	}


	
	.woocommerce ul.products[class*=columns-],
	.woocommerce-page ul.products[class*=columns-] {
		margin: 0;
	}
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product,
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
	.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
		width: 100%;
    	margin: 0 0 30px;
    	float: none;
	}
}
