

nav.main_menu > ul > li > a{
line-height: 60px;
font-size: 17px;
font-weight: 800;
}

header.centered_logo  .header_inner_right{
display: none;
}

.footer_bottom { 
    padding: 30px 0; 
    font-size: inherit;
}

div.content, div.content.content_top_margin_none {
min-height: 545px !important;
}

@media only screen and (max-width: 600px) {
div.content, div.content.content_top_margin_none {
min-height: 300px !important;
}
 }