.site-footer-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer-row.site-footer-row-columns-3 {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.site-footer-row.site-footer-row-columns-4 {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.site-footer-row.site-footer-row-columns-4.site-footer-row-column-layout-left-forty {
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.site-footer-row.site-footer-row-columns-5 {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.site-footer-row.site-footer-row-columns-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-footer-row.site-footer-row-columns-1 .site-footer-section {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	min-width: 0;
}

@media screen and (min-width:720px) and (max-width:1024px) {
	.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default, .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row {
		grid-template-columns: minmax(0, 1fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-tablet-column-layout-two-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width:719px) {
	.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default, .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row {
		grid-template-columns: minmax(0, 1fr);
	}
}

.site-footer-item, .site-footer-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: inherit;
}

.footer-widget-area {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area {
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset;
	margin-left: 30px;
}

.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area:first-child {
	margin-left: 0;
}

.footer-widget-area>* {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.footer-widget-area.content-valign-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-widget-area.content-align-center {
	text-align: center;
}

.footer-widget-area.content-align-right {
	text-align: right;
}

.footer-widget-area.content-align-left {
	text-align: left;
}

.footer-widget-area.content-align-left .footer-navigation, .footer-widget-area.content-align-left .footer-navigation .menu, .footer-widget-area.content-align-left .footer-social-inner-wrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media screen and (max-width:1024px) {
	.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area.content-tablet-align-center:first-child {
		margin-left: auto;
	}
	
	.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area.content-tablet-align-center:first-child~.footer-widget-area:last-child {
		margin-right: auto;
	}
	
	.footer-widget-area.content-tablet-align-center {
		text-align: center;
	}
	
	.footer-widget-area.content-tablet-align-center .footer-navigation, .footer-widget-area.content-tablet-align-center .footer-navigation .menu, .footer-widget-area.content-tablet-align-center .footer-social-inner-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width:1024px) {
	.ft-ro-t-dir-column .site-footer-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width:719px) {
	.ft-ro-m-dir-column .site-footer-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		grid-row-gap: 30px;
	}
}

.site-footer-wrap .social-button {
	color: var(--global-palette4);
	background: var(--global-palette7);
}

.site-footer-wrap .social-button:hover {
	text-decoration: none;
	color: var(--global-palette-btn);
	background: var(--global-palette-btn-bg);
}

.site-footer-wrap .ft-ro-lstyle-noline a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)), .site-footer-wrap .ft-ro-lstyle-noline a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover {
	text-decoration: none;
}

.site-footer-section {
	position: relative;
}

.site-footer-section:not(:last-child):after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	height: auto;
	width: 0;
	right: -15px;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.footer-html {
	margin: 1em 0;
}

.footer-html p:last-child {
	margin-bottom: 0;
}

.footer-html p:first-child {
	margin-top: 0;
}

.footer-widget-area .widget li+li {
	margin: 5px 0 0;
}