/*
Theme Name: PokaTheme Child
Template: pokatheme
Theme URI: https://pokatheme.com
Description: Premium Affiliate WordPress Theme
Author: PokaTheme
Author URI: https://pokatheme.com
Version: 1.0.0
License: Licensed theme
Tags: black, blue, white, two-columns
Text Domain:  poka
*/

/*
    Add your custom styles here
*/

/* Text color in the footer*/
.footer-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-color: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

	/* Text color in the FAQ*/
.faq-wrapper .faq-list .faq-item .faq-item-question {
color: #ffffff;
}