/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2023 | 12:08:59 */
/* CUSTOM GOOGLE FONT */
@font-face{
	font-family: 'FGRegular';
	font-weight: 400;
	src: url('/wp-content/uploads/2023/03/FamiljenGrotesk-Regular.woff2') format('woff2'),
		url('/wp-content/uploads/2023/03/FamiljenGrotesk-Regular.woff') format('woff');
}

@font-face{
	font-family: 'FGMedium';
	font-weight: 500;
	src: url('/wp-content/uploads/2023/03/FamiljenGrotesk-Medium.woff2') format('woff2'),
		url('/wp-content/uploads/2023/03/FamiljenGrotesk-Medium.woff') format('woff');
}

@font-face{
	font-family: 'FGSemiBold';
	font-weight: 600;
	src: url('/wp-content/uploads/2023/03/FamiljenGrotesk-SemiBold.woff2') format('woff2'),
		url('/wp-content/uploads/2023/03/FamiljenGrotesk-SemiBold.woff') format('woff');
}

@font-face{
	font-family: 'FGBold';
	font-weight: 700;
	src: url('/wp-content/uploads/2023/03/FamiljenGrotesk-Bold.woff2') format('woff2'),
		url('/wp-content/uploads/2023/03/FamiljenGrotesk-Bold.woff') format('woff');
}


/* GLOBAL HEADER */
.site.grid-container{
	max-width: 100% !important;
}

.inside-header.grid-container{
	max-width: 1440px;
}

#mobile-menu-control-wrapper .gp-icon svg {
    height: 40px;
    width: 40px;
}

#mobile-menu-control-wrapper button{
	background-color: transparent;
	padding-right: 0px;
}

.rank-math-breadcrumb span.separator {
    padding: 6px;
	position: relative;
}

.rank-math-breadcrumb p{
	margin-bottom: 18px;
}

.rank-math-breadcrumb .separator:before{
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='4' height='6' viewBox='0 0 4 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.5L3.5 3L1 0.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	width: 6px;
	height: 6px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.blogg__header .rank-math-breadcrumb .separator:before,
.single-post .rank-math-breadcrumb .separator:before{
	filter: invert(1);
}

/* SOCIAL SHARING */
.social__sharing .social-btn {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.blogg__sharing .social-btn{
	justify-content: flex-end;
}

.social__sharing .social-btn a{
	display: inline-block;
	padding: 4px;
	border-radius: 100%;
	background-color: var(--blue-100);
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social__sharing .social-btn a svg{
	color: var(--blue-400);
	vertical-align: middle;
}

/* FLUENT FORM */
.fluentform .ff-el-input--label label{
	font-family: 'FGRegular';
	font-weight: 400;
}

.fluentform .ff-el-form-control {
    padding: 14px 15px;
    border-radius: 0px;
    border: 1px solid #D4D2CD;
	color: #d4d2cd;
}

.fluentform .ff-el-form-control::placeholder{
	color: #d4d2cd;
}

.fluentform .ff-el-form-control:focus{
	border: 1px solid var(--dark);
	color: var(--dark);
}

.fluentform button.ff-btn-submit {
    border-radius: 0px;
    padding: 20px 25px;
}


/* LOGO REEL */
.logo__reel-swiper .swiper-wrapper{
  -webkit-transition-timing-function:linear!important;
	transition-timing-function:linear!important; 
  position: relative;
	align-items: center;
}

.logo__reel-inner-image {
    width: fit-content;
}

.logo__reel-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
}

.logo__reel-inner-image img {
    width: 120px;
    aspect-ratio: 3/2;
    object-fit: contain;
}

/* BLOGG */
.blog__categories .post-term-item a{
	padding: 8px 16px;
	background-color: var(--blue-100);
	color: var(--blue-400);
	text-decoration: none;
}

/* CASER ARCHIVE */
.caser__archive-query-loop .gb-query-loop-wrapper .gb-grid-column:nth-child(odd) .caser__grid-inside{
	padding-right: 104px;
}
.caser__archive-query-loop .gb-query-loop-wrapper .gb-grid-column:nth-child(even) .caser__grid-inside{
	flex-direction: row-reverse;
	padding-left: 104px;
}

/* SINGLE CASES */
.c_kunde,
.c_levert{
	position: relative;
}

.c_kunde:before {
    content: "Kunde: ";
    font-weight: 700;
}

.c_levert:before {
    content: "Levert av: ";
    font-weight: 700;
}

.featured__image figcaption{
	font-size: 14px;
	line-height: 1.3;
}

/* ACCORDION */
.accordion__content p:last-child{
	margin-bottom: 0px !important;
}

.gb-accordion__toggle .gb-icon{
	width: 20px;
	height: 20px;
	border: 2px solid var(--blue-400);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.gb-accordion__toggle .gb-icon svg{
	color: var(--blue-400);
}

/* BLOG */

.blog #content,
.category #content{
	padding-left: 104px;
	padding-right: 104px;
	padding-bottom: 100px;
	column-gap: 2rem;
}

.blog__kategories-items {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.blog__categories .wp-block-navigation__container{
	width: 100%;
}

.blog__categories .wp-block-navigation-item{
	padding: 10px 24px;
	width: 100%;
}

.blog__categories .wp-block-navigation-item.current-menu-item{
	background-color: var(--blue-100);
	font-family: 'FGMedium';
}

.blog__navigation--nav select {
    width: 100%;
    border: none;
    background-color: var(--blue-100);
    padding: 10px 24px;
   	font-family: 'FGMedium';
	font-size: 18px;
	    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%230F0E0B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	    background-repeat: no-repeat;
    background-size: auto;
    background-position: 96% 50%;
}


.blog__query-items .gb-grid-column:first-child {
    width: 100%;
}

.blog__query-items .gb-grid-column:first-child img{
	height: 500px !important;
}
.author_image{
	width: 58px;
	height: 58px;
}
.author_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* RESPONSIVE */
@media (min-width: 769px){
	.mobile__footer-nav{
		display: none;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {

	.blog #content, .category #content {
		padding: 0 50px 100px;
	}
}

@media (max-width: 768px){
	/* HEADER	 */
	.mobile-menu-open body{
		overflow: hidden;
	}
	#site-navigation {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 150px;
		left: 0;
		z-index: 9999;
		overflow-y: auto;
	}
	.main-navigation .inside-navigation{
		height: 100%;
		align-items: flex-start;
	}
	.has-inline-mobile-toggle #site-navigation.toggled,
	.main-navigation.toggled .main-nav ul ul{
		background-color: var(--white-500);
		border: none;
	}
	
	.main-navigation .main-nav ul ul li a{
		font-size: 18px;
	}
	
	.main-navigation .main-nav ul li.menu-item-has-children>a{
		font-size: 24px;
	}
	
	.main-navigation .main-nav ul li a{
		font-size: 24px;
	}
	
	.mobile__footer-nav {
		display: block !important;
		visibility: hidden;
		order: 4;
	}
	
	.sub-menu-right.toggled .mobile__footer-nav {
		visibility: visible;
	}
	/* HIDE MAIN MENU MOBILE WHEN NOT TOGGLED*/
	.sub-menu-right:not(.toggled) {
		display: none;
	}
	.mobile__footer-nav a{
		font-family: 'FGRegular';
		display: inline;
		font-size: 14px;
	}
	
	.mobile__socials{
		justify-content: flex-start;
	}
	
	.mobile__socials .gb-button:first-child{
		padding-left: 0px !important;
	}
	/* CASER ARCHIVE */
	.caser__archive-query-loop .gb-query-loop-wrapper .gb-grid-column:nth-child(odd) .caser__grid-inside{
		padding-right: 60px;
	}
	.caser__archive-query-loop .gb-query-loop-wrapper .gb-grid-column:nth-child(even) .caser__grid-inside{
		flex-direction: row-reverse;
		padding-left: 60px;
	}
	/* BLOG */
	.blog #content,
.category #content{
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 80px;
	column-gap: 0px;
	}
	
	div#left-sidebar{
		order: 1;
		margin-bottom: 40px;
	}
	
	.content-area{
		order: 2;
	}
	
	.blog__query-items .gb-grid-column:first-child img{
		height: 205px !important;
	}
}

@media (max-width: 480px){
	/* FOOTER	 */
	#globasitefooter .wp-block-navigation__container {
		flex-direction: column;
		align-items: center;
		row-gap: 24px;
	}
	
	/* CASER ARCHIVE */
	.caser__archive-query-loop .gb-query-loop-wrapper .gb-grid-column:nth-child(odd) .caser__grid-inside{
		padding-right: 0px;
	}
	.caser__archive-query-loop .gb-query-loop-wrapper .gb-grid-column:nth-child(even) .caser__grid-inside{
		flex-direction: unset;
		padding-left: 0px;
	}
	
	/* SINGLE CASE	 */
	.featured__image figcaption{
		padding-left: 24px;
		padding-right: 24px;
	}
	
	/* FLUENT FORM	 */
	.fluentform button.ff-btn-submit {
		width: 100%;
	}
	/* BLOG */

	.blog #content,
.category #content{
		padding-left: 24px;
		padding-right: 24px;
		padding-bottom: 80px;
	}
}