@media screen and (min-width: 900px) {
.cs-logo-custom {
    width: 25% !important;
}
.cs-menu-custom {
    width: 75% !important;
}
}
@font-face {
	font-family: Bambusa;  
	src: url(http://adega.hamburg/wp-content/themes/wp_nuvo-child/fonts/Bambusa.otf);  
	font-weight: normal;  
}


.single-job_listing .job_description .my-new-button-class {
    background-color: #c8c489;
    border: 0;
    border-radius: 4px;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14.95px;
    padding: 12px 24px;
    text-align: center;
}
.single-job_listing .job_description .my-new-button-class:hover {
    background-color: #595403;
}