/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
.entry-title{
	font-size: 64px !important;
}
.entry-header{
		margin-bottom: 0px !important;
	  padding-bottom: 0px !important;
}




/*button*/
a.button:link {
	 text-decoration: none; 
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #ffffff;
  font-size: 20px;
  background: #000;
  padding: 10px 20px 10px 20px;
			border-style: none !important;
	border-bottom:none !important;
border-style: none !important;
	border:0px;
	margin: 10px 0px;
}

a.button:hover {
	 text-decoration: none; 
	color: #ffffff;
  background: #000;
	border-style: none !important;
	border-bottom:none !important;
	border:0px;
}
a.button:visited {
	 text-decoration: none; 
	color: #ffffff;
  background: #000;
	border-style: none !important;
	border-bottom:none !important;
	border:0px;
}
a.button:active {
	 text-decoration: none; 
	color: #ffffff;
  background: #000;
	border-style: none !important;
	border-bottom:none !important;
	border:0px;
}

/*[display-posts category="home" image_size="thumbnail" order="DESC" wrapper="div" include_content="true" content_class="home_content" wrapper_class="home"]*/


/*homepage*/

.home .display-posts-listing {
	float:left;
    margin: 0 0 5px 5px;
	list-style-type: none;
	


}
.home .listing-item{
	 width:auto;
	height:auto;
	float:left;
		display: block;
	    margin: 0px 0px 40px 0px;	
}

.home .listing-item .title {
		width:auto;
	display: block; 
	 white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
margin-bottom: 15px;

}

.home .listing-item div .home_content  {
	display: inline-block; 
	float:left;
	margin-right:20px;
	width: 10px;

}

/*[display-posts category="project" image_size="thumbnail" order="DESC" wrapper="div" include_content="true" content_class="project_content" wrapper_class="project"]*/
/*portfolio*/

.project {
		float:left;
		height:auto;
		width:100%;
		margin: 0 0 5px 5px;
		list-style-type: none;
		display: block;



}

.project .listing-item{
	 width:150px;
	height:225px;
		float:left;
		display: inline-block;
	    margin: 0 15px 0 0;
	
}

.project .title {
		width:150px;
	display: inline-block; 
	 white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
	
}

.project .project_content {
	visibility: hidden;
	display: none; 	
}