/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

top .ccm-widget--logo {
  width: 50% !important;
  justify-content: left !important;
}
#top .ccm-widget--logo img {
  max-width: 100%;
}
.ccm-settings-summoner.ccm-show {
  display: none !important;
}
#footer .image-overlay {
  display: none !important;
}
#text-6 img:hover {
  opacity: 0.8;
  transition: all ease 200ms;
}
#text-6 img {
  opacity: 1;
  transition: all ease 200ms;
}
#footer #text-6 {
  margin-top: 0 !important;
}
#footer #text-2,
#footer #text-4 {
  margin-bottom: 0 !important;
}