/*****************************************
		CUSTOM CSS
******************************************/

/***************Read More*****************/

a.read-more {
border: 1px solid #bfbfbf;
background: #6b6b6b;
color: #bfbfbf;
display: inline-block;
font-size: 90%;
letter-spacing: 2px;
line-height: 20px;
margin-top: 16px;
padding: 7px 20px;
text-transform: uppercase;
transition: color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}

a.read-more:hover {
border-color: #bfbfbf;
background: #bfbfbf;
color: #6b6b6b;
text-decoration: none;
}

/***********************No Menu ************************/

@media screen and (max-width: 979px) {

span.title_menu {
display: none !important;
}

}


/***************Contact*****************/

a.contact {
border: 1px solid #8a8a8a;
background: #fff;
color: #8a8a8a;
display: inline-block;
font-size: 90%;
letter-spacing: 2px;
line-height: 20px;
margin-top: 16px;
padding: 7px 20px;
text-transform: uppercase;
transition: color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}

a.contact:hover {
border-color: #8a8a8a;
background: #8a8a8a;
color: #fff;
text-decoration: none;
}
