/* @override 
	https://www.rockyroadmusic.co.uk/wp-content/themes/tentoten/style.css?* */

/*

Theme Name: Ten to Ten V2
Theme URI: https://www.tentoten.co.uk
Description: A Theme Framework
Author: Dare to Think
Author URI: https://www.daretothink.co.uk
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-X.X.html
Version: 1.2
Tags: one-column, two-columns, grid-layout, featured-images
Text Domain: tentoten

*/

/* Table of Contents
 *
 * 1.0 - Reset
 * X.X - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 4.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 4.0 - Footer 
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 1X.X - Print
 * -----------------------------------------------------------------------------
 */

/* ------------ X.X CSS Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

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, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.cf:before,
.cf:after {
	content: " ";
    display: table;
}

.cf:after {
	clear: both;
}

* {
	box-sizing: border-box;
}

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

/* ------------ X.X Basic Structure
 * -----------------------------------------------------------------------------
 */

html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}

html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}

body,html {
	width: 100%;
	height: 100%;
}

html body {
	display: flex;
	flex-direction: column;
}

html #container {
	flex: 1 0 auto;
	padding-top: 80px;
}

body,
input,
textarea {
	font: 62.5% "Outfit", Helvetica, Arial, sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	position: relative;
    background-color: #fff;
    margin: 0;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url('images/bg3.svg') no-repeat left top;
    background-size: 100% auto;
    opacity: 0.1;
    pointer-events: none;
    z-index: -1;
}

.hidden { 
	display: none; 
}

.alignleft { 
	float: left; 
}

.alignright { 
	float: right; 
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.pad1 {
	padding: 100px 0;
}

.padb1 {
	padding: 0 0 100px;
}

.padt1 {
	padding: 100px 0 0;
}

.pad1a {
	padding-top: 50px;
	padding-bottom: 50px;
}

.padt1a {
	padding-top: 50px;
}

.padb1a {
	padding-bottom: 50px;
}

.pagesize-1,
.post-wrapper.st1 {
	width: 100%;
	max-width: 1024px;
	margin: auto;
}

#breadcrumbs-ctn {
	position: relative;
}

nav.rank-math-breadcrumb {
	position: absolute;
	top: 15px;
	z-index: 1;
}

.rank-math-breadcrumb p,
.rank-math-breadcrumb a {
	text-decoration: none;
	font-size: 1rem;
}

.rank-math-breadcrumb span.last {
	font-weight: 600;
}

/* ------------ X.X Grid
 * -----------------------------------------------------------------------------
 */

.c_12 {
	max-width: 1600px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
}

.g_1,.g_2,.g_3,.g_4,.g_5,.g_6,.g_7,.g_8,.g_9,.g_10,.g_11,.g_12 {
	display: inline;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}

.negative {
	margin-left: -20px;
	margin-right: -20px;
}

.c_12 .g_1 {width: 8.25252525252533%;}
.c_12 .g_2 {width: 16.6666667%;}
.c_12 .g_3 {width: 25%;}
.c_12 .g_4 {width: 33.2525252525253%;}
.c_12 .g_5 {width: 41.6666667%;}
.c_12 .g_6 {width: 50%;}
.c_12 .g_7 {width: 58.2525252525253%;}
.c_12 .g_8 {width: 66.6666666%;}
.c_12 .g_9 {width: 75%;}
.c_12 .g_10 {width: 83.2525252525253%;}
.c_12 .g_11 {width: 91.6666666%;}
.c_12 .g_12 {width: 100%;}


/* ------------ X.X Fonts
 * -----------------------------------------------------------------------------
 */

@font-face {
  font-family: 'rrm';
  src:
    url('fonts/rrm.woff2?qcpwb6') format('woff2'),
    url('fonts/rrm.ttf?qcpwb6') format('truetype'),
    url('fonts/rrm.woff?qcpwb6') format('woff'),
    url('fonts/rrm.svg?qcpwb6#rrm') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'rrm' !important;
  speak: never;
  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;
}

.ic-cross:before {
  content: "\e90c";
}
.ic-arrow:before {
  content: "\e90b";
}
.ic-quote:before {
  content: "\e90a";
}
.ic-cross1:before {
  content: "\e900";
}
.ic-arrow-down:before {
  content: "\e901";
}
.ic-arrow-left:before {
  content: "\e902";
}
.ic-arrow-right:before {
  content: "\e903";
}
.ic-facebook:before {
  content: "\e904";
}
.ic-instagram:before {
  content: "\e905";
}
.ic-link:before {
  content: "\e906";
}
.ic-pinterest:before {
  content: "\e907";
}
.ic-search:before {
  content: "\e908";
}
.ic-x:before {
  content: "\e909";
}

p {
	font-size: 1.25rem;
	line-height: 1.5;
}

a {
	color: inherit;
}

li {font-size: 1rem}

li p {
	font-size: 1rem
}

li li {font-size: 1rem}

h1 {
	font-size: clamp(1.75rem, 5vw, 2.5rem);
}

h2 {
	font-size: 2.4rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.6rem;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
}

a.btn-primary {
	font-size: 1rem;
	text-decoration: none !important;
	border: 2px solid #62b6cb;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 100px;
	background: #fff;
	font-weight: 600;
	color: inherit !important;
	transition: all 0.2s ease;
}

a.btn-primary:hover {
	background: #62b6cb;
	color: #fff !important;
}

.title.sz1 {
	font-size: clamp(1.75rem, 5vw, 2.5rem);
}

/* Style the wrapper slightly if needed, but target the actual link inside */
.wp-block-button.is-style-rocky-road-button .wp-block-button__link {
	font-size: 1rem;
	text-decoration: none !important;
	border: 2px solid #62b6cb;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 100px;
	background: #fff;
	font-weight: 600;
	color: inherit !important;
	transition: all 0.2s ease;
}

/* Hover and active states */
.wp-block-button.is-style-rocky-road-button .wp-block-button__link:hover {
	background: #62b6cb;
	color: #fff !important;
}

.wp-block-button.is-style-rocky-road-button .wp-block-button__link:active {
	background: #62b6cb;
	color: #fff !important;
}

/* ------------ X.X Page Navi
 * -----------------------------------------------------------------------------
 */

/* -- ## Page Navi */

#pagenavi {
}

.wp-pagenavi {
	margin: 0 auto 100px;
	display: table;
	position: relative;
}

.wp-pagenavi a,
.wp-pagenavi span.current,
.wp-pagenavi span.extend {
	text-decoration: none;
	width: 32px;
	height: 32px;
	display: inline-block;
	margin: 0 7px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	font-size: 1rem;
	transition: none;
	color: #fff;
	background-color: #ccc;
	border-radius: 4px
}

.wp-pagenavi span.extend {
	display: none;
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: #62b6cb;
}

/* ------------ X.X Main Content Areas
 * -----------------------------------------------------------------------------
 */
 


.entry-content p a {
    position: relative;
    display: inline-block; /* Add this */
	text-decoration: none;
	color: #;
}

.entry-content p a:hover {
	color: #62b6cb;
}

.entry-content p a:after {
    position: absolute;
    content: "";
    left: 0;         /* Anchor to the left */
    width: 100%;
    height: 3px;
    background: #62b6cb;
    transform: rotate(-1deg);
    bottom: 0px;
}

.entry-content strong {
	font-weight: 500;
}

.entry-content p {
	margin-bottom: 15px;
}

.entry-content .wp-block-gallery a {
	border: none;
}

.entry-content p,
.entry-content li,
.entry-content table {
	font-size: 1.125rem;
	font-size: clamp(1rem, 5vw, 1.125rem);
}

.entry-content hr {
	border: none;
	margin: 25px 0;
}

.entry-content hr {
	height: 5px;
	background-color: #e9ecef;
	width: 100%;
	display: inline-block;
	border: none;
}

.entry-content hr.sep.st1 {
	height: 1px;
	background-color: #62b6cb;
	width: 100%;
	display: inline-block;
	border: none;
	margin: 25px 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	line-height: 1.1;
	margin-bottom: 15px;
	margin-top: 30px;
}

.entry-content > h1 {
	margin-top: 0;
}

h1.page-title {
	text-wrap: pretty;
}

.entry-content div > h1:first-child {
	margin-top: 0;
}

.entry-content h2 {
	font-size: clamp(1.25rem, 5vw, 1.5rem);
}

.entry-content h3 {
	font-size: 1.375rem;
}

.entry-content h4 {
	font-size: 1.25rem;
}

.entry-content h5 {
	font-size: 1.125rem;
}

.entry-content h6 {
	font-size: 1rem;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	margin-top: 10px;
}

.entry-content ol li {
	list-style-type: decimal;
	margin-left: 40px;
	line-height: 1.5;
	text-wrap: pretty;
}

.entry-content ul li {
	list-style-type: circle;
	margin-left: 20px;
	line-height: 1.5;
}

.entry-content ul li ul,
.entry-content ol li ol {
	margin-top: 5px;
	margin-bottom: 0;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
}

.entry-content blockquote {
	margin-bottom: 25px;
}

.entry-content blockquote cite {
	display: block;
	margin-top: -10px;
	font-size: 0.875rem;
	color: #555;
}

.entry-content blockquote cite:before {
	content: "- ";
}

.entry-content table {
	border-bottom: 1px solid #efebe8;
	font-size: 1rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption {
	font-size: 1rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.entry-content th {
	border-top: 1px solid #efebe8;
	padding: 6px 10px 6px 0;
}

.entry-content caption,
.entry-content th,
.entry-content td {
	font-weight: normal;
	text-align: left;
}

.entry-content pre {
	font-size: 1rem;
}

.entry-content .wp-block-button.is-style-cta-button {
	margin-right: 10px;
}

.entry-content .is-style-cta-button a.wp-block-button__link {
	text-align: center;
	font-weight: 600;
	display: inline-block;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: #f55c3d;
	color: #fff;
	border: 1px solid #f55c3d;
	font-size: 1rem;
	padding: 8px 20px;
	width: 100%;
	margin-bottom: 5px;
}

.entry-content .is-style-cta-button a.wp-block-button__link:hover {
	cursor: pointer;
	background-color: #fff;
	color: #f55c3d;
}

/* ------------ X.X Content Styles
 * -----------------------------------------------------------------------------
 */

.wp-caption {
	
}

.wp-caption-text {
	
}

.gallery-caption {
	
}

.bypostauthor {
	
}

.sticky {
	
}

/* Custom Separator Style */
.wp-block-separator.is-style-rocky-separator {
    background-color: #62b6cb;
    border: none;
    height: 3px; /* Adjust thickness as needed */
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    opacity: 1; /* WordPress default separators often have low opacity */
    width: 100%; /* Or set a specific width like 100px if you want it centered and small */
}

/* Magnific Popup */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: .9 !important;
    filter: alpha(opacity=90);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

body.single-work .mfp-wrap {
    z-index: 9999999;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #cccccc;
}
.mfp-preloader a:hover {
    color: white;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
  width: 60px;
  height: 60px;
  line-height: 62px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 0 18px 10px;
  color: #fff;
  font-size: 0;
  display: none;
}

.mfp-close:before {
	font-family: 'rrm';
	content: "\e900"; 
	font-size: 32px;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}
.mfp-arrow {
    position: absolute;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0;
    top: 0;
    margin-top: -0;
    padding: 0;
    width: 70px;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'le';
    font-size: 32px;
	color: #fff;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:before {
    right: 0;
	display: inline-block;
	content: "\e902";
	transform: rotate(90deg);

}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:before {
    right: 0;
    display: inline-block;
	content: "\e903";
	transform: rotate(270deg);
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1600px;
}
.mfp-iframe-holder .mfp-close {
    top: 5px;
	right: 5px;
	position: fixed;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}
/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    background: #444444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    font-size: 1.3em;
    text-align: left;
    line-height: 18px;
    color: #ccc;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .95;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .mfp-arrow {
        width: 50px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* ------------ X.X Images
 * -----------------------------------------------------------------------------
 */


.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

nav.footer {
	float: right;
}

footer a {
	text-decoration: none;
}

nav.footer li {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 52px;
}

nav.footer li:after {
	content: "/";
	margin-right: 10px;
	margin-left: 10px;
}

nav.footer li:last-child:after {
	content: "";
	margin: 0;
}

a.branding {
	float: left;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 60px;
	width: 216px;
	display: block;
	transition: all 100ms ease-in;
	margin: 10px 0;
}

a.branding:hover {
	transform: scale(1.1);
}

footer a.branding {
	margin: 0;
	height: 52px;
	width: 180px;
}

/* ------------ X.X Header
 * -----------------------------------------------------------------------------
 */
 
header#site-header {
	height: 80px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;	
}

header#site-header {
	box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

/* Main navigation styling with Flexbox */
nav.main ul {
    display: flex;
    justify-content: flex-end; /* Align items to the right */
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.main li {
    position: relative;
    font-size: 1.125rem;
	font-weight: 500;
}

nav.main li a {
    display: inline-block;
    padding: 0 15px;
    line-height: 80px;
    color: inherit;
    text-decoration: none;
}

nav.main li:hover > a {
	color: #F18041;
}

/* Submenu styling */
nav.main ul li.menu-item-has-children > ul {
    position: absolute;
    top: 100%; /* Position the submenu directly below the parent */
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    background: #fff;
    margin-top: 0;
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    padding: 10px 0;
    flex-direction: column; /* Stack submenu items vertically */
	border-top: 0;
}

nav.main ul li.menu-item-has-children {
	margin-right: 15px;
}

nav.main > ul > li.menu-item-has-children > a > span:after {
	font-family: 'rrm';
	content: "\e901";
	position: absolute;
	right: -5px;
}

nav.main ul li.menu-item-has-children > ul {
    background: #f6bd60;
}

nav.main ul li.menu-item-has-children > ul.sub-menu:before {
    display: block;
    position: absolute;
    top: -7px;
    left: 30px;
    border-bottom: 8px solid #fff;
    border-left: 8px dashed transparent;
    border-right: 8px dashed transparent;
    content: ''
}

nav.main ul li.menu-item-has-children > ul.sub-menu:before {
    border-bottom: 8px solid #f6bd60;
}

nav.main ul li.menu-item-has-children > ul ul {
	opacity: 1;
}

nav.main ul li.menu-item-has-children:hover > ul,
nav.main ul li.menu-item-has-children > ul[aria-expanded="true"] {
    opacity: 1;
    pointer-events: all;
    display: flex; /* Show the dropdown on hover */
}

nav.main ul ul li {
    display: block; /* Ensure submenu items are block-level */
}

nav.main ul ul li a {
    font-size: 1rem;
    line-height: 1.25;
    padding: 5px 20px;
    width: 220px;
    height: auto;
    color: #333;
    text-decoration: none;
}

nav.main ul ul li a:hover {
	color: #fff;
}

nav.main ul li.menu-item-has-children > ul ul {
    margin: 0;
    position: relative;
    border: 0;
    box-shadow: none;
    padding: 0;
}

nav.main ul li.menu-item-has-children > ul li li a {
    font-size: .875rem;
}

nav.main ul li.menu-item-has-children > ul ul li a:before {
    content: "- ";
}

nav.main li.menu-item-has-children ul a:after {
    content: "";
}

nav.main li.menu-item-has-children ul a {
    padding-right: 15px;
}

/* Accessibility improvements */
nav.main li.menu-item-has-children > a {
    aria-haspopup: true;
    aria-expanded: false;
}

nav.main li.menu-item-has-children:hover > a,
nav.main li.menu-item-has-children > a:focus {
    aria-expanded: true;
}

/* Optional: Style changes for open/close state if needed */
nav.main li.menu-item-has-children > a[aria-expanded="true"]:after {
    content: '\e902'; /* Assuming this is the open dropdown icon */
}

.toggle-nav {
    position: absolute;
    top: 27px;
    right: 10px;
    cursor: pointer;
	display: none;
}

.nav-icon {
    width: 28px;
    height: 28px;
    position: relative;
    transition: transform 0.5s ease;
}

.nav-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background: #333;
    transition: all 0.25s ease;
}

body.home.smaller .nav-icon span {
	background: #333;
}

body .nav-icon span:nth-child(1) {
    transform: translate(0, 3px); /* Adjusted translate values */
}

body .nav-icon span:nth-child(2) {
    transform: translate(0, 11px); /* Adjusted translate values */
}

body .nav-icon span:nth-child(3) {
    transform: translate(0, 19px); /* Adjusted translate values */
}

body.nav-open .nav-icon span:nth-child(1) {
    transform: rotate(45deg) translate(9px, 9px); /* Adjusted translate values */
}

body.nav-open .nav-icon span:nth-child(2) {
    opacity: 0;
    width: 0;
}

body.nav-open .nav-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(-6px, 7px); /* Adjusted translate values */
}

#container:before {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 300ms ease, height 1ms 300ms ease
}

#sidemenu {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 998;
	overflow-y: scroll;
	padding: 100px 15px 15px;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 0px 2px rgba(0,0,0,.2);
}

#sidemenu form {
	margin: 0 0 20px;
}

#sidemenu nav.side li a {
	color: #333;
	padding: 5px 0;
	display: block;
	line-height: 1;
	text-decoration: none;
	transition: all 0.1s ease-in-out;
}

#sidemenu nav.side li a:hover {
	color: #62b6cb;
}

#sidemenu nav.side > ul > li {
	margin-bottom: 10px;
	font-weight: 600;	
	font-size: 1.25rem;	
}

#sidemenu nav.side > ul > li > ul > li {
	text-transform: none;
	font-weight: 400;
	font-size: 1.125rem;
	
}

#sidemenu nav.side > ul > li > ul > li a::before {
	content: "";
}

#sidemenu nav.side > ul > li > ul > li > ul > li a::before {
	content: "- ";
}

#sidemenu nav.side > ul > li > ul > li > ul > li a {
	font-size: 1rem;
}

/* ------------ X.X Site Search
 * -----------------------------------------------------------------------------
 */
 
nav.main li.search a {
	font-size: 0;
}

nav.main .search-button {
	width: 32px;
	position: relative;	
	float: right;
	margin: 14px 0 0 5px;
}

nav.main .search-button:hover {
	cursor: pointer;
}

nav .search-btn:before {
	top: 1px;
	right: 4px;
	font-size: 24px;
	padding: 6px;
	font-family: 'rrm';
	content: '\e908';
	position: absolute;
	color: #333;
}

nav.main .search-button:before {
	top: 14px;
	right: 0;
	font-size: 24px;
	font-family: 'rrm';
	content: '\e908';
	position: absolute;
}

body.open-search nav.main .search-button:before {
	content: '\e90c';
}

#searchsite {
	display: none;
	margin-top: 22px;
	float: right;
	width: 380px;
}

body.open-search #searchsite {
	display: block;
}

body.open-search nav.main ul {
	display: none;
}

.search-form.v1 {
	position: relative;	
}

.search-form.v1 input {
    border: 0;
    color: #333;
    background: #efefef;
    height: 38px;
    width: 100%;
    max-width: 380px;
    position: relative;
    border-radius: 6px;
	padding: 0 32px 0 10px;
	font-size: 1.125rem;
}

/* ------------ X.X Footer
 * -----------------------------------------------------------------------------
 */

nav.footer li:last-child {
	margin-right: 0;
}

footer#site .level-1 {
	padding-top: 15px;
	position: relative;
	border-top: 3px solid #62b6cb;
}

footer#site .level-2 {
	padding: 0 0 15px;
}

footer#site .site-name {
	font-size: .875rem;
	float: left;
	line-height: 24px;
}

.social-links {
	float: right;
}

.social-links {
  margin: 0;
  padding: 0;
}

.social-links li {
  list-style: none;
  display: inline-block;
  margin-left: 8px;
}

.social-links li:first-child {
  margin-left: 0;
}

.social-links a {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
}

/* Icon lives on the LINK so it’s part of the clickable area */
.social-links a::before {
  font-family: "rrm";
  font-size: 24px;
  line-height: 1;
  display: block;
  speak: none;
}

/* Facebook */
.social-links li.fb a::before {
  content: "\e904";
  color: #1877f2;
}

.social-links span {
	display: none;
}

.social-links li.in a:before {
	content: "\e905";
	color: #e1306c;
}

.social-links.in-body {
	margin-top: 5px;
	float: left;
}

.social-links.in-body li a:before {
	font-size: 36px;
	font-weight: 400;
}

.social-links.in-body li a {
	border: none;
}

.quote.st1 {
	max-width: 968px;
	margin: 0 auto;
	text-align: center;
	font-weight: 600;
	position: relative;
}

.quote.st1 blockquote:before,
.quote.st1 blockquote:after {
	font-family: "rrm";
	content: "\e90a";
	font-weight: normal;
	color: #62b6cb;
	font-size: 64px;
	position: absolute;
	z-index: -1;
	opacity: .5;
}

.quote.st1 blockquote:before {
	left: 10px;
	top: 5px;
}

.quote.st1 blockquote:after {
	right: 10px;
	bottom: 40px;
	transform: rotate(180deg);
}

.quote.st1 blockquote {
	font-size: clamp(1.25rem, 3vw, 2rem);
	padding: 30px 0;
}

.quote.st1 figcaption {
	font-size: clamp(1rem, 3vw, 1.25rem);
	color: #b3aba3;
	margin-top: 10px;
}

/* ------------ X.X Home
 * -----------------------------------------------------------------------------
 */

#home-feature {
	position: relative;
}

#home-feature .block.image {
	padding-bottom: 26.25%;
	width: 100%;
	max-width: 100%; /* Adjust the maximum width as needed */
	height: 0;
	position: relative;
	overflow: hidden;
}

#home-feature .block.image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

#home-feature .wrapper {
	position: relative;
}

#home-feature .content {
	position: absolute; 
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
	height: 100%;
	width: 100%;
	max-width: 1600px;
	padding: 0 40px;
	overflow: hidden;
	z-index: 1;
}

#home-feature .content h1 {
	position: absolute;
	bottom: 40px;
	line-height: 1;
	max-width: 1200px;
	color: #fff;
	font-size: clamp(2rem, 5vw, 3rem);
}

/* ------------ X.X Content styles
 * -----------------------------------------------------------------------------
 */

.panel.st1 {
	background: #62b6cb;
	padding: 25px;
	color: #fff;
	border-radius: 6px;
	box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.15);
}

.panel.st1 .cta a {
	color: inherit;
}

.pos_t {
	padding-top: 0 !important;
}

.panel.st1 .content {
	max-width: 75%;
}

.panel.st1 p {
	font-size: clamp(1.125rem, 2.5vw, 1.25rem);
}

.panel.st1 .cta {
	font-size: 1.25rem;
}

.panel.st1 .cta a {
	text-decoration: none;
	font-weight: 600;
	position: relative;
	float: right;
}

/* 1. Define the bouncing motion */
@keyframes bounceRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px); /* Adjust distance here */
  }
}

/* 2. Target the hover state of the parent link */
.panel.st1 .cta a:hover:after {
  animation: bounceRight 0.6s infinite ease-in-out;
}

/* Your original styles with a small tweak */
.panel.st1 .cta a:after {
  font-family: "rrm";
  content: "\e90b";
  display: inline-block; /* Crucial: transform doesn't work on inline elements */
  vertical-align: -3px;
  font-weight: normal;
  margin-left: 5px;
  transition: transform 0.2s ease;
}

.panel.st1 h1,
.panel.st1 h2 {
	position: relative;
	line-height: 1;
	font-size: clamp(1.5rem, 5vw, 2.5rem);
}

.panel.st1 h1:after,
.panel.st1 h2:after {
	content: "";
	width: 160px;
	height: 5px;
	display: block;
	background: #fff;
	margin-bottom: 20px;
	margin-top: 10px;
	transform: rotate(-1deg);
}

.panel.st1 .content a {
    position: relative;
    display: inline-block; /* Add this */
}

.panel.st1 .content a:hover {
	color: inherit;
}

.panel.st1 .content a:after {
    position: absolute;
    content: "";
    left: 0;         /* Anchor to the left */
    width: 100%;
    height: 3px;
    background: #fff;
    transform: rotate(-1deg);
    bottom: 0px;
}

#what {
	border-top: 3px solid #62b6cb;
}

/* Section layout - Switching to Flex for better centering */
/* Base Container Styles */
#who-panels,
#panels-grid,
.custom-grid-container {
    display: grid;
    gap: 40px;
}

/* 2 Column Standard */
.grid_2 {
    grid-template-columns: repeat(2, 1fr);
}

/* 3 Column Standard */
.grid_3 {
    grid-template-columns: repeat(3, 1fr);
}

/* 2 Column with Featured Lead (2p) */
.grid_2p {
    grid-template-columns: repeat(2, 1fr);
}
.grid_2p > div:first-child {
    grid-column: span 2;
}

.grid_2b {
    grid-template-columns: repeat(2, 1fr);
}
.grid_2b > div:last-child {
    grid-column: 1 / -1; /* Spans all columns */
}

/* 3 Column with Featured Lead (3p) */
.grid_3p {
    grid-template-columns: repeat(3, 1fr);
}
.grid_3p > div:first-child {
    grid-column: span 3;
}

/* 3 Column with Featured Lead (3p) */
.grid_3b {
    grid-template-columns: repeat(3, 1fr);
}
.grid_3b > div:last-child {
    grid-column: 1 / -1; /* Spans all columns */
}

/* Tablet & Mobile Overrides */
@media (max-width: 1024px) {
    /* Force 2 columns on tablet for everything except the featured leads */
    .grid_3, .grid_3p {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid_3p > div:first-child {
        grid-column: span 2;
    }
}

@media (max-width: 640px) {
    /* All grids drop to single column on mobile */
    .grid_2, .grid_3, .grid_2p, .grid_3p,.grid_2b, .grid_3b {
        grid-template-columns: 1fr;
    }
    .grid_2p > div:first-child, 
    .grid_3p > div:first-child,
    .grid_2b > div:first-child, 
    .grid_3b > div:first-child {
        grid-column: span 1;
    }
}

/* Card */
.panel.st2 {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #ccc;
	box-shadow: 0 10px 10px 1px rgba(0, 0, 0, 0.25);
	padding: 25px;
	position: relative;
	transition: all 0.25s ease;
}

.panel.package-id-1003 {
	border-color: #62b6cb;
	background-color: #fafafa;
}

.panel.st2 .content{
  flex: 1;
}

.panel.st2:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* Icon */
.panel.st2 img.icon {
	width: 80px;
	height: auto;
	margin-bottom: 10px;
	filter: invert(77%) sepia(24%) saturate(805%) hue-rotate(151deg) brightness(84%) contrast(87%);
}

/* Content */
.panel.st2 .content h3 {
	font-size: clamp(1.5rem, 5vw, 2rem);
	margin: 0 0 10px;
}

.panel.st2 .content p {
	color: #555;
	font-size: clamp(1rem, 4vw, 1.25rem);
	line-height: 1.3;
}

/* Optional underline highlight style (like screenshot) */
.panel.st2 .content strong,
.panel.st2 .content em {
	position: relative;
	font-style: normal;
}

.panel.st2 .content strong::after,
.panel.st2 .content em::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 6px;
	background: rgba(255, 180, 0, 0.35);
	z-index: -1;
}

/* 1. Reset the CTA container to NOT trap the link */
.panel.st2 .cta {
    margin-top: auto;
    padding-top: 35px;
    display: flex;
    justify-content: flex-end;
    position: static; /* VERY IMPORTANT: This prevents the link from being trapped here */
}

/* 2. Force the Anchor to cover the card */
.panel.st2 a.find-out-more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: flex-end;    /* Push text to bottom */
    justify-content: flex-end; /* Push text to right */
    padding: 25px;            /* Match your panel padding */
    text-decoration: none;
    color: #111;
	line-height: 1;
}

/* 3. The Arrow Span */
.panel.st2 a span {
    position: relative;
    z-index: 11;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: clamp(1rem, 4vw, 1.25rem);
    pointer-events: none; /* Let the click pass through the text to the link */
}

/* 4. Fix the Arrow */
.panel.st2 a span::after {
    color: #f5a623;
    font-family: "rrm";
    content: "\e90b";
    margin-left: 8px;
	margin-top: 4px;
    transition: transform 0.2s ease;
	font-weight: 400;
}

.panel.st2:hover {
	cursor: pointer;
}

/* 3. Update the hover animation */
.panel.st2:hover .cta a span::after {
    transform: translateX(4px);
}

.panel.st2 .cta a:hover::after {
	transform: translateX(4px);
}

.panel.st2 img.package-thumb {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.panel.st2.package h3 {
	font-size: 1.75rem;
	line-height: 1;
	margin-bottom: 5px;
}

.panel.st2.package p {
	line-height: 1.25;
}

.panel.st2.package p.package-price {
	color: #62b6cb;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1;
	margin: 5px 0 10px;
}

/* 1. Make the link cover the whole panel */
.panel.st2 .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    content: "";
}

/* 2. Ensure the panel remains the reference point */
.panel.st2 {
    position: relative; /* You already have this, but it's vital! */
    transition: all 0.25s ease;
}

/* 3. Hover effects (since the whole panel is now the link) */
.panel.st2:hover .find-out-more::after {
    transform: translateX(4px); /* Moves your arrow icon on hover */
}

.package-id {
	background: #efefef;
	padding: 5px 15px;
	font-size: .875rem;
	font-weight: 600;
	border-radius: 20px;
	display: inline-block;
}

.panel.st2 .package-id {
	position: absolute;
	top: 10px;
	right: 10px;
}

.package-details .package-id {
	margin-top: 50px;
	border: 1px solid #ccc;
}

.section-intro.st1 {
	max-width: 75%;	
	margin: auto;
	text-align: center;
}

.section-intro.st1 p {
	font-size: clamp(1rem, 4vw, 1.25rem);
}

.section-intro.st1 h2 {
	position: relative;
	font-size: clamp(1.75rem, 5vw, 2.5rem);
	margin: 0;
}

.section-intro.st1 h2:after {
	content: "";
	width: 160px;
	height: 5px;
	display: block;
	background: #62b6cb;
	margin: 10px auto 20px;
	transform: rotate(-1deg);
}

.alt-row-container {
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 50px 0;
}

.alt-row-container .btn-primary {
	margin-top: 15px;
}

.alt-row-container h2 {
	position: relative;
	font-size: clamp(1.25rem, 5vw, 2rem);
}

.alt-row-container h2:after {
	content: "";
	width: 160px;
	height: 5px;
	display: block;
	background: #62b6cb;
	margin-top: 10px;
	margin-bottom: 20px;
	transform: rotate(-1deg);
}

/* When the "reversed" class is present, flip the columns */
.alt-content-row.reversed .alt-row-container {
    flex-direction: row-reverse;
}

.alt-image-col, .alt-text-col {
    flex: 1;
}

.alt-image-col img {
    width: 100%;
    height: auto;
    border-radius: 8px; /* Optional: matches your clean wireframe look */
	transform: rotate(-.75deg);
	box-shadow: 2px 2px 5px rgba(0,0,0,.4);
}

.alt-content-row.reversed .alt-row-container .alt-image-col img {
    transform: rotate(.7deg);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .alt-row-container, 
    .alt-content-row.reversed .alt-row-container {
        flex-direction: column; /* Stack normally on mobile */
        gap: 30px;
    }
}

.package-single-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: start;
}

.single-package-price {
    font-size: 2rem;
    color: #62b6cb;
    font-weight: 700;
    margin-bottom: 20px;
}

.single-package-price span {
    font-size: 1rem;
    color: #999;
}

.enquiry-box {
    background: #fafafa;
	border: 1px solid #ccc;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    padding: 30px;
    border-radius: 8px;
    margin-top: 40px;
}

.enquiry-box h3 {
	margin-top: 0;
}

.thumb-nav {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.thumb-nav img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
}

.thumb-nav img:hover { border-color: #62b6cb; }

@media (max-width: 900px) {
    .package-single-grid { grid-template-columns: 1fr; }
}

.main-image-wrapper a.package-lightbox {
    display: block;
    width: 100%;
    cursor: zoom-in;
}

.main-image-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
}

.package-images .main-image-wrapper img {
	box-shadow: 0 10px 10px 1px rgba(0, 0, 0, 0.25);
}

/* 1. Kill the Nav and Dots for good */
.owl-nav, .owl-prev, .owl-next, .owl-dots {
    display: none !important;
}

/* 2. The Fade Fix */
/* This forces the items to stay on top of each other instead of side-by-side */
#quote-slider .owl-item {
    backface-visibility: hidden;
}

#quote-slider .owl-item.active {
    z-index: 1; /* Bring current slide to front */
}

#quote-slider .fadeOut {
    animation-name: fadeOut;
}

#quote-slider .fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/* Contact */

.contact-mn.st2 {
	padding: 25px 15px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	margin-left: 50px;
	border-radius: 4px;
}

.contact-mn.st2.v2 {
	margin: 0;
	background: none;
	border: none;
	box-shadow: 0 5px 5px rgba(0,0,0,0);
	padding: 0;
}

.contact-mn ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #232528;
}
.contact-mn ::-moz-placeholder { /* Firefox 19+ */
  color: #232528;
}
.contact-mn :-ms-input-placeholder { /* IE 10+ */
  color: #232528;
}
.contact-mn :-moz-placeholder { /* Firefox 18- */
  color: #232528;
}

.contact-mn .row:last-child {
	margin-bottom: 0;
}

.contact-mn .row.half {
	width: 50%;
	padding: 0 10px;
}

.contact-mn .row.full {
	margin-left: 10px;
	margin-right: 10px;	
}

.contact-mn input[type="text"],
.contact-mn input[type="date"],
.contact-mn input[type="email"],
.contact-mn.st2 select,
.contact-mn textarea {
	background: transparent;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 4px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: clamp(1rem, 4vw, 1rem);
	margin-bottom: 20px;
}

.contact-mn input[type="date"] {
	padding: 5px ;
}

.contact-mn.st2 select {
	font-family: "Outfit", sans-serif;
	appearance: none; /* Remove default arrow */
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="12" height="8" viewBox="0 0 12 8" xmlns="http://www.w3.org/2000/svg"><path fill="%23003040" d="M1.41 0L6 4.58 10.59 0 12 1.41 6 7.41 0 1.41z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 12px 8px;
	cursor: pointer;
	color: #333;
}

.contact-mn ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3a3a3a;
}
.contact-mn ::-moz-placeholder { /* Firefox 19+ */
  color: #3a3a3a;
}
.contact-mn :-ms-input-placeholder { /* IE 10+ */
  color: #3a3a3a;
}
.contact-mn :-moz-placeholder { /* Firefox 18- */
  color: #3a3a3a;
}

.contact-mn textarea {
	margin-top: 2px;
}

.contact-mn input[type="text"]:focus,
.contact-mn input[type="email"]:focus,
.contact-mn textarea:focus,
.contact-mn select:focus {
	border-color: #2d9e9b;
	border-bottom-style: solid;
}

.contact-mn input.wpcf7-not-valid,
.contact-mn textarea.wpcf7-not-valid,
.contact-mn select.wpcf7-not-valid {
	border: 2px solid red;
	background: #f5f5f5;
}

.contact-mn input[type="submit"] {
	border: none;
	-webkit-appearance: none;
	background: #62b6cb;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	display: inline-block;
	margin-top: 20px;
	border-radius: 6px;
	padding: 10px 25px;
	transition: all 0.2s ease;
}

.contact-mn input[type="submit"]:hover {
	background: #479eb2;
	cursor: pointer;
}

.contact-mn textarea {
	width: 100%;
	height: 160px;
}

.contact-mn span.wpcf7-not-valid-tip {
	display: none !important;
}

.contact-mn .odd,
.contact-mn .even {
	float: left;
}

/* 1. Hide the original tiny CF7 checkbox */
label input[name="_mc4wp_subscribe_contact-form-7"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* 2. Style the span to create space for our new box */
label input[name="_mc4wp_subscribe_contact-form-7"] + span {
  position: relative;
  padding-left: 30px; /* Space for the custom box */
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  font-size: clamp(1rem, 4vw, 1.125rem);
}

/* 3. Create the custom box using ::before */
label input[name="_mc4wp_subscribe_contact-form-7"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb; /* Border color */
  background: #fff;
  border-radius: 3px;
  transition: all 0.2s ease;
}

/* 4. Create the checkmark (the "L" shape) using ::after */
label input[name="_mc4wp_subscribe_contact-form-7"] + span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none; /* Hidden by default */
}

/* 5. Logic: What happens when CF7 marks it as :checked */
label input[name="_mc4wp_subscribe_contact-form-7"]:checked + span::before {
  background-color: #0073aa; /* WordPress Blue or your brand color */
  border-color: #0073aa;
}

label input[name="_mc4wp_subscribe_contact-form-7"]:checked + span::after {
  display: block; /* Show the white checkmark */
}

/* 6. Focus state for accessibility */
label input[name="_mc4wp_subscribe_contact-form-7"]:focus + span::before {
  box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.3);
}
.contact-mn .cbox span {
	vertical-align: -4px;
}

span.wpcf7-list-item,
span.wpcf7-list-item input { 
	display: inline-block;
	width: auto;
}

span.wpcf7-list-item {
	margin: 5px 10px 10px 0!important;
}

div.wpcf7-response-output {
	display: block !important;
	clear: both;
	font-size: 1.125rem;
	border: none!important;
	margin: 0 !important;
	text-align: center;
	margin-top: 25px !important;
	font-weight: 500 !important;
	padding: 0 !important;
	color: red;
}

form#contact-form.invalid div.wpcf7-response-output {
	padding: 0 20px 20px 60px !important;
}

div.wpcf7-validation-errors {
	color: #f33;
}

/*
 * Default jvFloat theme.
 * modify it as you wish!
 */

.jvFloat {
	position: relative;
	display: inline-block;
	width: 100%;
}

.jvFloat .placeHolder.required {
	color: #f33;
}

/* Start CSS3 Animations on supported browser */
.jvFloat .placeHolder {
	position: absolute;
	top: 5px;
	background: #aaa;
	color: #fff;
	font-weight: 600;
	padding: 3px 7px;
	border-radius: 20px;
	left: 10px;
	line-height: 1;
	width: auto;
	font-size: 0.75rem;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition:0.2s ease all; 
	-moz-transition:0.2s ease all; 
	-webkit-transition:0.2s ease all;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
}

/*Allows textarea floating placeholder to be positioned distinctly from the normal .placeHolder class
 * This is required when working with Multiline text areas
 */
.jvFloat .placeHolder.textarea {
	/*top: 0px;*/
}

.jvFloat .placeHolder.active {
	display: block;
	visibility: visible;
	-webkit-transform: translate(0, -1em);
	-moz-transform: translate(0, -1em);
	-o-transform: translate(0, -1em);
	-ms-transform: translate(0, -1em);
	transform: translate(0, -1em);
	-webkit-transition: -webkit-transform 100ms, opacity 120ms, visibility 120ms;
	transition: transform 100ms, opacity 120ms, visibility 120ms;
	opacity: 1;
}
/* End CSS3 */

.pa-equipment-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.pa-equipment-table th, .pa-equipment-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.pa-equipment-table th {
    font-weight: 600;
}
.pa-equipment-table input[type="number"] {
    width: 60px;
}

/* Layout Container */
.date-row {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}
.date-row label {
    flex: 1;
    font-weight: bold;
}

/* Table Styling */
.pa-equipment-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.pa-equipment-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
/* Input Styling */
.pa-equipment-table input[type="number"] {
    width: 60px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.hire-container input,
.hire-container textarea {
	font-size: 1rem;
}

.pa-equipment-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.pa-equipment-table th {
    padding: 10px;
    border-bottom: 2px solid #00d5d5;
	border-top: 2px solid #00d5d5;
}
.pa-equipment-table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
}
.cat-header td {
    font-weight: bold;
}

.equipment-category summary {
	border: none;
	-webkit-appearance: none;
	background: #62b6cb;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 25px;
	border-radius: 6px;
	padding: 10px 25px;
	transition: all 0.2s ease;
}

.equipment-category summary:hover {
	cursor: pointer;
	background: #479eb2;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%; /* This is the magic 16:9 ratio */
    height: 0;
    overflow: hidden;
}

.wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 2rem 0;
}

.testimonial-item {
    padding: 20px;
    display: flex;
    flex-direction: column;
	position: relative;
}

.testimonial-item:before {
	font-family: "rrm";
	content: "\e90a";
	position: absolute;
	color: #62b6cb;
	font-size: 80px;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 30%;
}

.testimonial-content p {
    margin-bottom: 10px;
}

.testimonial-content cite {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.75rem;
    display: block;
	font-style: normal;
	margin-top: 10px !important;
	color: #62b6cb !important;
}

/* Responsive adjustment for tablets/phones */
@media (max-width: 1023px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}

.hire-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start; /* CRITICAL: Prevents col from stretching to full height */
  gap: 20px;
  width: 100%;
}

.left-col {
  flex: 2;
}

.right-col {
  flex: 1;
  position: sticky;       /* Make it sticky */
  top: 100px;              /* Offset from the top of the viewport */
}

/* Responsive Breakpoint */
@media (max-width: 968px) {
  .hire-container {
    flex-direction: column;
  }

  .right-col {
    position: static;     /* Disable stickiness on mobile */
    width: 100%;
  }
}

.hire-container h2 {
	margin-top: 0;
}

.search-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

/* Remove default link styling */
.grid-item-link {
    text-decoration: none !important;
    color: inherit;
    display: block; /* Makes the whole area clickable */
}

.search-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
    padding: 20px 0;
}

/* 1. The Link Wrapper */
.grid-item-link {
    text-decoration: none !important;
    display: block;
}

/* 2. The Card */
.search-results-grid .grid-item {
    border: 1px solid #ccc;
    height: 100%; 
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.15);
    box-sizing: border-box; /* Ensures padding doesn't break width */
}

.search-results-grid .grid-item.packages-item {
    border-color: #62b6cb;
}

/* Hover effect */
.grid-item-link:hover .grid-item {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

/* 3. The Image (Square Aspect Ratio) */
.search-results-grid .grid-image {
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 20px;
    background: #efefef url('images/rocky-road-music-logo-white.svg') no-repeat center;
    background-size: 50%; /* Adjust logo size in placeholder */
}

.search-results-grid .grid-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 4. The Content Area */
.search-results-grid .grid-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Ensures content starts at the top */
}

.search-results-grid .grid-title {
    font-size: 1.3rem;
    color: #333;
    line-height: 1.2;
	margin: 0 0 10px;
}

.search-results-grid .grid-excerpt {
    margin-bottom: 0; /* Let the margin-top: auto of the next element handle the gap */
}

.search-results-grid .grid-excerpt p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    margin: 0 0 15px 0; /* Keep the margin on the P tag for spacing */
    text-align: left;    /* Explicitly align top-left */
	margin-bottom: 0;
}

/* 5. The Bottom Bar (Pinned) */
.search-results-grid .package-details {
    margin-top: auto; /* This creates the flexible gap ABOVE the details */
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 0.9rem;
    border-top: 1px dashed #62b6cb;
    color: #62b6cb;
}

.area-faq {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 25px;
	border-radius: 6px;
	box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.15);
	max-width: 1024px;
	margin: auto;
}

.area-faq h2 {
	margin-top: 0;
}

.areas-who li {
	text-align: center;
	list-style-type: none !important;
	margin: 0 !important;
	margin-bottom: 5px !important;
}

.areas-who img {
	width: 80px;
	height: auto;
	filter: invert(77%) sepia(24%) saturate(805%) hue-rotate(151deg) brightness(84%) contrast(87%);
}

.areas-who h3 {
	margin-top: 10px;
}

/* Adjusts the size of the input box itself */
.wpcf7-date {
    font-size: 1.2rem;
    padding: 10px;
    width: 100%;
}

/* Attempt to scale the shadow DOM picker (Chrome/Edge/Safari) */
::-webkit-calendar-picker-indicator {
    background-color: #efefef;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
}

.bigin-wrapper {
	border-color: #ccc;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

.entry-content table.wcc-cookie-audit-table {
	margin: 25px 0;
}

a.wcc-preference-btn {
	font-size: 1rem;
	text-decoration: none !important;
	border: 2px solid #62b6cb !important;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 100px;
	background: #fff;
	font-weight: 600;
	color: inherit !important;
	transition: all 0.2s ease;
	margin-bottom: 20px;
}

a.wcc-preference-btn:hover {
	background: #62b6cb !important;
	color: #fff !important;

}

/* ------------ X.X Media Queries
 * -----------------------------------------------------------------------------
 */


@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1280px) {

#home-feature .block.image {
	padding-bottom: 50%;
}

}

@media only screen and (max-width: 900px) {

nav.main {
	display: none;
}

.toggle-nav {
	display: block;
}

.nav-open #container:before {
    transition: opacity 300ms ease;
    height: 100%;
    opacity: 1
}


body.nav-open #sidemenu {
	width: 320px;
	right: 0;
	-webkit-overflow-scrolling: touch;
}

body.nav-open {
	overflow: hidden;
}

.pad1a {
	padding-top: 25px;
	padding-bottom: 25px;
}

.pad1a.entry-content {
	padding-top: 50px;
	padding-bottom: 25px;
}

.padt1a {
	padding-top: 25px;
}

.padb1a {
	padding-bottom: 25px;
}

.alt-row-container {
    padding: 25px 0;
}

}

@media only screen and (max-width: 980px) {

.panel.st1 .content,
.section-intro.st1 {
	max-width: 100%;
}

.panel.st1 .cta {
	margin-top: 10px;
}

.c_12 {
	padding-right: 10px;
	padding-left: 10px;
}

.g_1,.g_2,.g_3,.g_4,.g_5,.g_6,.g_7,.g_8,.g_9,.g_10,.g_11,.g_12 {
	padding-right: 10px;
	padding-left: 10px;
}

.negative {
	margin-left: -10px;
	margin-right: -10px;
}

.contact-mn.st2 {
	margin: 0;
}

}

@media only screen and (max-width: 840px) {

footer#site .social-links {
	display: table;
	width: 100%;
	text-align: center;
	float: none;
	margin-top: 10px;
}

footer#site .site-name {
	float: none;
	text-align: center;
}

nav.footer {
	float: none;
	width: 100%;
	display: block;
	margin-top: 20px;
}

nav.footer ul {
	font-size: 0;
	text-align: center;
}

nav.footer li:after {
	content: "";
}

footer a.branding {
	float: none;
	margin: auto;
}

footer#site .level-1 {
	width: 100%;
}

}

@media only screen and (max-width: 600px) {

#home-feature .block.image {
	padding-bottom: 75%;
}

}

@media only screen and (max-width: 480px) {

}

/* ------------ X.X Print
 * -----------------------------------------------------------------------------
 */


@media print {
	
}