/*
Theme Name: AME Group
Theme URI: https://amegroup.com.au/
Author: WEBO Digital Web Team
Author URI: https://webo.digital/
Description: WEBO Digital Custom Theme for AME Group website
Tags: blog
Version: 1.0.0
Requires at least: 5.0.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amegroup
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* All CSS are assets/css/style.css */
.woocommerce .products ul,
.woocommerce ul.products {
  width: 100%;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.item-content a {
  color: #151515;
}
.item-content .description {
  line-height: 1.75;
}
.section-project .tab_content.active {
  display: block !important;
}
#user-mesage-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
}
#user-mesage-wrapper .container {
  width: auto;
  padding: 15px 35px;
  color: #fff;
  line-height: 1;
  background-color: #008000;
  border-radius: 7px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}
#user-mesage-wrapper .container.error {
  background-color: #ff0000;
}
form input[type="submit"]:disabled {
  background: #000;
  cursor: not-allowed;
}
.section-rules .section-wrap .rules-content.full-width {
  width: 100%;
}
/*# sourceMappingURL=new.css.map */
