/*
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:*/

/* Force logo image to fill the whole screen */
.html_header_top.html_logo_center .logo {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#header_main>.container {
  margin: 0;
  max-width: 100%!important;
  width: 100%!important;
}

/* to remove space between nav and top of banner */
#alt-home-bottom {
padding:0px 0;
}


/* Change BG of footer. in banner, darker blue = 0a82ad; lighterblue = 52a9c8  */

#top #footer, #top #footer span, #top #footer div, #top #footer p, #top #footer a, #footer .widgettitle {
  background-color: #52a9c8;
  color: white !important;
}

/* hide meta */
.post-meta-infos {
display: none;
}
.av-masonry-date {
display: none;
}

ol ol {
  list-style-type: lower-alpha;
}

.lcp_widget img, a img {
  float: left;
  margin-right: 10px;
}

.awp-divider { margin: 12px 0; clear: both; display: block; padding: 2px}
