/*
 Theme Name:   Infinite Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Infinite Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     infinite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE
*/
.infinite-body h6{ margin-top: 0px; margin-bottom: 20px; line-height: 1.6 !important; font-weight: 700; }
.infinite-body h5{ margin-top: 0px; margin-bottom: 20px; line-height: 1.6 !important; font-weight: 700; }

/* User sub pages */
.column-container {
  display: flex;
}
.column-container > div {
  width: 50%;
}

.non-list-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.non-list-list li {
  padding: 0;
}
