File: //proc/self/cwd/wp-content/plugins/bold-page-builder/css/front_end/service_items.css
/* Tmp
.bt_bb_cell_inner {
padding: 0 10%;
}*/
.bt_bb_service {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: flex-start;
align-content: flex-start;
max-width: 100%;
display: inline-flex;
:centerAlignSelector {
flex-flow: column nowrap;
text-align: center;
}
:leftAlignSelector, :rightAlignSelector {
flex-flow: row nowrap;
text-align: initial;
}
.bt_bb_icon_holder {
transition: all 280ms ease;
flex: 1 0 auto;
display: block;
vertical-align: middle;
text-align: center;
width: 2em;
height: 2em;
line-height: 2;
order: 1;
:rightAlignSelector {
order: 2;
align-self: initial;
margin-bottom: 0;
}
:centerAlignSelector {
align-self: center;
margin-bottom: 0.25em;
}
.bt_bb_shape_square& {border-radius: 0;}
.bt_bb_shape_round& {border-radius: 5px;}
.bt_bb_shape_circle& {border-radius: 50%;}
.bt_bb_size_xsmall& {
font-size: 1em;
.bt_bb_style_borderless& {font-size: 1.4em;}
}
.bt_bb_size_small& {
font-size: 1.6em;
.bt_bb_style_borderless& {font-size: 2em;}
}
.bt_bb_size_normal& {
font-size: 2.4em;
.bt_bb_style_borderless& {font-size: 2.8em;}
}
.bt_bb_size_large& {
font-size: 3.4em;
.bt_bb_style_borderless& {font-size: 3.6em;}
}
.bt_bb_size_xlarge& {
font-size: 4em;
.bt_bb_style_borderless& {font-size: 3.8em;}
}
.bt_bb_style_borderless& {
border: none;
width: auto;
height: auto;
line-height: 1;
}
}
.bt_bb_service_content {
flex: 1 1 auto;
.bt_bb_service_content_title {
font-weight: 600;
font-size: 1.1em;
}
:leftAlignSelector {
padding-left: 1em;
order: 2;
text-align: left;
}
:rightAlignSelector {
padding-right: 1em;
order: 1;
text-align: right;
}
:centerAlignSelector {
flex-flow: column nowrap;
text-align: center;
width: 100%;
order: 2;
}
}
}
.bt_bb_service.bt_bb_style_outline .bt_bb_icon_holder {
background-color: transparent;
box-shadow: 0 0 0 1px #000 inset;
color: #000;
}
.bt_bb_service.bt_bb_style_outline:hover .bt_bb_icon_holder {
box-shadow: 0 0 0 1em #000 inset;
color: #fff;
}
.bt_bb_service.bt_bb_style_filled .bt_bb_icon_holder {
box-shadow: 0 0 0 1em #000 inset;
color: #fff;
}
.bt_bb_service.bt_bb_style_filled:hover .bt_bb_icon_holder {
background-color: transparent;
box-shadow: 0 0 0 0px #000 inset;
color: #000;
}