
@media (max-width:480px) {
	#footer-sub .grid-33 {
        width:100% !important;
    }
    .socialmedia {
        border-left:none !important;
    }
    #contact-form * {
        box-sizing: border-box;
    }
    #contact-form .grid-48 {
        width:100%;
    }
    #footer .socialmedia, #footer .contact {
        padding-right:0;
    }
    .contact .grid-4 {
        display:none;
    }
    .f-name, .f-email, .f-phone, .f-country,.f-subject, .f-message {
        padding:10px !important;
        width: 100% !important;
    }
    input[type=button], input[type=submit] {
        font-size: 14px;
        padding: 14px;
        width: 100%;
    }
}