/* ----------------------------------------------------------------
	Custom CSS
	Add any custom styled CSS to help or override theme
-----------------------------------------------------------------*/

/* table td { min-width:35px } */

td.al, td.alft, th.al, th.alft { text-align: left }
td.ar, th.ar { text-align: right }
td.ac, th.ac { text-align: center }
th.nowrp, td.nowrp { white-space: nowrap }

td.va {
	vertical-align: middle
}

/* image info overlay */
div.infooverlay {
	position: absolute;
	padding: 2px 8px;
	bottom: 0px;
	left: 0px;
	color: #000;
	opacity: 0.4;
	background-color: #fff;
}

/* image label overlay */
div.labeloverlay {
	position: absolute;
	padding: 2px 8px;
	bottom: 0px;
	right: 0px;
	color: #000;
	opacity: 0.4;
	background-color: #fff;
}

/* Revert CSS style of target element and its children */
.reset-style,
.reset-style * {
	all: revert;
}

/* styles from editor.js (to mirror build with look in editor) */
.cdx-list {
    margin: 0;
    padding-left: 40px;
	padding-bottom: 20px;  /* sb added */
    outline: none;
}
.cdx-list--unordered {
    list-style: disc;
}
.cdx-list--ordered {
    list-style: decimal;
}
.cdx-list__item {
    padding: 5.5px 0 5.5px 3px;
    line-height: 1.6em;
}

table.rowpointer>tbody>tr {
	cursor: pointer;
}

tr.rowpointer {
	cursor: pointer;
}

/* overrides for Canvas theme, predended "sb-" */
.sb-col-padding {
	padding: 1.5rem;
}

.sb-mb0 {
	margin-bottom: 0px
}

.sb-mb10 {
	margin-bottom: 10px
}

.sb-mb20 {
	margin-bottom: 20px
}

.sb-mt0 {
	margin-top: 0px
}

.sb-mt10 {
	margin-top: 10px
}

.sb-mt20 {
	margin-top: 20px
}

.sb-hdn {
	display: none
}

/* for owl-carousel */
/* .portfolio-item .portfolio-image { overflow: inherit !important } */
.portfolio-desc {
	padding: 8px 4px !important
}