/*
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:*/

/*homepage blog widget*/
.widget-blog-entries .entry-content.av_one_third:first-child{
    margin-left: 0;
}
.widget-blog-entries .entry-content.av_one_third img.media-object{
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
}
ul.widget-branch-offices {
    margin: 0;
    padding: 0;
}
ul.widget-branch-offices li {
    list-style: none;
    margin: 0 0 18px;
    padding: 15px 0 15px 35px;
    background-image: url('img/map-marker-25x25.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
}
ul.widget-branch-offices li:hover {
    background-color: #fcfcfc;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}
