/*
 Theme Name:   Salford 2020
 Theme URI:    http://salford.ac.uk
 Description:  University of Salford Blog Theme, based on TwentyTwenty
 Author:       Tom Eddy
 Author URI:   http://salford.ac.uk
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 Text Domain:  salford-2020
*/
#site-header.header-footer-group .header-titles {
	display: flex;
	margin-top: 1rem;
	min-height: 90px;
	flex-direction: column;
	justify-content: center;
}

#site-header.header-footer-group .header-titles .site-title, #site-header.header-footer-group .header-titles .site-description {
	margin: 0 0 0 2.4rem;
	z-index: 2;
}

#site-header.header-footer-group .header-navigation-wrapper {
	z-index: 2;
}

#site-header.header-footer-group .header-navigation-wrapper .toggle-text, #site-header.header-footer-group .header-titles .site-description {
	font-weight: 300;
}

nav.expanded-menu .menu-item a {
	font-weight: normal;
}

#site-header.header-footer-group .header-titles .site-title {
	text-transform: uppercase;
	padding-right: 4em;
}

#site-header.header-footer-group .header-titles .site-description {
	display: none;
}

#site-header.header-footer-group .header-titles .logos {
	margin-bottom: 1rem;
	display: flex;
	justify-content: center;
	margin-left: 2.4rem;
	z-index: 1;
}

@media (min-width: 1000px) {
	#site-header.header-footer-group .header-titles .site-description {
		display: block;
	}
	#site-header.header-footer-group .header-titles .logos {
		position: absolute;
		left: 0;
		right: 0;
		top: 1.5rem;
		margin-left: 0;
	}
	#site-header.header-footer-group .header-navigation-wrapper {
		max-width: 45%;
	}
}


@media (max-width: 1000px) {
	#site-header.header-footer-group .header-titles .site-title {
		padding-right: 0;
	}
}

#site-header.header-footer-group .header-titles .logos img {
	margin-right: 3rem;
	max-height: 125px;
	max-width: 100px;
}

#site-header.header-footer-group .header-titles .logos img:last-child {
	margin-right: 0;
}

.entry-content p,
.entry-content ol,
.entry-content ul,
.entry-content dl,
.entry-content dt,
.search-submit,
body {
	font-family: 'Replica Pro', Arial, Helvetica;
}