/*
Theme Name: CoolDays-Child
Theme URI: http://wpkuzen.com/wp/cooldays
Version: 1.0.0
Description: CoolDays child theme
Author: dxthemes.com
Author URI: http://dxthemes.com
template: cooldays
*/

/* Add your custom styles here... */ 


h1, h2, h3, h4, h5, h6 {
    color: #2a2b2c!important;
    font-weight: normal!important;
    font-family:'Tauri','Arial'!important;
}
body {
    font-size:12px!important;
    font-family:Verdana,Helvetica,sans-serif!important;
    background:none repeat scroll 0% 0% #f5f5f5!important;
}
a {
    text-decoration:none;
    color: #000000!important;
}
#footer-menu ul.footer-menu a {
    color: #909090!important;
    text-decoration:none!important;
}
#toTop:hover, #toTop:active, #toTop:focus {
    color:                      rgb(255, 255, 255)!important;
    background-position:        0px -50px;
    background-color:           rgba(42, 43, 44, 0.7);
}
#menu > ul > li > a:hover, #menu > ul > li > ul > li a:hover {
    color: #FFB347!important;
} {