/* Text */
.j51_icons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.j51_icon > .j51_icon_title,
.j51_icon > .j51_icon_caption {
position: relative;
}
.j51_icon {
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.j51_icon figure {
display: flex;
flex-direction: column;
margin: 0;
}
.j51_icon.boxed figure {
padding: 25px 25px 35px;
margin: 0;
}
.j51_icon figcaption {
}
.j51_icon figure > i,
.j51_icon figure > img {
text-align: center;
flex: 0 0 auto;
}
.j51_icon .j51_icon_title {
margin: 0 0 5px;
position: relative;
line-height: 1.4em;
}
.j51_icon figcaption > * {
margin-bottom: 0;
}
.j51_icon a {
color: inherit;
text-decoration: none;
}
.j51_icons > a:first-of-type .j51_icon {
border-left: none;
}
.j51_icons > a:last-of-type .j51_icon {
border-right: none;
}
.text-light .j51_icon {
color: rgba(255,255,255,0.8);
}
/* Options */
.j51_icon_align_center {
text-align: center;
}
.j51_icons .j51_icon_align_center i,
.j51_icons .j51_icon_align_center img {
align-self: center;
}
.j51_icon_align_right {
text-align: right;
}
.j51_icon_align_right i,
.j51_icon_align_right img {
align-self: flex-end;
}
.j51_icon_layout_col-t-i i,
.j51_icon_layout_col-t-i img {
order: 1;
margin-top: .5rem;
}
.j51_icon_layout_row-i-t figure {
flex-direction: row;
}
.j51_icon_layout_row-i-t i,
.j51_icon_layout_row-i-t img {
align-self: center;
margin-right: 1.5rem;
}
.j51_icon_layout_row-t-i figure {
flex-direction: row;
}
.j51_icon_layout_row-t-i i,
.j51_icon_layout_row-t-i img {
order: 1;
align-self: center;
margin-left: 1.5rem;
}
.j51_icon_layout_col-i-t i,
.j51_icon_layout_col-i-t img {
margin-bottom: 1rem;
}