/*
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=Open+Sans:400,600,700);

h2, .sf-menu a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}
body, .body-class {
    background: #fff !important;
}
a {
    color: #3e9c9c !important;
}
a:hover {
    color: #2d8b8b !important; 
}
.widget-title h2 {
    color: #404040 !important;
}
.category-item {
    background-color: #707070 !important;
    border-radius: 3px;
}
.category-item:hover {
    background-color: #404040 !important;
}

.colored-border {
    border-top-color: #3e9c9c !important;
}

.logo-block.colored-bg {
margin-top: 10px;
}
.logo-block.colored-bg, #top-block-bg {
    background: #fff !important;
}

#top-block-bg { border-top: 10px solid #e02e86; }

#menu .sf-menu > li {
    margin: 10px;
}
/*#top-block-bg {
    background: none;
}
*/
#mainmenu-block-bg {
    background: #fff !important;
border-bottom: 1px solid #e6e6e6;
}

#logo {
    margin: 20px 0;
}

#header {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}

.sf-menu a {
    color: #3e9c9c !important;
    background: none;
    padding: 8px 10px;
    font-size: 16px;
    text-transform: none;
}
.sf-menu a:hover {
	color: #2d8b8b !important;
}

.category-item a {
   color: #fff !important;
}
.category-item a:hover 

.add-info {
    display: none;
}

#menu .sf-menu > li {
margin: 10px 0;
}

#bottom-block-bg, #bottommenu-block-bg {
background: #4c4d52 !important; }

.banner { margin: 5px 0; }

@media (max-width: 979px) {
    #mainmenu-block-bg {
    }
    .navigation select {
        margin: 15px 0;
    }
}