/*
 Theme Name:   Refuge
 Theme URI:    http://example.com/twenty-fifteen-child/
 Author:       David Cole
 Author URI:   http://example.com
 Template:     ixion-wpcom
 Version:      1.0.0
*/

/*Decorate branding/nav area */
#masthead {
	background: rgba(0,0,0,0.02);
}

.utility-container {
	background: #fff;
}

/*Adjust overlay on homepage header image*/
.header-overlay:before {
	background: rgba(0,0,0,0.09);
}

/*Set no-sidebar pages to width of 1080px*/
.no-sidebar .recent-posts-header, .no-sidebar .entry-meta, .no-sidebar .hentry, .no-sidebar .comments-area, .no-sidebar.singular .entry-title, .no-sidebar .post-navigation, .no-sidebar .posts-navigation, .no-sidebar .page-header {
	max-width: 1080px;
}

/*Specify Logo Width (consider media query for mobile)*/
.custom-logo {
	width: 210px;
}

@media screen and (max-width: 320px) {
	.custom-logo {
		width: 150px;
	}
}

/*Min Height Fix For Featured Content*/
.featured-content .hentry {
	min-height: 190px;
}

/*Hack for entering content through page builder*/
#post-113 .entry-content {
	min-height: 100px;
}

/*Fix first featured post spacing*/
#featured-content article:first-of-type {
	margin-left: 0;
}

/*Bold Side Menu Links*/
#menu-side-menu a {
	font-weight: bold;
	font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*Hide sidebar on homepage*/
.home #secondary {
	display: none;
}
