/**
 * Homebuilding Specific CSS
 */
body.homebuilding-renovating {
    
}


/**
 * Period Living Specific CSS
 */
 
/* See https://connected.zendesk.com/agent/tickets/158156 */
body[class*="period-living"].single-post h1.page-title,
body[class*="period-living"].single-question h1.page-title,
body[class*="period-living"].page h1.page-title,
body[class*="period-living"] h2.entry-title {
	font-weight: normal;
}

/* See https://connected.zendesk.com/agent/tickets/158593 */
body[class*="period-living"] .masthead .toggles .toggle-menu {
	background-image: url('https://www.homebuilding.co.uk/wp-content/themes/homebuilding/images/menu-period-living.png');
}

@media only screen and (min-width: 560px) {
	body[class*="period-living"] .masthead .toggles .toggle-menu {
		background-position: left 58px;
	}
}

/**
 * Real Homes Specific CSS
 **/

/* See https://connected.zendesk.com/agent/tickets/158593 */
body[class*="real-homes"] .masthead .toggles .toggle-menu{
	background-image: url('https://www.homebuilding.co.uk/wp-content/themes/homebuilding/images/menu-real-homes.png');
}

@media only screen and (min-width: 560px) {
	body[class*="real-homes"] .masthead .toggles .toggle-menu {
		background-position: left 58px;
	}
	
	body[class*="real-homes"] .masthead .site-title a {
		top:16px;
	}
	
	body[class*="real-homes"] .masthead .site-title {
		margin-left: 18px;	
	}
}

@media only screen and (min-width: 900px) {
	body[class*="real-homes"] .masthead .site-title a {
		width:252px;
	}
}