/*
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
*/

@media (max-width: 992px) {
    .header-logo .custom-logo-link img.custom-logo {
        height: auto;
        max-width: 190px;
    }
    .lnkr__current:after {
        content: "";
        display: block;
        width: 12px;
        height: 6px;
        background: #f0f0f0;
        -webkit-clip-path: polygon(0 0, 2px 0, 50% calc(100% - 2px), calc(100% - 2px) 0, 100% 0, 50% 100%);
        clip-path: polygon(0 0, 2px 0, 50% calc(100% - 2px), calc(100% - 2px) 0, 100% 0, 50% 100%);
    }

}

@media (max-width: 420px) {
    .header-logo .custom-logo-link img.custom-logo {
        height: auto;
        max-width: 168px;
    }


}


.header-right-btns .lnkr__current {
    padding: unset!important;
}