/* 
Theme Name: Darcysolutions
Author: Jimmy Ahuja
Description: Custom theme for Darcy Solutions
Version: 1.0
*/



* {
	font-family:"Arial", sans-serif;
}


/*********************
****** REST CSS*******
* *********************/

*,
*::before,
*::after {
	box-sizing: border-box;
	/* 1 */
}

html {
	font-family: sans-serif;
	/* 2 */
	line-height: 1.15;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 4 */
	-ms-text-size-adjust: 100%;
	/* 4 */
	-ms-overflow-style: scrollbar;
	/* 5 */
	-webkit-tap-highlight-color: transparent;
	/* 6 */
}

@-ms-viewport {
	width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	/* background:;
	margin: 0;
	color: var(--e-global-color-text);
	text-align: left; */


	/*background-color: #fafafa; disabled for fixed background image fix */ 
	/* 	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: var(--e-global-typography-primary-font-size);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: var(--e-global-typography-primary-line-height); */
}

[tabindex="-1"]:focus {
	outline: none !important;
}

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 15px;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	/* 4 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
	cursor: help;
	/* 3 */
	border-bottom: 0;
	/* 1 */
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
	/* Undo browser default */
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
	/* Add the correct font style in Android 4.3- */
}

b,
strong {
	font-weight: bolder;
	/* Add the correct font weight in Chrome, Edge, and Safari */
}

small {
	font-size: 80%;
	/* Add the correct font size in all browsers */
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: var(--e-global-color-3d1ba8b);
	/* 	text-decoration: underline;
	background-color: transparent; */
	/* Remove the gray background on active links in IE 10. */
	-webkit-text-decoration-skip: objects;
	/* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}

a:hover:not(.elementor-button) {
	color: var(--e-global-color-3d1ba8b);
	text-decoration: underline;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* Correct the inheritance and scaling of font size in all browsers. */
	font-size: 1em;
	/* Correct the odd `em` font sizing in all browsers. */
}

pre {
	/* Remove browser default top margin */
	margin-top: 0;
	/* Reset browser default of `1em` to use `rem`s */
	margin-bottom: 1rem;
	/* Don't allow content to break outside */
	overflow: auto;
	/* We have @viewport set which causes scrollbars to overlap content in IE11 and Edge, so we force a non-overlapping, non-auto-hiding scrollbar to counteract. */
	-ms-overflow-style: scrollbar;
}

figure {
	/* Apply a consistent margin strategy (matches our type styles). */
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
	/* Remove the border on images inside links in IE 10-. */
}

svg:not(:root) {
	overflow: hidden;
	/* Hide the overflow in IE */
}

a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

table {
	border-collapse: collapse;
	/* Prevent double borders */
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	/* 	color: #868e96; */
	text-align: left;
	caption-side: bottom;
}

th {
	/* Matches default `<td>` alignment by inheriting from the `<body>`, or the closest parent with a set `text-align`. */
	text-align: inherit;
}

label {
	/* Allow labels to use `margin` for spacing. */
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	/* Remove the margin in Firefox and Safari */
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
	/* Show the overflow in Edge */
}

button,
select {
	text-transform: none;
	/* Remove the inheritance of text transform in Firefox */
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	/* Reset the default outline behavior of fieldsets so they don't affect page layout. */
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	/* 1 */
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	/* 2 */
	white-space: normal;
	/* 1 */
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

/* html {
background: #e2e2e2;
}
*/
body {
	/* 	max-width: 1920px; */
	margin: 0 auto;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

/***********************
****** CUSTOM CSS ******
************************/
/* 
.elementor-nav-menu .sub-arrow { 
width: 25px;

} */

.elementor-nav-menu .sub-arrow {
	position: absolute;
	right: 0;
}
li.menu-item-has-children > .elementor-item {
	padding-right: 20px !important;
}

.elementor-widget-text-editor p:last-child { 
	margin-bottom: 0px;
} 

.darcy-header.elementor-sticky--effects {
	box-shadow:0 0 10px 0 rgba(0,0,0,0.25);
}

.darcy-mainmenu ul.elementor-nav-menu--dropdown {
	width:275px !important;
	box-shadow:0 10px 10px 0 rgba(0,0,0,0.15);
}

.darcy-mainmenu ul.elementor-nav-menu--dropdown li a {
	border:none;
}

.darcy-counter .elementor-counter-title {
	text-align:center;
}

.darcy-mobile-menu > .elementor-icon-wrapper {
	line-height: 0;
}
/* .darcy-counter .elementor-widget-counter {
position:relative;
}

.darcy-counter .elementor-widget-counter:after {
position:absolute;
content:"";
right:0;
background:#cecece;
width:2px;
height:80%;
top:15px;

}

.darcy-counter .elementor-widget-counter:last-of-type:after {
display:none;	
} */

.darcy-footer-form,
.darcy-contact-form .wpforms-container {
	margin-top:0 !important;
}

.darcy-footer-form label,
.darcy-contact-form label {
	margin-bottom:3px !important;
	font-weight:400 !important;
}

.darcy-footer-form .wpforms-field-medium {
	max-width:100% !important;
}

.darcy-footer-form .wpforms-field {
	padding-bottom:0 !important;
}

.darcy-footer-form button {
	margin-top:15px !important;
	height:unset !important;
	padding:12px 32px !important;
	font-size:18px !important;
	font-weight:700 !important;
}

.darcy-footer-form button:hover {
	background:var(--e-global-color-secondary) !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error a {
	color: #fff;
}

.darcy-contact-form input {
	border-radius:10px !important;
	border:none !important;
}

.darcy-contact-form textarea {
	resize:none !important;
	border-radius:10px !important;
	border:none !important;
}


.darcy-submit-button {
	font-size:18px !important;
	font-weight:700 !important;
	padding:12px 24px !important;
	height:unset !important;
}

.darcy-submit-button:hover {
	background:transparent !important;
	color: var(--e-global-color-secondary) !important;
}

.darcy-submit-button:focus:after {
	border:none !important;
}

.breadcrumb-container ol {
	padding:0;
}

.breadcrumb-container li a {
	font-weight:700;
	text-transform:uppercase;
}

.breadcrumb-container li a:first-of-type {
	padding-left:0;
	margin-left:0;
}

/* .darcy-grid-content {
position:relative;
height:100%;
}

.darcy-grid-bottom {
position:absolute;
bottom:35px;
width:calc(100% - 60px);
} */


/**************************
***** Site Assessment *****
***************************/

.darcy-assessment-form ul#wpforms-86-field_12 li {
	border: 2px solid #DDD;
	border-radius: 6px;
	padding:10px;
	padding-bottom: 0;
}

.darcy-assessment-form ul#wpforms-86-field_12  li label {
	display: flex;
	flex-direction: column-reverse;
	height: 100%;
	padding:0;
	justify-content: space-between;
}

.darcy-assessment-form ul#wpforms-86-field_12 li label {
	border:none;
}

.darcy-assessment-form .wpforms-image-choices-label {
	margin-bottom:20px;
	padding: 0 20px;
}

.darcy-assessment-form textarea {
	resize:none !important;
}

/***********************
******* Projects *******
*************************/

.darcy-projects-map #wpgmza_map_1 {
	border-radius:10px;
}

.darcy-projects-map .wpgmza_gallery_placeholder {
	margin-bottom:10px;
	min-width: initial !important;
}

.darcy-projects-map .wpgmza_gallery_placeholder img {
	object-fit:cover;
	max-width: unset !important;
}

.darcy-projects-map .wpgmza_infowindow_title {
	font-size:18px;
}

.darcy-projects-map button.gm-ui-hover-effect {
	position: absolute !important;
	z-index: 1;
	top: 0;
	right: 0;
	border-radius: 0;
	opacity: 1;
	background: #fff !important;
}

.darcy-projects-map .wpgmza_infowindow_address,
[data-custom-field-name="Category"] {
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:0;
}

.darcy-projects-map .custom-field-label {
	display:none;
}

[data-custom-field-name="Category"] {
	margin-bottom:0;
}

.darcy-projects-map .gm-style-iw {
	padding-bottom:10px !important;
}
.darcy-projects-map p.wpgmza_infowindow_link {
	margin: 10px 0;
}
.darcy-projects-map a.wpgmza_infowindow_link {
	background: var(--e-global-color-secondary);
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 16px;
	text-decoration: none;
}
.darcy-projects-map .wpgmza_map .gmnoprint button {
	border-radius: 0px;
}

/* .wpgmza-gallery-lightbox {
display:none !important;
} */

/**************************
***** Project Detail *****
***************************/



.project-pdf {
	position:relative;
}

.project-pdf a.elementor-button  {
	position:absolute;
	top: calc(50% - 22px);
	left: calc(50% - 125px);
}

.project-pdf-link a {
	font-weight:700;
}

.project-counter {
	display:flex;
	justify-content: center;
}

.project-counter-prefix,
.project-counter-suffix {
	font-size:46px;
}

.project-counter h2,
.project-counter p {
	color: var(--e-global-color-3d1ba8b);
}

.project-counter h2 {
	font-size:60px;
	text-align: center;
	font-weight:900;
}

.project-counter p {
	font-weight:700;
	text-align: center;
	line-height:1.2em;
	margin-bottom:0;
}

.project-counter-inner {
	position:relative;
	padding: 0 20px;
}

.project-counter-inner:after {
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	top:0;
	right:0;
	background:var(--e-global-color-3d1ba8b);
}

.project-counter-inner:last-of-type:after {
	display:none;
}

.project-image-slider {
	position:relative;
}

.project-image-slider .slick-arrow.slick-next,
.project-image-slider .slick-arrow.slick-prev {
	position: absolute;
	background: url(/wp-content/uploads/2025/12/darcy-arrow-left.svg) no-repeat;
	border: none;
	outline:none;
	width: 40px;
	height: 40px;
	background-size: contain !important;
	cursor: pointer;
	z-index:1;
	text-indent: -9999px;	
	left: 50px; 
	top:0;
	bottom:0;
	margin:auto;
	border-radius: 0;
}

.project-image-slider .slick-arrow.slick-next {
	background: url(/wp-content/uploads/2025/12/darcy-arrow-right.svg) no-repeat;
	left: auto;
	right: 50px;
}

/* .project-image-slider .slick-slide img {
width:100%;
}
*/

.project-image-slider-inner {
	padding: 0 5px;
}

.project-image-slider .project-image-slider-top img {
	width:100%;
	object-fit:cover;
	margin-bottom:15px;
}

.project-image-slider .project-image-slider-bottom img {
	width:100%;
	height:155px;
	object-fit:cover;
}

.project-image-slider .project-image-slider-bottom img:hover {
	cursor:pointer;
}

/***********************
***** All Projects *****
************************/


.darcy-project-filter .facetwp-facet {
	margin-bottom:0;
}

.darcy-project-filter .facetwp-dropdown {
	width:100%;
	padding:5px 10px;
	font-weight:700;
}

.darcy-project-category a {	
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.65em;
}

.facetwp-facet-reset .facetwp-reset {
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 400;
}

@media only screen and (min-width:1281px) and (max-width:1320px) {
	.darcy-mainmenu .elementor-nav-menu--main .elementor-item {
		padding-left: 5px !important;
		padding-right: 15px !important;
	}
	.darcy-header-button a {
		width: 225px;
	}
}

@media only screen and (max-width:1280px) {
	.darcy-projects-map #wpgmza_map_1 {
		height:550px !important;
	}

	.project-counter h2 {
		font-size:60px;
	}

	.project-counter-prefix,
	.project-counter-suffix {
		font-size:50px;
	}

}

@media only screen and (max-width:1024px) {
	.darcy-projects-map #wpgmza_map_1 {
		height:450px !important;
	}

	.project-counter h2 {
		font-size:46px;
	}

	.project-counter-prefix,
	.project-counter-suffix {
		font-size:36px;
	}
}

@media only screen and (max-width:767px) {
	.darcy-projects-map #wpgmza_map_1 {
		border-radius:0;
	}


	.wpgmza_map .gm-style .gm-style-iw-c .gm-style-iw-d,
	.wpgmza_map .gm-style .gm-style-iw-c {
		max-height: unset !important;
	}

	.darcy-projects-map .wpgmza_gallery_placeholder {
		min-height: 100px !important;
	}

	.wpgmza-gallery .wpgmza-gallery-stage .wpgmza-gallery-item img {
		max-height: 100px !important;
	}

	.darcy-projects-map p.wpgmza_infowindow_link {
		margin-bottom: 0;
	}

	.project-image-slider .slick-arrow.slick-next,
	.project-image-slider .slick-arrow.slick-prev {
		width: 30px;
		height: 30px;
	}

	.project-image-slider .slick-arrow.slick-prev {
		left:30px;	
	}

	.project-image-slider .slick-arrow.slick-next {
		right:30px;
	}

	.project-counter {
		display:block;
	}

	.project-counter-inner {
		margin-bottom:30px;
	}

	.project-counter-inner:last-of-type {
		margin-bottom:0;
	}

	.project-counter-inner:after {
		display:none;
	}

	.project-counter h2 {
		font-size: 36px;
		margin-bottom:0;
	}

	.project-counter-prefix,
	.project-counter-suffix {
		font-size:26px;
	}

	.project-image-slider-top .project-image-slider-inner {
		padding: 0;
	}

	.project-image-slider .project-image-slider-bottom img {
		height:75px;
	}

}

/* Job List styling */

.job-info h4 a {
	color: #EE4655;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none !important
}


.job-info h4 a:hover {
	color: #292929;
}

.sjb-page .list-data .v1 .sjb-apply-now-btn a {
	background-color: #EE4655;
	padding: 9px 30px;
	font-size: 14px !important;
	text-transform: uppercase;
	outline: none;
	box-shadow: none;
	font-family: "Arial", Sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--e-global-color-caf7764);
	background-color: var(--e-global-color-secondary);
	border-style: solid;
	border-width: 2px !important;
	border-color: var(--e-global-color-secondary);
	border-radius: 50px;
	text-decoration: none;
}

.sjb-listing a.btn.btn-primary:hover {
	color: var(--e-global-color-secondary);
	background-color: #FFFFFF00;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: var(--e-global-color-secondary);
}

.popup-outer h3 {
	font-size: 28px
}

.popup-outer .btn {
	border-width: 2px
}

.sjb-page {
	padding: 0 !important
}

.jobpost-form input[type="text"],
.jobpost-form input[type="email"],
.jobpost-form input[type="tel"],
.jobpost-form textarea,
.jobpost-form .file input[type="file"],
.jobpost-form .file {
	color: black !important;
	border-color: black !important;
	border-width: 1px;
	box-shadow: none;
	border-radius: 0 !important
}

.jobpost-form .btn-primary {
	border: 2px solid var(--e-global-color-secondary) !important
}

/* Job - Single Page styling */

.career-content h3 {
	font-size: 28px;
}

.career-content a,
.career-content a:hover {
	color: #EE4655;
}

.career-content a:hover {
	text-decoration: underline;
}
