/*
Theme Name:     KnowHow Child Theme
Theme URI: 		http://herothemes.com/
Description:    Child theme for KnowHow 
Author: 		Chris Mooney (Swish Themes)
Author URI: 	http://herothemes.com
Template:       knowhow
Version:        1.0.0
*/

@import url("../knowhow/style.css");


/* ------- Insert custom styles below this line ------- */
.single .post{
    padding: 0 0 30px 50px;
}

#homepage-categories ul li.format-standard:before{
    content: ''; 
}
#homepage-categories .column:before{
    content: ''; 
}

.category #page-header:before{
    content: '';
}
.category .sub-categories li:before {
    content:''
}
.post:before{
    content:''
}
.single #page-header:before{
    content:''
}

 #home {
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	margin:12px 25px 0 0;
	padding: 10px 18px;
	text-transform:uppercase;
	border:none;
	-moz-border-radius:99px;
	-webkit-border-radius:99px;
	border-radius:99px;
}
#home {
	background-color:#4A4A4A;
}
#site-header{
    height: 0px;
    padding:0px
}
.roleShow{
	display: none!important;
}
.onlyadministrador .roleShow.onlyadministrador {
	display: inherit!important;
}
.onlymonitor .roleShow.onlymonitor{
	display: inherit!important;
}
.onlycocinero .roleShow.onlycocinero {
	display: inherit!important;
}
.onlyprofesor .roleShow.onlyprofesor{
	display: inherit!important;
}
h2{
	border-bottom: 1px solid #950000;
    padding-bottom: 10px;
}
body {
	font: 15px/24px 'Montserrat', Helvetica, Arial, sans-serif;	
	color: #383838;
}