/*
Theme Name: Jabapoint Theme
Theme URI: http://jabapoint.net/
Description: Jabapoint Theme
Author: DNH
Author URI: http://jabapoint.net/
Template: twentyseventeen
Text Domain: jabapoint-text-domain
Version: 1.0
*/

/*
body {
  font-family: Algerian;
}
*/

/*twenty seventeen tweeks to make width wider*/
/****  increase the wrapper width ****/
.wrap {
max-width: 100% !important;
padding-left: 1em !important;
padding-right: 1em !important;
margin-left: 1em !important;
margin-right: 1em !important;
}
.site-content {
 padding-top: 30px;
}

#primary {
	max-width: none !important;
	width: 85% !important;
}

/*
.has-sidebar #secondary {
	width: 20% !important;
}*/

@media screen and (min-width: 48em) {
	.has-sidebar #secondary {
		float: left !important;
		width: 200px;
	}
	.has-sidebar #primary {
		float: right !important;
	}
	.has-sidebar:not(.error404) #primary {
		float: right !important;
	}
 }
 
.hidetitle .entry-title { 
	display:none;
}