/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24.05.2019, 11:28:15
    Author     : vexus
*/


/* Hiding dublicate messages from CF7 forms */
.screen-reader-response {
    display: none;
}

.nf-nav .main-nav-list > li > a{
    color: #000;
}
.nf-nav .main-nav-list li{
    margin:0 auto;
}

.hidden {
  display: none !important;
}
#user_info_block, #user_info_block a{
    color:#fff;
}
#user_info_block input{
    color:#000;
}
.disabled{
    background-color: #D8D8D8 !important;
    cursor: default !important;
}