/*
Theme Name: CrossRoad - Responsive WordPress Blog Theme - Child
Theme URI: http://themeforest.net/user/ZERGE/portfolio
Description: CrossRoad - Responsive WordPress Blog Theme
Author: ZERGE
Author URI: http://themeforest.net/user/ZERGE
Version: 1.06
Tags: light, custom-background
Template: wp-crossroad
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

@import url("../wp-crossroad/style.css");
@import url(https://fonts.googleapis.com/css?family=Lato);

h2, .sf-menu a {
    font-family: 'Hind', sans-serif;
}
body, .body-class {
    background: #fff !important;
}
a {
    color: #1abed9 !important;
}
a:hover {
    color: #00afc7 !important; 
}
.custom-link:hover{color: #f5f5f5 !important;}

.widget-title h2 {
    color: #00bdd7 !important;
}
.category-item {
    background-color: #707070 !important;
    border-radius: 3px;
}
.category-item:hover {
    background-color: #404040 !important;
}

.colored-border {
    border-top-color: #00bdd7 !important;
}

.logo-block.colored-bg {
margin-top: 25px;
}
.logo-block.colored-bg, #top-block-bg {
    background: #000 !important;
}

#top-block-bg { border-top: 10px solid #1abed9; }

#menu .sf-menu > li {
    margin: 10px;
}
/*#top-block-bg {
    background: none;
}
*/
#mainmenu-block-bg {
    background: #000 !important;
}

#logo {
    margin: 20px 0;
}

.sf-menu a {
    color: #fff !important;
    background: none;
    padding: 8px 10px;
    font-size: 16px;
    font-family: 'Hind', sans-serif;
}
.sf-menu a:hover {
	color: #929292 !important;
}

.category-item a {
   color: #fff !important;
}
.category-item a:hover 

.add-info {
    display: none;
}

#menu .sf-menu > li {
margin: 0 0 10px 0;
}

#bottom-block-bg {
background: #4c4d52 !important; }

@media (max-width: 979px) {
    #mainmenu-block-bg {
    }
    .navigation select {
        margin: 15px 0;
    }
}