/*
Theme Name: sphinks
Theme URI: https://www.studiotamtam.com
Author: Samuele Saorin
Author URI: https://www.studiotamtam.com
Description: Starter theme based on ink
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sphinks
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#topbar {
	position: fixed;
	z-index: 100;
	width: 100%;
	background: #1a1a1a;
	top: 0;
}
#topbar::after {
	content: "";
	display: table;
	clear: both;
}
#wrapper{
    padding-top: 50px;
}
/*
.admin-bar #topbar, body.ink-drawer.admin-bar .left-drawer, body.ink-drawer.admin-bar .right-drawer {
	top: 32px;
}
.admin-bar #wrapper {
	position: relative;
	top: 32px;
}*/
#topbar .ink-navigation ul.black li button.fa-bars {
	background: 0 0;
	font-size: 1.2em;
	color: #bbb;
	border: 0;
	padding: .8em .8em .8em 0;
	float: left;
}
.post-mini-wrapper {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	padding: 1em;
}

