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/nexus/v1.0.0/style.scss
.metaslider.ms-theme-nexus {
	

	.caption-wrap {
	  background: rgba(12, 37, 33, 0.8);
	  height: auto;
	  left: 0px;
	  bottom: 0%;
	  width: auto;
	  display: inline;
	  width: 40%;
	  opacity: 1;
	  min-width: 150px;
  
	  .caption {
		padding: 30px;
		text-align: center;

		a {
			color: #D48931;
		}
	  }
	}
  
	&.has-carousel-mode {
	  .caption-wrap {
		min-width: 100%;
		max-width: 100%;
		padding-bottom: 60px;
		background-color: rgba(12, 37, 33, 1);
	  }
  
	  .nexus-link {
		margin: 20px auto;
		position: relative;
		bottom: auto;
		right: auto;
	  }
	}
  
	.flexslider {
	  .flex-direction-nav {
		li {
		  position: absolute;
		  top: 50%;
		  transform: translateY(-50%);
		  background-color: #d48931;
		  width: 45px;
		  height: 45px;
		  border-radius: 100px;
		  transition: ease 0.5s;
		  z-index: 2;
  
		  &:hover {
			background-color: #174d51;
		  }
  
		  &.flex-nav-prev {
			left: -60px;

			& > a.flex-disabled {
				display: none;
			}
			&:has(> a.flex-disabled) {
				display: none;
			}
		  }
  
		  &.flex-nav-next {
			right: -60px;

			& > a.flex-disabled {
				display: none;
			}
			&:has(> a.flex-disabled) {
				display: none;
			}
		  }

  
		  a {
			height: 40px;
			background-color: #fff;
			background-image: none;
			mask-repeat: no-repeat;
  
			&.flex-prev,
			&.flex-next {
			  top: 50%;
			  
			}
  
			&.flex-prev {
			  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath style='fill:%23fff' d='M24 12.001H2.914l5.294-5.295-.707-.707L1 12.501l6.5 6.5.707-.707-5.293-5.293H24v-1z' data-name='Left'/%3E%3C/svg%3E");
			  mask-position: right center;
			  left: 0px;
			  width: 60px;
  
			  &:hover {
				mask-position: left center;
			  }
			}
  
			&.flex-next {
			  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath style='fill:%23fff' d='m17.5 5.999-.707.707 5.293 5.293H1v1h21.086l-5.294 5.295.707.707L24 12.499l-6.5-6.5z' data-name='Right'/%3E%3C/svg%3E");
			  mask-position: left center;
			  right: 0px;
			  width: 60px;
  
			  &:hover {
				mask-position: right center;
			  }
			}

			&:focus {
				background-color: transparent;
			}
		  }
		}
	  }
  
	  .flex-control-nav {
		bottom: -45px;
  
		li {
		  a {
			text-indent: 9999px;
			overflow: hidden;
			box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
			background: #174d51;
			margin: 0 5px;
			border-radius: 2px;
			opacity: 1;
			width: 50px;
			height: 8px;
  
			&:hover,
			&:focus {
			  opacity: 1;
			}
  
			&.flex-active {
			  background: #d48931;
			}
		  }
		}
	  }
  
	  .flex-pauseplay {
		a {
		  bottom: -45px;
		  left: 0px;
  
		  &:hover {
			background-color: #d48931;
		  }
		}
	  }
	}
  
	&.has-onhover-arrows {
		&:hover {
			.flex-direction-nav {
				li {
					opacity: 1!important;
				}
				a {
					opacity: 1!important;
				}
			}
		}
		.flexslider .flex-direction-nav li {
			opacity: 0;
		}
	}
  
	.nexus-link {
	  margin: 10px;
	  text-align: center;
	  text-transform: uppercase;
	  transition: 0.5s;
	  display: block;
	  position: absolute;
	  bottom: 20px;
	  right: 30px;
	  background: #D48931;
	  border-radius: 999px;
	  box-shadow: #a86619 0 10px 20px -10px;
	  box-sizing: border-box;
	  color: #FFFFFF;
	  cursor: pointer;
	  font-size: 16px;
	  line-height: 24px;
	  opacity: 1;
	  padding: 10px 35px;
	  width: fit-content;
	  word-break: break-word;
	  border: 0;
	  text-decoration: none;
  
	  &:hover, &:focus {
		background-color: #a86619;
		text-decoration: none;
	  }

	  
	}
  }