/*
Theme Name: Creative Hub BlankSlate
Description: Complete merged WordPress theme for Creative Hub combining BlankSlate framework with Creative2026 member features, ACF page builder functionality, responsive design, and all custom styling preserved.
Author: Web Solutions IOM
Author URI: https://www.websolutions.im
Version: 2.0
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: creative-hub-blankslate
Tags: custom-menu, featured-images, threaded-comments, translation-ready, page-builder, members, portfolio, creative-hub
Fonts: "Quicksand", "Inter", sans-serif
*/

/* ========================================
   CSS CUSTOM PROPERTIES (CSS VARIABLES)
   ======================================== */
:root {
	/* Creative Hub Primary Colors */
	--color-primary: #6f5da8;
	--color-primary-dark: #513f5a;
	--color-primary-light: #8768af;

	/* Creative Hub Secondary Colors */
	--color-secondary: #513f5a;
	--color-secondary-light: #793d66;
	--color-accent: #5bc5be;

	/* Creative Hub Theme Color Palette */
	--ch-aqua-blue: #5bc5be;
	--ch-purple: #6f5da8;
	--ch-coral-red: #f16a6c;
	--ch-deep-violet: #513f5a;
	--ch-blue-purple: #435a86;
	--ch-purple-coral: #793d66;
	--ch-white: #ffffff;

	/* Text Colors - Creative Hub */
	--color-text-primary: #513f5a;
	--color-text-secondary: #3d3653;
	--color-text-light: #666;
	--color-text-muted: #999;
	--color-text-white: #ffffff;

	/* Background Colors - Creative Hub */
	--color-bg-primary: #ffffff;
	--color-bg-secondary: #f8f6fb;
	--color-bg-light: #f7f5fc;
	--color-bg-dark: #513f5a;
	--color-bg-accent: #e5e1f6;

	/* Button Colors - Creative Hub */
	--color-button-primary: #6f5da8;
	--color-button-primary-hover: #8768af;
	--color-button-text: #ffffff;
	--color-button-text-alt: #513f5a;
	--color-button-border: #6f5da8;

	/* Button Variations - Creative Hub */
	--color-button-blue: #5bc5be;
	--color-button-blue-hover: #1ba9ae;
	--color-button-orange: #f16a6c;
	--color-button-green: #28a745;

	/* Contact Form 7 & Form Colors - Creative Hub */
	--color-form-bg: #e5e1f6;
	--color-form-border: #6f5da8;
	--color-form-text: #513f5a;
	--color-form-error: #f16a6c;

	/* Border Colors - Creative Hub */
	--color-border-light: #e8e8e8;
	--color-border-medium: #d1c4e9;
	--color-border-dark: #513f5a;

	/* Header Colors - Creative Hub */
	--color-header-h1: #6f5da8;
	--color-header-h2: #513f5a;
	--color-header-h3: #8768af;
	--color-header-h4: #3d3653;
	--color-header-h5: #793d66;
	--color-header-h6: #513f5a;

	/* Link Colors - Creative Hub */
	--color-link: #6f5da8;
	--color-link-hover: #513f5a;
	--color-link-footer: #f2f2f2;
	--color-link-footer-hover: #5bc5be;

	/* Status Colors - Creative Hub */
	--color-success: #28a745;
	--color-warning: #f19934;
	--color-error: #f16a6c;
	--color-info: #5bc5be;

	/* Typography Variables */
	--font-heading: 'Quicksand', 'Segoe UI', Tahoma, Geneva, sans-serif;
	--font-body: 'Inter', 'Segoe UI', Arial, sans-serif;
}

/* ========================================
   RESET & BASE STYLES
   ======================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}

html{scroll-behavior:smooth}

body{
	line-height:1.2;
	margin: 0;
	font-size: 1.1em; 
	font-family: var(--font-body);
}

a{text-decoration-skip-ink:auto}
a[href^="tel"]{color:inherit;text-decoration:none}
button{outline:0}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
q{display:inline;font-style:italic}
q:before{content:'"';font-style:normal}
q:after{content:'"';font-style:normal}
textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}
table{border-collapse:collapse;border-spacing:0}
th,td{padding:2px}
big{font-size:120%}
small,sup,sub{font-size:80%}
sup{vertical-align:super}
sub{vertical-align:sub}
dd{margin-left:20px}
kbd,tt{font-family:courier;font-size:12px}
ins{text-decoration:underline}
del,strike,s{text-decoration:line-through}
dt{font-weight:bold}
address,cite,var{font-style:italic}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

/* Accessibility */
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* ========================================
   LAYOUT STRUCTURE
   ======================================== */
#wrapper {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	font-family: var(--font-body);
}

.content-block {
	width: 100%;
	max-width: 1240px;
	padding: 3em 1em;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

.full-screen .content-block {
	max-width: 2000px;
	padding: 2em 0;
}

.small {
	margin: -4em 0 0 0;
}

.clear {
	clear:both;
}

.aligncenter {
	text-align: center;
	margin: .5em auto;
	display:block;
}

.aligncenter img {
	width: 100%;
	max-width: 600px;
	height: auto;
}

.alignright {
	float: right;
	margin: 0 0 .5em .5em;
}

img.alignright {
	float: right;
	margin: 0 0 .5em .5em;
}

.aligncenter img, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignleft {
	float: left;
	margin: 0 .5em .5em 0;
}

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

/* ========================================
   TYPOGRAPHY & TEXT STYLING
   ======================================== */
ol, ul {
	list-style: disc;
	line-height: 1.4;
	font-size: 1.1em;
	margin: 1em 0 1em 2em;
	color: var(--color-secondary);
}

ol {
	list-style: decimal;
}

a {
	color: var(--color-link);
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: var(--color-link-hover);
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 500;
	font-family: var(--font-heading);
}

h1{
	font-size: clamp(1.8rem, 4vw, 2.4rem);
	font-weight: bold;
	margin: .5em 0;
	color: var(--color-header-h1);
}

h2{
	font-size: clamp(1.5rem, 3.5vw, 2.0rem);
	color: var(--color-header-h2);
	margin-bottom: .5em;
}

h3{
	font-size: clamp(1.8rem, 4.5vw, 2.7rem);
	margin-bottom: .3em;
	color: var(--color-header-h3);
}

h4{
	font-size: clamp(1.1rem, 2.5vw, 1.4rem);
	color: var(--color-header-h4);
	margin-bottom: .1em;
}

h5{
	font-size: clamp(1rem, 2vw, 1.2rem);
	color: var(--color-header-h5);
	font-style: italic;
	line-height: 1.4;
}

h6{
	font-size: clamp(0.6rem, 1.5vw, 0.7rem);
	color: var(--color-header-h6);
}

/* Creative2026 specific heading overrides for member/dashboard pages */
.member-profile h1, .member-profile h2, .member-profile h3, 
.member-profile h4, .member-profile h5, .member-profile h6,
.dashboard-page h1, .dashboard-page h2, .dashboard-page h3,
.dashboard-page h4, .dashboard-page h5, .dashboard-page h6,
body.dashboard-page h1, body.dashboard-page h2, body.dashboard-page h3,
body.dashboard-page h4, body.dashboard-page h5, body.dashboard-page h6 {
	color: var(--ch-purple);
	font-family: var(--font-heading);
}

/* Creative2026 paragraph color override for member content */
.member-profile p,
.dashboard-page p,
body.dashboard-page p {
	color: var(--ch-deep-violet);
}

b, strong {
	font-weight: 600;
}

em, i {
	font-style: italic;
}

pre {
	padding: 12px;
	letter-spacing: 2px;
	font-style: italic;
	margin: 0.5em;
}

p {
	margin-bottom: 15px;
    line-height: 1.2;
}

blockquote {
	padding: 2em;
	color: var(--color-secondary);
	width: 100%;
	max-width: 900px;
	margin: .5em auto;
	box-sizing: border-box;
	background: var(--color-bg-secondary);
	font-size: 1.2em;
	line-height: 1.3;
}

.entry-title {
	font-size: 1.9em;
}

.entry-title ul {
	list-style: none;
}

legend {
	font-size: 1.2em;
	padding: 5px;
	font-weight: bold;
}

.entry-meta, .entry-footer {
	display: none;
}

/* ========================================
   HEADER & PAGE HEADER SECTION
   ======================================== */
#logo {
	text-align: center;
}

.background-black {
	background: rgba(56, 33, 14, .8);
	margin-bottom: 450px;
}

.main-logo {
	overflow: hidden;
}

.main-logo img {
	width: 100%;
	max-width: 225px;
	height: auto;
	padding: 1em;
	box-sizing: border-box;
}

/* Creative2026 logo sizing override */
.creative2026-logo .main-logo img {
	max-width: 250px;
}

.main-background {
	background: url(uploads/2019/02/main-header.jpg) bottom center no-repeat #273657;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

@media (hover: none) {
	.main-background {
		background-attachment: scroll;
	}
}

#strap-line {
	background: rgba(56, 33, 14, .5);
	padding: 2em;
	width: 100%;
	max-width: 700px;
	font-size: 1.7em;
	position: relative;
	margin: -300px auto 275px auto;
	border-radius: 2px;
}

#small-strap {
	background: var(--color-bg-dark);
	padding: .7em 0;
	color: var(--color-text-white);
	font-size: 125%;
}

/* New Branding Section - Creative2026 */
#branding {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.branding-row {
	display: flex;
	align-items: center;
	gap: 2rem;
	padding: 1rem 0;
}

#logo {
	flex-shrink: 0;
}

.strapline {
	font-family: var(--font-heading);
	color: var(--ch-purple);
	font-size: 1.7em;
	font-weight: 600;
	line-height: 1.4;
	max-width: 800px;
	text-align: center;
}

/* ========================================
   ICONS WITH TOOLTIPS
   ======================================== */
#icon-list {
	background: var(--color-bg-primary);
}

.icon-displays {
	padding: .3em;
	float: left;
}

.tooltip {
	position: relative;
	display: inline-block;
	padding: 0 1em;
}

.tooltip img {
	width: 100%;
	max-width: 100px;
	height: auto;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 180px;
	background-color: var(--color-secondary);
	color: var(--color-text-white);
	text-align: center;
	border-radius: 2px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 110%;
	left: 50%;
	margin-left: -90px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: var(--color-secondary) transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.list-icons {
	list-style: none;
	line-height: 3.5;
	vertical-align: top;
}

.list-icons li {
	width: 50%;
	float: left;
	padding: 0 .2em;
	box-sizing: border-box;
}

.list-icons img {
	width: 100%;
	max-width: 45px;
	height: auto;
	vertical-align: middle;
	margin-right: .5em;
}

/* ========================================
   CONTACT FORM STYLING
   ======================================== */
.red-required {
	color: var(--color-form-error);
	font-size: .8em;
	font-weight: bold;
}

#enquiry-form {
	padding: 2em;
	box-sizing: border-box;
	border-radius: 2px;
	background: #fff;
}

#form-your-details, #form-camping-details {
	padding: 1em;
	box-sizing: border-box;
	border: solid 1px #fff;
	margin: .5em 0;
}

.form-50 {
	width: 48%;
	float: left;
	padding: .2em 0;
	box-sizing: border-box;
	margin: 0 1%;
}

.small-text {
	font-size: 80%;
	color: var(--color-text-primary);
	margin-left: 100px;
}

input {
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
}

input[type=text], input[type=email], input[type=url], input[type=number], input[type=password] {
	width: 100%;
}

select {
	padding: 12px 20px !important;
	margin: 8px 0 !important;
	box-sizing: border-box;
}

textarea {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;   
	border-radius: 4px;
}

span.wpcf7-list-item { 
	display: block !important; 
	padding: .3em 0;
}

input[type=submit] {
	width: 100%;
	max-width: 450px;
	padding: 1em 2em;
	background: var(--color-form-bg);
	color: var(--color-form-text);
	font-size: 1.2em;
	overflow: hidden;
	border: solid 1px var(--color-form-border);
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: background .5s;
	transition: background .5s;
	box-sizing: border-box;
	margin-top: 1em;
}

input[type=submit]:hover, .more-button:hover {
	background: var(--color-form-border);
	color: var(--color-text-white);
}

#enquiry-form h3 {
	background: var(--color-bg-secondary);
	padding: .5em;
	box-sizing: border-box;
	margin: .5em 0;
	border-radius: 2px;
}

hr.soft {
	border: solid 5px var(--color-bg-secondary);
	margin: 1em 0;
	clear: both;
}

hr.soft-small {
	border: solid 5px var(--color-bg-primary);
	margin: 1em 0;
	clear: both;
}

/* ========================================
   CREATIVE HUB MEMBER PROFILES & DASHBOARD
   ======================================== */

/* Accent color utility classes for member profiles */
.accent-teal { --accent: #1ba9ae; }
.accent-blue { --accent: #3456d2; }
.accent-orange { --accent: #f19934; }
.accent-purple { --accent: #9d5fc0; }

/* Root profile layout */
.member-profile {
	background: #f8fafb;
	border-radius: 24px;
	max-width: 800px;
	margin: 3em auto 2em auto;
	box-shadow: 0 4px 18px rgba(60,60,90,0.06), 0 1.5px 6px rgba(0,0,0,0.04);
	padding: 2.5em 2em 2em 2em;
	border-left: 8px solid var(--accent, #1ba9ae);
	transition: border-color 0.2s;
}

/* Profile header */
.member-header {
	display: flex;
	align-items: flex-start;
	gap: 2em;
	margin-bottom: 2em;
}

.member-photo {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid var(--accent, #1ba9ae);
	background: #fff;
	box-shadow: 0 2px 8px rgba(60,60,90,0.07);
	flex-shrink: 0;
}

.member-info {
	flex: 1;
	min-width: 0; /* Allows text to wrap properly */
}

.member-name {
	margin: 0 0 0.5em 0;
	font-size: 2.2em;
	color: var(--accent, #1ba9ae);
	line-height: 1.2;
}

.member-bio {
	margin: 0;
	color: #444;
	font-size: 1.1em;
	line-height: 1.5;
	font-style: italic;
}

/* Social Links Section */
.member-social-section {
	margin: 2em 0;
}

.member-social {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	margin: 0;
	padding: 0;
}

.member-social li {
	background: var(--accent, #1ba9ae);
	border-radius: 18px;
	padding: 0.4em 1.2em;
	font-size: 1em;
	color: #fff;
	transition: background 0.15s;
}

.member-social li:hover {
	background: #148b8e;
}

.member-social a {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.member-social a:hover {
	text-decoration: underline;
}

.member-social i {
	font-size: 1.1em;
	min-width: 1.2em;
	text-align: center;
}

/* Member Actions */
.member-actions {
	margin: 2em 0;
}

/* Edit button */
.edit-profile-btn {
	margin-top: 0.5em;
	display: inline-block;
	background: var(--accent, #1ba9ae);
	color: #fff;
	padding: 0.5em 1.3em;
	border-radius: 18px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 2px 6px rgba(27,169,174,0.10);
	transition: background 0.13s;
}

.edit-profile-btn:hover,
.edit-profile-btn:focus {
	background: #148b8e;
}

/* Published Works Section */
.member-works {
	margin-top: 2.5em;
}

.member-works h2 {
	color: var(--accent, #1ba9ae);
	font-size: 1.6em;
	margin-bottom: 0.8em;
}

.works-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1.5em;
}

.work-card {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 1.5px 7px rgba(60,60,90,0.08);
	border: 2px solid #eee;
	padding: 1.1em 1em 1.3em 1em;
	display: flex;
	gap: 1em;
	align-items: flex-start;
	flex-direction: row;
	position: relative;
	transition: border 0.18s, box-shadow 0.18s;
}

.work-card.featured {
	border-color: var(--accent, #1ba9ae);
	box-shadow: 0 2.5px 10px rgba(27,169,174,0.10);
}

.work-cover {
	width: 64px;
	height: 90px;
	object-fit: cover;
	border-radius: 10px;
	margin-right: 1em;
	box-shadow: 0 2px 8px rgba(60,60,90,0.09);
	background: #f6fafd;
}

.work-meta {
	flex: 1 1 0%;
}

.work-meta h3 {
	margin: 0 0 0.15em 0;
	font-size: 1.17em;
}

.work-type, .work-date, .work-publisher {
	display: inline-block;
	font-size: 0.98em;
	color: #666;
	margin-right: 1.2em;
}

.work-link {
	display: inline-block;
	background: var(--accent, #1ba9ae);
	color: #fff;
	border-radius: 12px;
	padding: 0.2em 0.9em;
	text-decoration: none;
	font-size: 0.98em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	transition: background 0.13s;
}

.work-link:hover { 
	background: #148b8e; 
}

.work-desc {
	margin-top: 0.5em;
	color: #444;
	font-size: 1.01em;
}

.work-featured {
	position: absolute;
	top: 12px;
	right: 18px;
	background: #fffbe6;
	color: #b6840a;
	border-radius: 10px;
	font-size: 0.98em;
	padding: 2px 10px;
	font-weight: bold;
	letter-spacing: 0.5px;
	box-shadow: 0 0.5px 2px rgba(180,150,10,0.07);
}

.profile-pending {
	margin-top: 2em;
	color: #e98118;
	background: #fff6e6;
	border-left: 4px solid #f19934;
	padding: 1em 1.3em;
	border-radius: 12px;
	font-size: 1.15em;
}

/* Portfolio Gallery */
.member-portfolio-gallery {
	margin: 2.5em 0;
	padding: 1.5em 0;
	border-top: 1px solid #e8e8e8;
}

.member-portfolio-gallery h2 {
	font-size: 1.6em;
	color: var(--accent, #1ba9ae);
	margin-bottom: 1.5em;
	text-align: center;
}

.portfolio-images {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 1.2em;
	justify-items: center;
}

.gallery-item {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08);
	transition: transform 0.2s, box-shadow 0.2s;
}

.gallery-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}

.portfolio-images img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	background: #f6fafd;
	transition: transform 0.2s;
}

.gallery-item:hover img {
	transform: scale(1.05);
}

/* ACF front-end form tweaks */
.member-profile-edit {
	margin-top: 2.5em;
	padding: 1.3em 1.3em 1.7em 1.3em;
	background: #e4f4f7;
	border-radius: 18px;
	border: 2px solid var(--accent, #1ba9ae);
}

/* ========================================
   DASHBOARD STYLES
   ======================================== */
body.dashboard-page {
	font-family: var(--font-body);
	background: #f8f6fb;
	color: #3d3653;
	margin: 0;
}

.dashboard-header {
	background: #e5e1f6;
	border-bottom: 2px solid #d1c4e9;
	padding: 2.5em 2em 1.5em 2em;
	border-radius: 0 0 36px 36px;
	margin-bottom: 2em;
	text-align: center;
}

.dashboard-header h1 {
	font-size: 2.1em;
	font-weight: bold;
	color: #8768af;
	margin-bottom: 0.1em;
	letter-spacing: 0.01em;
}

.dashboard-welcome {
	font-size: 1.08em;
	margin: 0 0 1em 0;
	color: #5e5770;
}

.dashboard-quicklinks {
	margin: 0.7em 0 0.2em 0;
	font-size: 1.04em;
}

.dashboard-quicklinks a {
	color: #af5098;
	font-weight: 600;
	text-decoration: none;
	margin: 0 1em;
	transition: color 0.2s;
}

.dashboard-quicklinks a:hover { 
	color: #5b4eb0; 
}

.dashboard-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 1.3em;
}

.dashboard-block {
	background: #fff;
	border-radius: 20px;
	margin-bottom: 2.2em;
	box-shadow: 0 2px 14px 0 rgba(124,110,180,0.07);
	padding: 2em 2em 1.5em 2em;
}

.dashboard-block h2 {
	font-size: 1.3em;
	color: #8768af;
	margin-top: 0;
	margin-bottom: 1em;
}

.dashboard-add-btn {
	background: #8768af;
	color: #fff !important;
	border: none;
	padding: 0.7em 1.3em;
	border-radius: 18px;
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 1em;
	margin-left: 1em;
	transition: background 0.2s;
	text-decoration: none;
	box-shadow: 0 1px 7px 0 rgba(135,104,175,0.12);
	display: inline-block;
	cursor: pointer;
}

.dashboard-add-btn:hover { 
	background: #af5098; 
}

.dashboard-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin-top: 0.5em;
	font-size: 1.02em;
}

.dashboard-table th,
.dashboard-table td {
	padding: 0.8em 1em;
	border-bottom: 1px solid #eee;
}

.dashboard-table th {
	background: #f4f2fa;
	color: #5b4eb0;
	font-size: 1em;
	text-align: left;
	letter-spacing: 0.01em;
}

.dashboard-table td a {
	color: #af5098;
	font-weight: 600;
	text-decoration: underline;
}

.dashboard-table td a:hover {
	color: #8768af;
}

.submission-helper {
	margin-bottom: 1.5em;
	background: #fff5e7;
	color: #7b5817;
	border-radius: 11px;
	padding: 1.1em 1.4em 0.8em 1.4em;
	font-size: 1em;
	border: 1px solid #f9e1bd;
	box-shadow: 0 1px 5px 0 rgba(221,170,51,0.06);
}

.submission-helper a {
	color: #d48716;
	text-decoration: underline;
	font-weight: bold;
}

.submission-helper a:hover {
	color: #af5098;
}

.success {
	background: #e7ffe7;
	color: #227733;
	padding: 0.8em 1.2em;
	border-radius: 8px;
	margin: 1em 0;
	text-align: center;
}

.login-error, .register-error {
	background: #ffe9e7;
	color: #d54b43;
	padding: 0.7em 1em;
	border-radius: 7px;
	margin: 1em 0;
	font-weight: 600;
}

/* ========================================
   FORMS & SUBMISSIONS
   ======================================== */

/* Block2 container for forms */
.block2 {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 2px 18px 0 rgba(124,110,180,0.10);
	max-width: 900px;
	margin: 3em auto 3em auto;
	padding: 2.5em 2em 2em 2em;
}

.block2 h2 {
	color: #8768af;
	font-size: 2em;
	margin-bottom: 0.8em;
	text-align: center;
	font-weight: bold;
}

/* ACF Form Styling */
.acf-form .acf-fields {
	margin-top: 1.5em;
	border-radius: 14px;
	background: #f8f6fb;
	box-shadow: 0 1px 7px 0 rgba(124,110,180,0.05);
	padding: 2em 1.2em 1em 1.2em;
}

.acf-form label {
	color: #5b4eb0;
	font-weight: 500;
}

.acf-form input[type=text],
.acf-form input[type=email],
.acf-form input[type=url],
.acf-form input[type=number],
.acf-form input[type=password],
.acf-form textarea,
.acf-form select {
	border: 1px solid #e0d7ef;
	border-radius: 10px;
	padding: 0.55em 0.8em;
	font-size: 1em;
	background: #fff;
	transition: border-color 0.2s;
}

.acf-form input:focus,
.acf-form textarea:focus,
.acf-form select:focus {
	border-color: #8768af;
	outline: none;
}

.acf-form .acf-button,
input[type=submit].acf-button,
input[type=submit]#acf-form-submit {
	background: #8768af;
	color: #fff !important;
	border: none;
	padding: 0.65em 1.8em;
	border-radius: 18px;
	font-size: 1.05em;
	font-weight: 600;
	margin-top: 1em;
	text-decoration: none;
	box-shadow: 0 1px 6px 0 rgba(135,104,175,0.08);
	transition: background 0.2s;
	cursor: pointer;
}

.acf-form .acf-button:hover,
input[type=submit].acf-button:hover,
input[type=submit]#acf-form-submit:hover {
	background: #af5098;
}

.acf-field-file input[type="file"] {
	display: none;
}

.acf-field-file .acf-file-uploader {
	display: flex;
	align-items: center;
	gap: 1em;
	margin: 2em 0;
}

.acf-button.button {
	margin-left: 10px;
}

/* Publisher Forms */
.add-publisher-header {
	background: #e5e1f6;
	border-bottom: 2px solid #d1c4e9;
	border-radius: 0 0 32px 32px;
	padding: 1.5em 1em 1.2em 1em;
	text-align: center;
	margin-bottom: 1.2em;
}

.add-publisher-header h2 {
	font-size: 2em;
	color: #8768af;
	margin: 0 0 0.2em 0;
	font-weight: bold;
}

.publisher-helper {
	background: #fff5e7;
	color: #7b5817;
	border-radius: 11px;
	padding: 1em 1.4em 0.7em 1.4em;
	margin-bottom: 1.5em;
	border: 1px solid #f9e1bd;
	font-size: 1.05em;
	box-shadow: 0 1px 6px 0 rgba(221,170,51,0.08);
}

.publisher-helper a {
	color: #d48716;
	font-weight: bold;
	text-decoration: underline;
}

.publisher-helper a:hover {
	color: #af5098;
}

/* Submission Details */
.submission-details {
	background: #f7f5fc;
	border-radius: 18px;
	box-shadow: 0 2px 14px 0 rgba(135,104,175,0.08);
	padding: 2em 2em 1.6em 2em;
	margin-bottom: 2em;
	margin-top: 1em;
}

.submission-details h3 {
	color: #8768af;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 1em 0;
}

.submission-details p {
	margin: 0.8em 0 0.8em 0;
	font-size: 1.08em;
}

.submission-details strong {
	color: #5b4eb0;
	width: 12em;
	display: inline-block;
	font-weight: 600;
}

.submission-details a {
	color: #af5098;
	font-weight: 500;
	text-decoration: underline;
}

.submission-details a:hover {
	color: #8768af;
}

.submission-nav {
	display: flex;
	justify-content: space-between;
	gap: 1em;
	margin: 2.2em 0 1.1em 0;
}

.submission-nav .dashboard-add-btn {
	background: #8768af;
	color: #fff !important;
	border-radius: 18px;
	padding: 0.6em 1.5em;
	font-weight: 600;
	font-size: 1.07em;
	border: none;
	box-shadow: 0 1px 7px 0 rgba(135,104,175,0.10);
	transition: background 0.2s;
	text-decoration: none;
}

.submission-nav .dashboard-add-btn:hover {
	background: #af5098;
}
/* Commission Form Styling */
.commission-submission-form {
  background: #f9f9f9;
  padding: 2em;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  font-family: 'Inter', sans-serif;
}

.commission-submission-form h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #2d3092;
}

.commission-submission-form p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 2rem;
}

.commission-submission-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5em;
  color: #444;
}

.commission-submission-form input[type="text"],
.commission-submission-form input[type="email"],
.commission-submission-form input[type="url"],
.commission-submission-form input[type="number"],
.commission-submission-form textarea,
.commission-submission-form select {
  width: 100%;
  padding: 0.75em;
  margin-bottom: 1.25em;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.2s;
}

.commission-submission-form input:focus,
.commission-submission-form textarea:focus,
.commission-submission-form select:focus {
  border-color: #00adba;
  outline: none;
}

.commission-submission-form .acf-button {
  background: #2d3092;
  color: #fff;
  font-weight: bold;
  padding: 0.75em 1.5em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.commission-submission-form .acf-button:hover {
  background: #00adba;
}

/* Make repeater fields cleaner */
.acf-repeater .acf-row {
  background: #fff;
  border: 1px solid #eee;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 8px;
}
/* Registration Form */

/* Hide approval checkbox on frontend */
.acf-field[data-key="field_profile_approved"] {
  display: none !important;
}
/* Front-end form wrapper */
.register-form-wrapper {
  font-family: 'Inter', sans-serif;
  background: #fff;
  border: 1px solid #eee;
  padding: 2em;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Headings and instructions */
.register-form-wrapper h2 {
  font-size: 1.75rem;
  color: #2d3092;
  margin-bottom: 1em;
}

.acf-fields > .acf-field label {
  font-weight: 600;
  margin-bottom: 0.25em;
  display: block;
}

/* ACF repeater spacing */
.acf-repeater .acf-row {
  background: #fdfdfd;
  padding: 1em;
  margin-bottom: 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
}

/* Register button */
.register-form-wrapper input[type="submit"] {
  background-color: #2d3092;
  color: white;
  padding: 0.75em 2em;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1.5em;
  transition: background 0.2s ease-in-out;
}

.register-form-wrapper input[type="submit"]:hover {
  background-color: #00adba;
}


/* ========================================
   FOOTER SECTION
   ======================================== */
#footer {
	background: var(--color-bg-dark);
	padding: 2em 0;
	font-size: 90%;
}

#footer h3 {
	color: var(--color-text-white);
}

#footer a:link, #footer a:visited {
	color: var(--color-link-footer);
	transition: all ease-in-out .3s;
}

#footer a:hover {
	color: var(--color-link-footer-hover);
}

#footer-left, #footer-middle, #footer-right {
	width: 33.3%;
	float: left;
	padding: 1em;
	box-sizing: border-box;
	overflow: hidden;
	list-style: none;
}

.footer-widget ul {
	list-style: none;
	color: var(--color-link-footer);
}

.footer-widget ul li {
	line-height: 2;
}

#business-details {
	text-align: center;
	background: var(--color-bg-secondary);
}

#business-details a:link, #business-details a:visited {
	color: var(--color-text-primary);
}

#copyright {
	padding: 1em 0;
	font-size: .9em;
	text-align: center;
	color: var(--color-text-primary);
	background: var(--color-bg-secondary);
}

#copyright a:link, #copyright a:visited { 
	color: var(--color-link);
}

#copyright a:hover {
	color: var(--color-text-primary);
	font-weight: bold;
}


/* ========================================
   CUSTOM CODE & UTILITIES
   ======================================== */

/* Anchor Links Offset - Custom implementation preserved */
/*
p .anchor-point {
	padding-top: 200px !important;
	position: relative;
}
This works ....
a[name] {
	padding-top: 200px;
	margin-top: -200px;
	display: inline-block;
}
*/

.top-space {
	margin-top: 2em;
}

/* ========================================
   MEDIA QUERIES & RESPONSIVE DESIGN
   ======================================== */

@media only screen and (max-width: 1090px) {
	/* Large tablet specific adjustments */
}

@media (max-width: 800px) {
	.branding-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}
	
	.strapline {
		max-width: 100%;
		font-size: 1rem;
	}
}

@media only screen and (max-width: 768px) {
	.welcome-content-1 {
		padding: 1.5em !important;
	}
	
	.welcome-photo img {
		width: 100%;
		max-width: 200px;
		height: auto;
	}
	
	/* Member Profile Responsive */
	.member-header {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 1.5em;
	}
	
	.member-photo {
		width: 100px;
		height: 100px;
	}
	
	.member-name {
		font-size: 1.8em;
	}
	
	.portfolio-images {
		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
		gap: 1em;
	}
	
	.portfolio-images img {
		height: 120px;
	}
	
	.works-list {
		grid-template-columns: 1fr;
	}
	
	.member-profile {
		padding: 1.5em 1em;
		margin: 1em;
	}
	
	/* Dashboard responsive */
	.dashboard-content, .dashboard-block {
		padding: 1em !important;
	}
	
	.dashboard-header {
		padding: 1.5em 1em 1em 1em;
	}
	
	.dashboard-table th, .dashboard-table td {
		padding: 0.6em 0.3em;
	}
	
	/* Form responsive */
	.content-block {
		padding: 1.1em 0.5em;
		margin: 1.2em auto 1.2em auto;
	}
	
	.acf-form .acf-fields {
		padding: 1.2em 0.4em 1em 0.4em;
	}
	
	.submission-details, .submission-nav {
		padding: 1.1em 0.6em 0.7em 0.6em;
		flex-direction: column;
		gap: 0.7em;
	}
	
	.submission-details h3 {
		font-size: 1.14em;
	}
}

@media only screen and (max-width: 580px) {
	#wrapper {
		margin-top: 0;
	}
}

@media (max-width: 480px) {
	.member-photo {
		width: 80px;
		height: 80px;
	}
	
	.member-name {
		font-size: 1.5em;
	}
	
	.portfolio-images {
		grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	}
	
	.portfolio-images img {
		height: 100px;
	}
	
	.add-publisher-header, .acf-form .acf-fields {
		padding: 1em 0.5em 0.7em 0.5em;
	}
}

@media (max-width: 700px) {
	/* Additional Creative2026 responsive rules */
	.dashboard-content, .dashboard-block {
		padding: 1.1em 0.5em !important;
	}
	
	.dashboard-header {
		padding: 1.5em 1em 1em 1em;
	}
	
	.dashboard-table th, .dashboard-table td {
		padding: 0.6em 0.3em;
	}
}