/* @override http://hapiefish.com/wp-content/themes/bonpress/custom.css */

/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

body {
	font: 0 "ff-tisa-web-pro", Georgia, serif;
}

h1, h2, h3, h4, h5, h6, h2 a {
	  font-family: "ff-meta-web-pro", Arial, sans-serif !important;
}
h2 a {
	font-size: 1.5em !important;
}

div#widget_text.widget.text-2 {
	margin-top: 90px;
}
.collapse-trigger {
display: none;
cursor: pointer;
background: #343232;
color: #fff;
letter-spacing: 1px;
font-size: 12px;
font-weight: normal;
text-align: center;
padding: 2px 10px;
text-transform: uppercase;
margin-top: 10px;
}
.collapse-trigger span:after {
content: "\25BC";
font-size: 0.8em;
color: #666;
padding-left: 4px;
}

div#widget_recent_entries.widget.recent-posts-2 {
}


@media only screen and (min-width: 320px) and (max-width: 640px) {
.collapse-trigger { display: block; }
#sidebar { display: none; }
}
