/*
Theme Name: Entrepreneurial Success
Description: A ready made child theme for Business WordPress theme.
Version: 1.0.0
Theme URI: http://www.pmthemes.com/business/
Author: PMThemes
Author URI: http://www.pmthemes.com
Template: business
Text Domain: pmentrep
*/
/* Links */
a:hover, a:active, .widget a:hover, .widget a:active,
#frontpage-magazine-widgets .post-title a:hover, 
.comment a:hover, .entry a:hover, .post-title a:hover, 
.post-title a:active, .postmeta a:hover, .postmeta a:active {
	color: #8d0000;
}
.entry p a:link, .entry p a:visited {
    color: #0645ad;
    text-decoration: none;
}
.entry p a:hover {
    text-decoration: underline;
}
/* Body */
body {
    background-color: #fff4f4;
}
/* Header */
.header-line {
    border-top: 5px solid #8d0000;
    border-bottom: none;
}
.natty .header-line {
    border-top: none;
    border-bottom: none;
}
#logo .site-title {
    color: #8d0000;
    text-shadow: 1px 1px 0 #fff;
}
/* Top Navbar */
#topheader, #topnav {
    background: #8d0000;
}
.search-form .search-submit:hover {
	background: #9c0029;
}
#topnav-menu a:hover, #topnav-menu li a:hover,
#header-social-icons .social-icons-menu li a:hover, 
#header-social-icons .social-icons-menu li a:hover:before  {
	background: #121212;
}
/* Main Navigation */
#navi-wrap {
    background: #fff;
    border-bottom: 3px solid #8d0000;
    border-top: none;
}
.natty #navi-wrap {
    background: #fff;
    border-bottom: 2px solid #8d0000;
    border-top: 2px solid #8d0000;
}
.nav-menu li a,
.nav-menu .current-menu-ancestor > a, .nav-menu .current-menu-item > a,
.nav-menu .current_page_ancestor > a, .nav-menu .current_page_item > a {
    color: #8d0000;
}
.stickynav {
    background: #8d0000;
}
.stickynav li a,
.stickynav .search-icon:before,
.stickynav .current-menu-ancestor > a, .stickynav .current-menu-item > a,
.stickynav .current_page_ancestor > a, .stickynav .current_page_item > a {
    color: #f9f9f9;
}
.search-icon:before {
    color: #8d0000;
}

.search-form .search-submit, .scrollToTop:hover,
.nav-menu li a:focus, .nav-menu li a:hover,
.nav-menu li:focus>a, .nav-menu li:hover>a {
    background-color: #8d0000;
}
#sidebar .widget img:hover, .widget-category-posts img:hover, article .wp-post-image:hover {
    outline: 1px solid #8d0000;
}
/* Frontpage */
#frontpage-magazine-widgets .widget .widgettitle, .widget-tabnavi, .widgettitle {
    background: #8d0000;
}
#header-banner {
	border:1px solid #8d0000;
}
#sidebar .widget .textwidget img {
	outline:1px solid #e4e4e4;
}
.wide-header #wrap {
	border:1px solid #e4e4e4;
    box-shadow: none;
}
/* Tablets (landscape) | <960px */
@media only screen and (max-width:60em) {
    .wide-header #wrap {
        border:none;
        box-shadow: none;
    }
    #topnav-icon {
        background: #8d0000;
    }
    .menu-toggle, .menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
        color: #8d0000;
    }
}