/*
Theme Name: SEEK Commercial
Theme URI: https://cre.realdealbrokers.com
Author: Real Deal Brokers
Description: A clean, mobile-first base theme built for the CRE Marketplace plugin. The theme provides the site shell only — header, footer, navigation, and page layout. Property listings, the Broker Dashboard, and all other CRE Marketplace functionality are provided entirely by the CRE Marketplace - CORE plugin and its companions; this theme does not duplicate any of that.
Version: 2.0.19
Requires PHP: 8.0
Tested up to: 6.6
Text Domain: seek-commercial
*/

/* ==========================================================
   Reset / base
   ========================================================== */

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	/* The mobile off-canvas menu sits fixed at right:0 and is moved
	   off-screen via transform when closed — some browsers still
	   count a transformed fixed element toward the page's scrollable
	   width even though it's not visually on screen, which shows up
	   as an unwanted horizontal scrollbar/shift. This is a hard
	   backstop: nothing on the page can ever create horizontal
	   scroll, regardless of the cause. */
	overflow-x: hidden;
	max-width: 100%;
}

body {
	overflow-x: hidden;
	max-width: 100%;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: var(--cre-text-color, #1f2933);
	background: var(--cre-body-bg, #ffffff);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--cre-primary-color, #005a87);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.25;
	margin: 0 0 0.6em;
	font-weight: 700;
}

p {
	margin: 0 0 1em;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* ==========================================================
   Layout container
   — Widest reasonable use of the screen on mobile, with modest
     (not zero) side margins; a real max-width once the viewport
     is large enough for a desktop reading measure.
   ========================================================== */

.cre-container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}

@media (min-width: 782px) {
	.cre-container {
		padding: 0 48px;
	}
}

.cre-site-main {
	min-height: 50vh;
	padding: 32px 0 56px;
}

@media (max-width: 640px) {
	.cre-site-main {
		padding: 20px 0 40px;
	}
}

/* ==========================================================
   Page / post content
   ========================================================== */

.cre-page-title {
	font-size: 32px;
	margin-bottom: 20px;
}

@media (max-width: 640px) {
	.cre-page-title {
		font-size: 24px;
	}
}

.cre-page-content {
	font-size: 16px;
}

.cre-page-content > * + * {
	margin-top: 1em;
}

.cre-page-content img {
	border-radius: 6px;
}

.cre-page-links {
	margin-top: 24px;
	font-weight: 600;
}
