/**
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
*/

#page .site-content{
	flex-grow: 0;
}


.tekstboks{
	max-width: 700px;
}

.logo img{
	width: 200px;
}

.ingress{
	font-size: 19px;
	font-weight: 500;
}

.wp-block-kadence-column .ingress{
	font-size: 18px;
	font-weight: 400;
}



.entry-content .wp-block-media-text .wp-block-media-text__content {
    padding: 30px 80px 30px 80px;
	max-width: 600px;
}

.tjeneste_ikon img{
	max-width: 70px;
	margin-bottom: 30px;
}

.kt-row-column-wrap:hover .wp-block-post-title {
  /*text-decoration: underline;*/
}

.kb-query-item p{
	margin-bottom: 10px;
}

.kb-query-item h3{
	margin-bottom: 10px;
}


.kb-query-item h3:after{ 
  padding-top: 5px;
  display:block;
  content: '';
  border-bottom: solid 1px #000;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

	/*.kt-row-column-wrap:hover h3.fromLeft:after{ transform: scaleX(1); transform-origin:   0% 50%; }*/
	.kb-query-item:hover > .wp-block-kadence-column > .kt-inside-inner-col > h3.fromLeft:after{ transform-origin: 100% 50%; }
	/*.kt-row-column-wrap:hover h3.fromRight:after{  transform-origin:   0% 50%; }*/
	.kb-query-item:hover > .wp-block-kadence-column  > .kt-inside-inner-col > h3.fromLeft:after{ transform: scaleX(1); transform-origin:   0% 50%; }
	/*.kt-row-column-wrap:hover h3.fromRight:after{ transform: scaleX(1); transform-origin: 100% 50%; }*/


	/*.kt-row-column-wrap:hover h3.fromLeft.active:after{ transform: scaleX(1); transform-origin:   0% 50%; } */



.kt-divider{
	display: none !important; 
}


/*kb-table*/

.kb-table-container{
	margin-bottom: 30px !important;
}


table.kb-table tr {
 	display: flex;
}

table.kb-table td {
 	padding: 5px 15px 5px 15px !important; 
	justify-content: flex-start;
}

table.kb-table td p {
 margin-top: 5px !important; 
 margin-bottom: 5px !important; 
 line-height: 1.3em;
 font-size: 16px;
}

table.kb-table tbody tr:nth-child(even) td-p { /* Striped rows */
  background-color: #f2f2f2 !important; /* Or your preferred light background color */
}

table.kb-table td-p:last-child {
  text-align: right !important; 
}

table.kb-table, table.kb-table td-p {
  border: none !important;
}

table.kb-table td.kb-table-data:last-child p {
  white-space: nowrap;
}



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

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

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




#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;
	
}




	#mobile .menu {
	  	position: relative;
	  	display:  inline-block;
	   	width: 30px;
  		height: 30px;
  		margin: 0px 25px 25px 25px !important;
		
	}
	#mobile .menu span {
	  margin: 0 auto;
	  position: relative;
	  top: 12px;
	}
	#mobile .menu span:before, #mobile .menu span:after {
	  position: absolute;
	  content: '';
	}

	#mobile .menu span:before, #mobile .menu span:after {
	  width: 30px;
	  height: 3px;
	  background-color: #fff;
	  display: block;
	  border-radius: 3px;
	}


	#mobile .menu span:before {
	  margin-top: -5px;
	}
	#mobile .menu span:after {
	  margin-top: 5px;
	}  




/* examples */

/* example 5 */
#mobile .example5 span {
  -webkit-transition-duration: 0s; transition-duration: 0s;
  -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
#mobile .navbar-toggler:not(.collapsed) .example5 span {
  background-color: rgba(0,0,0,0.0);
  -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
#mobile .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;
}
#mobile .navbar-toggler:not(.collapsed) span:before {
  margin-top: 0;
  -webkit-transform: rotate(25deg); transform: rotate(25deg);
  -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
#mobile .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;
}
#mobile .navbar-toggler:not(.collapsed) span:after {
  margin-top: 0;
  -webkit-transform: rotate(-25deg); transform: rotate(-25deg);
  -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}




:root :where(.is-layout-flow) > * {
    margin-block-start: 0px;
    margin-block-end: 0;
}




@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;
	}
	
	
}


@media only screen and (min-width: 992px) {
		
		.ast-container .astra-advanced-hook-3161  .kt-inside-inner-col > *:not(.alignwide):not(.alignwide *):not(.alignfull):not(.alignfull *):not(section):not(.jet-listing-grid--3585){
			max-width: 750px !important;
		}

		.ast-container .astra-advanced-hook-464   .kt-inside-inner-col >*:not(.alignwide):not(.alignwide *):not(.alignfull):not(.alignfull *){
			max-width: 750px !important;
		}
	

		/*Standard Gutenberg innhold -Full*/
		.ast-container .wp-block-post-featured-image.alignfull{
			width: 100vw !important;
			margin-left: calc(50% - (50vw)) !important;
			margin-right: auto !important;
			max-width: none !important;
			display: flex !important;
			justify-content: center !important;

		}

		.ast-container .alignfull, .wp-block-uagb-container.alignfull {
			width: 100vw !important;
			margin-left: calc(50% - (50vw)) !important;
			margin-right: auto !important;
			max-width: none !important;
			display: flex !important;
			justify-content: center !important;

		}
		
		
	
	
		.alignwide {
			width: 100vw !important; 
			margin-left: calc((100% - 1200px) / 2) !important;
			margin-right: auto !important;
			max-width: 1200px !important;
		} 
	
	
		 .ast-container {
			max-width: 768px;
		}
	
}





@media only screen and (min-width:992px) { 
	
    .site-content > .ast-container {
        max-width: 992px !important;
    }
	
	.alignwide {
		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) { 
	.alignwide {
		width: 100vw !important; 
		margin-left: calc((100% - 1340px) / 2) !important;
		margin-right: auto !important;
		max-width: 1340px !important;
	} 
	
	.wp-block-uagb-image .alignwide {
		padding: 15px;
	}
}


@media only screen and (max-width:1339px) {
	.ast-container {
		max-width: 768px !important;
		/* max-width: 992px !important; */
		/* background: lime !important; */
	}
}



@media only screen and (max-width:991px) {
	
		.ast-container {
			max-width: 100% !important;
			/* background: lime !important; */
		}
	
	
		.alignwide {
			width: 100% !important;
			margin-left: auto !important;
			margin-right: auto !important;
		}
	
	
		.jet-smart-filters-radio{
			display: none !important;
		}

		.jet-smart-filters-select{
			display: block !important;
		}
	
		/*.wp-block-media-text.is-stacked-on-mobile {
			grid-template-columns: 100% !important;
		}*/
	
		.wp-block-media-text__content{
			padding: 30px 30px !important;	
		}

	
}

@media only screen and (max-width: 767px) {
	
	.hamburger{
		width: 50%;
	}

	
	/*.wp-classic-menu-block>.menu li {
		display: block;
		margin-bottom: 5px;
	}*/

	.wp-classic-menu-block>.menu li a:hover {
		color: #000000 !important;
	}
	
	.fremhevetbilde .jet-listing-dynamic-image__link img, .jet-listing-dynamic-image img{
		height: 100px !important;
		width: 100% !important;
		object-fit: cover !important;
	}

	
	.jet-listing-grid__item {
		padding: 2px !important;
		box-sizing: border-box;
	}

	
}




