/*
Theme Name: laihiainen
Author: Labo
Version: 1.0


.med-yellow {color: #E6CE1D}
.light-yellow {color: #F4DD08}
.bright-yellow {color: #FDEC00}
.classy-grey {color: #403F45}
cust_yel: #f9a900

*/

html, body{

	min-height:100%;
	min-width:100%;
}

body{

    font-family: 'Open Sans', sans-serif;
	background:#fff;
	color:#000;
    font-size:16px;
    font-weight:300;
    line-height: 1.8em;


}
body.home{

    	background-image:none;

}


.site-header {
	width:100%;
	

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.19+53,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.19) 53%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.19) 53%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.19) 53%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */width: 100%;
		  


	text-align:right;
	padding: 0px 4% 2%;
	position:absolute;
	z-index:1000;
	transition:background-color ease 0.6s;
	transition:all ease 0.4s;
}

.site-header.fixed {
	background:#E6CE1D;
	padding: 0 4% 1%;
		position:fixed;
		z-index:10000;
}


#head-block{
	width: 100%;
	position: relative;
	top: 0;
	z-index:1001;
	margin:0em;
	

}

#head-block.hidden{
	display:none;
	
}

.site-header.fixed #head-block{
	display:none;
}





.entry-content{
	margin:0;
   /*	background-image:url('_img/laihiainen-bodybg.jpg');*/
	background-position:center top;
	background-repeat:repeat-x;

}

body.home .entry-content{

    	background-image:none;

}

#site-branding{
padding: 0;
position: relative;
margin: 0;
float: left;
    
}

#site-branding img{
	display:block;
	max-width:200px;
}



a.contact-btn{
	 background:#E6CE1D;
	display: inline-block;
	color: #fff;
	padding: 0.2em 2em;
	border-radius: 0 0 4px 4px;
	cursor:pointer;
	font-weight:600;
	 
}
a.contact-btn:hover{
	 background:#d3bd1b;;
}



a.link-btn{
	 background:#f9a900;
	display: inline-block;
	color: #fff;
	padding: 0.4em 2.4em;
	border-radius: 0;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:400;
	 
}


a.link-btn:hover{
	 background:#E6CE1D;
}



a.link-btn.white{
	background:transparent;
	display: inline-block;
	color: #fff;
	padding: 0.2em 2em;
	border-radius: 0;
	cursor:pointer;
	border:1px solid #fff;
	 
}


a.link-btn.white:hover{
	 background:rgba(255,255,255, 0.3);
}



#socialfeed{
	text-align:center;
	padding:4% 0;

}

#main-slider {
    background:#fff;
    margin: 0 auto;
    width: 100%;
    padding: 0 ;
    position: relative;
    height:600px; 
    overflow:hidden;
}
#main-banner {
    background:#fff;
    margin: 0 auto;
    width: 100%;
    padding: 0 ;
    position: relative;
    height:600px; 
    overflow:hidden;
    background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}


/****main banner***/

.banner-wrapper{
	max-width: 1000px;
	height: 600px;
	display: block;
	margin: 0 auto;
	position: relative;
	padding:0 4%;

}
.banner-text.center {
    color: #fff;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
   top: 48%;
    transform: translateY(-50%);
    max-width: 70%;
    z-index: 100;
    
    
}

.banner-text.right {
    color: #fff;
    margin:auto;
    position: absolute;
    right: 4%;
    left:auto;
    text-align: left;
   top: 48%;
    transform: translateY(-50%);
    max-width: 50%;
    z-index: 100;
    
    
}

.banner-text.left {
    color: #fff;
    margin:auto;
    position: absolute;
    right: auto;
    left:4%;
    text-align: left;
   top: 48%;
    transform: translateY(-50%);
    max-width: 50%;
    z-index: 100;
    
    
}


.banner-text h1,
.banner-text h2,
.banner-text h3{
	font-weight:400;
	
}


.banner-text h1{
 	color: #E6CE1D;
    font-size: 2.6em;
    line-height: 1.2em;
    margin: 0 0 0.2em;
    font-weight: 400;
	text-transform:uppercase;
	text-shadow: 3px 2px rgba(0,0,0,0.6);

}


.banner-text h2{
 	color: #000;
    font-size: 1.6em;
    line-height: 1.2em;
	margin: 0 0 0.8em;
/*	text-shadow: 3px 2px rgba(0,0,0,0.1);*/
}


.banner-text p{
 	color: #fff;
}









/**** sub page ***/


#page-header {
    background:#f1f1f1;
    margin: 0 auto;
    width: 100%;
    padding: 0 ;
    position: relative;
    height:400px; 
    overflow:hidden;
    background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}


.header-mask{
	background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


.header-wrapper{
	max-width: 1000px;
	height: 400px;
	display: block;
	margin: 0 auto;
	position: relative;
	padding:0 4%;

}
.header-text.center {
    color: #fff;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
   top: 49%;
    transform: translateY(-50%);
    max-width: 70%;
    z-index: 100;
    
    
}

.header-text.right {
    color: #fff;
    margin:auto;
    position: absolute;
    right: 4%;
    left:auto;
    text-align: left;
   top: 49%;
    transform: translateY(-50%);
    max-width: 50%;
    z-index: 100;
    
    
}

.header-text.left {
    color: #fff;
    margin:auto;
    position: absolute;
    right: auto;
    left:4%;
    text-align: left;
   top: 49%;
    transform: translateY(-50%);
    max-width: 50%;
    z-index: 100;
    
    
}

.header-text h1,
.header-text h2,
.header-text h3{
	font-weight:400;
	
}

.header-text h1{
 	color: #fff;
    font-size: 2.6em;
    line-height: 1.4em;
    margin: 0 0 0.4em;
    font-weight: 600;
	text-transform:uppercase;
	text-shadow: 3px 2px rgba(0,0,0,0.3);

}


.header-text h2{
 	color: #fff;
    font-size: 2em;
    line-height: 1em;
	margin: 0 0 0.4em;
	text-shadow: 3px 2px rgba(0,0,0,0.3);
}


.header-text p{
 	color: #fff;
}






.leadtext{
	font-size:1.4em;
	line-height: 1.6em;
	

}







.content-wrapper {

    padding: 0 4%;
    max-width:1100px;
   	box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
}


.inner-wrapper {

    padding: 0 4%;
    max-width:1000px;
   	box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation{
	position:relative;
	text-align: right;
	margin: 1em 0 0 0;
}



.main-navigation ul {
	display: inline-block;
	margin: 12px auto 0;
	left: 0;
	right: 0;
	width:auto;
	text-transform:uppercase;

}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li:first-child{
	padding: 0 0.6em 0 0;
}


.main-navigation li {
	display:inline-block;
	position: relative;
	padding: 0 0.6em;
}

.main-navigation li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
letter-spacing: 0.06em;
	font-size: 0.9em;
	 border-bottom: 2px solid transparent;
 	 transition: all ease-in-out 0.4s;
}


.main-navigation li a:hover{
	border-bottom:2px solid #fff;

}


.main-navigation li.current-menu-item a{
		border-bottom:2px solid #fff;
}

/* Small menu. */


@media screen and (max-width: 800px) {
	
	.main-navigation > ul {
		display: none;
	}
}


#top-block{
	background:#f0f0f0;
	width:100%;
	height:60px;
	position:relative;

	/* hide breadcrumb */
	display:none;

}





#share{
	width:120px;
	height:60px;
	background-color:#f9a900;
	float:right;
	color:#fff;
	position:relative;
	transition:background-color ease 0.4s;
	cursor:pointer;

}
#share-wrap{
	top: 50%;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
    transform: translateY(-50%);
    position:absolute;
    font-weight: 600;

}

#share-btns{
	display:none;
	position: absolute;
	right: 0;
	width: 120px;
	top: 60px;
	padding:0;
	text-align:center;
	background:#f4f4f4;
	z-index:10000;

}

.icon-share{
	font-size:1.4em;
}


#share:hover{
	background-color:#ba5902;
}

.addtoany_list a{
	display:block!important;
	padding: 8px 0 0 !important;
}

.a2a_button_facebook{
	background:#3b5998;
}
.a2a_button_twitter{
	background:#55acee;
}
.a2a_button_google_plus{
	background:#dd4b39;
}

.a2a_button_email{
	background:#0166ff;
}




/*** BREADCRUMB ***/


ul#crumbs li a::before {
    content: none;
    margin: 0;
    padding: 0;
    float:left;
}
ul#crumbs {
    display: inline-block;
    list-style: outside none none;
    margin: 17px 0 0 2em;
    padding: 0;
}
ul#crumbs li {
    color: #474747;
    display: inline-block;
    font-size: 0.7em;
    font-weight: 900;
    list-style: outside none none;
    margin: 0 5px;
    text-transform: uppercase;
    vertical-align: top;
}
ul#crumbs li:first-child {
    margin: 0 5px 0 0;
}
ul#crumbs li a {
    color: #474747;
    text-decoration: none;
    font-weight: 600;
	transition:color ease 0.4s; 
}


ul#crumbs li a:hover {
    color: #000;
}

ul#crumbs li.delimiter{
	margin:0;
	font-size:1em;
}

.icon-right-open-mini::before {
  
    margin-left: 0!important;
    margin-right: 0!important;
    width: auto!important;
}


/*--------------------------------------------------------------
## Columns
--------------------------------------------------------------*/
.section {
	clear: both;
	padding: 4% 0px;
	margin: 0px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#fff;
}

body.home .section{
	padding: 0px;
}

.site-footer .section{
	padding: 0px;
	background-color:transparent;
}



/*  COLUMN SETUP  */
.col {
	display: inline-block;
	margin: 1% 0 1% 4%;
	position: relative;
	vertical-align: top;
}

.section.imgblock .col{
	vertical-align:middle;
}

/*.col:first-child { margin-left: 0; }*/

.section .col:first-of-type { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 48%;
}


/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 65.33%; }
.span_1_of_3 { width: 30.66%; }


/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74%;
}
.span_2_of_4 {
	width: 48%;
}
.span_1_of_4 {
	width: 22%;
}



.maingrid .span_1_of_3,
.maingrid .span_2_of_3{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	min-height:300px;

}

.maingrid-content{
	position: absolute;
	top: 50%;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
    transform: translateY(-50%);
    width: 80%;
}
.maingrid-content.plain-text {
	text-align:left; 
	padding:0;
	position:relative;
	width:100%;
	top:0;
	transform:none;
	margin:0;
}
.maingrid-content.mainbox h1,
.maingrid-content.mainbox h2,
.maingrid-content.mainbox h3,
.maingrid-content.mainbox h4,
.maingrid-content.mainbox h5{
	color:#fff;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 600px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}


.section.light{
	color:#fff;
}

.section.light h1,
.section.light h2,
.section.light h3,
.section.light h4,
.section.light h5{
	color:#fff;
}

.green{
	background-color:#f9a900;
}

.grey{
	background-color:#f4f4f4;
}

.orange{
	background-color:#f9a900;
	color:#fff;
}

.black{
	background-color:#000;
	color:#fff;
}

.footer-col{
	width:48%;
	display:inline-block;
	vertical-align:top;
	

}
/*** main boxes ***/

.intro-text{
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding: 4% 0;
	font-size: 1.4em;
	line-height: 1.6em;

}

#main-boxes{
	background:#f3f3f3;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding:4% 0;

}

#main-boxes h1,
#main-boxes h2,
#main-boxes h3,
#main-boxes h4,
#main-boxes h5{
	color:#000;
	font-weight:600;
}


/* PRICELIST */

ul.pricelist {
    padding: 0;
    margin:0 0 2% 0;
    overflow: hidden;
}



ul.pricelist li {
    display: inline-block;
    width:27.333%;
    overflow: hidden;
    padding: 2%;
    position: relative;
    margin:2% 1% 0 1%;
    background:#f9f9f9;
	text-align:left;
	border-bottom: 6px solid #E6CE1D;
	box-shadow: 0px 1px 11px -3px rgba(0,0,0,0.4);
}






.pricelist-info{
	font-size:0.9em;
	text-align:center;
	line-height:1.6em;

}


.price-table td{
	border-bottom: 1px solid #e0e0e0;
	padding: 0.2em 0;

}

/*
ul.pricelist li:first-child{
	 margin:0;
}

ul.pricelist li:last-child{
    margin:0%;
}
*/


ul.pricelist li p{
	margin: 0 0 0.8em;
	padding: 0;

}

.box-img{
 	height:250px;
 	background:#dddddd;
 	position:relative;
 	background-size:cover;
 	background-position:top center;
 	background-repeat:no-repeat;
 	margin: 0px 0 25px;
 	position:relative;

}

.box-content{
	margin:0 0 20px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}



a.box-link{
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
		z-index:2;
}

a.box-link:hover{
	background:rgba(255,255,255, 0.2);

}


@media (max-width: 800px) {
 	 ul.pricelist li {
    	width: 93.7% !important;
	}
	
}	


/* LOGO GRID */
ul.logogrid {
    padding: 0;
    margin:0 0 2% 0;
	overflow: hidden;
	text-align:center;
}



ul.logogrid li {
    display: inline-block;
    width:21.333%;
    overflow: hidden;
    padding: 1%;
    position: relative;
    margin:0% 1% 0 0;
    text-align:center;
	height:60px;

}

@media (max-width: 600px) {
	ul.logogrid li {
	  width: 100% !important;
  }
  
}	



.boxlist {
    padding: 0 0.6em;
    margin: 0;
    overflow: hidden;
}


.boxlist .box-item {
    display: inline-block;
    width:31.6%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin:1%;
    background:#fff;
	text-align:center;
	color:#000;
	box-shadow: 0px 1px 11px -3px rgba(0,0,0,0.4);
}


.boxlist .box-item:first-child{
	 
}

.boxlist .box-item:last-child{
    margin:1% 0 1% 1%;
}



.boxlist .box-item p{
	margin: 0 0 0.8em;
	padding: 0;

}

.box-img{
 	height:250px;
 	background:#dddddd;
 	position:relative;
 	background-size:cover;
 	background-position:top center;
 	background-repeat:no-repeat;
 	margin: 0px 0 25px;
	 position:relative;
	 transition:all ease 0.4s;

}

.box-content{
	margin:0 0 20px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.box-item:hover .box-img{
	transform: scale(1.04);

}

@media (max-width: 600px) {
	.boxlist .box-item {
    	width: 100% !important;
	}
	
}	




/*** Text & Image **/

.colbg {
    	margin: 0px;
    	padding-top: 56.25%;
    	position: static;
	}

	
.col-wrap{
	position:relative;
	top:0;
	width:96%;
}

	
	
.col-img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}


.ums_map_opts {
    padding: 0px !important;
}

.orangebox{
	background:#f9a900;
 	color: #fff;
    display: block;
    padding: 8%;
    vertical-align: middle;
    max-width:300px;
    margin:0 auto;
   line-height: 1.4em;
   position:relative;

}


.orangebox_bottom{
	background:#f9a900;
	display: block;
	padding: 0 8%;
	max-width: 300px;
	margin: 0 auto;
	position: relative;
	height: 50px;

}

.orangebox_bottom:after{
	content:' ';
	position:absolute;
	left:0;
	right:0;
	height:50px;
	width:50px;
	bottom:0;
	background:#fff;


}

.orangebox ul{
	margin:0 0 0 1em;
	padding:0;
}


.orangebox ul li {
    font-size: 0.9em;
    margin: 0;
    padding: 8px 0;
}

.orangebox p{
	margin:0 0 1em;
}


.orangebox a,
.orangebox h1,
.orangebox h2,
.orangebox h3,
.orangebox h4,
.orangebox h5{
	color:#fff;
}
.orangebox a{
	text-decoration:underline;
}

.orangebox a:hover{
	color:#ebebeb;
}
/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

.site-footer{
	background:#403F45;
	padding:4% 0;
	color:#fff;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5{
	color:#fff;
}

.site-footer p{
	margin:0 0 0.4em;
}

.small-txt{
	margin:0;
font-size: 0.9em;
line-height: 1.4em;
display: block;
float: left;
}


.icon-facebook-circled,
.icon-instagram-circled,
.icon-mail-circled{
	color:rgba(255,255,255, 0.7);
	font-size: 2.4em;
	transition: all ease 0.4s;
}

.icon-facebook-circled:hover,
.icon-instagram-circled:hover,
.icon-mail-circled:hover{
	color:rgba(255,255,255, 1);
}


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

/*
ul#footer-menu li {
    display: inline-block;
    float: left;
    width: 200px;
}



ul#footer-menu li:nth-child(odd) {
    float: left;
    margin-right: 10px;
}
ul#footer-menu li:nth-child(even) {
    float: right;
} */
ul#footer-menu li a{
	color: #f9a900;
	text-decoration:none;
	font-weight:600;
	text-transform:uppercase;
	font-size:0.9em;
}
ul#footer-menu li a:hover{
	color:#E6CE1D;

}


ul#footer-menu li.current-menu-item a{
		color: #E6CE1D;
}

/*--------------------------------------------------------------
## FORM
--------------------------------------------------------------*/

.wpcf7-form{
	max-width:500px;
	margin:0 auto;
}


/*--------------------------------------------------------------
## MEDIA QUERIES 
--------------------------------------------------------------*/


@media (max-width:800px) {
body{
		font-size:14px;
	}

	.header-text h1{
		font-size:1.8em;
	}
	
	#call{display:none;}
	
	#head-block{
		display:none;
	}
	.site-header{
		position:fixed;
		background:#E6CE1D;
		padding: 0 4% 1%;
	}

	
	.square{
		display:none;
	}
	#share,
	#share-btns	 {
    	width: 70px;
    }
}


@media (max-width:600px) {
	.banner-text.center{
		max-width:100%;

	}

	.banner-text.left {
		color: #fff;
		margin: 0 auto;
		position: absolute;
		right: 0;
		left: 0;
		text-align: center;
		top: 48%;
		transform: translateY(-50%);
		max-width: 100%;
		z-index: 100;
	}


	.banner-text h1{
		font-size:2.0em;

	}
  	
}

@media (max-width:480px) {

	h1{font-size:1.4em;}

}
