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

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



h1 {
	font-family:  Montserrat;
	font-weight: 400;
	line-height:120%;
	text-transform: XXXXXX;
}

h2 {
	font-family:  Montserrat;
	font-weight: XXX;
	line-height:120%;
	text-transform: XXXXXX;

}

h3 {
	font-family:  Montserrat;
	font-weight: XXX;
	line-height:120%;
	text-transform: XXXXXX;
	margin-top:20px;
}

h4 {
	font-family:  Montserrat;
	font-weight: 400;
	line-height:120%;
	text-transform: XXXXXX;
	margin-top:20px;
}

h5 {
	font-family:  Montserrat;
	font-weight: XXX;
	line-height:120%;
	text-transform: XXXXXX;
	margin-top:20px;
}

h6 {
	font-family:  Montserrat;
	font-weight: XXX;
	line-height:120%;
	text-transform: XXXXXX;
}

p, li, ul {
	font-family:  Montserrat;
	font-weight: 300;
	line-height:120%;
	text-transform: XXXXXX;
	color:black;
}

li {
	margin-bottom:10px;
}

.fl-main-content a span {
	font-family:  Montserrat;
	font-weight: XXX;
	line-height:120%;
	text-transform: XXXXXX;
	
}

button {
	font-family:  Montserrat;
	font-weight: 100;
	line-height:120%;
	text-transform: XXXXXX;
}

.menu-item a { 
	font-family:  Montserrat;
	font-weight: 400;
	line-height:120%;
	text-transform: XXXXXX;
}



/* Anpassning fonter storlekar */

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



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

/*MEDIASCREEN PLATTA*/
@media only screen and (min-width: 769px) and (max-width: 992px) {
	
	h1 {
		font-size:38px;
	}
	
	h2 {
		font-size:35px;
		
	}
	
	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 img {
	width:auto !important;
	transition:  1s;

}


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




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

.opa-80 {
	opacity:80%;
}

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


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

.femti-femti-kolumner ul {
	padding-left: 20px; 
}


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


/******** KNAPP MOT MÖRK ********/
.knapp-mot-mork a.fl-button {
	background:none;
	border:solid white 1px;
}

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

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

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


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

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

.knapp-mot-ljus a.fl-button:hover, .knapp-mot-ljus button:hover, .knapp-mot-ljus input:hover {
	background:black !important;
	border:solid black 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
======================================================================================================================================================================= */

.ett-citat {
	border-right: dashed 3px rgba(0,0,0,0.3);
}





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


/* =======================================================================================================================================================================
                                                                Formulär
======================================================================================================================================================================= */

button, input[type=button], input[type=submit] {
	width: 100%;
	background: #00283d;
	text-transform: uppercase;
   
}


/* =======================================================================================================================================================================
                                                                xxxxxxXXXXXXXXXxxxxxxxx
======================================================================================================================================================================= */
.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

/*------Lägg i korg knapp-----*/
.single_add_to_cart_button {
    width: 250px;
}


.cart_totals {
	float:left !important;
}

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




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




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




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




