/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: kkatsor@gmail.com
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* 
Click the help icon above to learn more.
*/

#site-header-inner {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.theme-button.green,.color-button.green {
    background: #30c158 !important;
}
.theme-button.green:hover,.active > .theme-button.green,.theme-button.active.green {
    background: #248f42 !important;
}

.entry-footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}

/*
.page-header.wpex-supports-mods {
  background-image: url(http://therapylab.demos.my-portal.gr/wp-content/uploads/page_header_title_bg2.png) ;
  background-position-x: 50%;
  background-position-y: 50%;
}
*/