/*
 Theme Name:   Diana Alvarado Child
 Description:  Tema hijo para modificar el orden del título e imagen.
 Author:       Diana Alvarado
 Template:     twentysixteen
 Version:      1.0.0
*/

@media screen and (min-width: 44.375em) {
	html {
		scroll-padding-top: calc( var(--wp-admin--admin-bar--height, 0px) + 21px );
	}

	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 0px;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}