/*
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
*/

/* GLo */
@import url("../wp-crossroad/style.css");

:root body, :root .body-class {
    background: #fff;
font-size: 16px;
line-height: 1.5;
}
a {
    color: #077fb2;
}
.widget-title h2 {
    color: #077fb2;
}
.category-item {
    background-color: #077fb2 !important;
    border-radius: 3px;
}
.category-item:hover {
    background-color: #077fb2 !important;
}

.colored-border {
    border-top-color: #7cb4e1 !important;
}

.logo-block.colored-bg, #top-block-bg {
    background: none;
}

#menu .sf-menu > li {
    margin: 0; padding: 0px;
}

#menu .sf-menu > li + li {
   border-left: 1px solid #ccc;
}
#top-block-bg {
    background: none;
}

#bottommenu-block-bg, #bottom-block-bg {
    background: #075075 !important;
}

#mainmenu-block-bg {
    background: #f6f6f6 !important;
}

#top-block-bg {
    background: #fff !important;
}

#logo {
    margin: 10px 0;
}

.sf-menu a {
    background: none !important;
    color: #075075 !important;
    font-family: 'Hind', sans-serif;
    font-size: 14px !important;
    padding: 18px;
    border-radius: 3px;
    min-width: 100px;
    text-align: center;
}
.sf-menu a:hover {
    border-top: 5px solid #7cb4e1;
    padding-top: 13px;
}

li.current_page_item a {
    color: #077fb2 !important;
}


.bt-5px { border-top: 5px solid #7cb4e1; }
.banner { margin: 10px 0; }

h1,h2,h3,h4,h5,h6 {
    font-family: 'Hind', sans-serif; 
}

@media (max-width: 979px) {
    #mainmenu-block-bg {
        background-color: #075075 !important;
    }
    .navigation select {
        margin: 15px 0;
    }
}

@media screen and (max-width: 640px) {
	.flex-viewport { height: auto !important; }
	.flex-viewport .title-mask .entry-title { font-size: 16px; line-height: 20px; }
}
.banner1 {
display:none;
}
::selection {
background: #B4D5FF !important;
}
::-moz-selection {
background: #B4D5FF !important;
}