/*
 Theme Name: BlueGray Child
 Description:  A child theme of the BlueGray default WordPress theme
 Author:       Chris Brown
 Template:     bluegray
 Version:      1.0.0
*/

/**************/
/* My changes */
/**************/
/* change the default font-size from 1.5em to 0.85em */
body {background:#eee; font-family:'Open Sans', sans-serif; font-size:0.85em; color:#333; line-height:1.5em; text-align:left; word-wrap:break-word;}

/* dt font-weight was bold */
dt {font-weight:normal;}
dd {font-size:80%;}

/* change main menu background colour from black to grey */
/* .nav-head {width:100%; clear:both; float:left; background:#707070;} */
/* ditto footer background colour */
#footer {width:100%; float:left; background:#707070; color:#ddd; margin:0 auto 0;}

/* suppress page titles - I use my own <H2> in each page*/
.page-title {display: none;}

.home .logo { display: none!important; }

.sosborderless, .sosborderless td {
	border: none; 
	padding: 5px 5px;
}
.wplpf-link-grid .url {
    font-weight: normal !important;
}
/* change mobile menu button background to grey */
@media screen and (max-width:767px) { 
/* .mobile-nav-toggle {clear:both; display:block; margin:0 0 20px; padding:10px 2%; background:#707070; color:#fff; text-align:left; cursor:pointer;} */
	.mobile-nav-toggle {background:#707070; color:#fff;}
}
.nav-head-container {background:#707070; font-size: 85%;}

