/*
Theme Name: Dustrial
Theme URI: http://pluginspoint.com/dustrialwp
Author: https://themeforest.net/user/johanspond
Author URI: http://pluginspoint.com
Description: Dustrial Industrial WordPress Theme.
Version: 2.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dustrial
Domain Path: /languages
Tags: threaded-comments, translation-ready

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.
*/

#alu_toggle--buttonn {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 10px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  width: 100%;
  height: 120px;
  bottom: 0px;
}
#alu_toggle {
  overflow: hidden;
  text-overflow: ellipsis;
}
