/*
Theme Name: Atingo
Description: Theme enfant yootheme
Author: Cedric -  Image-c
Author URI: https://www.image-c.be
Template: yootheme 
Version: 0.1.0
*/

.screenreader-text { 
    position: absolute;  
    left: -999px;  
    width: 1px;  
    height: 1px;  
    top: auto; 
}

.screenreader-text:hover {
    color: #fff;  
}
.screenreader-text:focus {  
    color: #fff;  
    background-color: #4477CC;
    display: inline-block; 
    width: 200px;
    height: auto;
    padding: 30px;
    position: fixed;  
    z-index: 200;
    margin: auto;
    top: 10px;
    left: 10px;
    text-align: center;
}

.post-type-archive-documentation-atingo #searchform .uk-input::placeholder{
    color: #354859 !important;
}

.post-type-archive-documentation-atingo #searchform .uk-input{
    padding-left: 25px;
}

.post-type-archive-documentation-atingo #searchform .uk-search-icon{
    position: absolute;
    height: 46px;
    display: inline-flex;
}
