.site-content {
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.main-navigation {
    background: #005cf0 !important;
}
a {
    color: #0b9ee1;
}

.widget_recent_entries ul li a:hover, .widget_pages ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_recent_comments ul li a:hover, .widget_nav_menu ul li a:hover, .widget_links ul li a:hover, .widget_meta ul li a:hover {
    color: #005cf0 !important;
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
    color: #fff;
    background: #0b9ee1;
    border-radius: 3px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    background: #005cf0;
}


.body_template_two .right-header .ak-search i.search_one {display: none;}

.header-area-custom .site-branding {
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important; 
}


.site-footer {
    background: #005cf0; !important;
}
.site-info a, .site-info a:hover {
    display: none !important;
}

.site-copyright {
    color: white !important;
}

.main-navigation .nav-menu > li:hover > a {
    color: black !important;
    background: white;
}


td, tbody, table, tr {
    vertical-align: middle;
}
table, th, td {
    border: 0px solid #e0e0e0;
}
table {
    background: white;
}