/*
Theme Name: PokaTheme Child
Template: pokatheme
Description: Premium Affiliate WordPress Theme
Author: PokaTheme
Version: 1.0.0
License: Licensed theme
Text Domain:  poka
*/


body {
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
}





/*
.header-top-flex-part.header-top-flex-part--center {
    order: 1;
}

.header-top-flex-part {
    order: 2;
}

.header-logo {
    text-align: left;
}

.custom-logo-link img {
    height: 50px;
}


@media screen and (max-width: 992px) {
    .custom-logo-link img {
        height: 37px;
    }
}

.wysiwyg-part h1 {
    font-size: 1.8rem;
}

.wysiwyg-part h2, .wysiwyg-part h2.wp-block-heading {
    font-size: 1.6rem;
}

.wysiwyg-part h3, .wysiwyg-part h3.wp-block-heading {
    font-size: 1.4rem;
}

.wysiwyg-part h4, .wysiwyg-part h4.wp-block-heading {
    font-size: 1.2rem;
}

footer {
    color: white;
}

.footer-widgets .widget>h3 {
    color: white;
}

footer .widget ul:not(.review-pros,.faq-list) li::before {
    content: none;
}

footer .widget ul:not(.review-pros,.faq-list) a {
    color: #9e97b1;
}


footer .widget ul:not(.review-pros,.faq-list) a:hover {
    color: #8a81a3;
}

.footer-widgets .widget_text .textwidget, .footer-widgets .widget_text .wp-block-group__inner-container {
    color: white;
}

.footer-copyright {
    text-align: center;
    padding-bottom: 30px;
    color: #9e97b1;
}
*/