HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
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: /home/hanode/public_html/wp-content/plugins/ml-slider/themes/radix/v1.0.0/style.scss
.ms-theme-radix {
	opacity: 0;
	padding-bottom: 40px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.ms-theme-radix.ms-loaded {
	opacity: 1;
}
.metaslider.ms-theme-radix {
	* {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		&::before {
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		&::after {
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
	}
	.flexslider {
		margin-bottom: 0;
		ol.flex-control-nav {
			&:not(.flex-control-thumbs) {
				background: transparent;
				-webkit-box-pack: center;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-pack: center;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				justify-content: center;
				justify-content: center;
				line-height: 1.2;
				margin: 0;
				padding: 0 !important;
				position: absolute;
				right: 25px;
				top: 25px;
				-webkit-transition: top .2s;
				transition: top .2s;
				width: auto;
				z-index: 8;
				li {
					a {
						background: transparent;
						border: 0;
						border-radius: 0;
						-webkit-box-shadow: none !important;
						box-shadow: none !important;
						color: #fff;
						cursor: pointer;
						display: inline-block;
						font-size: 60px;
						height: auto;
						line-height: .7;
						margin: 0 2px 0 2px;
						padding: 2px 3px 5px 3px;
						text-decoration: none;
						text-indent: 0;
						-webkit-transition: background .2s ease-in-out;
						transition: background .2s ease-in-out;
						width: auto;
						&:hover {
							background: transparent;
							text-decoration: none;
							&::after {
								opacity: 1;
							}
						}
					}
					&:last-child {
						a {
							margin-right: 0;
						}
					}
				}
			}
			li {
				a.flex-active {
					background: transparent;
					text-decoration: none;
					&::after {
						opacity: 1;
					}
				}
			}
		}
		ul.flex-direction-nav {
			li {
				a {
					background: 0;
					background: rgba(255,255,255,0.75);
					bottom: 0;
					-webkit-box-shadow: none;
					box-shadow: none;
					color: black;
					height: 71px;
					margin-top: 0;
					opacity: 0;
					overflow: hidden;
					text-indent: 0 !important;
					top: auto;
					-webkit-transition: all .2s ease-in-out;
					transition: all .2s ease-in-out;
					width: 35px;
					&::before {
                        background-color: #000;
                        background-image: none;
                        mask-image: url("images/arrow.svg");
                        mask-repeat: no-repeat;
                        mask-position: center center;
						mask-size: 9px auto;
						content: '' !important;
						display: block;
						height: 100%;
						position: absolute;
						width: 100%;
					}
				}
				a.flex-next {
					width: 85px;
					opacity: 1;
					padding: 0;
					right: 0;
					&:before {
						right: 3px;
						width: 24px;
                        -webkit-transform: rotate(180deg);
						transform: rotate(180deg);
					}
					&:after {
						content: "Next";
						display: block;
						left: 15px;
						position: relative;
						top: 50%;
						-webkit-transform: translateY(-50%);
						transform: translateY(-50%);
					}
				}
				a.flex-prev {
					left: auto;
					opacity: 1;
					padding: 0;
					right: 87px;
					&:before {
						
					}
				}
			}
		}
		&:hover {
			ul.flex-direction-nav {
				li {
					a {
						opacity: 1 !important;
						&:hover {
							color: black;
							opacity: 1 !important;
						}
					}
				}
			}
		}
		&:focus-within {
			ul.flex-direction-nav {
				li {
					a {
						opacity: 1 !important;
						&:hover {
							color: black;
							opacity: 1 !important;
						}
					}
				}
			}
		}
		ul.slides {
			.caption-wrap {
				background: rgba(255,255,255,0.75);
				bottom: 0;
				height: 71px;
				left: auto;
				margin: 0;
				opacity: 1;
				padding: 0;
				right: 124px;
				top: auto;
				-webkit-transition: .5s all;
				transition: .5s all;
				width: 50%;
				.caption {
					bottom: auto;
					color: #000;
					font-size: .9rem;
					left: 50%;
					padding: 0;
					position: absolute;
					text-align: center;
					top: 50%;
					-webkit-transform: translate(-50%,-50%);
					transform: translate(-50%,-50%);
				}
			}
		}
	}
	ul.rslides_tabs {
		background: transparent;
		-webkit-box-pack: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		justify-content: center;
		line-height: 1.2;
		margin: 0;
		padding: 0 !important;
		position: absolute;
		right: 25px;
		top: 25px;
		-webkit-transition: top .2s;
		transition: top .2s;
		width: auto;
		z-index: 8;
		li {
			a {
				background: transparent;
				border: 0;
				border-radius: 0;
				-webkit-box-shadow: none !important;
				box-shadow: none !important;
				color: #fff;
				cursor: pointer;
				display: inline-block;
				font-size: 60px;
				height: auto;
				line-height: .7;
				margin: 0 2px 0 2px;
				padding: 2px 3px 5px 3px;
				text-decoration: none;
				text-indent: 0;
				-webkit-transition: background .2s ease-in-out;
				transition: background .2s ease-in-out;
				width: auto;
				&:hover {
					background: transparent;
					text-decoration: none;
					&::after {
						opacity: 1;
					}
				}
			}
			&:last-child {
				a {
					margin-right: 0;
				}
			}
		}
		li.rslides_here {
			a {
				background: transparent;
				text-decoration: none;
				&::after {
					opacity: 1;
				}
			}
		}
	}
	div.slider-wrapper {
		.nivo-controlNav {
			&:not(.nivo-thumbs-enabled) {
				background: transparent;
				-webkit-box-pack: center;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-pack: center;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				justify-content: center;
				justify-content: center;
				line-height: 1.2;
				margin: 0;
				padding: 0 !important;
				position: absolute;
				right: 25px;
				top: 25px;
				-webkit-transition: top .2s;
				transition: top .2s;
				width: auto;
				z-index: 8;
				a {
					background: transparent;
					border: 0;
					border-radius: 0;
					-webkit-box-shadow: none !important;
					box-shadow: none !important;
					color: #fff;
					cursor: pointer;
					display: inline-block;
					font-size: 60px;
					height: auto;
					line-height: .7;
					margin: 0 2px 0 2px;
					padding: 2px 3px 5px 3px;
					text-decoration: none;
					text-indent: 0;
					-webkit-transition: background .2s ease-in-out;
					transition: background .2s ease-in-out;
					width: auto;
				}
			}
		}
		div.nivo-controlNav {
			&:not(.nivo-thumbs-enabled) {
				a {
					&:last-child {
						margin-right: 0;
					}
				}
				a.active {
					background: transparent;
					text-decoration: none;
					&::after {
						opacity: 1;
					}
				}
			}
		}
	}
	.coin-slider {
		.cs-buttons {
			background: transparent;
			-webkit-box-pack: center;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			justify-content: center;
			justify-content: center;
			line-height: 15px;
			margin: 0;
			padding: 0 !important;
			position: absolute;
			right: 30px;
			top: 10px;
			-webkit-transition: top .2s;
			transition: top .2s;
			width: auto;
			z-index: 8;
			a {
				background: transparent;
				border: 0;
				border-radius: 0;
				-webkit-box-shadow: none !important;
				box-shadow: none !important;
				color: #fff;
				cursor: pointer;
				display: inline-block;
				font-size: 60px;
				height: auto;
				line-height: .7;
				margin: 0 2px 0 2px;
				padding: 2px 3px 5px 3px;
				text-decoration: none;
				text-indent: 0;
				-webkit-transition: background .2s ease-in-out;
				transition: background .2s ease-in-out;
				width: auto;
				&:last-child {
					margin-right: 0;
				}
				&:hover {
					background: transparent;
					text-decoration: none;
					&::after {
						opacity: 1;
					}
				}
			}
			a.cs-active {
				background: transparent;
				text-decoration: none;
				&::after {
					opacity: 1;
				}
			}
		}
		.coin-slider {
			div {
				a {
					background: 0;
					background: rgba(255,255,255,0.75);
					bottom: 0;
					-webkit-box-shadow: none;
					box-shadow: none;
					color: black;
					height: 71px;
					margin-top: 0;
					opacity: 0;
					overflow: hidden;
					text-indent: 0 !important;
					top: auto;
					-webkit-transition: all .2s ease-in-out;
					transition: all .2s ease-in-out;
					width: 35px;
					&::before {
						background-size: 100%;
						content: '' !important;
						display: block;
						height: 100%;
						position: absolute;
						width: 100%;
					}
				}
				a.cs-next {
					width: 85px;
					opacity: 1;
					padding: 0;
					right: 0;
					&:before {
						background: url("images/arrow-right.png") no-repeat 10px center;
						right: 5px;
						width: 24px;
					}
					&:after {
						content: "Next";
						display: block;
						left: 15px;
						position: relative;
						top: 50%;
						-webkit-transform: translateY(-50%);
						transform: translateY(-50%);
					}
				}
				a.cs-prev {
					left: auto;
					opacity: 1;
					padding: 0;
					right: 87px;
					&:before {
						background: url("images/arrow-left.png") no-repeat center center;
					}
				}
				display: block !important;
			}
		}
		&:hover {
			.coin-slider {
				div {
					a {
						opacity: 1 !important;
						&:hover {
							color: black;
							opacity: 1 !important;
						}
					}
				}
			}
		}
	}
	.slider-wrapper {
		.nivo-controlNav {
			&:not(.nivo-thumbs-enabled) {
				a {
					&:hover {
						background: transparent;
						text-decoration: none;
						&::after {
							opacity: 1;
						}
					}
				}
			}
		}
		.nivo-controlNav.nivo-thumbs-enabled {
			a {
				&:hover {
					border: 0 none;
				}
			}
			a.active {
				border: 0 none;
			}
		}
	}
	.flex-slide-count {
		color: #fff !important;
		font-size: 25px !important;
	}
	.rslides-slide-count {
		color: #fff !important;
		font-size: 25px !important;
	}
	div.nivo-controlNav {
		a.nivo-slide-count {
			color: #fff !important;
			font-size: 25px !important;
			width: 57px !important;
		}
	}
	a.rslides_nav {
		background: 0;
		background: rgba(255,255,255,0.75);
		bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: black;
		height: 71px;
		margin-top: 0;
		opacity: 0;
		overflow: hidden;
		text-indent: 0 !important;
		top: auto;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		width: 35px;
		height: 71px;
		width: 35px;
		&::before {
			background-size: 100%;
			content: '' !important;
			display: block;
			height: 100%;
			position: absolute;
			width: 100%;
		}
	}
	div.nivoSlider {
		div.nivo-directionNav {
			a {
				background: 0;
				background: rgba(255,255,255,0.75);
				bottom: 0;
				-webkit-box-shadow: none;
				box-shadow: none;
				color: black;
				height: 71px;
				margin-top: 0;
				opacity: 0;
				overflow: hidden;
				text-indent: 0 !important;
				top: auto;
				-webkit-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;
				width: 35px;
				&::before {
					background-size: 100%;
					content: '' !important;
					display: block;
					height: 100%;
					position: absolute;
					width: 100%;
				}
			}
			a.nivo-nextNav {
				width: 85px;
				opacity: 1;
				padding: 0;
				right: 0;
				&:before {
					background: url("images/arrow-right.png") no-repeat 10px center;
					right: 5px;
					width: 24px;
				}
				&:after {
					content: "Next";
					display: block;
					left: 15px;
					position: relative;
					top: 50%;
					-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
				}
			}
			a.nivo-prevNav {
				left: auto;
				opacity: 1;
				padding: 0;
				right: 87px;
				&:before {
					background: url("images/arrow-left.png") no-repeat center center;
				}
			}
		}
		&:hover {
			div.nivo-directionNav {
				a {
					opacity: 1 !important;
					&:hover {
						color: black;
						opacity: 1 !important;
					}
				}
			}
		}
		.nivo-caption {
			background: rgba(255,255,255,0.75);
			bottom: 0;
			height: 71px;
			left: auto;
			margin: 0;
			opacity: 1;
			padding: 0;
			right: 124px;
			top: auto;
			-webkit-transition: .5s all;
			transition: .5s all;
			width: 50%;
			padding-top: 10px;
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
	}
	.rslides_nav.next {
		width: 85px;
		opacity: 1;
		padding: 0;
		right: 0;
		&:before {
			background: url("images/arrow-right.png") no-repeat 10px center;
			right: 5px;
			width: 24px;
		}
		&:after {
			content: "Next";
			display: block;
			left: 15px;
			position: relative;
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
		}
	}
	.rslides_nav.prev {
		left: auto;
		opacity: 1;
		padding: 0;
		right: 87px;
		&:before {
			background: url("images/arrow-left.png") no-repeat center center;
		}
	}
	&:hover {
		a.rslides_nav {
			opacity: 1 !important;
			&:hover {
				color: black;
				opacity: 1 !important;
			}
		}
	}
	a.rslides_nav.prev {
		left: auto;
		right: 87px;
	}
	a.rslides_nav.next {
		left: auto;
		right: 0;
		width: 85px;
	}
	.rslides {
		.caption-wrap {
			background: rgba(255,255,255,0.75);
			bottom: 0;
			height: 71px;
			left: auto;
			margin: 0;
			opacity: 1;
			padding: 0;
			right: 124px;
			top: auto;
			-webkit-transition: .5s all;
			transition: .5s all;
			width: 50%;
			.caption {
				bottom: auto;
				color: #000;
				font-size: .9rem;
				left: 50%;
				padding: 0;
				position: absolute;
				text-align: center;
				top: 50%;
				-webkit-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
			}
		}
	}
	.cs-title {
		margin: 10px;
		padding: 20px;
		width: calc(100% - 20px);
	}
	.nivoSlider {
		.nivo-caption {
			bottom: auto;
			color: #000;
			font-size: .9rem;
			left: 50%;
			padding: 0;
			position: absolute;
			text-align: center;
			top: 50%;
			-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
			bottom: 0;
			font-size: 1rem;
			padding-top: 65px;
		}
	}
	.filmstrip {
		border-radius: 0;
		margin-top: 10px;
		position: absolute;
		width: 100%;
		z-index: 4;
		ul.flex-direction-nav {
			li {
				a {
					&::after {
						width: 10px;
					}
				}
				a.flex-prev {
					top: 50%;
					-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
					left: 10px;
				}
				a.flex-next {
					top: 50%;
					-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
					opacity: 0;
					right: 10px;
					width: 35px;
					&:after {
						content: '';
					}
				}
			}
		}
	}
}
ms-is-small.metaslider.ms-theme-radix {
	.flexslider {
		ul.flex-direction-nav {
			li {
				a {
					height: 50px;
				}
			}
		}
	}
	a.rslides_nav {
		height: 50px;
	}
	div.nivoSlider {
		div.nivo-directionNav {
			a {
				height: 50px;
			}
		}
	}
	.coin-slider {
		.coin-slider {
			div {
				a {
					height: 50px;
				}
			}
		}
	}
}
.metaslider.ms-theme-radix.has-dots-nav {
	.flex-control-nav {
		opacity: 0;
	}
}
.ms-is-small.metaslider.ms-theme-radix {
	a.rslides_nav.prev {
		left: auto;
		right: 50px;
	}
	.flexslider {
		ul.slides {
			.caption-wrap {
				bottom: auto;
				height: 90px;
				left: 0;
				top: 50%;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				.caption {
					bottom: 0;
					width: 90%;
				}
			}
		}
	}
	.rslides {
		.caption-wrap {
			bottom: auto;
			height: 90px;
			left: 0;
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			.caption {
				bottom: 0;
				width: 90%;
			}
		}
	}
	div.nivoSlider {
		.nivo-caption {
			bottom: auto;
			height: 90px;
			left: 0;
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
		}
	}
	.nivoSlider {
		.nivo-caption {
			bottom: 0;
			width: 90%;
			bottom: 0;
			padding-top: 45px;
		}
	}
}
.metaslider.ms-theme-radix.has-filmstrip {
	.flexslider {
		&:not(.filmstrip) {
			ul.flex-direction-nav {
				width: 90px;
			}
		}
		ul.slides {
			.caption-wrap {
				margin-right: 110px;
			}
		}
	}
}
.metaslider.ms-theme-radix.has-thumb-nav {
	.flex-slide-count {
		display: none;
	}
	.rslides-slide-count {
		display: none;
	}
	div.nivo-controlNav {
		a.nivo-slide-count {
			display: none;
		}
	}
}