/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
.thb-footer-section {
    padding-bottom: 100px;
}

.fancy-letters-title 
.thb-section-block-title {
	font-family: "wc_mano_negra_btaregular", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif!important;
	font-size: 6em!important;
}

.feed-thb-btn-link{
	  font-size: 0.9em!important;
    font-weight: 100!important;
    border: none!important;
	  cursor: pointer!important;
}

.feed-thb-btn{
		border-color: #333!important;
	    position: relative!important;
    display: inline-block!important;
    text-transform: uppercase!important;
    line-height: 34px!important;
    border-radius: 18px!important;
    padding: 0 30px!important;
    border-width: 1px!important;
    border-style: solid!important;
	font-weight: 100!important;	
	margin-bottom: 20px
}
.feed-thb-btn:hover{
		background-color: #333!important;
	color: #fff!important;	
}
.single-post .thb-content-section-inner-wrapper, 
.single-post #thb-page-header {
	max-width: 600px;
}
.category .thb-content-section-inner-wrapper, 
.category #thb-page-header{
	max-width: 600px;
}
.tag .thb-content-section-inner-wrapper, 
.tag #thb-page-header{
	max-width: 600px;
}

.thb-overlay, .thb-portfolio-grid-b .thb-work-overlay {
    background-color: rgba(181,49,49,0.1)!important;
}
.meta.social-actions:before {
    content: "Likes ";
	padding-right: 10px;
}

.meta.social-actions .thb-like {
   float: none;
}
.thb-content-share{
	display: none;
}
.thb-trip-stop{
	//display: none;
}
.thb-custom-block-title{
	font-size: 225%!important;
  line-height: 1;
  padding-bottom: 24px;
	word-wrap: break-word;
  text-transform: uppercase!important;
	position: relative;
	text-align: center;    
	font-weight: 100!important;
}

.thb-custom-block-title:before {
    position: absolute;
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    margin-left: -30px;
    left: 50%;
    bottom: 0;
		background-color: #b53131;
}