/*
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


.home .page{
	padding-top: 0px !important;
}

.home #primary{
	margin-top: 0px !important; 
}

.ast-breadcrumbs-wrapper{
	margin-bottom: 15px;
}

.ast-breadcrumbs-wrapper a:hover{
	text-decoration: underline;
}


.home .page .entry-header {
    margin-bottom: 0em !important;
}




.home .entry-title{
	display: none;
}

h1{
	font-size: 48px !important;
	line-height: 61px !important;
}

h2{
	font-size: 40px !important;
	line-height: 52px !important;
}

h3{
	font-size: 30px !important;
	line-height: 40px !important;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 500 !important;
}

body {
	font-weight: 400 !important;
}


p, .entry-content p {
    margin-bottom: 1em;
}


ol, ul {
    margin: 0 0 1.5em 1em;
}

h1, h2, h3, h4, p strong {

}

/*Formidable*/

.frm_pro_form input[type=text], .frm_pro_form input[type=email], .frm_pro_form textarea{
	background-color: #F4F4F4;
	border-radius: 4px;
}


.menu-container .kb-nav-link-content {
	font-weight: 500 !important;
}

.kb-advanced-slider{
	width: 100%;
}



.with_frm_style .frm_submit.frm_flex {
   /* align-items: left;*/
    gap: 2%;
    /*justify-content: start;*/
    margin-top: 30px;
}

figure.block-image, figure.block-image .kb-image-has-overlay {
	height: 100% !important;
	width: 100% !important; 
} 

.block-image img{ 
	display: block;
    object-fit: cover;
    object-position: 50% 50%;
	height: 100% !important;
	width: 100% !important;
}



/*Admin editor*/

.edit-post-visual-editor .editor-styles-wrapper > .is-root-container {
    padding-top: 20px;
    max-width: 800px;
    margin: auto;
}



#astra_megameny .wp-block-kadence-navigation .menu{
	background-color: #ffffff;
	margin-left: 0px !important;
	width: 100% !important;
	
}

.wp-block-kadence-navigation .sub-menu{
	padding-left: 0px !important;
	
}

.wp-block-kadence-navigation .sub-menu a.kb-link-wrap{
	padding-left: 50px !important;
	
}

/*Animate -underline*/
	
.fromLeft .kb-nav-link-content{
	padding: 6px 15px !important;
}


.fromLeft .menu-item:after{ 
  padding-top: 0px;
  display:block;
  content: '';
  border-bottom: solid 1px #fff;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out; 
  margin-bottom: 15px;
}


.fromLeft .menu-item:not(.kb-nav-link-24_13c007-cc, .kb-nav-link-24_613f39-87):hover::after {transform: scaleX(1);transform-origin: 0% 50%;}
.fromLeft .menu-item:not(.kb-nav-link-24_13c007-cc, .kb-nav-link-24_613f39-87):hover:after{ transform-origin: 100% 50%; }
.fromLeft .menu-item:not(.kb-nav-link-24_13c007-cc, .kb-nav-link-24_613f39-87):hover:after{ transform: scaleX(1); transform-origin:   0% 50%; }
.fromLeft .menu-item:not(.kb-nav-link-24_13c007-cc, .kb-nav-link-24_613f39-87).current-menu-item:after{ transform: scaleX(1); transform-origin:   0% 50%; } 



#astra_megameny .wp-block-kadence-navigation{
	width: 100%;
}


#mobile  .kb-link-wrap a.kb-nav-link-content{
	padding-left: 15px !important;
	padding-right: 15px !important;
}

#mobile .kb-nav-sub-menu{
	margin-left: 0px !important;
}

#mobile .kb-nav-sub-menu .kb-link-wrap a{
	padding-left: 30px !important;
}


#astra_megameny{
	
}

.astra_megameny .wp-block-kadence-navigation .kb-nav-link-content{
	padding-left: 15px !important;
	padding-right: 15px !important;
	
}


.navbar-toggler{
	box-shadow: none !important;
}

.navbar-toggler:hover{
	background-color: transparent;
	box-shadow: none !important;
}


.menu-container, .wp-block-kadence-navigation .menu{
	width: 100%;
	display: block;
}

.menu-container .kb-nav-link-content{
	/*color: #ffffff !important;*/
}


.menu.example5 {
  position: relative;
  display:  inline-block;
  width: 30px;
  height: 24px;
  margin: 5px 5px;
}
.menu.example5 span {
  margin: 0 auto;
  position: relative;
  top: 12px;
}
.menu.example5 span:before, .menu.example5 span:after {
  position: absolute;
  content: '';
}
.menu.example5 span, .menu.example5 span:before, .menu.example5 span:after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: block;
  border-radius: 3px;
}
.menu.example5 span:before {
  margin-top: -10px;
}
.menu.example5 span:after {
  margin-top: 10px;
}  

/* examples */

/* example 5 */
.example5 span {
  -webkit-transition-duration: 0s; transition-duration: 0s;
  -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.navbar-toggler:not(.collapsed) .example5 span {
  background-color: rgba(0,0,0,0.0);
  -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.example5 span:before {
  -webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
  -webkit-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.navbar-toggler:not(.collapsed) span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg); transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.example5 span:after {
  -webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
  -webkit-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.navbar-toggler:not(.collapsed) span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg); transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}


.navigation.post-navigation{
	display: none;
}


/*Gutenberg*/

.kt-inside-inner-col .entry-content .wp-block-embed {
    margin-top: 0em;
    margin-bottom: 0em;
}


.ingress{
	font-size: 25px;
    line-height: 34px;
	font-weight: 300;
	max-width: 992px;
	font-family: 'maecenas';
    margin-bottom: 0px;
    /*text-align: left;*/
    font-style: italic;
}

.ingress p{
	margin-bottom: 10px;
}


/*Ansatt card*/

.ansatt h3{
	font-family: 'nunito-sans' !important;
	text-transform: uppercase;
	font-size: 18px !important;
	line-height: 22px !important;
	font-weight: 700 !important;
	font-style: normal !important;
}

.ansatt p{
	font-family: 'nunito-sans' !important;
	font-size: 18px !important;
	line-height: 22px !important;
	font-weight: 500 !important;
	font-style: normal !important;
}


/*Card*/

.wp-block-kadence-query-card .kb-query-item{
	padding: 0px !important;
}




.kb-query-item .ingress{
	font-size: 18px !important;
	text-align: center;
}

.kb-query-item p:empty{
	display: none !important;
}

.kb-query-item a{
	text-decoration: underline;
	color: #000 !important;
}


.kb-button{
	margin-top: 15px;
	margin-bottom: 15px;
}

.kt-btn-inner-text{
	font-family: 'nunito-sans';
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	font-style: normal;
}


.ingress > .kt-inside-inner-col > p, .ingress > .kt-row-column-wrap > .wp-block-kadence-column >.kt-inside-inner-col > .wp-block-kadence-column > .kt-inside-inner-col p{
	font-family: 'maecenas';
    margin-bottom: 15px;
    text-align: left;
	font-size: 25px;
    line-height: 34px;
    font-weight: 200;
    font-style: italic;
    max-width: 800px;
}

.toppsekjon .ingress{
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}


/*WooCommerce*/

.wc-block-product-categories-list > .wc-block-product-categories-list-item{
	font-size: 18px;
	padding: 5px 0px;
	border-bottom: 1px solid #000;
	margin-bottom: 0px !important;
	width: 100%;
}

.wc-block-product-categories-list--depth-1 li{
	border-bottom: 0px solid #000 !important;
	/*margin-left: 15px;*/
}

/* Add a dash before depth-1 (first-level children) */
.wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item::before {
    content: "- ";
    color: #444; /* optional: match your design */
}

/* Optionally style deeper levels differently */
.wc-block-product-categories-list--depth-2 > .wc-block-product-categories-list-item::before {
    content: "-- ";
    color: #666;
}


.wc-block-product-categories-list-item-count{
	display: none; 
}


/*Kjøkken*/

.category-kjokken  .wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item:first-child > a > .wc-block-product-categories-list-item__name {
  font-weight: 700;
}


/* ===============================
   WooCommerce Product Categories List
   =============================== */

ul.wc-block-product-categories-list--depth-0{
	margin-left: 0px;
}

/* Hide child category lists by default */
.wc-block-product-categories-list--depth-1 {
  display: none;
}

/* Main category list item layout */
.wc-block-product-categories-list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4em;
  padding: 0.3em 0;
}

/* Toggle icon on the left */
.cat-toggle {
  font-size: 1em;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
  margin-right: 0.4em;
  margin-bottom: 5px;
}

/* Category link (name) - inline */
.wc-block-product-categories-list-item > a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  flex-grow: 0;
}

/* Product count - inline with name */
.wc-block-product-categories-list-item-count {
  display: inline;
  white-space: nowrap;
  font-size: 0.9em;
  color: #666;
  flex-shrink: 0;
  margin-left: 0.3em;
}

/* Subcategory <ul> shown under parent */
.wc-block-product-categories-list-item > ul {
  width: 100%;
  margin-left: 1.5em;
  margin-top: 0.4em;
  padding-left: 0;
}

/* Nested child items follow same layout */
.wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item,
.wc-block-product-categories-list--depth-2 > .wc-block-product-categories-list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4em;
}

/* Highlight current category */
.wc-block-product-categories-list-item > a.current-cat {
  font-weight: bold;
  color: #000;
  /*background-color: #f5f5f5;*/
  /*padding: 2px 0px;*/
  /*border-radius: 4px;*/
}

/* Highlight parent of current category */
.wc-block-product-categories-list-item.current-cat-parent > a {
  font-weight: bold;
  /*border-left: 3px solid #444;*/
  padding-left: 6px;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .wc-block-product-categories-list-item {
    font-size: 0.95em;
  }

  .cat-toggle {
    font-size: 1.1em;
  }
}

.cat-toggle .icon-arrow {
  transition: transform 0.2s ease;
  transform-origin: center;
  display: inline-block;
}

/* Rotate arrow down when open */
.cat-toggle.toggle-open .icon-arrow {
  transform: rotate(90deg); /* ▶ becomes ▼ */
}

/* Hide the product count for "Kjøkken" */
.wc-block-product-categories-list-item > a[href*="kjokken"] + .wc-block-product-categories-list-item-count {
  display: none !important;
}


/* ===============================*/


/*WooCommerce*/


.product_cat-kjokken{
	/*display: none !important;*/
}


.woocommerce-js table.shop_attributes {
    border: 0 !important;
    border-top: 0px !important;
    margin-bottom: 1.618em;
    width: 100%;
}


td.woocommerce-product-attributes-item__value{
	padding: 5px 10px !important;	
}



.sku_wrapper, .posted_in, .tagged_as, .product_meta h4, .product_title{
	font-weight: 600 !important;
	display: block !important;
	margin-bottom: 15px !important;
}

.wc-block-product-categories-list-item a:hover{
	text-decoration: underline;
	color: #2C4758;
}

.wc-block-product-categories-list.wc-block-product-categories-list--depth-1{
	margin-top: 0px;
	margin-bottom: 10px;
}

.wc-block-product-categories-list-item.current-cat > a .wc-block-product-categories-list-item__name {
  font-weight: 700;
  color: #000; /* valgfritt: legg til farge */ 
}




.up-sells h2{
	font-size: 32px;
	line-height: 48px;
}

/*WooCommerce card*/

.astra-shop-summary-wrap{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.woocommerce-loop-product__title{
	font-family: 'nunito-sans';
    width: 100%;
    text-align: left;
    color: #000000;
    font-size: 16px !important;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
}


.astra-shop-summary-wrap a.button, .astra-shop-summary-wrap .added_to_quote{
	padding: 5px 15px !important;
	font-size: 14px !important;
	border: 1px solid #000 !important;
	margin-right: 5px !important;
}


/*Produktkategori*/


.hyttekatalog img{
	max-width: 100px;
}

.tax-product_cat .hyttekatalog img, .category-kjokken .hyttekatalog img{
	display: none !important;
}

.tax-product_cat .hyttekatalog, .category-kjokken .hyttekatalog, .kt-blocks-modal-link{
	background-color: #2c4758 !important;
	color: #fff !important;
	font-family: 'nunito-sans' !;
    text-align: center !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
	padding: 10px 30px !important;
	border-radius: 4px !important;
	margin-bottom: 15px !important;
	
}

.tax-product_cat .hyttekatalog, .category-kjokken .hyttekatalog:hover{
	background-color: #000;
}

.tax-product_cat .hyttekatalog span, .category-kjokken .hyttekatalog span{
	padding: 0px !important;
}

.flipbook{
	font-size: 14px;
}

.tax-product_cat .jet-listing-grid__item img{
	/*object-fit: contain !important;
	border: 1px solid #eee;*/
}

.jet-listing-grid__item h4{
	font-family: 'nunito-sans';
    text-align: center;
    color: #000000;
    font-size: 16px !important;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
}

.tax-product_cat .jet-listing-grid__item:hover  img{
	/*object-fit: contain !important;
	border: 1px solid #bbb;*/
}


/*Hovedmeny*/
.wp-block-kadence-navigation .menu{
	justify-content: right !important;
}

.wc-block-mini-cart__button{
	border: 0px !important;
	margin-bottom: 10px;
	font-size: 20px !important;
}


.wc-block-cart-link .wc-block-cart-link__text{
	display: none !important;
}

/*Astra_megameny*/
#astra_megameny .menu-item{
	font-size: 18px;
	border-bottom: 1px solid #000;
	margin-bottom: 0px !important;
	width: 100%;
}


#astra_megameny .menu-item:hover .kb-nav-link-content{
	text-decoration: underline;
}

/*Produktside*/

.vi-wpvs-option-wrap-selected{
	border: 2px solid #000;
}


.single_add_to_cart_button.button.alt,  a.added_to_quote{
	padding: 10px 30px !important;
	font-size: 16px !important;
	border: 1px solid #2c4758 !important;
	margin-right: 5px !important;
	margin-left: 0px !important;
	text-align: center !important;
	width: auto !important;
	
	color: #fff !important;
	background-color: #2c4758 !important; 
}

.addify_checkout_place_quote{
	border: 0px !important;
}

.related{
	
}

.related h2{
	font-weight: 600;
	font-size: 32px;
	padding-top: 80px;
}

.woocommerce-pagination .page-numbers:hover{
	color: #fff !important;
}

.woocommerce-pagination .page-numbers.current{
	color: #fff !important;
}



.ast-left-sidebar #primary {
	border-left: 0px !important;
}

.kb-button{
	border-radius: 30px !important;
	border: 2px solid #2c4759 !important;
	background: #fff !important;
	color: #2c4759 !important;
}

.kb-button:hover{
	border-radius: 30px !important;
	border: 2px solid #2c4759 !important;
	background: #2c4759 !important;
	color: #fff !important;
}

.button.disabled{
	background-color: #f2f2f2 !important;
	color: grey !important;
} 



.product-pdf-list{
	margin-left: 0px;
}

.product-pdf-list a{
	text-decoration: underline;
	text-decoraton-thickness: 1px;
	text-decoration-offset: 4px;
}

.product-pdf-list img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}


/*Listing grid*/

.jet-listing-dynamic-image{
	margin-bottom: 10px;
}

.home .jet-listing-grid__item img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}


.jet-listing-grid__item h3, .jet-listing-grid__item h3 a {
	text-decoration: none !important;
	font-weight: 700 !important;
    font-size: 18px !important;
	line-height: 26px !important;
    font-family: 'nunito-sans' !important;
    display: inline;
    color: #000;
	text-transform: uppercase;

}



.jet-smart-filters-radio{
	margin-top: 30px;
	margin-bottom: 15px;
}


.jet-radio-list__button {
    border-color: #2c4758 !important;
    border-width: 1px;
}


/* 1. Hide native radio input */
.jet-radio-list__input {
  display: none;
}

/* 2. Style button container */
.jet-radio-list__button {
  display: inline-block;
  padding: 0.6em 1.2em;
  margin: 0.3em;
  background-color: #f1f1f1;
  color: #333;
  border: 2px solid #2c4758;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* 3. Add hover effect */
.jet-radio-list__button:hover {
  background-color: #e6e6e6;
  border-color: #2c4758;
}

/* 4. Style active (selected) button */
.jet-radio-list__input:checked + .jet-radio-list__button {
  background-color: #2c4758;     /* WordPress blue */
  color: #fff;
  border-color: #2c4758;
}

/* 5. Hide the SVG checkmark (optional) */
.jet-radio-list__checked-icon {
  display: none;
}

/* 6. Optional: Inline layout (if not already) */
.jet-radio-list__row {
  display: inline-block;
}

.jet-radio-list__decorator {
  display: none !important;
}





.kt-svg-icon-list li a:hover{
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;

}


.kadence-blocks-gallery-item-inner img {
  /*transition: transform 0.4s ease;
  transform-origin: center center;*/
}

/*.kadence-blocks-gallery-item-inner:hover img {
  transform: scale(1.08);
}*/


/*
Match the easing with your desired emotional tone:

ease-in = dramatic
ease-out = calm landing
ease-in-out = cinematic
cubic-bezier = designer control
*/


@keyframes kenburnsZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.kb-gallery-kenburns .kb-gallery-type-slider .splide__slide img {
  transform-origin: center center;
}

.kb-gallery-kenburns .kb-gallery-type-slider .splide__slide.is-active img {
  /*animation: kenburnsZoom 7s ease-in-out forwards;/* 						/*Smooth and natural*/
  /*animation: kenburnsZoom 7s ease-out forwards;*/							/*Start fast, end slow (ease-out)*/
  animation: kenburnsZoom 7s ease-in forwards; 								/*Start slow, end fast (ease-in)*/
  /*animation: kenburnsZoom 7s cubic-bezier(0.25, 1, 0.5, 1) forwards;*/ 	/*Custom cubic-bezier easing*/
}

.kb-gallery-kenburns .kb-gallery-type-slider .splide__slide:not(.is-active) img {
  transform: scale(1.1);
}
 


.kb-gallery-type-mosaic .kadence-blocks-gallery-item-inner img {
  transition: transform 0.6s ease;
  transform-origin: center center;
}

.kb-gallery-type-mosaic .kadence-blocks-gallery-item-inner:hover img {
  transform: scale(1.05);
}


#vi_hjelper_deg, #vi_hjelper_deg h3, #vi_hjelper_deg p, #vi_hjelper_deg a{
	color: #fff;
	
}



 



footer a:hover{
	text-decoration: underline !important;
	text-decoration-offset: 3px !important;
	text-decoration-thickness: 1px !important;
}




@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1340px !important;
    }
	
	.wp-block-kadence-query {
		max-width: 2200px !important;
	}
	
	/*.home h1{
		font-size: 44px;
		line-height: 56px;
		margin-bottom: 30px;
	}
	
	.home h1{
		font-size: 68px;
		line-height: 74px;
		margin-bottom: 30px;
	}*/
	
	
}


@media only screen and (min-width: 992px) {
			
		/*Astra 922px !!!*/
		.ast-left-sidebar #secondary {
			border-right: 0px !important;
			margin-right: 0px !important;
		}
		
		.ast-container .astra-advanced-hook-3897 > *:not(.alignwide):not(.alignfull) ,
		.ast-container .entry-content > *:not(.alignwide):not(.alignfull), 
	    .ast-container .astra-advanced-hook-3897 > *:not(hr) {
		  max-width: 880px;
		  margin-left: 0px;
		  margin-right: auto;
		}

	   
	
		 .ast-container { 
			/*max-width: 768px;*/
		}
		
		
		  #astra_megamenu {
			display: none !important;
		  }

		.alignfull {
			width: 100vw !important; 
			margin-left: calc((100% - 100vw) / 2) !important;
			margin-right: auto !important;
			max-width: 100vw !important;
		} 

		.wp-block-uagb-image .alignwide {
			padding: 15px;
		}
}


@media only screen and (min-width:1340px) { 
	 
	
	.wp-block-uagb-image .alignwide {
		padding: 15px;
	}
}


@media only screen and (max-width:1339px) {
	
	
}



@media only screen and (max-width:991px) {
		
	
	
		
		.kb-nav-link-content{
			font-weight: 500 !important;
			font-size: 22px !important;
		}

		
	

	
		.home .site .site-content #primary .ast-article-single, .home .ast-separate-container .site-content #secondary .widget {
			padding-top: 0px;
			padding-bottom: 30px;
			padding-left: 0; 
			padding-right: 0;
		}
	
		
	
		.ast-container {
			max-width: 100% !important;
			padding-left: 30px;
			padding-right: 30px;
			/* background: lime !important; */
		}
	
		.home .ast-container {
			max-width: 100% !important;
			padding-left: 0px;
			padding-right: 0px;
		}
	
	
		
	
		.wp-block-media-text__content{
			padding: 30px 30px !important;	
		}
		
		.hamburger{
			width: 50%;
		}
	
}

@media only screen and (max-width: 767px) {
	
	h1{
		font-size: 36px !important;
        line-height: 48px !important;
	}
	
	h2{
		font-size: 30px !important;
        line-height: 40px !important;
	}

	h3{
		font-size: 30px !important;
		line-height: 40px !important;
	}
	
	
	/*Ansatt card*/

	.ansatt h3{
		font-family: 'nunito-sans' !important;
		text-transform: uppercase;
		font-size: 16px !important;
		line-height: 20px !important;
		font-weight: 700 !important;
		font-style: normal !important;
	}

	.ansatt p, .ansatt a{
		font-family: 'nunito-sans' !important;
		font-size: 16px !important;
		line-height: 20px !important;
		font-weight: 500 !important;
		font-style: normal !important;
	}
	
	
	.alignwide, .alignfull{
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.ast-breadcrumbs-wrapper{
		font-size: 14px;
	}
	
	figcaption{
		padding: 0px 15px;
	}

	
	
	h1, .entry-content h1, h2, .entry-content h2 {
		/*font-size: 1.8rem !important;*/
	}
	
	body {
		font-size: 17px !important;
		font-weight: 400 !important;
	}
	
	.ingress, .ingress p{
		font-size: 20px !important;
		line-height: 26px !important;
		margin-bottom: 30px;
		font-weight: 400 !important;
	}
	

	
	h1, h2, h3, h4, h5, h6 {
		/*font-weight: 500;*/
	}
	
	.ast-container {
		max-width: 100% !important;
		/*padding-left: 30px !important;
		padding-right: 30px !important;*/
		/* background: lime !important; */
	}
	
	
	.site .site-content #primary .ast-article-single {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
	
	/*Listing grid*/
	
	



	.jet-listing-dynamic-image{
		margin-bottom: 10px;

	}

	.home .jet-listing-grid__item img{
		width: 100%;
		max-height: 140px;
		object-fit: cover;
	}
	
	


	.jet-listing-grid__item h3 a {
		font-weight: 700 !important;
		font-size: 14px !important;
		line-height: 20px !important;
		font-family: 'nunito-sans' !important;
		display: block;


	}
	
	
	
}