/* ----------------------------------------------------------------
	Canvas Demo: Construction
	Construction demo styles (header extras, slider captions,
	services grid, footer contacts, weight helpers + RTL rules).
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #F18052;
	--cnvs-themecolor-rgb: 241, 128, 82;

	--cnvs-body-font: 'Roboto', sans-serif;
	--cnvs-primary-font: 'Source Sans Pro', sans-serif;
}

#header {
	background-color: #F9F9F9;
	--cnvs-primary-menu-font-size: 0.8125rem;
	--cnvs-primary-menu-submenu-font-size: .75rem;
	--cnvs-primary-menu-submenu-font-weight: 600;
	--cnvs-primary-menu-submenu-color: var(--cnvs-contrast-700);
	--cnvs-primary-menu-ls: 1px;
	--cnvs-primary-menu-tt: uppercase;
	--cnvs-primary-menu-font-weight: 700;
}

#top-bar {
	--cnvs-topbar-font-transform: uppercase;
	--cnvs-topbar-font-size: 0.75rem;
	--cnvs-topbar-bg: #FFF;
	--cnvs-topbar-font-weight: 400;
}

.header-extras li {
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #EEE;
}

.header-extras li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

.header-extras li i {
	margin-top: 0 !important;
	font-size: 36px !important;
}

.header-extras li .he-text {
	padding-left: 15px;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.header-extras li .he-text span {
	font-weight: 600;
	text-transform: none;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
}

.feature-box {
    --cnvs-featured-box-font-size: ;
    --cnvs-featured-box-font-weight: 600;
    --cnvs-featured-box-font-tt: uppercase;
}

#header-wrap { --cnvs-header-bg: #FFF; }

.carousel-widget {
	--cnvs-owl-nav-bg: #FFF;
}

.device-md .primary-menu i.icon-angle-down,
.device-sm .primary-menu i.icon-angle-down,
.device-xs .primary-menu i.icon-angle-down { display: none !important; }

.slider-caption {
	max-width: 450px;
}

.slider-caption > div {
	background-color: rgba(255,255,255,0.9);
	border-radius: 2px;
	padding: 40px;
}

.slider-caption h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

.slider-caption p {
	margin-bottom: 0;
	font-size: 18px;
}

.dark .slider-caption { background-color: rgba(0,0,0,0.75) }

.testi-meta span { color: rgba(255,255,255,0.65); }

.iconlist.iconlist-large { font-size: 17px !important; }

.iconlist.iconlist-large li { margin: 8px 0 !important; }

.iconlist.iconlist-large li i { top: 0; }

.testi-content p {
	font-style: normal;
	font-family: var(--cnvs-primary-font) !important;
	font-weight: 300;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1.6 !important;
	margin-bottom: 40px;
}

.footer-big-contacts {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #888;
	letter-spacing: 2px;
}

.dark .footer-big-contacts { color: rgba(255,255,255,0.8); }


.team-title span {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	margin-top: 2px;
}

.small-thumbs .entry-title h2 a {
	text-transform: none;
	letter-spacing: 0;
	font-size: 22px;
	line-height: 25px;
	font-weight: 600;
	-webkit-transition: color .6s ease;
	-o-transition: color .6s ease;
	transition: color .6s ease;
}

/* ----------------------------------------------------------------------------
	Services Grid
---------------------------------------------------------------------------- */

.grid-border {
	overflow: inherit;
	--cnvs-grid-border-width: 1px;
	--cnvs-grid-border-color: var(--cnvs-contrast-200);
	--cnvs-grid-border-opacity: 1;
}

.grid-border [class^=col-] {
	margin: calc(-1 * var(--cnvs-grid-border-width)) 0 0 calc(-1 * var(--cnvs-grid-border-width));
	padding: 30px;
	border: var(--cnvs-grid-border-width) solid var(--cnvs-grid-border-color);
}

.grid-border [class^=col-]::before,
.grid-border [class^=col-]::after {
	display: none;
}

.grid-border [class^=col-]:hover {
	--cnvs-grid-border-color: var(--cnvs-themecolor);
	background-color: rgba(var(--cnvs-themecolor-rgb),0.1);
	z-index: 1;
}


/* ----------------------------------------------------------------------------
	Helper CSS Classes
---------------------------------------------------------------------------- */

.t300 { font-weight: 300 !important; }

.t400 { font-weight: 400 !important; }

.t500 { font-weight: 500 !important; }

.t600 { font-weight: 600 !important; }

.t700 { font-weight: 700 !important; }


/* ----------------------------------------------------------------
	CSS Specific to the Construction Demo - RTL Support
-----------------------------------------------------------------*/

.rtl .header-extras li {
	margin-right: 30px;
	margin-left: 0;
	padding-right: 30px;
	padding-left: 0;
	border-right: 1px solid #EEE;
	border-left: 0;
}

.rtl .header-extras li:first-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.rtl .header-extras li .he-text {
	padding-right: 15px;
	padding-left: 0;
}

.rtl .slider-caption {
	right: -25px;
	left: auto;
}

.rtl .slider-caption.slider-caption-right {
	right: auto;
	left: -25px;
}

/* Services Grid
---------------------------------------------------------------------------- */

.rtl .grid-border [class^=col-] { margin: -1px 0 0 -1px; }


/* ----------------------------------------------------------------
	Construction Icon Font (demo-scoped)

	Additive section AFTER the 1:1 demo body: the `realestate`
	icon font used by the Careers page and the Construction Icons
	showcase page. Font files ship under
	assets/css/demos/shared/realestate/; glyph classes and
	values are verbatim.
-----------------------------------------------------------------*/

@font-face {
	font-family: 'realestate';
	src:  url('shared/realestate/realestate.ttf?ixg742') format('truetype'),
		url('shared/realestate/realestate.woff?ixg742') format('woff');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-realestate-"], [class*=" icon-realestate-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'realestate' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-realestate-advert:before {
	content: "\e900";
}
.icon-realestate-air-conditioning:before {
	content: "\e901";
}
.icon-realestate-bag:before {
	content: "\e902";
}
.icon-realestate-balance:before {
	content: "\e903";
}
.icon-realestate-balcony:before {
	content: "\e904";
}
.icon-realestate-barrow:before {
	content: "\e905";
}
.icon-realestate-bathtub:before {
	content: "\e906";
}
.icon-realestate-bed:before {
	content: "\e907";
}
.icon-realestate-billboard:before {
	content: "\e908";
}
.icon-realestate-box:before {
	content: "\e909";
}
.icon-realestate-bricks:before {
	content: "\e90a";
}
.icon-realestate-bridge:before {
	content: "\e90b";
}
.icon-realestate-brush:before {
	content: "\e90c";
}
.icon-realestate-building-crane:before {
	content: "\e90d";
}
.icon-realestate-building:before {
	content: "\e90e";
}
.icon-realestate-building2:before {
	content: "\e90f";
}
.icon-realestate-building3:before {
	content: "\e910";
}
.icon-realestate-bungalow:before {
	content: "\e911";
}
.icon-realestate-buying-a-home:before {
	content: "\e912";
}
.icon-realestate-calculator:before {
	content: "\e913";
}
.icon-realestate-calendar:before {
	content: "\e914";
}
.icon-realestate-chair:before {
	content: "\e915";
}
.icon-realestate-chair2:before {
	content: "\e916";
}
.icon-realestate-chandelier:before {
	content: "\e917";
}
.icon-realestate-check:before {
	content: "\e918";
}
.icon-realestate-china-house:before {
	content: "\e919";
}
.icon-realestate-clip:before {
	content: "\e91a";
}
.icon-realestate-combination-lock:before {
	content: "\e91b";
}
.icon-realestate-compasses:before {
	content: "\e91c";
}
.icon-realestate-concrete-mixer:before {
	content: "\e91d";
}
.icon-realestate-construction-helmet:before {
	content: "\e91e";
}
.icon-realestate-court:before {
	content: "\e91f";
}
.icon-realestate-credit:before {
	content: "\e920";
}
.icon-realestate-dialogue:before {
	content: "\e921";
}
.icon-realestate-doc:before {
	content: "\e922";
}
.icon-realestate-doc2:before {
	content: "\e923";
}
.icon-realestate-doc3:before {
	content: "\e924";
}
.icon-realestate-document:before {
	content: "\e925";
}
.icon-realestate-door:before {
	content: "\e926";
}
.icon-realestate-door2:before {
	content: "\e927";
}
.icon-realestate-drill:before {
	content: "\e928";
}
.icon-realestate-eco:before {
	content: "\e929";
}
.icon-realestate-elevator:before {
	content: "\e92a";
}
.icon-realestate-exchange:before {
	content: "\e92b";
}
.icon-realestate-fence:before {
	content: "\e92c";
}
.icon-realestate-fireplace:before {
	content: "\e92d";
}
.icon-realestate-folder:before {
	content: "\e92e";
}
.icon-realestate-garage:before {
	content: "\e92f";
}
.icon-realestate-garage2:before {
	content: "\e930";
}
.icon-realestate-glasses:before {
	content: "\e931";
}
.icon-realestate-hacksaw:before {
	content: "\e932";
}
.icon-realestate-hammer:before {
	content: "\e933";
}
.icon-realestate-hangar:before {
	content: "\e934";
}
.icon-realestate-heating:before {
	content: "\e935";
}
.icon-realestate-high-voltage:before {
	content: "\e936";
}
.icon-realestate-horn:before {
	content: "\e937";
}
.icon-realestate-hotel:before {
	content: "\e938";
}
.icon-realestate-hotel2:before {
	content: "\e939";
}
.icon-realestate-house-key:before {
	content: "\e93a";
}
.icon-realestate-house:before {
	content: "\e93b";
}
.icon-realestate-house2:before {
	content: "\e93c";
}
.icon-realestate-house3:before {
	content: "\e93d";
}
.icon-realestate-house4:before {
	content: "\e93e";
}
.icon-realestate-house5:before {
	content: "\e93f";
}
.icon-realestate-house6:before {
	content: "\e940";
}
.icon-realestate-house7:before {
	content: "\e941";
}
.icon-realestate-house8:before {
	content: "\e942";
}
.icon-realestate-house9:before {
	content: "\e943";
}
.icon-realestate-imac:before {
	content: "\e944";
}
.icon-realestate-incision-plan:before {
	content: "\e945";
}
.icon-realestate-ipad:before {
	content: "\e946";
}
.icon-realestate-key:before {
	content: "\e947";
}
.icon-realestate-key2:before {
	content: "\e948";
}
.icon-realestate-ladder:before {
	content: "\e949";
}
.icon-realestate-lamp:before {
	content: "\e94a";
}
.icon-realestate-lawn-mower:before {
	content: "\e94b";
}
.icon-realestate-letter:before {
	content: "\e94c";
}
.icon-realestate-light-bulb:before {
	content: "\e94d";
}
.icon-realestate-light-bulb2:before {
	content: "\e94e";
}
.icon-realestate-lock:before {
	content: "\e94f";
}
.icon-realestate-lock2:before {
	content: "\e950";
}
.icon-realestate-love:before {
	content: "\e951";
}
.icon-realestate-mail:before {
	content: "\e952";
}
.icon-realestate-map:before {
	content: "\e953";
}
.icon-realestate-medicine-chest:before {
	content: "\e954";
}
.icon-realestate-mixer:before {
	content: "\e955";
}
.icon-realestate-money:before {
	content: "\e956";
}
.icon-realestate-moneybox:before {
	content: "\e957";
}
.icon-realestate-motorhome:before {
	content: "\e958";
}
.icon-realestate-move:before {
	content: "\e959";
}
.icon-realestate-move2:before {
	content: "\e95a";
}
.icon-realestate-music:before {
	content: "\e95b";
}
.icon-realestate-music2:before {
	content: "\e95c";
}
.icon-realestate-my-house:before {
	content: "\e95d";
}
.icon-realestate-my-key:before {
	content: "\e95e";
}
.icon-realestate-newspapers:before {
	content: "\e95f";
}
.icon-realestate-nightstand:before {
	content: "\e960";
}
.icon-realestate-nippers:before {
	content: "\e961";
}
.icon-realestate-notebook:before {
	content: "\e962";
}
.icon-realestate-pan:before {
	content: "\e963";
}
.icon-realestate-parking:before {
	content: "\e964";
}
.icon-realestate-parquet:before {
	content: "\e965";
}
.icon-realestate-phone:before {
	content: "\e966";
}
.icon-realestate-phone2:before {
	content: "\e967";
}
.icon-realestate-phone3:before {
	content: "\e968";
}
.icon-realestate-pipe-wrench:before {
	content: "\e969";
}
.icon-realestate-plan:before {
	content: "\e96a";
}
.icon-realestate-plan2:before {
	content: "\e96b";
}
.icon-realestate-plan3:before {
	content: "\e96c";
}
.icon-realestate-plant:before {
	content: "\e96d";
}
.icon-realestate-plant2:before {
	content: "\e96e";
}
.icon-realestate-point:before {
	content: "\e96f";
}
.icon-realestate-pointer:before {
	content: "\e970";
}
.icon-realestate-printer:before {
	content: "\e971";
}
.icon-realestate-purse:before {
	content: "\e972";
}
.icon-realestate-purse2:before {
	content: "\e973";
}
.icon-realestate-realtor:before {
	content: "\e974";
}
.icon-realestate-regulator:before {
	content: "\e975";
}
.icon-realestate-rent:before {
	content: "\e976";
}
.icon-realestate-rent2:before {
	content: "\e977";
}
.icon-realestate-restaurant:before {
	content: "\e978";
}
.icon-realestate-roller:before {
	content: "\e979";
}
.icon-realestate-roulette:before {
	content: "\e97a";
}
.icon-realestate-scale:before {
	content: "\e97b";
}
.icon-realestate-search:before {
	content: "\e97c";
}
.icon-realestate-secateurs:before {
	content: "\e97d";
}
.icon-realestate-shop:before {
	content: "\e97e";
}
.icon-realestate-shovel:before {
	content: "\e97f";
}
.icon-realestate-shower:before {
	content: "\e980";
}
.icon-realestate-skyscrapers:before {
	content: "\e981";
}
.icon-realestate-skyscrapers2:before {
	content: "\e982";
}
.icon-realestate-socket:before {
	content: "\e983";
}
.icon-realestate-spatula:before {
	content: "\e984";
}
.icon-realestate-stamp:before {
	content: "\e985";
}
.icon-realestate-statistic:before {
	content: "\e986";
}
.icon-realestate-suitcase2:before {
	content: "\e987";
}
.icon-realestate-swimming-pool:before {
	content: "\e988";
}
.icon-realestate-switch:before {
	content: "\e989";
}
.icon-realestate-tag:before {
	content: "\e98a";
}
.icon-realestate-tap:before {
	content: "\e98b";
}
.icon-realestate-things:before {
	content: "\e98c";
}
.icon-realestate-time:before {
	content: "\e98d";
}
.icon-realestate-tools:before {
	content: "\e98e";
}
.icon-realestate-trowel:before {
	content: "\e98f";
}
.icon-realestate-tv:before {
	content: "\e990";
}
.icon-realestate-vacuum-cleaner:before {
	content: "\e991";
}
.icon-realestate-ventilation:before {
	content: "\e992";
}
.icon-realestate-washing-machine:before {
	content: "\e993";
}
.icon-realestate-window:before {
	content: "\e994";
}
.icon-realestate-wood:before {
	content: "\e995";
}

/* =========================================================================
   Construction demo: Project single (canvas_constr_proj)
   Scoped under the .construction-single body class (wired in inc/demos/construction.php).
   Demo tokens only: --cnvs-themecolor, --cnvs-themecolor-rgb, --cnvs-body-font,
   --cnvs-primary-font.
   ========================================================================= */

/* Two-column layout: image | details */
.construction-single .single-construction-project .entry {
	box-shadow: none;
}

.construction-single .single-project-media .entry-image {
	margin: 0;
}

.construction-single .single-project-media .entry-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 30px 60px -24px rgba(var(--cnvs-themecolor-rgb), 0.35);
}

.construction-single .single-project-details {
	padding-top: 0.25rem;
}

@media (min-width: 992px) {
	.construction-single .single-project-details {
		padding-left: 1.5rem;
	}
}

/* Category eyebrow (linked to the projects page) */
.construction-single .project-category {
	display: inline-block;
	margin-bottom: 0.5rem;
	font-family: var(--cnvs-primary-font);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--cnvs-themecolor);
}

.construction-single a.project-category:hover {
	color: var(--cnvs-themecolor);
	opacity: 0.8;
}

/* Meta block accent divider */
.construction-single .single-project-meta {
	position: relative;
	padding-bottom: 1.75rem;
	margin-bottom: 1.75rem;
}

.construction-single .single-project-meta::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 54px;
	height: 3px;
	background-color: var(--cnvs-themecolor);
}

/* Location line */
.construction-single .project-location {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.75rem;
	font-family: var(--cnvs-body-font);
	font-size: 16px;
	color: #444;
}

.construction-single .project-location i {
	font-size: 18px;
	color: var(--cnvs-themecolor);
}

/* Attribute stat strip (year completed / client / size) */
.construction-single .project-attributes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.construction-single .project-attributes li {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 1rem;
	border-radius: 8px;
	background-color: rgba(var(--cnvs-themecolor-rgb), 0.06);
	border: 1px solid rgba(var(--cnvs-themecolor-rgb), 0.15);
}

.construction-single .project-attributes .attr-label {
	font-family: var(--cnvs-body-font);
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #777;
}

.construction-single .project-attributes .attr-value {
	font-family: var(--cnvs-primary-font);
	font-weight: 700;
	font-size: 17px;
	color: var(--cnvs-themecolor);
}

@media (max-width: 575px) {
	.construction-single .project-attributes {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Write-up typography */
.construction-single .single-project-details .entry-content h2 {
	margin-bottom: 1rem;
	font-family: var(--cnvs-primary-font);
	font-weight: 700;
}

.construction-single .single-project-details .entry-content p {
	font-family: var(--cnvs-body-font);
	line-height: 1.8;
	color: #555;
}

/* Primary CTA */
.construction-single .single-project-cta {
	margin-top: 2rem;
}

.construction-single .single-project-contact {
	background-color: var(--cnvs-themecolor);
	border-color: var(--cnvs-themecolor);
	color: #fff;
	box-shadow: 0 14px 30px -12px rgba(var(--cnvs-themecolor-rgb), 0.6);
}

.construction-single .single-project-contact:hover {
	opacity: 0.9;
	color: #fff;
}

/* Footer: back button + related row */
.construction-single .single-project-footer {
	margin-top: 3.5rem;
	padding-top: 2.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.construction-single .single-project-back {
	display: inline-block;
	margin-bottom: 2.5rem;
	background-color: transparent;
	color: var(--cnvs-themecolor);
	border: 2px solid var(--cnvs-themecolor);
}

.construction-single .single-project-back:hover {
	background-color: var(--cnvs-themecolor);
	color: #fff;
}

.construction-single .related-projects-title {
	position: relative;
	margin-bottom: 2rem;
	padding-bottom: 0.75rem;
	font-family: var(--cnvs-primary-font);
	font-weight: 700;
}

.construction-single .related-projects-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 54px;
	height: 3px;
	background-color: var(--cnvs-themecolor);
}

.construction-single .related-projects .portfolio-desc h3 {
	font-family: var(--cnvs-primary-font);
}

.construction-single .related-projects .portfolio-desc h3 a:hover {
	color: var(--cnvs-themecolor);
}

/* ============================================================================
   Construction demo: BLOG single + sidebar design (ADDITIVE)

   Deliverable for the construction demo blog subsystem. Append this block to
   the END of wp-content/themes/canvas/assets/css/demos/construction.css
   (after the 1:1 body + realestate icon-font section). Demo tokens only
   (--cnvs-themecolor #F18052, --cnvs-body-font Roboto, --cnvs-primary-font
   Source Sans Pro). Every selector is scoped under .construction-post (a demo
   blog single) or .construction-archive (a term/date archive when the demo is
   the site-wide design), so nothing leaks onto the site's other blog singles
   or other demos.

   The global single-post template (templates/single.html) supplies the
   article chrome (page-title band, entry-title/meta, featured entry-image,
   post-content, reading bar, share, nav, author, related) and a shared sidebar
   of THREE widgets: Recent Posts (wp:latest-posts), Categories (wp:categories),
   Tag Cloud (wp:tag-cloud). Those render with WP core block classes that the
   theme's classic-widget rules do not target, so they are dressed here.
   ============================================================================ */

/* ----------------------------------------------------------------
   1. Blog single: page-title band + article typography
-----------------------------------------------------------------*/

/* The 1:1 archive .entry card box-shadow (if present in construction.css) must
   not leak onto the single-page <article class="entry">: reset it here. */
.construction-post .entry { box-shadow: none; }

.construction-post .page-title { background-color: #F7F7F7; }

.construction-post .page-title h1 {
	font-family: var(--cnvs-primary-font);
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.3;
}

/* Article title + meta (the global single supplies the chrome; dress it). */
.construction-post .single-post .entry-title h2,
.construction-post .single-post .entry-title h2 a {
	font-family: var(--cnvs-primary-font);
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.construction-post .single-post .entry-meta {
	font-family: var(--cnvs-body-font);
	font-size: 13px;
	letter-spacing: 0.5px;
}

.construction-post .single-post .entry-meta i { color: var(--cnvs-themecolor); }

.construction-post .single-post .entry-meta a:hover,
.construction-post .single-post .entry-title h2 a:hover { color: var(--cnvs-themecolor); }

/* Featured image + in-content galleries: softly rounded corners. */
.construction-post .single-post .entry-image img,
.construction-post .single-post .post-gallery img,
.construction-post .single-post .entry-content img { border-radius: 6px; }

.construction-post .single-post .post-gallery,
.construction-post .single-post .canvas-media-embed { margin: 6px 0 30px; }

/* Flowing article body: a designed long-form read from the demo's tokens. */
.construction-post .single-post .entry-content p {
	font-family: var(--cnvs-body-font);
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 24px;
}

.construction-post .single-post .entry-content h2,
.construction-post .single-post .entry-content h3,
.construction-post .single-post .entry-content h4 {
	font-family: var(--cnvs-primary-font);
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	margin: 8px 0 18px;
}

.construction-post .single-post .entry-content h3 { font-size: 24px; }
.construction-post .single-post .entry-content h4 { font-size: 20px; }

/* Blockquote: theme-colour accent bar + a faint tinted panel. */
.construction-post .single-post .entry-content blockquote {
	font-family: var(--cnvs-primary-font);
	font-style: italic;
	font-size: 20px;
	line-height: 1.6;
	color: #333;
	border-left: 3px solid var(--cnvs-themecolor);
	background-color: rgba(var(--cnvs-themecolor-rgb), 0.05);
	margin: 30px 0;
	padding: 22px 28px;
}

.construction-post .single-post .entry-content blockquote p {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.6;
}

.construction-post .single-post .entry-content blockquote cite {
	display: block;
	margin-top: 12px;
	font-family: var(--cnvs-body-font);
	font-size: 14px;
	font-style: normal;
	color: var(--cnvs-themecolor);
}

/* ----------------------------------------------------------------
   2. Blog single sidebar (demo scope)

   Recent Posts / Categories / Tag Cloud, dressed to match the article
   typography above. Every selector under .construction-post .sidebar.
-----------------------------------------------------------------*/

/* Widget block: separated by whitespace + the title accent underline. */
.construction-post .sidebar .widget {
	margin-top: 2.5rem;
	padding-top: 0;
	border-top: 0;
}

.construction-post .sidebar .widget:first-child { margin-top: 0; }

/* Widget title: demo primary font + a short theme-colour accent underline. */
.construction-post .sidebar .widget-title {
	position: relative;
	font-family: var(--cnvs-primary-font);
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #222;
	padding-bottom: 14px;
	margin-bottom: 22px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.construction-post .sidebar .widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 40px;
	height: 2px;
	background-color: var(--cnvs-themecolor);
}

/* Generic widget links: theme-colour on hover. */
.construction-post .sidebar .widget a {
	color: #444;
	transition: color 0.25s ease;
}

.construction-post .sidebar .widget a:hover { color: var(--cnvs-themecolor); }

/* Recent Posts: clean stacked rows; title in the primary font, date muted. */
.construction-post .sidebar .wp-block-latest-posts__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.construction-post .sidebar .wp-block-latest-posts__list li {
	padding: 12px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.construction-post .sidebar .wp-block-latest-posts__list li:first-child { padding-top: 0; }

.construction-post .sidebar .wp-block-latest-posts__list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.construction-post .sidebar .wp-block-latest-posts__post-title {
	display: block;
	font-family: var(--cnvs-primary-font);
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
}

.construction-post .sidebar .wp-block-latest-posts__post-date {
	display: block;
	margin-top: 5px;
	font-family: var(--cnvs-body-font);
	font-size: 12px;
	color: #999;
}

/* Categories: the same clean row rhythm. */
.construction-post .sidebar .wp-block-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.construction-post .sidebar .wp-block-categories li {
	padding: 9px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	font-family: var(--cnvs-body-font);
	font-size: 14px;
	color: #999;
}

.construction-post .sidebar .wp-block-categories li:first-child { padding-top: 0; }

.construction-post .sidebar .wp-block-categories li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.construction-post .sidebar .wp-block-categories a {
	font-family: var(--cnvs-primary-font);
	font-weight: 600;
}

/* Tag Cloud: tags as theme-colour-bordered pill/chip links (uniform size over
   the block's per-tag inline pt sizing, same !important technique as the base
   .tagcloud rule). */
.construction-post .sidebar .wp-block-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.construction-post .sidebar .wp-block-tag-cloud .tag-cloud-link {
	display: inline-block;
	padding: 6px 14px;
	font-family: var(--cnvs-primary-font);
	font-size: 12px !important;
	font-weight: 600;
	line-height: 1.4;
	color: var(--cnvs-themecolor);
	background-color: rgba(var(--cnvs-themecolor-rgb), 0.06);
	border: 1px solid rgba(var(--cnvs-themecolor-rgb), 0.35);
	border-radius: 4px;
	transition: all 0.25s ease;
}

.construction-post .sidebar .wp-block-tag-cloud .tag-cloud-link:hover {
	color: #fff;
	background-color: var(--cnvs-themecolor);
	border-color: var(--cnvs-themecolor);
}

/* The article's own tag list (post-terms tagcloud) picks up the same chip. */
.construction-post .single-post .tagcloud a {
	font-family: var(--cnvs-primary-font);
	border-radius: 4px;
}

.construction-post .single-post .tagcloud a:hover {
	background-color: var(--cnvs-themecolor);
	border-color: var(--cnvs-themecolor);
	color: #fff;
}

/* ----------------------------------------------------------------
   3. Term / date archives (demo scope, only when construction is the
   site-wide active demo: body.construction-archive). Keeps the shared,
   demo-neutral global archive template but dresses its title band + post
   cards in the construction look. Demo tokens only.
-----------------------------------------------------------------*/

.construction-archive .page-title { background-color: #F7F7F7; }

.construction-archive .page-title h1 {
	font-family: var(--cnvs-primary-font);
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
}

.construction-archive .entry .entry-title h2,
.construction-archive .entry .entry-title h2 a {
	font-family: var(--cnvs-primary-font);
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
}

.construction-archive .entry .entry-title h2 a:hover { color: var(--cnvs-themecolor); }

.construction-archive .entry .entry-image img { border-radius: 6px; }

.construction-archive .entry .more-link {
	font-family: var(--cnvs-primary-font);
	font-weight: 600;
	color: var(--cnvs-themecolor);
}

/* ----------------------------------------------------------------
	Construction Icons showcase page (demo-scoped)

	Additive section: the icons reference page embeds these rules in
	an inline <style> block in the source; ported verbatim so the glyph
	grid and hover thumb-preview behave identically.
-----------------------------------------------------------------*/

.real-estate-icons {
	font-size: 16px;
	line-height: 2;
}

.real-estate-icons i.big-icon {
	position: relative;
	font-size: 32px;
	margin-right: 10px;
	top: 8px;
}

.real-estate-icons span i.thumb-icon  {
	position: absolute;
	visibility: hidden;
	top: 0px;
	right: 30px;
	padding: 10px;
	border: 1px solid #EEE;
	background-color: #FFF;
	font-size: 64px;
	line-height: 1;
	z-index: 1;
}

.real-estate-icons [class^=col-]:hover span i.thumb-icon { visibility: visible; }
