/*
Theme Name: Manualer
Template: twentyfifteen
Author: WEBBAB
Author URI: https://webbab.se/
*/

@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:700,400);

/* theme edit */
body:before,
#sidebar,
#colophon,
.entry-footer {
	display:none;
}

.site-content {
	margin: 0 auto;
	float: none;
	width: 100%;
	max-width: 1200px;
}
#colophon {
	display: block;
	margin: 0 auto;
	float: none;
	width: 100%;
}
@media (min-width: 1200px){
	#colophon {
		max-width: 1000px;
	}
}


#pado-sidebar li:hover a, #pado-sidebar li:hover i {
    color: #960051 !important;
}
#pado-sidebar li a:hover {
    border-bottom: 1px solid #000 !important;
}
li.sidebar_cat_title:hover{
background-color: #fff !important;
}

.entry-header {
display: none;
}

h1, h2, h3, h4, #pado-sidebar, footer {
font-family: 'Lato', sans-serif;
}


.site-content {
max-width: 1400px;
}
@media screen and (min-width: 59.6875em)
.site-main {
padding: 5% 0;
}
#cat-1{
margin-top: -100px;
}