/*
Template:       docfi
Theme Name:     Docfi Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/themes/docfi
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Docfi is an documentation, help center, helpdesk and knowledge base WordPress Theme.
Version:        1.0.3
Text Domain:    docfi
Tags: 			theme-options, featured-images, post-formats, one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, sticky-post, threaded-comments, translation-ready
License:   	  	Envato split License
License URI:  	https://themeforest.net/licenses/terms/regular
*/
table {
	background-color: #FFF;
}
.explore-topics-body ul.explore-topics-list li a {
  line-height: 1.8;
	padding: 8px 0px;
}
.rt-docs-tab.rt-isotope-tab {
  gap: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 641px) {
	.rt-docs-tab.rt-isotope-tab {
  display: flex;
  flex-direction: column;
}
}

.explore-topics-card .explore-topics-header .title-area .title {
  color: #020028;
}