/**
 * Theme Name:   ColorMag Child
 * Theme URI:    https://themegrill.com/themes/colormag/
 * Description:  ColorMag Child Theme
 * Author:       ThemeGrill
 * Author URI:   https://themegrill.com
 * Template:     colormag
 * Version:      1.0.0
 * License:      GNU General Public License, version 3 (GPLv3)
 * License URI:  http://www.gnu.org/licenses/gpl-3.0.txt
 * Tags:         one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news, rtl-language-support
 * Text Domain:  colormag-child
 */

.play-link {
	background: #55ba4a;
  display: inline-block;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 15px;
}

.bottom-description ul,
.taxonomy-description ul {
	list-style: initial;
	list-style-position: inside;
}

.su-spoiler-style-default > .su-spoiler-title {
	background: #e7e7e7;
  color: #000;
  font-size: 17px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  margin-top: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  padding-left: 40px;
  outline: none !important;
  text-transform: uppercase;
  font-weight: 700;
}

.su-accordion > br {
	display: none;
}

div#content ul,
.bottom-description ul {
	list-style: inherit;
}

.su-spoiler-content ul,
.su-spoiler-content ol {
  list-style: inherit;
  margin-bottom: 15px;
  font-size: 15px;
}
.clearfix::after{content:"";display:table;clear:both}
