/*
Theme Name: royaesthetic
Theme URI:  https://pmupixel.com/
Author:     PMUPixel
Author URI: https://pmupixel.com/
Template:   laveria
Version:    1.0
License:    GNU General Public License v2 or later
*/
			    
/* CSS added with WPS Child Theme Generator */			    



@media (max-width: 768px) {
.copyright-wrapper .site-info, .copyright-wrapper .footer-nav .nav-link span, .copyright-wrapper a.nav-link  {
    text-align: center;
}
.copyright-wrapper .navbar {
    justify-content: center !important;
}
	ul#menu-footer-design{
		    justify-content: center !important;
	}
	.alice-fixed-buttons{
	display: none !important;
}
	.site-branding {
    width: 50px;
}
}
.footer-nav .menu-item span{
    text-transform: capitalize;
}

/* Input + textarea background */
.wpcf7-form input[type=\"text\"],
.wpcf7-form input[type=\"email\"],
.wpcf7-form textarea {
    background-color: #242424;
    color: #ffffff;
    border: 1px solid #333;
    padding: 12px 15px;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
}

/* Placeholder color */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* Focus state */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #555;
    background-color: #242424;
}

.wpcf7 .wpcf7-response-output
 {
    color: #fff !important;
}

.copyright-wrapper > .container {
    border-top: 1px solid #B5913B;
opacity: 0.5
}

.alice-fixed-buttons .toggle-button {
    background-color: #ffffff;
    color: #000;
}

.wpcf7-select {
    background-color: #242424;
    color: #929292;
    border: 1px solid #929292;
}

.wpcf7-select option {
    background-color: #242424;
    color: #929292;
}

.wpcf7 select
 {
	  padding: 12px 15px;
    border-radius: 5px;
	  min-height: 50px;
    height: 50px;
}

.copyright-wrapper .footer-nav .nav-link span, .copyright-wrapper .site-info {
    letter-spacing: 0;
	font-weight:300;
}
input[type=submit]:hover {
    background-color: #d3bc84;

}