/*
Theme Name: BJP Laboratories
Author: Przemyslaw Cichocki / TwistedGraphics™
Author URI: mailto:kontakt@przemyslaw-cichocki.pl
Description: TwistedGraphics
Version: 1.0.0

@charset "utf-8";
*/


/* MODIFICATIONS BY Acumen Creative */

.navigation__logo img {
	width: 130px;
	height: 130px;
}

.navigation .container__logo {
    width: 150px;
}

.navigation .menu {
    padding-top: 55px;
}

.footer__logo {
    margin: 70px 0 0 !important;
}


@media only screen and (min-width: 992px) {
	.navigation .container__logo {
    	width: 130px;
		height: 130px;
	}
}

@media only screen and (max-width: 450px) {
	.navigation .container__logo {
    	width: auto;
	}

}