/*!
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
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* general */

.footer-site-info ul.kt-svg-icon-list li, .footer-site-info ul.kt-svg-icon-list li > a {
    display: flex !important;
    flex-direction: row-reverse;
    width: max-content;
    justify-content: start;
    align-items: flex-start !important;
    margin-left: auto;
    gap: 30px;
}
footer ul#menu-primary-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer-widget-area.content-align-right .footer-navigation .menu{
	display: flex;
	flex-direction: column;
}
.flex-row-reverse{flex-direction: row-reverse; gap: 20px;}
.flex-column-reverse{flex-direction: column-reverse; gap: 20px;}
/* fluent form */
.fluentform .ff-el-group {
    direction: rtl;
    text-align: right;
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 768px) {
}