/*
 Theme Name:   Payoo
 Description:  A child theme of WZ Core by WalnutZtudio
 Author:       WalnutZtudio
 Template:     wzcore
 Version:      1.0.0
*/

/* CSS For Mobile < 992px and All */
.site-title {
    display: none;
}

.bdt-slideshow-items {
		min-height: 490px !important;
	}

.site-footer {
    background-color: #e8a505;
}

#page .button.alt {
    background-color: #fdb813;
}
/* End Mobile */

/* CSS For Tablet > 992px */
@media (min-width: 768px) {
	.bdt-slideshow-items {
		min-height: calc(100vh) !important;
	}
}

/* CSS for Desktop > 1200px */
@media (min-width: 1200px) {
	.bdt-slideshow-items {
		min-height: 490px !important;
	}
}
