HEX
Server: LiteSpeed
System: Linux php-prod-3.spaceapp.ru 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: sarli3128 (1010)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
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;
}