/*
Theme Name: Kalium - Child Theme
Theme URI: https://kaliumtheme.com
Author: Laborator
Author URI: https://laborator.co
Description: Start creating that amazing website that you have always wanted, only with Kalium &mdash; Connect with Laborator on: <a href="https://twitter.com/thelaborator">Twitter X</a> &bull; <a href="https://www.facebook.com/laboratorcreative">Facebook</a> &bull; <a href="https://www.instagram.com/laboratorcreative">Instagram</a>
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: kalium
Text Domain: kalium
*/





/*Gör så alla H inte blir VERSALER */
h1, h2, h3, h4, h5, h6 {
    text-transform: none !important;
}

.liteStorreP {
	font-size:1.15em;
	font-weight: 600;
}

/* Lite feta textlänkar */
.txtBtnLink {
	font-size:1.2em;
	font-weight:bold;
	text-align:left !important;
	text-decoration:none !important;
	color:#000 !important;
	display:block;
	font-weight: 600 !important;
	
}
p a {
	text-decoration:underline !important;
	color:#000 !important;
}


.txtBtnLink a {
	text-decoration:none !important;
	color:#000 !important;
}


.half1 {
	width:50%;
	float:left;
}
.half2 {
	width:50%;
	float:left;
}

/* Ingen marginal på H1 */
.h1NoMarg h1 {
	margin-top:0 !important;
}


/* Bild i sidfot */
.komBildSidfot {
	width:50% !important;
}


/*Stil på menyn */

.standard-menu ul li  {
	text-transform:lowercase !important;
	font-weight:bold !important
}



/*Fixa (ta bort) paddingen på headern så loggan linjerar med vänster ainnehållet */
/* Nollställ Kaliums spacing-variabel bara i headern */
/* Ta bort Kaliums inline-padding i headern */
.site-header * {
  --k-spacing: 15px !important;
}


/*Loggan i vw-bredd */
.header-logo.logo-image {
    --k-logo-width: 18vw !important;
    --k-logo-height: auto !important;
}

/*Sidfotbild i vw-bredd */
.komm-bild img {
	
   width:12vw !important
}

/*Citatbilder i vw-bredd */
.citat-width img {
   width:33vw !important
}


/*Marginal på p som verkar sättas fel annars */
p {
	/*margin-bottom: 1vw !important*/
	margin-bottom: 1em !important
}


/*Citaten på start, som sätts i functions.php */
.citat-text {
	text-align: center;
	
}
.citat-namn {
	font-weight: bold;
	margin-bottom:0.2vw !important
}

.citat-namninfo {
	font-size: 0.8em;
}




h6 {
	font-weight: 600 !important;
	margin-bottom: 1.6vw;
}




/* Styles for small devices and up */
@media (min-width: 768px) {
	#footer .container-full {

		padding-inline: 1vw !important
	}
	
	
	/*Storlek i blocken i sidfoten */
	#block-12, #block-10 {
		font-weight: 600 !important;
		font-size:1.3vw !important;
		line-height: 1.5vw !important;
	}

	#block-12 p {

		  line-height:1.5vw !important:
	}
	#block-10 p {

		  line-height:1.5vw !important:
	}

	
}



/* Lite smalare meny*/
.standard-menu ul li {
  
    font-weight: 600 !important;
}

/* Styles for extra small devices and down */
@media (max-width: 768px) {
	
	
	.half1 {
	width:100%;
	float:left;
}
.half2 {
	width:100%;
	float:left;
}
	

}



