HEX
Server: Apache/2.4.65 (Debian)
System: Linux web6 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64
User: innocamp (1028)
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/thwoodlg/public_html/wp-content/themes/dt-the7/css/dynamic-less/shortcodes.less
@import "shortcodes/buttons.less";
@import "shortcodes/tabs.less";
@import "shortcodes/accordion.less";
@import "shortcodes/titles-and-separators.less";
@import "shortcodes/pie-chart.less";
@import "shortcodes/tooltip.less";
@import "shortcodes/fancy-media.less";
@import "shortcodes/list.less";
@import "shortcodes/social-icons.less";
@import "shortcodes/progress-bar.less";
@import "shortcodes/blockquote.less";
@import "shortcodes/shortcode-scroller.less";
@import "shortcodes/contact-form.less";
//defaults for carousel
.owl-nav {
	.owl-carousel & {
		& a {

			&:not(:hover):before {
            	.dt-arrow-border-on & {
					border-color: @accent-bg-color;
				}
            }
            &:hover:after {
            	.dt-arrow-hover-border-on & {
					border-color: @accent-bg-color;
				}
            }
            .arrows-bg-on& {
                &:before {
                   background-color: @accent-bg-color;
                   .background-gradient (@startColor: @accent-bg-color, @endColor: @accent-bg-color-2);
                }
            }

            .arrows-hover-bg-on& {
                &:after {
                   background-color: @accent-bg-color;
					.background-gradient (@startColor: @accent-bg-color, @endColor: @accent-bg-color-2);
                }
            }
		}
		& i,
		& i:before {
			color: @accent-bg-color;
			//.accent-gradient & {
				.text-gradient (@startColor: @accent-bg-color, @endColor: @accent-text-color-2);
			//}
		}
		& a:hover i {
			color: @accent-bg-color;
			//.accent-gradient & {
				.text-gradient (@startColor: @accent-bg-color, @endColor: @accent-text-color-2);
			//}
		}
	}
}
.owl-dot {
	.owl-carousel.bullets-scale-up & {
		& span {
			background: @accent-bg-color;
		}
		&:not(.active):hover span,
		&.active span {
			background: @accent-bg-color;
		}
	}
	.owl-carousel.bullets-stroke & {
		&:not(.active) span {
			 background: @accent-bg-color;
		}
		&:not(.active):hover span {
			background: @accent-bg-color;
		}
		&.active span {
			box-shadow: 0 0 0 2px @accent-bg-color;
		}
	}
	.owl-carousel.bullets-fill-in & {
		& span {
			box-shadow: inset 0 0 0 2px @accent-bg-color;
		}
		&:not(.active):hover span {
			box-shadow: inset 0 0 0 2px @accent-bg-color;
		}
		&.active span {
			box-shadow: inset 0 0 0 20px @accent-bg-color;
		}
	}
	.owl-carousel.bullets-small-dot-stroke & {
		& span {
			background: @accent-bg-color;
		}
		&:not(.active):hover span,
		&.active span {
			background: @accent-bg-color;
		}
		&.active {
			box-shadow: 0 0 0 2px @accent-bg-color;
		}
	}
	.owl-carousel.bullets-ubax & {
		& span {
  			background: @accent-bg-color;
  		}
  		&.active span {
  			border-color: @accent-bg-color;
  		}
  		&:not(.active):hover span {
  			background: @accent-bg-color;
  		}
  	}
  	.owl-carousel.bullets-etefu & {
	  		& span {
	  			background: @accent-bg-color;
	  		}
	  		&:not(.active):hover span {
  			background: @accent-bg-color;
  		}
	  		& span:before {
	  			background: @accent-bg-color;
	  		}

	  	} 
}
.dt-owl-item-icon i {
	color: @accent-bg-color;
}
.text-and-icon-carousel .owl-nav i,
.text-and-icon-carousel .owl-nav a:hover i,
.text-and-icon-carousel .owl-nav i:before {
	background: none;
	color: @accent-bg-color;
}
.dt-owl-item-icon:before,
.dt-owl-item-icon:after,
.text-and-icon-carousel .owl-nav a,
.text-and-icon-carousel .owl-nav a:hover,
.testimonials-carousel .owl-nav a,
.testimonials-carousel .owl-nav a:hover {
  border-color: @accent-bg-color;
}