/**

Theme Name: Alba Lite
Description: Alba Lite is a clean, minimal and responsive Sueva child theme, based on Bootstrap framework, with a new menu and a masonry layout for the home and category pages.
Author: ThemeinProgress.
Author URI: https://www.themeinprogress.com
Version: 1.0.0
Template: suevafree
Tags: gray, light, black, orange, blue, white, two-columns, three-columns, right-sidebar, left-sidebar, custom-background, custom-menu, threaded-comments, full-width-template, theme-options 
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/

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

/* ===============================================
   MENU
   =============================================== */

nav#mainmenu:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: url(images/menu/navbar.png) top left;
	top: 0;
	left: 0;
	z-index: 498;
}

nav#mainmenu:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: url(images/menu/navbar.png) top left;
	bottom: 0;
	left: 0;
	z-index: 498;
}


/* ===============================================
   MENU
   =============================================== */

.row.blog-grid ,
.blog-grid .pin-article {
	margin-bottom:25px;
}

.blog-grid a {
	display:block;
}

.blog-grid a:hover {
	border:none;
}

.blog-grid article {
	position:relative;
	padding:4px;
	background:#fff;
	overflow:hidden;
}

.blog-grid .overlay {
	opacity: 0; 
	filter: alpha(opacity=0);
	background: #333;
	height: 100%;
	left: 4px;
	top:4px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	color: #fff;
	text-align: center;
	cursor: pointer;
	text-align:center;
	padding:0
}

.blog-grid  h3.title {
	background: #fff;
	color: #000;
	padding: 15px;
	position: absolute;
	text-transform:uppercase;
	text-align:left;
	font-size:18px;
	margin:0;
	top:15px;
	left:15px;
	right:15px;
	line-height:1.4em
}