/*
Theme Name: Grafik
Theme URI: http://grafik.select-themes.com/ 
Description: Architecture & Design Theme
Author: Select Themes
Author URI: http://demo.select-themes.com
Version: 1.3.1
License: GNU General Public License
License URI: license/GPL.txt


CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* Header background */
.qodef-header-standard .qodef-page-header .qodef-menu-area {
  background-color: rgba(0, 0, 0, 0) !important;
}

/* Footer style tweaks */
footer .qodef-footer-top-holder {
  background-color: #212121 !important;
}
/* widget titles */
footer .widget .qodef-footer-widget-title {
  color: #000000 !important;
}
/* widget text */
footer .widget .textwidget {
  color: #ffffff !important;
}
footer .qodef-footer-top:not(.qodef-footer-top-full) .qodef-container-inner {
  padding: 20px 0 20px !important;
}
/*hide cats from our work page */
.qodef-ptf-category-holder {
  visibility:hidden;
}
/*hide authors from homepage widget */
.qodef-post-info-author-link {
  visibility:hidden;
}
.qodef-post-info-author {
   visibility:hidden;
}