/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

*::placeholder {
	color:#ffffff !important;
}

.footer-navigation .menu {
    flex-direction: column;
}

footer .contact-block ul , .address-block ul{
    margin: 0;
    padding: 0 !important;
}

footer .contact-block ul li , .address-block ul li {
	color:#ffffff;
	list-style:none;
}

footer .contact-block ul li span.icon{
    padding: 0 10px 0 0;
	
}

footer .contact-block ul li span.icon i {
	color: #efc434;
	font-size: 20px;
}

footer .contact-block ul li a {
	color: #ffffff;
}

footer .contact-block ul li a:hover {
	color: #60a8e9 !important;
	text-decoration: none;
}

.newsletter .frm-fluent-form input {
	background:transparent;
	border-radius:50px;
	color: #ffffff;
}

.newsletter .frm-fluent-form input:focus {
	background:transparent;
	border-radius:50px;
	border-color:#efc434;
	color: #ffffff;
}

.newsletter .frm-fluent-form label {
	color:#ffffff;
}

.newsletter .ff-default .ff-el-form-control input::placeholder {
	color: #ffffff !important;
}

/* Compatibilidade extra (opcional) */
.newsletter .ff-default .ff-el-form-control input::-webkit-input-placeholder {
	color: #ffffff !important;
}
.newsletter .ff-default .ff-el-form-control input:-moz-placeholder {
	color: #ffffff !important;
}
.newsletter .ff-default .ff-el-form-control input::-moz-placeholder {
	color: #ffffff !important;
}
.newsletter .ff-default .ff-el-form-control input:-ms-input-placeholder {
	color: #ffffff !important;
}

.newsletter button.ff-btn-submit {
	background-color:#efc434 !important;
	color:#343366 !important;
}


