header section
 {
    display:none;
}
header ul.menu > li > a{
    text-transform: uppercase;
}
input[type="text"], textarea{
    width: 95%;
    margin-bottom: 5px;
}
header .logo img {
    display: block;
    width: 180px;
}

.container.fixed_wtapper .logo img {
    width: 120px;
}


header .logo img.logo_retina{
    width: 70px;

}
.og-grid li > a img {
    opacity: 0.8;
}
header.fixed_menu {
    padding: 4px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
header.fixed_menu nav {
    padding-top: 20px;
}
.main_wrapper{
    padding-bottom: 40px;

    border-bottom: 5px solid #232323;
}
.pre_footer {
    margin-top: 0px;
}

.blog_post  .slider-wrapper img{
    width: auto;
}


.social-icons a.fa{
    font-size: 40px;
}

.contentarea p{
    font-size: 17px;
    line-height: 19px;
}
.blog_head .blogpost_title {
    font-size: 21px;
    line-height: 20px;
}

.infomovil a{
    display: block;
    font-size: 2.8em;
    line-height: initial;
}

@media only screen and (max-width: 760px){
    footer .socials {
         display: inline-block!important;
    }
}