:root {
	--background-color: #fff;
	--content-background-color: #fff;
	--text-color: #665a52;
	--link-color: #5f8039;
	--hover-color: #7ea54a;
	--active-color: #7ea54a;
	--secondary-color: #7f5b40;
	--tertiary-color: #666;
	--dim-color: #FFF7E6;
	--highlight-color: #ff0;
}

@font-face {
    font-family: 'aquilinetworegular';
    src: url('../fonts/aquilinetwo_regular_macroman/AquilineTwo-webfont.eot');
    src: url('../fonts/aquilinetwo_regular_macroman/AquilineTwo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aquilinetwo_regular_macroman/AquilineTwo-webfont.woff') format('woff'),
         url('../fonts/aquilinetwo_regular_macroman/AquilineTwo-webfont.ttf') format('truetype'),
         url('../fonts/aquilinetwo_regular_macroman/AquilineTwo-webfont.svg#aquilinetworegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

BODY {
	color: var(--text-color);
	background-color: var(--background-color);
	font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
 }


/** Links **/

A:link, A:visited, LI A.active, INPUT[type="submit"], summary, button.link, ul.menu a.is-active { color: var(--link-color);  }
A:hover, A:focus, LI A.active:hover, LI A.active:focus, summary:hover, summary:focus, button.link:hover, button.link:focus { color: var(--hover-color); }
A:active { color: var(--active-color); }

header[role=banner] A:link, header[role=banner] A:visited { }
footer A:link, footer A:visited { }


button, INPUT[type="submit"], .button, .image-button,
.webform-options-display-buttons input + label.webform-options-display-buttons-label {
	border-color: var(--link-color);
	background-color: transparent;
}

.button:hover,
.button:focus,
.button:active,
.webform-options-display-buttons input:hover + label.webform-options-display-buttons-label {
	background-color: var(--dim-color);
}

INPUT[id|="edit-submit"], INPUT.button-primary, P.promo .button,
.webform-options-display-buttons input:checked + label.webform-options-display-buttons-label {
	border-color: var(--link-color);
	background-color: var(--link-color);
	color: #fff;
	text-shadow: none;
	background-image: none;
}

INPUT[id|="edit-submit"]:hover, INPUT.button-primary:hover, P.promo .button:hover,
.webform-options-display-buttons input:checked:hover + label.webform-options-display-buttons-label {
	background-color: var(--hover-color);
}

.pager__item A:hover, .pager__item A:focus { border-color: var(--hover-color) !important; }
.pager__item.is-active A { color: #fff !important; background-color: var(--link-color); }


/** Header **/

header[role=banner]
{
	border-width: 0 0 1px 0;
	border-color: #FFF7E6;
	border-style: solid;
	background-color: var(--background-color);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background-position: center top;
	background: #FFF7E6;
	background: linear-gradient(180deg,rgba(255, 247, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
}


.site-name A {
	float: left; 
	z-index: 15; 
	margin-top: 0;
	background: url(../images/banner-mobile.svg) no-repeat;
	text-indent: -9999px;
	background-size: 260px 38px;
	width: 260px;
	height: 38px;
	background-position: left top;
}

header[role=banner] .block-social { display: none; }
footer .block-social { text-align: center; }


#search-block-form, .accessibility--controls {
	background-color: var(--dim-color);
}

.accessibility--control { color: var(--link-color); }

@media (min-width: 768px) {
	header[role=banner] { background-position: center bottom; }
	.region-header { padding: 10px 20px; position: relative; }
	.site-name A {
		background: url(../images/banner.svg) no-repeat;
		background-size: 540px 76px;
		width: 540px;
		height: 76px;
	}
	header[role=banner] { border-width: 0; }
	#block-accessibilitytoolbar { margin-top: 10px; }
	#block-accessibilitytoolbar .color-contrast { float: right; }
	#block-accessibilitytoolbar .text-sizing { float: right; margin-right: 2em; }
	header[role=banner] .search-block-form { margin-top: 1em; float: right; }
	#search-block-form, .accessibility--controls { background-color: transparent; }
	header[role=banner] .block-social { clear: right; float: right; padding-top: 9px; display: block; }
	footer .block-social { display: none; }
}

@media (min-width: 992px) {
	.site-name A {
		background-size: 710px 100px;
		width: 710px;
		height: 100px;
	}
header[role=banner] .block-social { clear: right; float: right; padding-top: 25px; }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}







/** Navigation **/
.layout-sidebar-first  { line-height: normal;  }

/** .layout-sidebar-first .block-menu { font-size: 0.888888888888889em; } **/

header[role=banner] .collapsiblock A, #superfish-main-toggle { 
	background-color: var(--link-color); /* icon color */
}

#superfish-main-accordion { 
	background-color: #FFF7E6; /* accordion menu color */
}

ul.sf-menu a, ul.sf-menu a:visited, ul.sf-menu span.nolink { /** all menu items **/
	color: var(--link-color);
}

ul.sf-menu.sf-accordion li.sf-depth-1 > A { /* main menu items */
	color: #fff;
	background-color: var(--link-color);
}

ul.sf-menu li.sf-depth-1 {
	border-color: rgba(255, 255, 255, 0.5); /* line between main menu items */
}

ul.sf-menu.sf-horizontal li.sf-depth-1 { flex-grow: 1; }

ul.sf-menu.sf-horizontal li.sf-depth-1 > A { /* main menu items */
	color: #fff;
	background-color: var(--link-color);
	text-transform: uppercase;
	letter-spacing: 1px;
}



ul.sf-menu li A:hover:not(.sf-accordion-button), 
ul.sf-menu li A:focus:not(.sf-accordion-button), 
ul.sf-menu span.nolink:hover { background-color: var(--hover-color) !important; color: #fff !important; } /* hover all menu items */

ul.sf-menu li.active-trail A.is-active { text-decoration: underline; text-decoration-thickness: 1px; }
ul.sf-menu li.active-trail.sf-depth-1 > A { background-color: var(--active-color); } /* active main menu items */
ul.sf-menu li.active-trail:not(.sf-depth-1) > A { background-color: #ccc; } /* active drop down menu items */


@media (min-width: 768px) {
	/* .block-superfishmain { display: none; } */
	
	nav.menu { background-color: var(--link-color); }


	ul.sf-menu li A.sf-depth-1 {
		/* height: 2em; max number of lines */
		color: var(--link-color);
		padding: .5em 1em;
	}

	ul.sf-menu li:hover > ul, ul.sf-menu li.sfHover > ul { top: 2em; }

	ul.sf-menu.menu ul { /** sub menu outline **/
		border: 1px #ccc solid; 
		background-color: #fff; 
	}
	
	#block-daedal-client-main-menu ul.menu {
		text-align: right;
	}
	
	.layout-sidebar-first .menu-item--active-trail { background-color: rgba(102, 51, 0, 0.06); }
}



/** Headers **/

H1, H2, H3, H4, H5, H6 { font-weight: normal; }

H1 { color: #996d4d; letter-spacing: 1px; font-family: serif; }
H2, H2+P.subtitle { color: var(--secondary-color); }
P.subtitle, .mode-view .field--name-field-subtitle, .mode-view .field--name-field-job-title {
	color: var(--tertiary-color); 
	margin-bottom: 1em; 
	font-size: 1.11111111em;
	font-style: italic;
}

H3, H4, H5, H6 { color: var(--tertiary-color); }

/* Fields */

main .field, .view-eva { margin-bottom: 1em; }

BLOCKQUOTE {   }

.mode-view .field--name-field-quote {
	margin: 0px 2em 1.2em 2em;
	font-style: italic;
	line-height: normal;
}

@media (min-width: 768px) {
#block-daedal-client-map { float: right; width: 50%; margin-left: 20px; }
}

/** Images & Video **/

.image-field-caption { text-align: center; }

/** Forms **/

textarea:focus, input:is([type="text"], [type="search"], [type="number"], [type="date"], [type="time"], [type="datetime-local"], [type="month"], [type="week"], [type="password"], [type="email"], [type="tel"], [type="url"]):focus {
	border-color: #cc0;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px #ff9;
}

input:checked[type="checkbox"] {
	background-color: #005569;
}


/** Tables **/

THEAD TH {
	color: var(--tertiary-color);
	border-width: 0 0 2px 0;
	border-color: var(--tertiary-color);
	border-style: solid;
}


/** Footer **/

.region-footer {
	border-width: 1px 0 0 0;
	border-color: #ccc;
	border-style: solid;
	text-align: center;
}


/** Front Page **/

.featured { background-color: #000; }

.path-frontpage H1 { display: none; }

.block-60th { display: none; }

.view-homepage-slideshow .flexslider ul.slides {
	border-top: 3px #9e9687 solid;
	border-right: 3px #dfd5c3 solid;
	border-bottom: 3px #e6dfd2 solid;
	border-left: 3px #afa796 solid;
}

.view-homepage-slideshow .flex-caption {
	font-family: aquilinetworegular;
	font-size: 2em;
	text-align: right;
	padding-bottom: 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}

.view-homepage-slideshow .flex-caption A {
	color: #FFF !important;
	text-decoration: none;
}

@media (min-width: 768px) {
	.block-60th { display: block; position: absolute; right: 0; top: 0; margin-right: -10px; z-index: 10; }
	.block-60th IMG { width: 100px; height: 120px; }
}

@media (min-width: 992px) {
	.view-homepage-slideshow .flex-caption { font-size: 3em; }
	.block-60th IMG { width: 140px; height: 167px; }
}


.view-homepage-slideshow .views-row { position: relative; }
.view-homepage-slideshow .views-field-title { position: absolute;
bottom: 50%;
font-size: 1.33333333em;
margin: 0 auto;
background-color: rgba(0,0,0,.2);
padding: .25em 0;
width: 100%;
pointer-events: none;
transform: translateY(50%);
}

.view-homepage-slideshow .views-field-title A {
	color: #fff; 
	text-decoration: none; 
	text-shadow: 0 1px 0 rgba(0,0,0,.5); 
    padding: 0 10px;
    display: block;
}

.view-homepage-slideshow A IMG { transition: 0.1s; }
.view-homepage-slideshow A:hover IMG { transform: scale(1.04545455); }

.slide__caption A { color: #fff; text-decoration: none; }
.slide__caption P { margin: 0; color: #eee; line-height: 1.25em; text-shadow: 0 0 20px #000; }

@media (min-width: 768px) {
	.slide__caption {
		bottom: 50%;
		transform: translateY(50%);
		padding: 20px;
		background: none;
		text-align: center;
		font-size: 1.5em;
		line-height: 1.5em;
	} 
	.slide__caption P.promo { font-size: 1.5em; }
}

/** 
@media (min-width: 1200px) {
	.region-featured { width: 100%; }
}

@media (min-width: 1400px) {
	.region-featured { width: 100%; }
}
 **/

.mode-view .block-fieldblock {
	width: 100vw;
	margin-left: calc(-50vw + 50% - 7px);
	margin-right: calc(-50vw + 50% - 7px);
}

.mode-view .field--name-field-alert
{
	background-color: hsl(from var(--highlight-color) h s 90% );
	padding: .5em;
	text-align: center;
	border: 1px var(--highlight-color) solid;
}

.mode-view .field--name-field-alert P { margin: .5em 0; }




/** Examples **/
.view-gallery .views-field-view-node A IMG { border: 1px #eee solid; }
.view-gallery .views-field-view-node A:hover IMG { border-color: var(--link-color); }
.view-gallery .views-field-view-node A .example-before { display: none; }
.view-gallery .views-field-view-node A:hover .example-before { display: block; }
.view-gallery .views-field-view-node A:hover .example-after { display: none; }

.group-photos .field__label { text-align: center; }
.group-photos IMG { margin: 0 auto; }



.splide__arrow { background: var(--link-color); }
.splide__arrow svg { fill: #fff; }

.splide--field-before::before { content: "Before"; }
.splide--field-after::before { content: "After"; }

.splide--field-before::before, .splide--field-after::before {
	text-align: center;
	font-weight: bold;
	display: block;
	color: var(--secondary-color);
	padding: 3px;
}

.group-photos {
	display: grid;
	grid-row-gap: 20px;
	grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
	margin-bottom: 1em;
}

@media (min-width: 576px) {
	.group-photos {
		display: grid;
		grid-template-rows: 1fr;
		grid-column-gap: 20px;
	}
	.blazy .media--blazy img.media__element {
		margin: 0 auto;
	}
}
.mode-view .field--name-field-restoration-steps {
	line-height: 1.22222222em;
}
.mode-view .field--name-field-restoration-steps .field__label {
	font-size: 1.55555555em;
	margin: 2em 0 0.5em 0;
	font-weight: normal;
}

.mode-view .field--name-field-restoration-steps .field__items {
	display: grid;
	grid-gap: 20px 40px;
	grid-template-columns: 1fr );
}

@media (min-width: 560px) {
    .mode-view .field--name-field-restoration-steps .field__items { grid-template-columns: repeat(2, 1fr); }
	.mode-view .field--name-field-restoration-steps .field--name-field-image { margin: 0 0 3px 10px; }
}



#block-daedal-client-views-block-staff-block-1,
#block-daedal-client-views-block-projects-past-block-1,
#block-daedal-client-views-block-recent-projects-block-1 { clear: both; }