/*
Theme Name: Sagrario Berti
Theme URI: http://sagrarioberti.com/
Description: Sagrario's Blog (essay)
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: sagrario, sagrario berti, venezuela, arte
Text Domain: sagrarioberti 
*/

@font-face {
	font-family: Univers;
	src: url(http://sagrarioberti.com/wp-content/themes/sagrarioberti/UniversLTStd.woff);
}

@font-face {
	font-family: Univers;
    src: url(http://sagrarioberti.com/wp-content/themes/sagrarioberti/UniversLTStd-Bold.woff);
    font-weight: bold;
}

@font-face {
	font-family: Century;
	src: url(http://sagrarioberti.com/wp-content/themes/sagrarioberti/NewCenturySchlbkLTStd-Roman.woff);
}

/**** general style ****/

body {
	font-size: 16px;
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Century;
}

h1 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
}

del {
text-decoration: none !important;
display: inline;
margin-left: 2px;
font-size: 10px;
position: relative;
top: -5px;
}

blockquote {
    padding: 10px 0px;
    margin: 0 auto 20px auto;
    max-width: 500px;
    width: 80%;
    font-size: 16px;
    border-left: 0px solid transparent;
}

/**** menu-bar ****/

.menu-bar {
	padding-top: 20px;
    overflow: auto;
    height: 100%;
    position: fixed;
    background-color: #FFF;
    z-index: 1;
}

a.main-logo {
	font-size: 16px;
	color:#000;
	margin-bottom: 0px;
	display: block;
}

.menu-bar h1 {
	margin-bottom: 30px;
	font-size: 13px;
	margin-top: 5px;
}

.menu-bar a {
	color:#000;
	font-size: 16px;
	font-weight: 700;
	font-family: sans-serif;
}

.menu-bar ul {
	margin-bottom: 15px;
}

.menu-bar ul li {
	margin-bottom: 8px;
	list-style: none;
}

.menu-bar ul li a:hover {
	
}

.menu-bar ul li span {
	font-size: 13px;
	color: #848484;
	margin-left: 5px;
}

.menu-bar ul li span {
	text-decoration: none;
}

.menu-icon {
	display: none;
}



/**** essay-area ****/

.content-area {
	padding-top: 20px;
	height: 100%;
    overflow: auto;
}

.content-area aside {
    padding-bottom: 20px;
	font-family: sans-serif;
	font-size: 11px;
}

aside figure {
	margin-bottom: 20px;
}

aside figure figcaption {
	margin-top: 10px;
	font-weight: 900;
}

.foot-notes {
}

.foot-notes ol {
	padding: 0;
	counter-reset: step;
}

.foot-notes ol li {
	list-style-type: none;
	margin-bottom: 10px;
}

.foot-notes ol li:before {
	content: counter(step);
    counter-increment: step;
	font-weight: 800;
	margin-right: 10px;
}

.mobile-fn {
	display: none;
	font-family: sans-serif;
	font-size: 9px;
}

@media (max-width: 1100px){

	.content-area article {
		max-width: 85%;
	}

}

@media (max-width: 820px){

	.content-area article {
		max-width: 95%;
	}

}

@media (max-width: 768px){

	.menu-bar {
		height: 90px;
		overflow: hidden;
	}

	.menu-bar-sm {
		height: 100%;
		overflow: auto;
	}

	.content-area {
		padding-top: 110px;
	}

	.menu-icon {
		position: absolute;
	    top: 25px;
	    right: 25px;
	    display: block;
		font-size: 22px !important;
	}

	.mobile-fn {
		display: block;
	}

	.desktop-fn {
		display:none;
	}

	a.main-logo {
	    display: initial;
	}
}