/*
Theme Name:  MedicPress Child Theme
Theme URI:   https://www.proteusthemes.com/
Description: Child theme for the MedicPress theme
Author:      ProteusThemes
Template:    medicpress-pt
Version:     1.0.0
*/


/* add custom CSS code bellow */

.header__logo img {
transform:scale(1.07);
transform-origin:right;
}

.top__container.hidden-md-down {
	position:relative;
	z-index:999;
}

@media only screen and (max-width: 990px) {
.header__logo img {
transform:scale(1);
transform-origin:right;
}
}

.page-header {
    margin-bottom: 0;
	border-bottom:0;
}
div#primary {
    margin-bottom: 0;
}

.footer-top {
	background:url(https://staging.himawarimediphil.com/wp-content/uploads/2021/05/himiwari_sunflowers.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:cover;
}
