/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/
/* lehtien alasivujen henkilökuva mobiili välistyksen poisto */
@media handheld, only screen and (max-width: 767px)
{
.mk-employees.c_cs.u6col .mk-employee-item {
    margin: 0 0 0px;
}
}/*media end */
.mk-employees.c_cs.one-column .mk-employee-item {
    padding: 0 0 0px;
}
/* Yhteystieto sivu hallinto henkilöiden asettelu */
@media only screen and (max-width: 500px)
{
	.hallinto-henk {padding: 0 10% 0;}
}/*media end*/

@media handheld,only screen and (max-width:960px) {
.hallinto-henk.mk-employees.simple.u4col .team-thumbnail {
    width: 100%;
}
.hallinto-henk.mk-employees.simple.one-column .team-thumbnail.rounded-true {
    padding: 0 0px;
}
	.hallinto-henk.mk-employees.c_cs.u4col .team-info-wrapper, .mk-employees.c_cs.u4col .team-thumbnail {
    float: none;
    display: inline-block;
}
	.hallinto-henk.mk-employees.simple.u4col .team-info-wrapper {
    width: 71%;
}
	.hallinto-henk.mk-employees.c_cs.one-column .mk-employee-item {
    padding: 0 0 0px;
}
	
}/*media end*/
.mk-employees.c_cs.one-column .mk-employee-item {
    padding: 0 0 0px;
}


.footbutton {
backface-visibility: hidden;
position: relative;
cursor: pointer;
display: inline-block;
white-space: nowrap;
background: #cad400;
border-radius: 0px;
border: 0px solid #7ebb42;
border-width: 0px 0px 0px 0px;
padding: 10px 20px 10px 20px;
color: #fff;
font-size: 16px;
font-style: normal;
width: 90%;
text-align: center;
margin: 10px 0px!important;
}