/*
Theme Name: Plaza Child
Description: Child theme for Plaza theme
Template: wp_plaza_theme
Version: 1.0.0
Text Domain:  Plaza
*/

body {
    background-color: #FAF8F0 !important;
    color: #ADAE8F !important;
}

.buttonlink a,
.btn {
    background-color: #686954 !important;
    color: #FDFCE9 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #686954 !important;
}

.slide-title {
    color: #FFFFFF !important;
}

.one-room .vbmodroomsboxdiv > div.vbmodrooms-txtcont .vbmodroomsdesc {
    color: #ADAE8F;
}

.header-home {
    position: sticky;
}

@media screen and (max-width: 400px)
{	
	#foot-cont .widget-title 
	{
		text-align: center;
	}	
	
	#foot-cont .menu-main-menu-e4j-container
	{
		text-align: center;
	}	
	
	#foot-cont .custom-html-widget
	{
		text-align: center;
	}
}