/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


/*MEDIASCREEN STÖRRE DATOR*/
@media only screen and (min-width: 1201px) {
	
}

/*MEDIASCREEN LAPTOP*/
@media only screen and (min-width: 993px) and (max-width: 1200px) {
	
}

/*MEDIASCREEN PLATTA*/
@media only screen and (min-width: 769px) and (max-width: 992px) {
	
}

/*MEDIASCREEN MOBILE*/
@media only screen and (max-width: 768px) {

}


/* =======================================================================================================================================================================
                                                                          Fonter - inläsning 
======================================================================================================================================================================= */

/* XXXXXXXX */
@font-face {
font-family: xxxxxxx;
font-weight: XXX;
font-style: XXXXXX;
}


/* XXXXXXXX */
@font-face {
font-family: xxxxxxx;
font-weight: XXX;
font-style: XXXXXX;
}


/* XXXXXXXX */
@font-face {
font-family: xxxxxxx;
font-weight: XXX;
font-style: XXXXXX;
}


/* =======================================================================================================================================================================
                                                                          Fonter - Anpassning 
======================================================================================================================================================================= */



h1 {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: XXX;
	line-height:120%;
	text-transform: XXXXXX;
}

h2 {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: XXX;
	line-height:120%;
	text-transform: XXXXXX;
}

h3 {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: XXX;
	line-height:120%;
	text-transform: XXXXXX;
}

h4 {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: XXX;
	line-height:120%;
	text-transform: XXXXXX;
}

h5 {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: XXX;
	line-height:120%;
	text-transform: XXXXXX;
}

h6 {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: XXX;
	line-height:120%;
	text-transform: XXXXXX;
}

p, li, ul {
	font-family: "Karla", sans-serif;
	line-height:120%;
	text-transform: XXXXXX;
	color:black;
}

.fl-main-content a span {
	font-family: "Karla", sans-serif;
	line-height:120%;
	text-transform: XXXXXX;
	
}

button {
	font-family: "Karla", sans-serif;
	font-weight: XXX;
	line-height:120%;
	text-transform: XXXXXX;
}

.menu-item a { 
	font-family: "Karla", sans-serif;
	line-height:120%;
	text-transform: XXXXXX;
}

p a {
	text-decoration: underline !important;
}

a:hover, a:focus {
	color: #04625C;
}



/* Anpassning fonter storlekar */

/*MEDIASCREEN STÖRRE DATOR*/
@media only screen and (min-width: 1201px) {
	
	h1 {
		font-size:45px;
	}
	
	h2 {
		font-size:45px;
		
	}
	
	h3 {
		font-size:35px;
	}
	
	h4 {
		font-size:28px;
	}
	
	
	h5 {
		font-size:25px;
	}
	
	h6 {
		font-size:22px;
	}
	
	p, li, ul	{
		font-size:18px;
	}
	
	a	{
		font-size:18px;
	}
	
}



/*MEDIASCREEN LAPTOP*/
@media only screen and (min-width: 993px) and (max-width: 1200px) {
	
	h1 {
		font-size:40px;
	}
	
	h2 {
		font-size:40px;
		
	}
	
	h3 {
		font-size:32px;
	}
	
	h4 {
		font-size:27px;
	}
	
	
	h5 {
		font-size:24px;
	}
	
	h6 {
		font-size:21px;
	}
	
	p, li, ul	{
		font-size:17px;
	}
	
	a	{
		font-size:17px;
	}
	
}

/*MEDIASCREEN PLATTA*/
@media only screen and (min-width: 769px) and (max-width: 992px) {
	
	h1 {
		font-size:38px;
	}
	
	h2 {
		font-size:38px;
		
	}
	
	h3 {
		font-size:32px;
	}
	
	h4 {
		font-size:27px;
	}
	
	
	h5 {
		font-size:24px;
	}
	
	h6 {
		font-size:21px;
	}
	
	p, li, ul	{
		font-size:17px;
	}
	
	a	{
		font-size:17px;
	}
}

/*MEDIASCREEN MOBILE*/
@media only screen and (max-width: 768px) {

	h1 {
		font-size:33px;
	}
	
	h2 {
		font-size:33px;
		
	}
	
	h3 {
		font-size:30px;
	}
	
	h4 {
		font-size:25px;
	}
	
	
	h5 {
		font-size:23px;
	}
	
	h6 {
		font-size:19px;
	}
	
	p, li, ul	{
		font-size:17px;
	}
	
	a	{
		font-size:17px;
	}
	
	
}


/* =======================================================================================================================================================================
                                                                          Header
======================================================================================================================================================================= */


.fl-theme-builder-header-shrink .logotyp-header {
	width:140px !important;
	transition:  1s;

}


.kolumn-logo .fl-col-content {
    margin-right: 0px;
    display: block;
	
	}




/* =======================================================================================================================================================================
                                                                           Generella ändringar  
======================================================================================================================================================================= */

.tre-kolumn-padding-text, .femti-femti-kolumner  {
	padding-top:3%;
	padding-bottom:3%;
	padding-left:3%;
	padding-right:3%;
}

.fl-post-grid-post {
    background: none;
    border: none;
}


/*MEDIASCREEN MOBILE*/
@media only screen and (max-width: 768px) {
	.tre-kolumn-padding-text, .femti-femti-kolumner  {
	padding-top:7%;
	padding-bottom:7%;
	padding-left:7%;
	padding-right:7%;
}
}


.rund-bild img {
	border-radius:50%;
}

.produkt-bild img {
	height:240px !important;
	object-fit:cover;
	border:solid grey 1px;
}

.produkt-bild-utan-ram img {
	height:240px !important;
	width:240px !important;
	object-fit:cover;
}

.kategori-meny li.current-menu-item>a {
	text-decoration:underline red 3px;
	text-underline-offset:10px;
}

/* =======================================================================================================================================================================
                                                                          Knappar
======================================================================================================================================================================= */

/******** KNAPP MOT MÖRK ********/
.knapp-mot-mork a.fl-button, .knapp-mot-mork a, .knapp-mot-mork button {
	background:none;
	border:solid #04625C 1px;
	padding:10px;
}

.knapp-mot-mork a.fl-button:hover, .knapp-mot-mork:hover a, .knapp-mot-mork button:hover {
	background:#04625C;

}

/*knapptexten*/
.knapp-mot-mork a.fl-button span, .knapp-mot-mork a, .knapp-mot-mork button {
  	color:white;
}

.knapp-mot-mork a.fl-button:hover span, .knapp-mot-mork:hover a, .knapp-mot-mork button:hover  {
  	color:#0B0C10 !important;
}


/******** KNAPP MOT LJUS ********/

.knapp-mot-ljus a.fl-button, .knapp-mot-ljus button, .knapp-mot-ljus input {
	background:none;
	border:solid #1f2833 1px;
	padding:10px;
}

.knapp-mot-ljus a.fl-button:hover, .knapp-mot-ljus button:hover, .knapp-mot-ljus input:hover {
	background:#1f2833 !important;
	border:solid #1f2833 1px !important;

}


/*knapptexten*/
.knapp-mot-ljus a.fl-button span, .knapp-mot-ljus button, .knapp-mot-ljus button a, .knapp-mot-ljus input {
  	color:black;
}

.knapp-mot-ljus a.fl-button:hover span, .knapp-mot-ljus button:hover, .knapp-mot-ljus button:hover a, .knapp-mot-ljus input:hover {
  	color:#F28F00 !important;
	text-decoration:none;
}


/* =======================================================================================================================================================================
                                                                          Startsida
======================================================================================================================================================================= */

.prod-lay-start {
	text-align:center;
}

.prod-lay-start h4 a, .prod-lay-start p {
	color:white !important;
}


.fl-bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(calc((100% - 100vw) / 2));
  overflow-x: hidden;
}

/* =======================================================================================================================================================================
                                                                          Blogg
======================================================================================================================================================================= */

.tretti-div, .sjutti-div {
    float:left;
}

.sjutti-div {
    width: 70%;
    padding:15px;
}

.tretti-div {
    width: 30%;
}


/*MEDIASCREEN PLATTA*/
@media only screen and (min-width: 769px) and (max-width: 992px) {
	

.sjutti-div {
    width: 50%;
    padding:15px;
}

.tretti-div {
    width: 50%;
}
}

/*MEDIASCREEN MOBILE*/
@media only screen and (max-width: 768px) {
	.tretti-div, .sjutti-div {
    float:none;
}

.sjutti-div {
    width: 100%;
    padding:15px;
}

.tretti-div {
    width: 100%;
}
}


/* =======================================================================================================================================================================
                                                                Tillgänglighetsanpassningar
======================================================================================================================================================================= */

.fl-screen-reader-text {
	background: white;
    border: blue 2px solid;
    padding: 20px;
    z-index: 9000;
    position: absolute;
    top: 0;
}

.logotyp-header:focus {
	border: 2px solid blue;
	border-radius: 5px;
}

.menu-item a:focus,
.menu-item a:focus-within,
.pp-advanced-menu .menu > li > a:focus,
.pp-advanced-menu .menu > li > a:focus-within {
	border: 2px solid blue !important;
	border-radius: 5px !important;
}

.pp-advanced-menu-mobile button:focus,
.pp-advanced-menu-mobile button:focus-within {
	border: 2px solid blue;
	border-radius: 5px;
}

.pp-off-canvas-menu li:focus,
.pp-off-canvas-menu li:focus-within,
.pp-menu-close-btn:focus,
.pp-menu-close-btn:focus-within {
	border: 2px solid blue;
	border-radius: 5px;
}


.pp-photo-content a:focus,
.pp-photo-content a:focus-within {
	border: 2px solid blue;
	border-radius: 5px;
}

.pp-content-post:focus,
.pp-content-post:focus-within {
	border: 2px solid blue;
	border-radius: 5px;
}

ul.pp-post-filters li:focus,
ul.pp-post-filters li:focus-within {
	border: 2px solid blue;
	border-radius: 5px;
}

form input[type=submit]:focus, form input[type=submit]:focus-within {
	border: 2px solid blue;
	border-radius: 5px;
}

.fl-icon:focus, .fl-icon:focus-within {
	border: 2px solid blue;
	border-radius: 5px;
}

textarea {
	color: #333;
}

/* --- WooCommerce --- */


.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error, input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea {
	color: #333 !important;
}

#add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {
	color: #707070;
}

body {
	color: #333;
}

/* --- Sidunika anpassningar --- */


/* --- Om du vill gömma ett objekt för tillgänglighetssyften --- */


.visually-hidden {
	position: absolute;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}




/* =======================================================================================================================================================================
                                                                xxxxxxXXXXXXXXXxxxxxxxx
======================================================================================================================================================================= */




/* =======================================================================================================================================================================
                                                                xxxxxxXXXXXXXXXxxxxxxxx
======================================================================================================================================================================= */




/* =======================================================================================================================================================================
                                                                xxxxxxXXXXXXXXXxxxxxxxx
======================================================================================================================================================================= */




/* =======================================================================================================================================================================
                                                                xxxxxxXXXXXXXXXxxxxxxxx
======================================================================================================================================================================= */




/* =======================================================================================================================================================================
                                                                xxxxxxXXXXXXXXXxxxxxxxx
======================================================================================================================================================================= */




