.panel-grid.panel-no-style {
	display: flex; flex-wrap: nowrap; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-justify-content: space-between; -webkit-justify-content: space-between;
}
.panel-grid.panel-has-style > .panel-row-style {
	display: flex; flex-wrap: nowrap; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-justify-content: space-between; -webkit-justify-content: space-between;
}
.panel-layout.panel-is-rtl .panel-grid.panel-no-style {
	flex-direction: row-reverse; -webkit-flex-direction: row-reverse;
}
.panel-layout.panel-is-rtl .panel-grid.panel-has-style > .panel-row-style {
	flex-direction: row-reverse; -webkit-flex-direction: row-reverse;
}
.panel-grid-cell {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;
}
.panel-grid-cell .panel-cell-style {
	height: 100%;
}
.panel-grid-cell .so-panel {
	-ms-zoom: 1;
}
.panel-grid-cell .so-panel::before {
	display: block; content: "";
}
.panel-grid-cell .so-panel::after {
	clear: both; display: table; content: "";
}
.panel-grid-cell .panel-last-child {
	margin-bottom: 0px;
}
.panel-grid-cell .widget-title {
	margin-top: 0px;
}
body.siteorigin-panels-before-js {
	-ms-overflow-x: hidden;
}
body.siteorigin-panels-before-js .siteorigin-panels-stretch {
	padding-right: 1000px !important; padding-left: 1000px !important; margin-right: -1000px !important; margin-left: -1000px !important;
}
