/*
Theme Name: Blog Way Child
Theme URI: https://promenadethemes.com/downloads/blog-way
Template: blog-way
Author: Promenade Themes
Author URI: https://promenadethemes.com
Description: Blog way is minimal blog theme. This responsive theme is best to use for blog, travel, informative and life style coaches. It comes with option to change color of entire site, author profile widget, social links to connect with social networking sites and more. Official Support Forum: https://promenadethemes.com/support/item/blogway/ Full Demo: https://promenadethemes.com/demo/blog-way/
Tags: custom-background,custom-colors,custom-menu,custom-logo,featured-images,full-width-template,one-column,two-columns,sticky-post,theme-options,threaded-comments,translation-ready,footer-widgets,blog,left-sidebar,right-sidebar,custom-header,editor-style
Version: 1.0.8.1495980123
Updated: 2017-05-28 10:02:03

*/

/* Hide Titles on specific pages */
.page-id-156 .entry-title {display:none;} /* Home page*/


/* Bold Titles on sidebar widgets */
.widget .widget-title {
    font-weight: bold;
}


/* Change formatting of Search button */
input.search-submit {
    background: white!important;
    color: #41a5e6 ;
    border: 1px solid #ccc!important;
}
input.search-submit:hover {
   background-color: #41a5e6 !important;
   color: #fff;
   border: 1px solid #41a5e6 ;
}

/* Change spacing of footer */
footer {
    padding: 0px 0px 20px 0px;
}
.footer-social {
    display: none;
}

/* Bold the title of the Excerpt on the homepage */
span.rpwwt-post-title {
    font-weight: bold;
    font-size: 18px;
}
.rpwwt-post-excerpt a:link,.rpwwt-post-excerpt a:visited {
    color: #41a5e6;
}
.rpwwt-post-excerpt a:hover,.rpwwt-post-excerpt a:active {
    color: #000;
}

/* Change formatting of Subscribe button */
.mc4wp-form input[type="submit"] {
    background: white!important;
    color: #41a5e6 ;
    border: 1px solid #ccc!important;
}
.mc4wp-form input[type="submit"]:hover {
   background-color: #41a5e6 !important;
   color: #fff;
   border: 1px solid #41a5e6 ;
}

/* Change the colors on the main nav menu for sub-items */
.main-navigation ul.menu li:hover ul a {
    color: #fff;
}
.main-navigation ul.menu li:hover ul a:hover {
    color: #41a5e6 ;
}

