/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
@media only screen and (max-width: 1100px) { 
.av-main-nav > li > a { padding: 0 8px; }
}

/*single entries*/
.grid-entry{ overflow: visible;}
.grid-entry .avia-arrow{ border:none; top: -4px; }
.grid-entry .inner-entry {margin-right: 1px; box-shadow:0px 0px 0px 1px rgba(0, 0, 0, 0.1); /* box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2); */ position: relative;}
.grid-image {display:block; width:100%; position: relative; overflow: hidden; }
.grid-image img{width:100%; display: block;}
.grid-content{padding:20px; position: relative;}
.grid-entry-title{font-size:13px; margin:0; padding:0; font-weight: 500;}
.grid-entry-excerpt{font-size: 12px; font-style: normal; margin-bottom: -2px;}
.with-excerpt-container .grid-entry{text-align: center;}

.sidebar .widget_nav_menu ul:first-child>.current-menu-item,
.sidebar .widget_nav_menu ul:first-child>.current_page_item,
.sidebar .widget_nav_menu ul:first-child>.current-menu-ancestor{
	padding-left: 51px;
	left: -51px;
	top: 1px;
	margin-top: -1px;
	padding-top: 1px;
	width: 100%;
	box-shadow: 0px 0px 1px 0px rgba(146,0,2,1.00);
	margin-bottom: 4px;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(146,0,2,1.00);
}

#commentform label{
    position: absolute;
    left: 25px;
    font-size: 11px;
    top: 0;
    font-weight: bold;
}
