/**handles:astra-child-theme-css**/
/**
Theme Name: Astra Child
Author: Brainstorm/ In2it media as - Kjetil
Author URI: https://in2it.no
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
*/

/* fix for å fjerne dobbel søkeboks oppå logoen i mobilvisning */
.ast-header-break-point header#ast-fixed-header .ast-search-menu-icon {
visibility: hidden;
}

/* Gjør embeddede videoer responsive - https://www.advancedcustomfields.com/resources/oembed/ 
<div class="embed-container">
	<?php the_field('oembed'); ?>
</div>
<style>
	.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
</style>
*/

/*------------------------TEAM-MODUL ------------
Gjør tittel (name-feltet) i UABB-modulen "Team" hvit
----------------------------- 
a, .page-title 
{
	color: #fff;
}
*/

/*----------------------------NAVIGASJON ---------------------------------
I added the CSS class selector of dw-post-nav to the advance tab 
of the Post Navigation module.
https://kb.wpbeaverbuilder.com/article/448-themer-singular-layout-post-navigation-module
-----------------------------*/ 

/* One pixel jump to be the same as other BB buttons */ 
.dw-post-nav .post-navigation .nav-links A SPAN:active
{
	position: relative;
	top: 1px;
}

/* We need to add a span to the nav links to isolate our anchor text. 
SAMME FARGE på knappene kan settes bare her - video: 6:44; */ 
.dw-post-nav .post-navigation .nav-links A SPAN 
{
	padding: 12px 20px;
    display: inline-block;
    font-size: 14px;
    min-width: 100px;
}

/* Above is fine for styling "next" and "previous" the same, but is
added ".nav-next" and ".nav-previous". */
.dw-post-nav .post-navigation .nav-links .nav-previous A SPAN
{
background-color: #ffffff;
color: #b42f22;
text-decoration: none;
}
.dw-post-nav .post-navigation .nav-links .nav-next A SPAN
{
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}

/* Here is the hover for "next and previous"*/
.dw-post-nav .post-navigation .nav-links .nav-previous A SPAN:hover
{
background-color: #b42f22;
}
.dw-post-nav .post-navigation .nav-links .nav-next A SPAN:hover
{
background-color: #b42f22;
}

/* This centers the nav links for mobiles, but I have made the row invisible on this site */
@media (max-width: 768px)
{
.dw-post-nav .post-navigation
{
margin: auto;
width: 50%;
}
}

/* ************** YMSE JUSTERINGER *************** */

/* FULL BREDDE */
.fullbredde {
margin: auto;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}