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

/* Open sans-serif */
@font-face {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}

/* Lato sans-serif */
@font-face {
  font-family: "Lato", sans-serif;
  font-style: normal;
}

/* Dancing Script */
.dancing-script {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}


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



h1 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	line-height:120%;
}

h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	line-height:120%;

	color: #1f8e48;
}

h2.alt-font {
    font-family: "Dancing Script", cursive;
    font-weight: 700;
    font-style: normal !important;
	color:#1f8e48;
}

h3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	line-height:120%;
}

h4 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	line-height:120%;
}

h5 {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height:120%;
}

h6, .h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height:120%;
	opacity: .8;
}

p, li, ul {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 1.6;
	color: #000;

}

.fl-main-content a span {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height:120%;
	
}

button {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height:120%;
}

p a {
	color: #1f8e48;
	transition: ease-in-out .2s;
}

p a:hover {
	color: #25b254;
}

.menu-item a { 
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height:120%;
}


.vit-text, .vit-text h1, .vit-text h2, .vit-text h3, .vit-text h4, .vit-text h5, .vit-text h6, .vit-text p, .vit-text a, .vit-text span {
	color: #fff !important;
}



/* Anpassning fonter storlekar */

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



/*MEDIASCREEN LAPTOP*/
@media only screen and (min-width: 993px) and (max-width: 1200px) {
	
	h1, h1 a {
		font-size:40px;
	}
	
	h2, h2 a {
		font-size:36px;
		
	}
	
	h3, h3 a {
		font-size:30px;
	}
	
	h4, h4 a {
		font-size:27px;
	}
	
	
	h5, h5 a {
		font-size:24px;
	}
	
	h6, h6 a {
		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, h1 a {
		font-size:38px;
	}
	
	h2, h2 a {
		font-size:32px;
		
	}
	
	h3, h3 a {
		font-size:27px;
	}
	
	h4, h4 a {
		font-size:24px;
	}
	
	
	h5, h5 a {
		font-size:21px;
	}
	
	h6, h6 a {
		font-size:19px;
	}
	
	p, li, ul {
		font-size:17px;
	}
	
	a {
		font-size:17px;
	}
}

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

	h1, h1 a {
		font-size:33px;
	}
	
	h2, h2 a {
		font-size:27px;
		
	}
	
	h3, h3 a {
		font-size:25px;
	}
	
	h4, h4 a {
		font-size:23px;
	}
	
	
	h5, h5 a {
		font-size:21px;
	}
	
	h6, h6 a {
		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%;
}

.static {
	position: static !important;
}

.sticky {
	position: sticky !important;
}


.sub-menu a {
	font-size: 1em;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

body h5.fl-callout-title {
	padding: 0 !important;
}


/*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%;
}
}

a:hover, a:visited {
	text-decoration:none;
}


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


.opa-10 img,
.opa-10 {
	opacity:10%;
}

.opa-20 img,
.opa-20 {
	opacity:20%;
}

.opa-30 img,
.opa-30 {
	opacity:30%;
}

.opa-40 img,
.opa-40 {
	opacity:40%;
}

.opa-50 img,
.opa-50 {
	opacity:50%;
}

.opa-60 img,
.opa-60 {
	opacity:60%;
}

.opa-70 img,
.opa-70 {
	opacity:70%;
}

.opa-80 img,
.opa-80 {
	opacity:80%;
}

.opa-90 img,
.opa-90 {
	opacity:90%;
}



/**Center frontpage header video**/
body.home .fl-bg-video {
	display: flex;
	justify-content: center;
}

/**Absolute position messes with flex centering and "min-width: 100%" made video shrink when flex centered**/
body.home .fl-bg-video video {
	position: static;
	min-width: unset;
}




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


/******** KNAPP MOT MÖRK ********/
.knapp-mot-mork a.fl-button {
	background: rgba(31,142,72,0.95) !important;
	border:solid white 2px !important;
	border-radius: 99px 0 99px 99px;
	transition: ease-in-out .2s !important;
}

.knapp-mot-mork a.fl-button:hover {
	background:white !important;
	border:solid white 1px;
}

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

.knapp-mot-mork a.fl-button:hover span {
  	color: #1f8e48 !important;
}


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

.knapp-mot-ljus a.fl-button, .knapp-mot-ljus button, .knapp-mot-ljus input {
	background: white !important;
	border:solid #1f8e48 2px !important;
	border-radius: 99px 0 99px 99px;
	transition: ease-in-out .2s !important;
}

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

}


/*knapptexten*/
.knapp-mot-ljus a.fl-button span, .knapp-mot-ljus button, .knapp-mot-ljus button a, .knapp-mot-ljus input {
  	color: #1f8e48 !important;
}

.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: white !important;
	text-decoration:none;
}


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







/* =======================================================================================================================================================================
                                                                          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;
	outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.pp-advanced-menu .menu > li > a:focus,
.pp-advanced-menu .menu > li > a:focus-within {
	border: 2px solid blue;
	border-radius: 5px;
	outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.pp-advanced-menu-mobile button:focus,
.pp-advanced-menu-mobile button:focus-within {
	border: 2px solid blue;
	border-radius: 5px;
	outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.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;
	outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


.pp-photo-content a:focus,
.pp-photo-content a:focus-within {
	border: 2px solid blue;
	border-radius: 5px;
	outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.pp-content-post:focus,
.pp-content-post:focus-within {
	border: 2px solid blue;
	border-radius: 5px;
	outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

ul.pp-post-filters li:focus,
ul.pp-post-filters li:focus-within {
	border: 2px solid blue;
	border-radius: 5px;
	outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

form input[type=submit]:focus, form input[type=submit]:focus-within {
	border: 2px solid blue;
	border-radius: 5px;
	outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.fl-icon:focus, .fl-icon:focus-within {
	border: 2px solid blue;
	border-radius: 5px;
	outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

.category-inner a:focus,
.category-inner a:focus-within,
.category-inner a:focus-visible {
	border: 2px solid blue;
	border-radius: 5px;
	outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

.pp-toggle-label {
	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;
}






