#site-branding .site-title {
  display: none;
}

@media screen and (min-width: 1023px) {
  
  /* Content width */
  .content-sidebar-wrap {
    max-width: 960px;
  }
  
  /* Meta Nav */
  .header-top-nav {
    float: right;
	}
  
  /* Top padding */
  #site-branding {
     	padding-top: 0;
			padding-bottom: 20px;
	}
				  
		#site-logo {
				margin-bottom:30px;
		}
				
  /* Menu hover color */
  #site-nav ul.sub-menu li:hover, 
  #site-nav ul.children li:hover {
    background: #224f90;
  }
}

/* Quotes */
.quote-text {
  color: #224f90
}

/* Hide Home Page Title */
.page .post-12 .entry-header h1.entry-title {
  display: none;
}