/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2026 | 19:08:47 */
@import 'tdot-global-colours.css';
/* search bar */
.dgwt-wcas-search-wrapp {
	min-width:100px;
	max-width: 100% !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	background-color:var(--tdot-alpha);
	padding:5px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	min-height:30px;
	min-width:30px;
	height:30px;
	width:30px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
	box-shadow:none;
	background-color:var(--tdot-alpha);
}
.dgwt-wcas-preloader,
.dgwt-wcas-preloader:hover {
	opacity:1 !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path {
	fill:var(--tdot-red);
}
.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):hover path {
	fill:var(--tdot-dark-grey);
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover path {
	fill:var(--tdot-pale-blue);
}
input#dgwt-wcas-search-input-1 {
	min-height:30px !important;
	height:30px;
}
input#dgwt-wcas-search-input-1::placeholder {
	font-size:15px;
}
button.dgwt-wcas-search-submit {
	margin:2px 0 !important;
}
.dgwt-wcas-search-input {
	font-size:15px !important;
	margin:6px 0 !important;
	font-weight:600 !important;
}
.dgwt-wcas-search-input::placeholder {
	color:var(--tdot-dark-blue) !important;
	font-weight:600 !important;
}
.dgwt-wcas-content-wrapp .dgwt-wcas-st .dgwt-wcas-st-title {
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
	text-overflow:ellipsis;
}
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
	font-size:20px;
}
/* breakpoints */
@media (max-width:960px) {
	/* search bar */
	.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
		top:0px;
	}
	.dgwt-wcas-search-input {
		margin:0px 0px !important;
	}
}
@media (min-width:769px) {
	input#dgwt-wcas-search-input-1:hover,
	input#dgwt-wcas-search-input-1:focus {
    	background-color: var(--tdot-light-blue);
	}
}
@media (max-width:768px) {
	/* search */
	.dgwt-wcas-search-wrapp {
		width:120px;
		overflow:hidden;
	}
	button.dgwt-wcas-search-submit {
		margin: 4px 0px !important;
	}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
		left: 5px !important;
		background-color:var(--tdot-alpha);
		z-index:500;
	}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
		height:30px;
		width:30px;
		margin:0 auto;
	}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit::after {
		content: "Search";
		text-transform:capitalize;
		font-size: 15px;
		font-weight:700;
		height: 15px;
		text-shadow:none;
		margin: 10px 30px 10px 110px;
		padding:5px 10px 20px 10px;
		border-radius:999px;
	}
	.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
		padding-top:14px !important;
		padding-left:0px !important;
	}
	a.js-dgwt-wcas-enable-mobile-form.dgwt-wcas-enable-mobile-form {
		background-color:var(--tdot-white);
		margin-top: 3px;
		margin-left: 3px;
		height: 32px;
		width: 114px;
		border-radius: 999px;
	}
	a.js-dgwt-wcas-enable-mobile-form.dgwt-wcas-enable-mobile-form:hover {
		background-color: var(--tdot-light-blue);
	}
}
@media (max-width:480px) {
	.dgwt-wcas-search-wrapp {
		width:100px;
	}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit::after {
		font-size: 14px;
		margin: 6px 15px 5px 90px;
	}
	a.js-dgwt-wcas-enable-mobile-form.dgwt-wcas-enable-mobile-form {
		width: 94px;
	}
}
