HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
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: /var/www/html/wpprm/wp-content/themes/ronneby/assets/less.lib/widgets/widgets.less
/* -----------------------------------------
   Widgets
----------------------------------------- */
.widget + .widget {
	margin-top: 70px;
}

.extra-links {
	.clearfix();
	display: block;
	margin-bottom:10px;

	.flex-direction-nav {
		float: right;
	}
}

.video-block {
	position: relative; }

.text-widget {
	line-height: 1.6; }

.widget {
	position: relative;
	ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.textwidget {
		font-size: @default-text-font-size;
		line-height: 1.66;
	}
}

.widget.widget-highlight {
	padding: 20px 15px;
	
	background: @background-grey;
	border: 1px solid @border-color;
	.rounded(3px);
}

.widget-title {
	.icon {
		float: left;
		font-size: 26px;
		margin-right: 15px;
		position: relative;
		top: -2px;
		width: auto;
		height: auto;
		line-height: 1.6;
	}
}

#footer {
	.widget {
		.widget-title {
		       margin-bottom: 30px;
	       }
		.widget_text{
			text-align: left;
		}
	}
	.widget_dfd_vcard_simple {
		overflow: hidden;
		text-align: left;
		.rel();
		z-index: 1;
	}
	.widget_dfd_logo {
		text-align: left;
	}
}

#layout {
	.widget {
		&.background-main,
		&.background-main-with-delim,
		&.white,
		&.white-with-delim {
			padding-top: 25px;
			padding-bottom: 25px;
			margin-top: 0 !important;
		}
		&.background-main,
		&.background-main-with-delim {
			background: @main-site-light-color;
			* {
				color: @main-site-dark-color !important;
			}
			.subtitle,
			a,
			.dopinfo,
			.entry-meta,
			.entry-meta * {
				color: lighten(@main-site-light-color, 30%) !important;
			}
			.slick-dots {
				li {
					&.slick-active button {
						background: transparent;
						border-color: @main-site-dark-color;
					}
					button {
						background: @main-site-dark-color;
					}
				}
			}
			&.widget_dfd_author {
				.author-image i {
					color: @title-color !important;
				}
				.soc-icons {
					a:before {
						color: @main-site-dark-color;
						border-color: @main-site-dark-color;
					}
				}
			}
		}
		&.white,
		&.white-with-delim {
			background: @main-site-dark-color;
		}
		&.background-main-with-delim,
		&.white-with-delim {
			margin-bottom: 7px;
		}
	}
	.widget + .widget {
		margin-top: 70px;
	}
}