/*
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:*/

/* MAKE THE LOGO GO ALL THE WAY ACROSS THE TOP */
.html_header_top.html_logo_center .logo {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#header_main>.container {
  margin: 0;
}
#header_main>.container {
  max-width: 100%!important;
  width: 100%!important;
}

/* MAKE THE LOGO LINKS RESPONSIVE */

.top-logo {
height: 92px;
text-align: center;
margin: 0 auto;
margin-bottom: 6px;
}
.top-logo-left {
display: inline-block;
max-width: 30%;
height: 92px;
}
.top-logo-center {
display: inline-block;
max-width: 30%;
height: 92px;
}
.top-logo-right {
display: inline-block;
max-width: 30%;
height: 92px;
}
.logo img {
  height: 90px;
  width: auto;
}

/* CUSTOMIZE TWITTER PLUGIN */
.widget-easy-twitter-feed-widget-container .col-lg-12 {
display: none;
}

/* HIDE / AFTER DATE */
.text-sep-date { display: none; }
.post-meta-infos { display: none; }
#newsbox-2 .news-time { display: none; }


body.home .widget.clearfix.widget-do-etfw {
  height: 250px!important;
  overflow: auto!important;
}
