/*
Theme Name: Laguna Produkter
Author: Mathias Mørk
Description: Laguna Produkter 2015 Tema
Version: 1.0
*/


/* 		Fonts
---------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Raleway:600,400);
@import url(css/bootstrap.css);

html{
	background-color: #F2F2F2;
}
#main-content h2{
	margin-top: 0px;
}
/* 		Body styles
---------------------------------*/
body{
	font-family: 'Raleway', Helvetica,Arial,sans-serif;
	width: 100%;
	height: 100%;
	font-size: 15px;
  	line-height: 1.42857143;
  	color: #454545;
}


/* 		Header styles
---------------------------------*/
header{
	padding: 10px 0;
	height: 210px;

}
header p{
	text-align: center;
	padding-top: 10px;
	font-size: 13px;
}
.lagunalogo{
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.logo-laguna{
	padding: 30px 0 3px 0;
}
.logo-bc{
	padding-top: 35px;
}

.logo-blizz{
	padding-top: 0px;
}
.logo-si{
	padding-top: 35px;
}

/* Produkter underside bg */
.bglag{
	background-image: url(img/bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
}
.bglagbak{
	background-color: #ffffff;
	width: 100%;
}
.bgblizz{
	background-image: url(img/underside/u_blizz.png);
	background-position: center top;
	background-repeat: repeat-x;
}
.bgblizzbak{
	background-image: url(img/underside/u_blizzbak.jpg);
	background-position: center top;
	background-repeat:repeat;
	height: 100%;
}
.bgbcbak{
	background-image: url(img/underside/u_bcbak.jpg);
	background-color: #003468;
	background-position: center top;
	background-repeat: repeat-x;
	width: 100%;
}

.bgbc{
	background-image: url(img/underside/u_bc.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
}
.bgsi{

	background-image: url(img/underside/u_si.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	width: 100%;
}
.bgboost{
	background-image: url(img/underside/u_boost.png);
	background-repeat: repeat;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}


/** Produkt nav **/
#secondnav ul{
	margin: 20px  0 10px 0;
	padding: 0;
	/*border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6; */
	display: flex;
	align-items: center;
	justify-content: center;

}
.produkt_nav {
  background-color: #ffffff;
  float: left;
  width: 100%;
  max-width: 100%;
  list-style: none;
}
.produkt_nav ul {
  list-style: none;
  margin: 10px 0 0 0 ;
  padding-left: 0;
  
}
.produkt_nav li {
  position: relative;
  margin:0;
  font-size: 16px;
  line-height:20px;
  text-align:center;
  /*border-left: 1px solid #e6e6e6; */
}
.produkt_nav li:last-child {
 /* border-right: 1px solid #e6e6e6; */
}
/*
.produkt_nav li:first-child {
	font-weight: bold;
  border-left: 0;
  padding: 0;
} */
.produkt_nav a {
  padding: 0 20px;
  display: block;
  text-decoration: none;
  color: #444444;
}
.produkt_nav a:hover,
.produkt_nav ul li:hover > a {
  background-color: #f7f7f7;
  cursor: pointer;
  color: #000000;
}
.current-menu-item{
  /*background-color: #F2F2F2; */
  font-weight:bold;
}

/** Main content**/
 /*  Widget fixes */
.sow-features-list .sow-features-feature h5 {
  font-size: 18px;
  margin-bottom: 10px;
 }
.fts-jal-fb-header{
	display: none;
}
#main-content{
	background-color: #FFFFFF;
	padding: 20px 0 50px 0;
	/*padding: 20px 35px 50px 35px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6; */
	border-top: 1px solid #e6e6e6; 
}
#main-content img{
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
	padding: 0; 
}
#main-content h2{
	padding-bottom: 10px;
}
#main-content h2:after{
    content:' ';
    display:block;
    /* border-bottom:1px solid #f2f2f2; */
}
.valign {
  display: table-cell;
  vertical-align: middle;
}
.valign-parent {
  display: table;
  vertical-align: middle;
}

/**** Forside slides ****/

/* Diverse carousel fix */
#myCarousel{
	margin-top: 20px;
}
.carousel {
  height: 400px;
}
.carousel-caption {
  z-index: 10;
}
.carousel-caption::before {
  background-color: #fff;
}
.carousel-caption >p {
  padding: 5px 0;
  padding-right: 400px;
}

.carousel .item {
  height: 400px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}

/* Blizz slide */

.blizz-slide{
  padding-top: 15px;
  background-image: url(img/forside/bg_blizz.jpg);
  background-position: center;
  background-repeat: repeat-x;
  color: #333;
  text-shadow: 0 1px 2px #fff;
}
.blizz-slide-logo{
      padding-top: 10px;
}
/* Brain Cooler slide */
.bc-slide-before{
  background: #4791ed; 
  background: -moz-linear-gradient(top,  #4791ed 0%, #003468 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4791ed), color-stop(100%,#003468)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4791ed 0%,#003468 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4791ed 0%,#003468 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4791ed 0%,#003468 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #4791ed 0%,#003468 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4791ed', endColorstr='#003468',GradientType=0 ); /* IE6-9 */
}
.bc-slide{
    padding-top: 0px;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    background-image: url(img/forside/bg_bc.png);
    background-position: center;
    background-repeat: no-repeat;
}
.bc-slide-logo{
      padding-top: 120px;
}
/* Shave Ice slide */
.si-slide{
  padding-top: 15px;
  background-image: url(img/forside/bg_si3.jpg);
  background-position: center;
  background-repeat: repeat-x;
}
.si-slide-logo{
      padding-top: 50px;

}
.SI-smak-wraper {
	margin-bottom:25px;
	padding-left:0 !important;
	padding-right:30px;
}
.SI-smakskomb {
	width:100%;
	table-layout: fixed;
}

.SI-smakskomb td{
	padding:10px;
	text-align:center;
}

/* Footer
---------------------------------*/
footer{
	background-color: #F2F2F2;
	padding: 30px 0;
	font-size: 14px;

}
footer a{
	color: #454545;
	text-decoration: none;

}
footer h4{
	font-size: 18px;
	margin-top:0;

}
footer ul{
	padding: 0;
	margin: 0;

}
footer ul li {
	list-style: none;
	padding: 0;
	margin: 0;

}

.footer-right{
	text-align:right;
}


.some {
	float:right;
	margin-top:30px;
	
}

.some p, .some img {
	vertical-align:middle;
	display:inline;
}

.some img {
	margin-left:10px;
}



/**--- OPPDATERINGER Våren 2020---*/

.bglagbak header img {
	margin-top:-25px;
}


.bgbcbak-2020, .bgblizzbak-2020{
	background-color: #fff;
	background-position: center top;
	background-repeat: repeat-x;
	width: 100%;
}

.bgbcbak-2020 {
	background-image: url(img/underside-2020/bc_bakgrunn.jpg);
}

.bgblizzbak-2020 {
	background-image:url(img/underside-2020/blizz_bakgrunn.jpg);
}

.logo-bc-2020 {
	width:100%;
	max-width:445px;
}
.h1-front {
	font-size:20px;
	position:absolute;
	top:-50px;
}

#main-front {
	padding-bottom:50px;
}

#main-front h2 {
	font-size: 40px;
	font-weight:600;
}

.mindreh2 {
	font-size:27px !important;
}
.container-xl-fluid {
	width:100%;
	padding:0;
}

.front-image-desktop {
	margin-bottom:75px;
}

.front-image-mobile {
		display:none;
	}
.fp-button {
	text-align:center;
	padding:20px 10px 20px 10px;
	display:block;
	position:relative; 
	height:100%;
}


.fp-button  .fpb-txt1 {
	font-size:25px;
	font-weight:600;
	margin-bottom:-12px;
	margin-top:-5px;

}

.fp-button  .fpb-txt2 {
	font-size:55px;
	font-weight:700;
	margin-bottom:-7px;
	margin-top:-7px;
}

.fp-button .fpb-txt3 {
	font-size:18px;
	line-height:23px;
}


 a.fp-button:hover {
	text-decoration:none;
}

.wp-block-column .fp-button div {
	position: relative;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%; 
	width: 100%;
}



.tilbud-front {
	margin-top:100px;
}

.tilbud-front .figure {
	margin-bottom:0;
}

.tilbud-front .wp-block-group, .privatkunde .wp-block-group {
	margin-top:-20px;
	padding:10px 20px 30px 20px;
	background-color: #f2f2f2;
}

.privatkunde {
	margin-top:50px;
}
.privatkunde .wp-block-group {
	padding:5px 20px 20px 20px;
	background-color: #f2f2f2;
}

.blikjent-front {
	margin-top:100px;
}

.blikjent-front h2 {
	margin-bottom:50px;
}


.white-bg {
	background-color: #fff;
}
.flex {
	display:flex;
	
}

.stretch {
	align-content:stretch;
}

.stretch .fp-button {
	height:100%;
	vertical-align: middle;
}


.left {
	float:left;
}

.ts-produkt {
	margin-top: 17px;
}

.ts-link a, a.ts-link {
	font-size:18px;
}

.ts-produkt img {
	border: 3px solid #428bca;
	transition:0.5s;
}

.ts-produkt img:hover {
	opacity:0.5;
	
}

.grey-box {
	padding:2px 20px 20px 20px;
	text-align:center;
	margin-top:50px;
	margin-bottom:70px;
}

.ul-minus {
	margin-top:-7px;
	list-style-position: inside;
}

h4 {
	font-size:20px;
}


#brukerhandboker, #filmer, #mertekst {
	margin-top:60px;
}

.brukerhandbok {
	display:block;
}

.pdffile {
	height:50px !important;
	width:auto;
	margin-right:10px;
	display:inline-block !important;
}


#filmer {
	display:flex;
	flex-wrap: wrap;
}

.film {
	margin-bottom:25px;
}

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

.navbar-brand {
	padding:5px;
	margin-bottom:10px;
}

.blue-buttons {
	margin:25px 0;
}

.ansatte h5 {
	margin-bottom:7px !important;
}




@media (max-width: 1200px) {
	.fp-button  .fpb-txt2 {
		font-size: 45px;
	}
}

@media (max-width: 992px) {
	.fp-button  .fpb-txt2 {
		font-size: 31px;
	}
	
	.fp-button  .fpb-txt1 {
		font-size:20px;
		margin-bottom:-7px;
	
	}
	#main-front .wp-block-columns {
		justify-content: center;
	}
	
	#filmer {
		display:block;
	}
	
	.film {
		margin-bottom:30px;
	}
	
	.ansatte .sow-features-feature {
		
		width:50% !important;
		padding:0 10px !important;
		margin-bottom:20px !important;
	}
}

@media (max-width: 720px) {
	.fp-button  .fpb-txt2 {
		font-size:25px;
	}
	.fp-button  .fpb-txt1 {
		font-size:18px;
	
	}
	
	.fp-button  .fpb-txt3 {
		font-size:15px;
		line-height:18px;
		margin-top:7px;
	
	}
	
	.mindreh2 {
		font-size:22px !important;
	}
	
	.ansatte .sow-features-feature {
		float:none;
		width:100% !important;
		padding:0 !important;
		margin-bottom:20px !important;
	}
	
	
}

@media (max-width: 600px) {
	.front-image-desktop {
		display:none;
	}
	.front-image-mobile {
		display:block;
		margin-bottom:50px;
	}
	#main-front .wp-block-columns {
		margin-bottom:0 !important;
	}
	
	#main-front .wp-block-column {
		margin-bottom:20px !important;
	}
	
	#main-content .wp-block-column {
		margin-bottom:30px !important;
	}
	
}





/*****/




@media (max-width: 470px) {
.logo-laguna{
	width:300px;
	padding: 20px 0 20px 0;
  }
 header{
 	height: auto;
 }
.logo-bc{
	padding: 20px 0;
	width: 370px;
}

}

@media (max-width: 1024px) {
.carousel-caption >p {
  padding-right: 0px;
padding: 0;

}

}
@media (max-width: 500px) {

	.blizz-slide-logo{
		  padding-top: 0px;
		  padding-left: 20px;
	}
	.blizz-slide{
	  padding-top: 0px;
	}
	.si-slide-logo{
		  padding-left: 30px;
	
	}
	.footer-right{
		text-align:left;
		margin-top:30px;
	}
	
	.some {
		clear:none;
	}
	
	.logo-bc-2020 {
		width:80%;
		max-width:445px;
	}
}


/* Wordpress editor styles 
---------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

