
/* loader */
html.loading .pd-SpashScreen .loader {
    color: #da7927;
    top: 300px;
}

/* cor texto copyright */
.pd-footer-copy .pd-footer-copy-text {
    color: #fff;
}

/* logo sem fundo e sombra */
@media (max-width: 767px) {
    html[data-scope="cardapio"] .pd-m-Header-bar-logo {
        width: 140px;
        top: -5px;
        left: -15px;
    }
    .pd-m-Header-bar-logo {
        top: 0;
        background: transparent !important;
    }
    .pd-m-Header-bar-logo a {
    	box-shadow: none !important;
    }
}
@media (min-width:769px){
	.pd-header .pd-header-logo .img-box {
		background: transparent;
	}
	.pd-header > .container .pd-header-logo > span .img-box {
	    top: -10px;
	    width: 210px !important;
	    left: -30px;
    }
}

@media (max-width:768px){
	html[data-scope="cardapio"] .pd-m-Header-bar-logo img {
		left: -50px;
	}
}



