/*
Theme Name: Willmott Dixon Interiors Code of Practice (ICOP)
Version: 1.0.0
Template: astra
*/

/* Fonts */

@font-face {
	font-family: 'museo_300';
	font-display: fallback;
	src: url('fonts/MuseoSans-300.woff2') format('woff2'),
		url('fonts/MuseoSans-300.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'museo_700';
	font-display: fallback;
	src: url('fonts/MuseoSans-700.woff2') format('woff2'),
		url('fonts/MuseoSans-700.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'museo_900';
	font-display: fallback;
	src: url('fonts/MuseoSans-900.woff2') format('woff2'),
		url('fonts/MuseoSans-900.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bliss_light';
	font-display: fallback;
	src: url('fonts/BlissPro-Light.woff2') format('woff2'),
		url('fonts/BlissPro-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bliss_regular';
	font-display: fallback;
	src: url('fonts/Bliss-Regular.woff2') format('woff2'),
		url('fonts/Bliss-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'blisspro_bold';
	font-display: fallback;
	src: url('fonts/BlissPro-Bold.woff2') format('woff2'),
		url('fonts/BlissPro-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bliss_med';
	font-display: fallback;
	src: url('fonts/BlissPro-Medium.woff2') format('woff2'),
		url('fonts/BlissPro-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* End Fonts */

/* Global */

body, html, p, ul, ol, li, dl, dt, dd, blockquote, pre, code, table, th, td, a, strong, em, b, i, input, button, textarea, select {
	font-family: 'bliss_regular', sans-serif!important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'museo_900', sans-serif!important;
	letter-spacing: 0.4px!important;
	text-transform: uppercase!important;
}

a {
	text-decoration: underline;
}

/* End Global */

/* Astra Header Builder */

#ast-desktop-header, #ast-mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	transition: all ease-out 0.5s;
	z-index: 999;
}

#ast-desktop-header.active, #ast-mobile-header.active {
	box-shadow: 5px 3px 20px 0 rgba(0, 0, 0, 0.1);
	padding: 0;
}

/* End Astra Header Builder */

/* Header */

.ast-site-identity {
	padding: 10px 0;
}

#menu-item-2205 .menu-link::before,
#menu-item-2206 .menu-link::before,
#menu-item-2601 .menu-link::before,
#menu-item-2708 .menu-link::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 7px;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.7;
	transition: opacity 0.2s ease, filter 0.2s ease;
}

/* Our Approach — compass */
#menu-item-2205 .menu-link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e1efe6' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolygon points='16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76'/%3E%3C/svg%3E");
}

/* Elemental — layers stack */
#menu-item-2206 .menu-link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e1efe6' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 2 7 12 12 22 7 12 2'/%3E%3Cpolyline points='2 12 12 17 22 12'/%3E%3Cpolyline points='2 17 12 22 22 17'/%3E%3C/svg%3E");
}

/* Sectors — location pin */
#menu-item-2601 .menu-link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e1efe6' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

/* Downloads — download arrow */
#menu-item-2708 .menu-link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e1efe6' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
}

#menu-item-2205 .menu-link:hover::before,
#menu-item-2206 .menu-link:hover::before,
#menu-item-2601 .menu-link:hover::before,
#menu-item-2708 .menu-link:hover::before,
#menu-item-2205.current-menu-item .menu-link::before,
#menu-item-2206.current-menu-item .menu-link::before,
#menu-item-2601.current-menu-item .menu-link::before,
#menu-item-2708.current-menu-item .menu-link::before{
	opacity: 1;
	filter: brightness(0) saturate(100%) invert(97%) sepia(61%) saturate(700%) hue-rotate(2deg) brightness(103%) contrast(104%);
}

/* Remove icon from Downloads submenu items */
#menu-item-2708 .sub-menu .menu-link::before {
	display: none;
}

/* Submenu link colour */
#menu-item-2708 .sub-menu .menu-link {
	color: #ffffff;
}

#menu-item-2708 .sub-menu .menu-link:hover {
	color: #fffa52;
}

.ast-header-search .astra-search-icon:hover svg path,
.ast-header-search .astra-search-icon:hover svg {
	fill: #fffa52;
	transition: fill 0.2s ease;
}

#menu-item-2708 .sub-menu .menu-link {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* End Header */

/* User Menu */

.wdi-user-menu {
	position: relative;
	display: inline-block;
}

.wdi-user-trigger {
	display: flex;
	align-items: center;
	gap: 7px;
	cursor: pointer;
	padding: 6px 0;
}

.wdi-hello {
	font-size: 14px;
	color: #e1efe6;
	letter-spacing: 0.03em;
}

.wdi-hello strong {
	color: #fffa52;
	font-weight: 600;
}

.wdi-chevron {
	font-size: 9px;
	color: #818a86;
	transition: transform 0.25s ease;
	line-height: 1;
	margin-top: 1px;
}

.wdi-user-menu:hover .wdi-chevron {
	transform: rotate(180deg);
	color: #fffa52;
}

.wdi-user-dropdown {
	position: absolute;
	top: calc(100% + 1px);
	right: 0;
	background: #031d23;
	border: 1px solid #043e47;
	border-top: 2px solid #fffa52;
	border-radius: 2px;
	min-width: 140px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
	z-index: 9999;
}

.wdi-user-menu:hover .wdi-user-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.wdi-dropdown-btn {
	border-bottom: 1px solid #1c3338;
}

.wdi-dropdown-btn, .wdi-logout-btn {
	display: block;
	padding: 11px 16px;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #818a86 !important;
	text-decoration: none !important;
	transition: color 0.2s, background 0.2s;
}

.wdi-dropdown-btn:hover, .wdi-logout-btn:hover {
	color: #fffa52 !important;
	background: #1c3338;
}

/* End User Menu */

/* Content */

@media screen and (min-width: 1741px) {	
	#secondary {
		position: sticky;
		top: 120px;
		height: fit-content;
		align-self: flex-start;
	}
}

.elementor-element.top-bar-yellow {
	position: relative;
	overflow: visible !important;
}

.elementor-element.top-bar-yellow::before {
	content: '';
	display: block;
	background-color: #fffa52;
	width: 80px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.title-underline::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	background-color: #e1efe6;
	height: 1px;
}

@media screen and (max-width: 600px) {
	.title-underline::before {
		bottom: 7px;
	}
}

/* End Content */

/* Subpage Header Image */

.subpage-banner {
	width: 100%;
	height: 300px;
	overflow: hidden;
	display: block;
	line-height: 0;
}

.subpage-banner img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center center;
	display: block;
}

/* End Subpage Header Image */

/* Elemental, Our Approach, Sectors */

.wdi-section-page #content {
	padding: 159px 0 80px;
	position: relative;
}

.wdi-section-page #content::before {
	content: '';
	display: block;
	background-color: #fffa52;
	width: 80px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.wdi-section-page #primary {
	border-right: none;
	margin: 4em 0 0;
}

.wdi-section-page #secondary {
	border-left: 1px solid #e1efe6;
	margin: 75px 0 0;
}

@media screen and (max-width: 1741px) {
	.wdi-section-page #content:not(:has(#secondary)) #primary {
		margin: 66px 0 0;
	}
}

@media screen and (max-width: 1741px) {
	.wdi-section-page #content {
		padding: 73px 0 100px;
	}
	
	.wdi-section-page #secondary {
		border-left: none;
	}
}

.wdi-section-page .entry-header {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1efe6;
}

@media screen and (max-width: 600px) {
	.wdi-section-page .entry-title::after {
		bottom: -7px;
	}
}

.home .ast-breadcrumbs-wrapper,
.page-id-2179 .ast-breadcrumbs-wrapper {
	display: none;
}

/* End Elemental, Our Approach, Sectors */

/* Accordion */

.wdi-accordion {
	border-bottom: 1px solid #1c3338;
	margin-bottom: 0;
}

.wdi-accordion:first-of-type {
	border-top: 1px solid #1c3338;
}

.wdi-accordion-trigger {
	width: 100%;
	background: #f8f8f8;
	border: none;
	padding: 16px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #031d23;
	text-align: left;
	transition: background 0.2s, color 0.2s;
}

.wdi-accordion-trigger:hover {
	background: #f8f8f8;
	color: #043e47;
	border-left: 3px solid #fffa52;
}

.wdi-accordion-trigger[aria-expanded="true"] {
	background: #031d23;
	color: #f8f8f8;
	border-left: 3px solid #fffa52;
}

.wdi-accordion-trigger[aria-expanded="true"] .wdi-accordion-icon {
	color: #fffa52;
}

.wdi-accordion-icon {
	font-size: 20px;
	font-weight: 300;
	color: #043e47;
	transition: transform 0.3s ease;
	flex-shrink: 0;
	margin-left: 16px;
	line-height: 1;
}

.wdi-accordion-trigger[aria-expanded="true"] .wdi-accordion-icon {
	transform: rotate(45deg);
}

.wdi-accordion-content {
	overflow: hidden;
	transition: height 0.35s ease;
}

.wdi-accordion-content[hidden] {
	display: none;
}

.wdi-accordion-inner {
	padding: 24px 24px 24px 27px;
	background: #f8f8f8;
	font-size: 14px;
	color: #1c3338;
	line-height: 1.75;
	border-left: 3px solid #fffa52;
}

.wdi-accordion-inner strong {
	color: #031d23;
}

.wdi-accordion-inner ul {
	margin: 6px 0 16px;
	padding-left: 20px;
}

.wdi-accordion-inner li {
	margin-bottom: 6px;
}

.wdi-accordion-inner a {
	color: #043e47;
	text-decoration: underline;
	transition: color 0.2s;
}

.wdi-accordion-inner a:hover {
	color: #fffa52;
}

/* End Accordion */

/* Caution */

.wdi-caution {
	display: block;
	border-radius: 2px;
	margin: 20px 0;
	padding: 16px;
	border: 1px solid;
	border-left-width: 4px;
}

.wdi-caution-code {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.05em;
	opacity: 0.6;
	margin-bottom: 6px;
}

.wdi-caution-body {
	font-size: 14px;
	line-height: 1.7;
}

.wdi-caution-body p:last-child {
	margin-bottom: 0;
}

/* Green (default) */
.wdi-caution--green {
	background: #e1efe6;
	border-color: #1c3338;
	border-left-color: #fffa52;
}

.wdi-caution--green .wdi-caution-code {
	color: #1c3338;
}

.wdi-caution--green .wdi-caution-body {
	color: #031d23;
}

/* Red */
.wdi-caution--red {
	background: #fdf0f0;
	border-color: #c0392b;
	border-left-color: #e74c3c;
}

.wdi-caution--red .wdi-caution-code {
	color: #c0392b;
}

.wdi-caution--red .wdi-caution-body {
	color: #7b1e1e;
}

/* End Caution */

/* Video Caption */

.wdi-video-caption {
	background: #1c3338;
	color: #e1efe6;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 10px 14px;
	border-left: 4px solid #fffa52;
}

/* End Video Caption */

/* Notes */

.wdi-note {
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid transparent;
}

.page-sidebar-content .wdi-note ~ .wdi-note {
	margin-top: 40px;
}

.wdi-note-header {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 16px;
}

.wdi-note-title {
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wdi-note-body {
	padding: 12px 16px;
	font-size: 14px;
	line-height: 1.7;
}

.wdi-note-body p:last-child {
	margin-bottom: 0;
}

/* Yellow */
.wdi-note--yellow {
	background: #fffef0;
	border-color: #e8c840;
	border-left: 4px solid #fffa52;
}

.wdi-note--yellow .wdi-note-header {
	background: #fffa52;
}

.wdi-note--yellow .wdi-note-icon,
.wdi-note--yellow .wdi-note-title {
	color: #031d23;
}

.wdi-note--yellow .wdi-note-body {
	color: #1c3338;
}

/* Green */
.wdi-note--green {
	background: #e1efe6;
	border-color: #1c3338;
	border-left: 4px solid #1c3338;
}

.wdi-note--green .wdi-note-header {
	background: #1c3338;
}

.wdi-note--green .wdi-note-title {
	color: #e1efe6;
}

.wdi-note--green .wdi-note-body {
	color: #031d23;
}

/* Orange */
.wdi-note--orange {
	background: #fff8f0;
	border-color: #e8943a;
	border-left: 4px solid #e8943a;
}

.wdi-note--orange .wdi-note-header {
	background: #e8943a;
}

.wdi-note--orange .wdi-note-icon,
.wdi-note--orange .wdi-note-title {
	color: #fff;
}

.wdi-note--orange .wdi-note-body {
	color: #1c3338;
}

/* Grey */
.wdi-note--grey {
	background: #f8f8f8;
	border-color: #818a86;
	border-left: 4px solid #818a86;
}

.wdi-note--grey .wdi-note-header {
	background: #818a86;
}

.wdi-note--grey .wdi-note-icon,
.wdi-note--grey .wdi-note-title {
	color: #fff;
}

.wdi-note--grey .wdi-note-body {
	color: #1c3338;
}

/* Medium Blue */
.wdi-note--mediumblue {
	background: #f0f4ff;
	border-color: #4a6fa5;
	border-left: 4px solid #4a6fa5;
}

.wdi-note--mediumblue .wdi-note-header {
	background: #4a6fa5;
}

.wdi-note--mediumblue .wdi-note-icon,
.wdi-note--mediumblue .wdi-note-title {
	color: #fff;
}

.wdi-note--mediumblue .wdi-note-body {
	color: #1c3338;
}

/* Accent Yellow */
.wdi-note--accentyellow {
	background: #fffef0;
	border-color: #e8d800;
	border-left: 4px solid #e8d800;
}

.wdi-note--accentyellow .wdi-note-header {
	background: #e8d800;
}

.wdi-note--accentyellow .wdi-note-icon,
.wdi-note--accentyellow .wdi-note-title {
	color: #031d23;
}

.wdi-note--accentyellow .wdi-note-body {
	color: #1c3338;
}

/* Purple */
.wdi-note--purple {
	background: #f5f0ff;
	border-color: #7c5cbf;
	border-left: 4px solid #7c5cbf;
}

.wdi-note--purple .wdi-note-header {
	background: #7c5cbf;
}

.wdi-note--purple .wdi-note-icon,
.wdi-note--purple .wdi-note-title {
	color: #fff;
}

.wdi-note--purple .wdi-note-body {
	color: #1c3338;
}

/* End Notes */

/* Image Hover Effect */

.entry-content a:has(img) {
	display: inline-block;
	overflow: hidden;
	border-radius: 2px;
}

.entry-content a:has(img) img {
	transition: transform 0.3s ease, opacity 0.3s ease;
	display: block;
}

.entry-content a:has(img):hover img {
	transform: scale(1.03);
	opacity: 0.88;
}

.entry-content a:has(img)::after {
	content: '&#128269;';
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: rgba(3,29,35,0.75);
	color: #fffa52;
	font-size: 14px;
	padding: 4px 8px;
	border-radius: 2px;
	opacity: 0;
	transition: opacity 0.2s ease;
	pointer-events: none;
}

.entry-content a:has(img):hover::after {
	opacity: 1;
}

/* End Image Hover Effect */

/* TablePress */

.tablepress {
	font-size: 14px;
	color: #1c3338;
	border-collapse: collapse;
	width: 100% !important;
}

.tablepress thead tr th {
	background: #031d23;
	color: #e1efe6;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 12px 16px;
	border: none;
	text-align: left;
	cursor: pointer;
	transition: background 0.2s;
}

.tablepress thead tr th:hover {
	background: #1c3338;
}

.tablepress thead th .dt-column-order {
	color: #fffa52;
}

.tablepress tbody tr td {
	padding: 12px 16px;
	border-bottom: 1px solid #e1efe6;
	vertical-align: top;
	line-height: 1.6;
}

.tablepress tbody tr.odd td {
	background: #f8f8f8;
}

.tablepress tbody tr.even td {
	background: #ffffff;
}

.tablepress tbody tr:hover td {
	background: #e1efe6;
	color: #031d23;
}

.dt-layout-row:not(.dt-layout-table) {
	display: none !important;
}

/* End TablePress */

/* Tab Heading */

.tab-widget {
	margin: 2em 0;
}

.tab-bar {
	display: flex;
	gap: 4px;
	border-bottom: 1px solid #e1efe6;
	margin-bottom: 1.5em;
}

.tab-btn {
	padding: 10px 20px;
	border: none;
	background: #f0f0f0;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 4px 4px 0 0;
	transition: background 0.2s;
	color: #555;
}

.tab-btn.active {
	background: #fff;
	color: #043e47;
	border: 1px solid #e1efe6;
	border-bottom: 2px solid #fff;
	margin-bottom: -2px;
}

.tab-panel {
	display: none;
}

.tab-panel.active {
	display: block;
}

/* End Tab Heading */

/* Partners Grid */

.wdi-partners-wrap {
	display: flex;
	align-items: flex-start;
	border-top: 3px solid #fffa52;
}

.wdi-partners-caption {
	flex: 0 0 140px;
	font-size: 12px;
	line-height: 1.5;
	padding: 12px 12px 12px 0;
	color: #1c3338;
	text-align: center;
}

.wdi-partners-caption a {
	color: #43727c;
	font-weight: 600;
}

.wdi-partners-grid > p {
	display: none;
}

.wdi-partners-grid {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-bottom: none;
}

.wdi-partner-card {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #f7f7f7;
	display: flex;
	flex-direction: column;
}

.wdi-partner-link-wrap {
	display: flex;
	flex-direction: column;
	flex: 1;
	text-decoration: none;
	color: inherit;
}

.wdi-partner-link-wrap:hover .wdi-partner-logo img {
	opacity: 0.85;
}

.wdi-partner-logo {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 20px;
	min-height: 160px;
	background: #fff;
}

.wdi-partner-logo img {
	max-width: 100%;
	max-height: 120px;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: opacity 0.2s;
}

.wdi-partner-title {
	padding: 10px 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #666;
	background: #f7f7f7;
	line-height: 1.4;
}

.wdi-partner-extra-link {
	padding: 0 12px 10px;
	font-size: 12px;
}

.wdi-partner-extra-link a {
	color: #43727c;
	font-weight: 600;
}

@media (max-width: 1741px) {
	.wdi-partners-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.wdi-partners-caption {
		flex: 0 0 110px;
	}
}

@media (max-width: 600px) {
	.wdi-partners-wrap {
		flex-direction: column;
	}
	.wdi-partners-caption {
		flex: none;
		width: 100%;
		text-align: left;
		padding-bottom: 12px;
	}
	.wdi-partners-grid {
		grid-template-columns: repeat(2, 1fr);
		border-left: 1px solid #e0e0e0;
	}
}

/* End Partners Grid */

/* News */

/* Blog Archive & Single Post padding-top */
.blog #content, .archive #content, .single-post #content, .search-results #content {
	padding-top: 150px;
}

@media screen and (max-width: 1741px) {
	.blog #content, .archive #content, 	.single-post #content, .search-results #content {
		padding-top: 75px;
	}
}

.search .ast-container section.ast-archive-description {
	padding: 0;
}

.ast-archive-description .ast-archive-title {
	font-size: 30px!important;
}

/* End News */

/* WPForms */

.wpforms-container input[type=date], .wpforms-container input[type=datetime], .wpforms-container input[type=datetime-local], .wpforms-container input[type=email], .wpforms-container input[type=month], .wpforms-container input[type=number], .wpforms-container input[type=password], .wpforms-container input[type=range], .wpforms-container input[type=search], .wpforms-container input[type=tel], .wpforms-container input[type=text], .wpforms-container input[type=time], .wpforms-container input[type=url], .wpforms-container input[type=week], .wpforms-container select, .wpforms-container textarea {
	background: #fff;
	border-width: 0 0 1px 0;
	color: var(--ast-global-color-2);
	opacity: 0.8;
}

.wpforms-container input:focus, .wpforms-container select:focus, .wpforms-container textarea:focus {
	outline: none;
	opacity: 1;
	border-color: var(--ast-global-color-0);
}

.wpforms-container .wpforms-one-half {
	margin-bottom: 10px;
}

.wpforms-container button {
	padding: 17px 34px;
	font-size: 15px;
}

.wpforms-container .wpforms-one-half, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths, .wpforms-container .wpforms-one-third, .wpforms-container .wpforms-two-sixths {
	z-index: 1000;
}

@media screen and (max-width: 899px) {
	.wpforms-container .wpforms-one-half, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths, .wpforms-container .wpforms-one-third, .wpforms-container .wpforms-two-sixths, .wpforms-container .wpforms-one-third.wpforms-first, .wpforms-container .wpforms-two-sixths.wpforms-first {
		width: 100%;
	}
	
	.wpforms-container .wpforms-one-third {
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	.wpforms-one-third {
		width: 100%!important;
		float: none!important;
		padding: 0!important;
		margin: 0 0 20px!important;
	}
	
	.wpforms-first {
		margin-top: 0!important;
		margin-bottom: 10px;
	}
	
	.wpforms-container {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	
	.wpforms-container .wpforms-field-textarea textarea.wpforms-field-medium {
		margin-top: -10px;
	}
	
	#wpforms-17912-field_4-container {
		margin-bottom: 10px!important;
	}
	
	#wpforms-17912-field_2-container {
		width: 100%;
	}
}

.contact-form .wpforms-container select.wpforms-field-large {
	padding: 1.01em .75em;
}

.contact-form .wpforms-container input, .contact-form .wpforms-container select, .contact-form .wpforms-container textarea, .wpforms-field input::placeholder, .wpforms-field textarea::placeholder {
	color: #043e47;
}

.search-form .wpforms-container select.wpforms-field-large {
	text-transform: uppercase;
}

/* End WPForms */