/*
Theme Name:   	Amaya Child
Template:     	amaya
Version:      	1.00
Text Domain:  	amayachild
*/

/* Match the RTL sticky selector behavior for LTR installs. */
.stickytop:not(.transparent-header),
.stickytop.transparent-header.stuck {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 9999;
}

.logged-in .stickytop:not(.transparent-header),
.logged-in .stickytop.transparent-header.stuck {
	top: 32px;
}
