/*
 Theme Name: Call2Come 2026
 Template: hello-elementor
 Author: Mike Pike
 Description: The latest Call2Come theme designed to pair with the new Call2Come App 
 Version: 1.0
*/

/* Global link styles */


.c2c-burger {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999;

	width: 36px;
	height: 36px;

	border-radius: 50%;
	border: none;

	background: #655220;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 3px;

	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.c2c-burger span {
	width: 18px;
	height: 2px;
	background: #FFF7E2;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.c2c-burger.active {
	background: #655220;
}

.c2c-burger.active span {
	background: #FFF7E2;
}

.c2c-burger.active span:nth-child(1) {
	transform: translateY(5px) rotate(45deg);
}

.c2c-burger.active span:nth-child(2) {
	opacity: 0;
}

.c2c-burger.active span:nth-child(3) {
	transform: translateY(-5px) rotate(-45deg);
}

.c2c-burger,
.c2c-burger.active {
	background: #655220 !important;
}

.c2c-burger span,
.c2c-burger.active span {
	background: #FFF7E2 !important;
}

.c2c-offcanvas {
	position: fixed;
	top: 0;
	right: 0;
	width: min(82vw, 380px);
	height: 100vh;
	z-index: 9998;
	background: rgba(23,22,18,0.96);
	color: #fff;
	padding: 90px 28px 28px;
	transform: translateX(100%);
	transition: transform 0.35s ease;
	box-shadow: -10px 0 30px rgba(0,0,0,0.4);
}

.c2c-offcanvas.is-open {
	transform: translateX(0);
}

.c2c-offcanvas h2 {
	color: #dfce8f;
	font-size: 32px;
	margin-bottom: 28px;
}

.c2c-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.c2c-menu li a {
	display: block;
	color: #FFF7E2;
	text-decoration: none;
	font-size: 20px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(255,255,255,0.32);
}

.c2c-menu li a:hover {
	color: #dfce8f;
}

.c2c-overlay {
	position: fixed;
	inset: 0;
	z-index: 9997;
	background: rgba(0,0,0,0.45);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.35s ease;
}

.c2c-overlay.is-open {
	opacity: 1;
	pointer-events: auto;
}

body.c2c-menu-open {
	overflow: hidden;
}

.c2c-offcanvas {
	display: flex;
	flex-direction: column;
}

.c2c-footer-brand {
	margin-top: 36px; /* adjust this for spacing */
	padding-top: 12px;

	color: #DCD4C0;
	font-size: 14px;
	text-align: center;
	opacity: 0.8;
	letter-spacing: 0.6px;
}

.c2c-footer-brand span {
	display: block;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 4px;
	opacity: 0.7;
}

.c2c-menu {
	margin-bottom: 20px;
}


.c2c-footer {
	background: #1a1a1a;
	color: #FFF7E2;
	padding: 20px 0; /* top & bottom spacing */
	display: flex;
	align-items: center;
}

.c2c-footer-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: flex-end; /* push content right */
}

.c2c-footer-content {
	text-align: right;
	max-width: 280px;
}

/* Logo */
.c2c-footer-logo {
	height: 28px;
	margin-bottom: 10px;
	opacity: 0.9;
}

/* Title */
.c2c-footer-title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
}

/* Tagline */
.c2c-footer-tagline {
	margin-top: 6px;
	font-size: 13px;
	font-style: italic;
	opacity: 0.75;
	line-height: 1.4;
}

/* Meta */
.c2c-footer-meta {
	margin-top: 16px;
	font-size: 14px;
	opacity: 0.8;
	line-height: 1.6;
}

/* Contact */
.c2c-footer-contact {
	cursor: pointer;
}

.c2c-footer-contact:hover {
	text-decoration: underline;
}

.c2c-footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.c2c-footer-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.c2c-footer-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
}

/* Optional divider line */
.c2c-footer-right {
	border-left: 1px solid rgba(255, 247, 226, 0.3);
	padding-left: 30px;
	margin-left: 30px;
}

.c2c-footer-social {
	display: flex;
	gap: 20px; /* increase this value */
}

/* Base icon styling */
.c2c-footer-social a {
	font-size: 25px;
	display: inline-block;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

/* YouTube colour */
.c2c-footer-social a[href*="youtube"] i {
	color: #FF0000;
}

/* Facebook colour */
.c2c-footer-social a[href*="facebook"] i {
	color: #1877F2;
}

/* Hover effect (optional, keeps colour but adds life) */
.c2c-footer-social a:hover {
	transform: translateY(-2px);
	opacity: 0.85;
}


/*    STYLING RESOURCE POSTS    */
.c2c-resource-single {
    background: #111111;
    color: #FFF7E2;
    min-height: 100vh;
    padding: 90px 20px;
}

.c2c-resource-article {
    max-width: 840px;
    margin: 0 auto;
}

.c2c-resource-header {
    text-align: center;
    margin-bottom: 3rem;
}

.c2c-resource-title {
    color: #FFF7E2;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1rem;
}

.c2c-resource-date {
    font-size: 0.9rem;
    opacity: 0.7;
}

.c2c-resource-featured-image {
    margin-bottom: 3rem;
}

.c2c-resource-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.c2c-resource-content {
    font-size: 1rem;
    line-height: 1.8;
}

.c2c-resource-content p {
    margin-bottom: 1.5rem;
}

.c2c-resource-content h2,
.c2c-resource-content h3 {
    color: #FFF7E2;
    margin-top: 2.5rem;
}

.c2c-resource-navigation {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 247, 226, 0.25);
}

.c2c-resource-navigation a {
    color: #FFF7E2;
    text-decoration: none;
    opacity: 0.8;
}

.c2c-resource-navigation a:hover {
    opacity: 1;
}

.c2c-scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 247, 226, 0.2);
    border-radius: 50%;
    color: #FFD795;
    font-size: 28px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 99999;
}

.c2c-scroll-top {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.c2c-scroll-top.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


.c2c-scroll-top:hover {
    opacity: 0.8;
}



/* Cookie Policy page */
.c2c-policy-page {
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 20px;
	color: #2f2b26;
	line-height: 1.7;
}

.c2c-policy-page h1,
.c2c-policy-page h2,
.c2c-policy-page h3 {
	color: #2f2b26;
	margin-top: 32px;
	margin-bottom: 14px;
}

.c2c-policy-page h1 {
	font-size: 34px;
}

.c2c-policy-page h2 {
	font-size: 24px;
}

.c2c-policy-page p,
.c2c-policy-page li {
	font-size: 16px;
}

.c2c-policy-page a {
	color: #6f5f3d;
	text-decoration: underline;
}

.c2c-policy-page table {
	width: 100%;
	border-collapse: collapse;
	margin: 24px 0;
	font-size: 15px;
}

.c2c-policy-page th,
.c2c-policy-page td {
	border: 1px solid rgba(0,0,0,0.15);
	padding: 12px;
	vertical-align: top;
}

.c2c-policy-page th {
	background: rgba(51,48,41,0.08);
	font-weight: 600;
}

.c2c-app-access {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
	color: #FFF7E2;
}

.c2c-app-access-intro {
	font-size: 1.05rem;
	line-height: 1.7;
	margin-bottom: 28px;
}

.c2c-app-access-buttons {
	display: flex;
	gap: 18px;
	justify-content: center;
	flex-wrap: wrap;
}

.c2c-app-button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 260px;
	min-height: 92px;
	padding: 18px 22px;
	background: #333029BF;
	color: #FFF7E2;
	text-decoration: none !important;
	border: 1px solid rgba(255, 247, 226, 0.25);
	border-radius: 10px;
	transition: all 0.25s ease;
}

.c2c-app-button:hover {
	background: #403b35;
	color: #FFF7E2;
	transform: translateY(-2px);
	border-color: rgba(255, 247, 226, 0.45);
}

.c2c-app-button-title {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 6px;
}

.c2c-app-button-subtitle {
	font-size: 0.85rem;
	opacity: 0.82;
	line-height: 1.4;
}

.c2c-app-access-note {
	margin-top: 24px;
	font-size: 0.9rem;
	line-height: 1.6;
	opacity: 0.85;
}

.c2c-app-button:hover,
.c2c-app-button:focus,
.c2c-app-button:active {
	text-decoration: none !important;
	color: #FFF7E2;
}

@media (max-width: 600px) {
	.c2c-app-button {
		width: 100%;
	}

	.c2c-app-access-buttons {
		gap: 14px;
	}
}

