.musicandlights-page{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.ml-container{max-width:1200px;margin:0 auto;padding:0 20px}.ml-section{margin:40px 0}.ml-heading{font-size:2.5rem;color:#2c3e50;text-align:center;margin-bottom:30px;font-weight:700}.ml-subheading{font-size:1.8rem;color:#34495e;margin-bottom:20px;font-weight:600}.ml-booking-form{max-width:800px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgb(0 0 0 / .1);overflow:hidden}.ml-form-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:30px;text-align:center}.ml-form-header h2{margin:0 0 10px 0;font-size:2rem;font-weight:700}.ml-form-header p{margin:0;opacity:.9;font-size:1.1rem}.ml-progress-container{background:rgb(255 255 255 / .2);height:4px;margin-top:20px;border-radius:2px;overflow:hidden}.ml-progress-bar{height:100%;background:#fff;transition:width 0.3s ease;width:0%}.ml-step-indicators{display:flex;justify-content:center;padding:20px 30px 0;background:#f8f9fa;border-bottom:1px solid #e9ecef}.ml-step-indicator{display:flex;align-items:center;color:#6c757d;font-size:14px;font-weight:600}.ml-step-indicator:not(:last-child)::after{content:"→";margin:0 15px;color:#dee2e6}.ml-step-indicator.active{color:#667eea}.ml-step-indicator.completed{color:#28a745}.ml-form-content{padding:30px}.ml-form-step{display:none}.ml-form-step.active{display:block;animation:fadeIn 0.3s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ml-form-group{margin-bottom:20px}.ml-form-group label{display:block;margin-bottom:8px;font-weight:600;color:#2c3e50;font-size:14px}.ml-form-group input,.ml-form-group select,.ml-form-group textarea{width:100%;padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:16px;transition:border-color 0.3s ease,box-shadow 0.3s ease;background:#fff}.ml-form-group input:focus,.ml-form-group select:focus,.ml-form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgb(102 126 234 / .1)}.ml-form-group input.error,.ml-form-group select.error,.ml-form-group textarea.error{border-color:#e74c3c;box-shadow:0 0 0 3px rgb(231 76 60 / .1)}.ml-form-group textarea{resize:vertical;min-height:100px}.ml-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ml-form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:30px;padding-top:20px;border-top:1px solid #e9ecef}.ml-dj-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px;margin-top:30px}.ml-dj-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;overflow:hidden;transition:all 0.3s ease;cursor:pointer;position:relative}.ml-dj-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgb(0 0 0 / .15);border-color:#667eea}.ml-dj-card.selected{border-color:#667eea;box-shadow:0 8px 32px rgb(102 126 234 / .2)}.ml-dj-card.selected::before{content:"✓";position:absolute;top:15px;right:15px;background:#28a745;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;z-index:2}.ml-dj-image{height:200px;overflow:hidden;position:relative;background:linear-gradient(45deg,#f0f2f5,#e9ecef)}.ml-dj-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.ml-dj-card:hover .ml-dj-image img{transform:scale(1.05)}.ml-dj-info{padding:20px}.ml-dj-name{font-size:1.3rem;font-weight:700;color:#2c3e50;margin:0 0 8px 0}.ml-dj-specialties{color:#667eea;font-size:14px;font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.ml-dj-experience{color:#6c757d;font-size:14px;margin-bottom:12px}.ml-dj-rate{font-size:1.1rem;font-weight:700;color:#28a745;margin-bottom:15px}.ml-dj-rating{display:flex;align-items:center;gap:5px;margin-bottom:15px}.ml-stars{color:#ffc107;font-size:16px}.ml-rating-text{font-size:14px;color:#6c757d}.ml-packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:20px}.ml-package-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:25px;text-align:center;transition:all 0.3s ease;cursor:pointer;position:relative}.ml-package-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgb(0 0 0 / .1);border-color:#667eea}.ml-package-card.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.ml-package-card.selected .ml-package-price{color:#fff}.ml-package-name{font-size:1.4rem;font-weight:700;margin:0 0 10px 0;color:#2c3e50}.ml-package-card.selected .ml-package-name{color:#fff}.ml-package-duration{color:#667eea;font-weight:600;margin-bottom:15px}.ml-package-card.selected .ml-package-duration{color:rgb(255 255 255 / .9)}.ml-package-price{font-size:2rem;font-weight:800;color:#28a745;margin-bottom:15px}.ml-package-description{color:#6c757d;font-size:14px;line-height:1.5;margin-bottom:20px}.ml-package-card.selected .ml-package-description{color:rgb(255 255 255 / .9)}.ml-quote-container{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:12px;padding:25px;margin-top:20px}.ml-quote-breakdown{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 10px rgb(0 0 0 / .05)}.ml-quote-line{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #e9ecef;font-size:16px}.ml-quote-line:last-child{border-bottom:none}.ml-quote-line.total{font-weight:700;font-size:1.2rem;color:#2c3e50;border-top:2px solid #e9ecef;margin-top:10px;padding-top:15px}.ml-quote-line.deposit{color:#667eea;font-weight:600}.ml-dj-filters{background:#fff;border-radius:12px;padding:25px;margin-bottom:30px;box-shadow:0 4px 20px rgb(0 0 0 / .08)}.ml-filters-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;align-items:end}.ml-filter-group{position:relative}.ml-filter-group label{display:block;margin-bottom:8px;font-weight:600;color:#2c3e50;font-size:14px}.ml-filter-group select,.ml-filter-group input{width:100%;padding:10px 14px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;background:#fff}.ml-price-range{margin-top:10px}.ml-price-display{text-align:center;font-weight:600;color:#667eea;margin-bottom:10px}.ml-load-more{text-align:center;margin-top:40px}.ml-no-results{text-align:center;padding:60px 20px;color:#6c757d;font-size:1.1rem}.ml-no-results::before{content:"🎵";display:block;font-size:4rem;margin-bottom:20px}.ml-dj-profile{max-width:1000px;margin:0 auto}.ml-profile-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:40px;border-radius:12px 12px 0 0;display:grid;grid-template-columns:auto 1fr auto;gap:30px;align-items:center}.ml-profile-image{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid rgb(255 255 255 / .3)}.ml-profile-info h1{margin:0 0 10px 0;font-size:2.5rem;font-weight:700}.ml-profile-specialties{font-size:1.1rem;opacity:.9;margin-bottom:15px}.ml-profile-stats{display:flex;gap:20px}.ml-stat{text-align:center}.ml-stat-number{font-size:1.5rem;font-weight:700;display:block}.ml-stat-label{font-size:.9rem;opacity:.8}.ml-profile-content{background:#fff;padding:40px;border-radius:0 0 12px 12px;box-shadow:0 8px 32px rgb(0 0 0 / .1)}.ml-profile-tabs{display:flex;border-bottom:2px solid #e9ecef;margin-bottom:30px}.ml-profile-tab{padding:15px 25px;background:none;border:none;cursor:pointer;font-weight:600;color:#6c757d;border-bottom:3px solid #fff0;transition:all 0.3s ease}.ml-profile-tab.active{color:#667eea;border-bottom-color:#667eea}.ml-tab-content{display:none}.ml-tab-content.active{display:block}.ml-dj-dashboard{max-width:1200px;margin:0 auto}.ml-dashboard-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:30px;border-radius:12px;margin-bottom:30px;text-align:center}.ml-dashboard-nav{background:#fff;border-radius:12px;padding:20px;margin-bottom:30px;box-shadow:0 4px 20px rgb(0 0 0 / .08)}.ml-dashboard-tabs{display:flex;gap:10px;flex-wrap:wrap}.ml-dashboard-tab{padding:12px 20px;background:#f8f9fa;border:none;border-radius:8px;cursor:pointer;font-weight:600;color:#6c757d;transition:all 0.3s ease}.ml-dashboard-tab.active{background:#667eea;color:#fff}.ml-dashboard-content{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px rgb(0 0 0 / .08);display:none}.ml-dashboard-content.active{display:block}.ml-dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.ml-dashboard-stat{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:20px;border-radius:8px;text-align:center}.ml-dashboard-stat-number{font-size:2rem;font-weight:700;color:#667eea;display:block;margin-bottom:5px}.ml-dashboard-stat-label{color:#6c757d;font-size:14px;font-weight:600}.ml-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:#667eea;color:#fff;text-decoration:none;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:all 0.3s ease;text-align:center;gap:8px}.ml-btn:hover{background:#5a67d8;transform:translateY(-1px);box-shadow:0 4px 12px rgb(102 126 234 / .3);color:#fff;text-decoration:none}.ml-btn:active{transform:translateY(0)}.ml-btn.secondary{background:#6c757d}.ml-btn.secondary:hover{background:#5a6268;box-shadow:0 4px 12px rgb(108 117 125 / .3)}.ml-btn.success{background:#28a745}.ml-btn.success:hover{background:#218838;box-shadow:0 4px 12px rgb(40 167 69 / .3)}.ml-btn.danger{background:#dc3545}.ml-btn.danger:hover{background:#c82333;box-shadow:0 4px 12px rgb(220 53 69 / .3)}.ml-btn.outline{background:#fff0;color:#667eea;border:2px solid #667eea}.ml-btn.outline:hover{background:#667eea;color:#fff}.ml-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.ml-btn.loading{position:relative;color:#fff0}.ml-btn.loading::after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border:2px solid #fff0;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.ml-notices{position:fixed;top:20px;right:20px;z-index:10000;max-width:400px}.ml-notice{background:#fff;border-left:4px solid #28a745;border-radius:4px;padding:16px 20px;margin-bottom:10px;box-shadow:0 4px 12px rgb(0 0 0 / .15);animation:slideIn 0.3s ease}.ml-notice.ml-error{border-left-color:#dc3545;background:#f8d7da;color:#721c24}.ml-notice.ml-success{border-left-color:#28a745;background:#d4edda;color:#155724}.ml-notice.ml-warning{border-left-color:#ffc107;background:#fff3cd;color:#856404}@keyframes slideIn{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.ml-loading{text-align:center;padding:40px 20px;color:#6c757d}.ml-loading::before{content:"";display:inline-block;width:32px;height:32px;border:3px solid #e9ecef;border-radius:50%;border-top-color:#667eea;animation:spin 1s ease-in-out infinite;margin-bottom:15px}.ml-loading.small::before{width:20px;height:20px;border-width:2px}@media (max-width:768px){.ml-container{padding:0 15px}.ml-heading{font-size:2rem}.ml-form-row{grid-template-columns:1fr}.ml-dj-grid{grid-template-columns:1fr}.ml-packages-grid{grid-template-columns:1fr}.ml-filters-row{grid-template-columns:1fr}.ml-profile-header{grid-template-columns:1fr;text-align:center;gap:20px}.ml-profile-stats{justify-content:center}.ml-dashboard-tabs{justify-content:center}.ml-dashboard-stats{grid-template-columns:repeat(2,1fr)}.ml-form-actions{flex-direction:column;gap:15px}.ml-btn{width:100%}.ml-notices{left:15px;right:15px;max-width:none}}@media (max-width:480px){.ml-dashboard-stats{grid-template-columns:1fr}.ml-profile-stats{flex-direction:column;gap:10px}.ml-form-content{padding:20px}.ml-profile-content{padding:20px}}.ml-text-center{text-align:center}.ml-text-left{text-align:left}.ml-text-right{text-align:right}.ml-hidden{display:none}.ml-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.ml-clearfix::after{content:"";display:table;clear:both}@keyframes spin{to{transform:rotate(360deg)}}@media print{.ml-btn,.ml-form-actions,.ml-filters{display:none}.ml-booking-form,.ml-dj-profile{box-shadow:none;border:1px solid #000}}/*!
Theme Name: Music & Lights
Theme URI: http://underscores.me/
Author: Tony Wheeler
Author URI: https://musicandlights.co.uk
Description: Custom theme developed for Music & Lights
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rhythmandbooze
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
 
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 html{line-height:1.15;-webkit-text-size-adjust:100%;scroll-behavior:smooth;min-width:320px}body{margin:0;min-width:300px;font-size:20px;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:subpixel-antialiased;background-color:#fff;color:#404040}main{display:block}h1{margin:2em 0 1em 0;padding:30px 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#fff0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:"Poppins",system-ui;font-weight:400;font-style:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:"Poppins",system-ui;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*::before,*::after{box-sizing:inherit}html{box-sizing:border-box}body,button,input,select,optgroup,textarea{color:#404040;font-family:"Poppins",system-ui;font-size:calc(18px + 0.25vw);line-height:1.5}h1,h2,h3,h4,h5,h6{clear:both}h1,h2,h3,h4,h5,h6{width:100%;max-width:800px;margin:1.5em auto .1em auto;padding:0 30px;line-height:1;letter-spacing:.04em}h1{font-family:"Poppins",system-ui;font-weight:700;font-size:calc(16px + 2vw);color:#ad1c79}h2{font-family:"Poppins",system-ui;font-weight:700;font-size:calc(18px + 1.5vw);color:#303030}h3{font-family:"Poppins",system-ui;font-weight:700;font-size:calc(10px + 1.5vw);color:#303030}h4{font-family:"Poppins",system-ui;font-weight:600;font-size:calc(8px + 1.5vw);color:#404040}h5{font-family:"Poppins",system-ui;font-weight:500;font-size:calc(6px + 1.5vw);color:#505050}h6{font-family:"Poppins",system-ui;font-weight:600;font-size:calc(4px + 1.5vw);color:#606060}p,#text{width:100%;margin:.5em auto .5em auto;padding:0 30px;font-weight:400;word-break:break-word;color:#404040;line-height:1.7;font-size:calc(16px + 0.25vw);max-width:800px}h1{margin-top:35vh!important}h2+p{font-weight:700;color:#404040}dfn,cite,em,i{font-style:italic}blockquote.wp-block-quote{border-left:10px solid #de64dc;max-width:800px;margin:0em 30px;padding:30px 30px 30px 30px;background-color:#dedede;border-radius:5px}blockquote.wp-block-quote::before{color:#05153a;content:open-quote;font-size:5em;line-height:.001em;margin-right:.25em;vertical-align:-.54em;display:inline-block}blockquote.wp-block-quote p:last-of-type::after{color:#05153a;content:close-quote;font-size:3em;line-height:.1em;margin-right:.25em;vertical-align:-.8em}blockquote p{font-size:110%;font-weight:600;padding:0 0 0 0;font-style:italic;margin:0;color:#404040}blockquote cite{text-align:right;width:100%;display:block;color:#404040}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",courier,monospace;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}big{font-size:125%}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ul,ol{max-width:740px;margin:1em auto .5em auto;padding:0 30px}ul li,ol li{margin:0 30px .5em 30px}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}ol li::marker{font-family:'Montserrat',sans-serif;color:#4CA168;font-size:1.2em;font-weight:700}ul li::marker{font-family:'Montserrat',sans-serif;color:#4CA168;font-size:1.5em;font-weight:700}ul li ul li::marker{font-family:'Montserrat',sans-serif;color:#07CDDB;font-size:1.5em;font-weight:700}ol li ol li::marker{font-family:'Montserrat',sans-serif;color:#07CDDB;font-size:1.2em;font-weight:700}dt{font-weight:700}dd{margin:0 1.5em 1.5em}embed,iframe,object{max-width:100%}img{height:auto;max-width:100%}figure{margin:1em 0}table{margin:0 0 1.5em;width:100%}a{color:#AD1C79;text-decoration:underline}a:hover,a:focus,a:active{color:#4CA168;text-decoration:underline}a:focus{outline:thin dotted}a:hover,a:active{outline:0}button a{color:#fff}button,button a input[type="button"],input[type="reset"],input[type="submit"]{border:3px solid;color:#fff;border-color:#ad1c79;background:#ad1c79;line-height:1.5;padding:10px 20px 5px;margin:0 auto;align-items:center;column-gap:8px;display:flex;justify-content:center;position:relative;text-decoration:none!important;border-radius:10px}button:hover input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{border-color:#ad1c79;background:#F0BCD4;color:#ad1c79;border:3px solid;text-decoration:none!important}button a{color:#fff}button a:hover{color:#fff}button:hover,button a:hover{color:#fff;text-decoration:none;background:#05153a;border:3px solid #05153a;cursor:pointer}button:active,button:focus,button a:focus,button a:active input[type="button"]:active,input[type="button"]:focus,input[type="reset"]:active,input[type="reset"]:focus,input[type="submit"]:active,input[type="submit"]:focus{border-color:#05153a;border:3px solid;color:#fff;background:#05153a}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea{color:#666;border:1px solid #ccc;border-radius:3px;padding:3px}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus{color:#111}select{border:1px solid #ccc}textarea{width:100%}.stk-button,.stk-block-posts__readmore{padding:10px 20px 10px 20px!important;font-weight:normal!important;border-radius:10px;background:#AD1C79;width:auto;margin:10px auto 30px;color:#fff!important;display:block!important}.stk-block-posts__readmore{border:3px solid #AD1C79;display:inline-block!important;width:auto}a.stk-block-posts__readmore{color:#ffffff!important}a.stk-block-posts__readmore:hover{background:#F0BCD4!important;border:3px solid #AD1C79;text-decoration:none;color:#AD1C79!important}.stk-link .stk-button:hover:after{background:transparent!important}.main-navigation{display:block;width:100%}.main-navigation ul{display:none;list-style:none;margin:0;padding-left:0}.main-navigation ul ul{box-shadow:0 3px 3px rgb(0 0 0 / .2);float:left;position:absolute;top:100%;left:-999em;z-index:99999}.main-navigation ul ul ul{left:-999em;top:0}.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul{display:block;left:auto}.main-navigation ul ul a{width:200px}.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul{left:auto}.main-navigation li{position:relative}.main-navigation a{display:block;text-decoration:none}.menu-toggle,.main-navigation.toggled ul{display:block}@media screen and (min-width:37.5em){.menu-toggle{display:none}.main-navigation ul{display:flex}}.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{margin:0 0 1.5em}.comment-navigation .nav-links,.posts-navigation .nav-links,.post-navigation .nav-links{display:flex}.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous{flex:1 0 50%}.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next{text-align:end;flex:1 0 50%}.sticky{display:block}.post,.page{margin:0 0}.updated:not(.published){display:none}.page-content,.entry-content,.entry-summary{margin:0 0}.page-links{clear:both;margin:0 0 1.5em}.stk-block-posts__items .stk-container{margin:0px!important;background-color:#fff;border-radius:10px;padding-bottom:30px}.stk-img-wrapper img{border-radius:10px 10px 0 0}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.widget{margin:0 0 1.5em}.widget select{max-width:100%}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.custom-logo-link{display:inline-block}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em;display:grid;grid-gap:1.5em}.gallery-item{display:inline-block;text-align:center;width:100%}.gallery-columns-2{grid-template-columns:repeat(2,1fr)}.gallery-columns-3{grid-template-columns:repeat(3,1fr)}.gallery-columns-4{grid-template-columns:repeat(4,1fr)}.gallery-columns-5{grid-template-columns:repeat(5,1fr)}.gallery-columns-6{grid-template-columns:repeat(6,1fr)}.gallery-columns-7{grid-template-columns:repeat(7,1fr)}.gallery-columns-8{grid-template-columns:repeat(8,1fr)}.gallery-columns-9{grid-template-columns:repeat(9,1fr)}.gallery-caption{display:block}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.alignleft{float:left;margin-right:1.5em;margin-bottom:1.5em}.alignright{float:right;margin-left:1.5em;margin-bottom:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;margin-bottom:1.5em}.site-header{display:flex;background-color:#fff;justify-content:space-between;flex-wrap:wrap;position:fixed;z-index:999;width:100%;top:0;min-width:320px}h1.site-title,p.site-title{margin:0 auto 0 auto;max-width:100%;padding:10px 1vw 0 1vw;width:100%;font-family:'ccsignlanguage';line-height:1;text-shadow:0 2px 13px #000}h1.site-title a,p.site-title a,.site-title a{text-decoration:none;color:#5515b5}h1.site-title a:hover,p.site-title a:hover{color:#794cec}.site-branding{width:auto;float:left;padding:10px 0 10px 0;z-index:1000000000}.main-navigation{width:100%;float:none;padding:0 0 0 0;display:flex;align-items:center;justify-content:center;height:60px;border-bottom:1px solid #ccc}.brand{text-align:center;width:100%;height:0;z-index:999999999}.brand img{height:30vh; margin:30px auto 0 auto;transition:all 0.5s ease-in-out;aspect-ratio:1/1;max-height:240px}#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-2 a.mega-menu-logo img.mega-menu-logo{max-height:190px;height:calc(80px + 15vw)}@media screen and (min-width:767px){.entry-content{}}@media screen and (max-width:767px){#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo{max-height:30vh;height:30vh;margin-top:30px}.site-branding{width:100%;padding:10px;justify-content:space-around}.main-navigation{width:100%;padding:0 0 0 0;justify-content:space-around}.brand{margin-top:-5vh}p.site-title{text-align:center;padding-bottom:10px}h1.site-title{text-align:center}.brand img{margin-top:50px}}@media screen and (min-width:350px) and (max-width:679px){h1.site-title{text-align:center}p.site-title{text-align:center;padding-bottom:10px}}div#mega-menu-wrap-menu-1{min-width:100%}#mega-menu-wrap-menu-1 #mega-menu-menu-1{display:flex}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{text-align:center;padding-top:7px;line-height:1.2;display:flex;justify-content:center;align-items:center;height:100%!important}.secondary-navigation{width:100%;background:#380050}.stk-block{justify-content:center;z-index:1}.stk-block-margin-bottom,.entry-content .stk-block,.stk-block,.stk-block-column__content{margin-bottom:0}.wp-block-cover,.wp-block-cover-image,.stk-container:not(.stk--no-padding){padding:0;background-color:#fff0}.site-footer{background-color:#283c3f;color:#fff;padding:15px 0}.site-info p{color:#fff}.site-footer a{color:#f0bcd4;text-decoration:underline}.stk-block.stk-block-column.stk-column>.stk-column-wrapper{margin:0px!important}.stk-container:not(.stk--no-background){box-shadow:none}#home-cta{order:1}#home-nav{order:2}h1.welcome-heading,h1.welcome-text{margin-top:10px;margin:.5rem auto}h1.welcome-heading{font-family:"Poppins",system-ui;font-weight:800;font-size:calc(20px + 2vw);line-height:1;margin-top:20vh!important}@media screen and (min-width:400px) and (max-width:767px){#home-cta{order:2;width:100%}#home-nav{order:1}#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-2 a.mega-menu-logo img.mega-menu-logo{max-height:190px;height:calc(80px + 15vw)}}@media screen and (max-width:500px){.covdesktop{display:none}h1.welcome-heading{margin-top:35vh!important}}@media screen and (min-width:501px){.covmobile{display:none}}.site-info p{font-size:70%;text-align:center}.post-row{display:flex;flex-wrap:wrap;overflow-x:hidden;width:95vw;justify-content:space-evenly;max-width:1600px;margin:0 auto;align-items:flex-start}.story-card,li.wp-block-post{max-width:45%;margin-bottom:60px;min-width:330px;border-radius:10px;padding-bottom:30px}.stk-block-posts__items{justify-content:center}.story-card:nth-child(odd){background-color:#eaeaea}.story-card:nth-child(even){background-color:#D8D8D8}.card-image{background-size:cover;background-repeat:no-repeat;background-position:50% 1%;aspect-ratio:1/1;min-height:330px;height:100%;width:100%!important;border-radius:10px 10px 0 0}.card-meta{padding:10px 10px;color:grey;margin:0 auto 0!important;display:flex;justify-content:flex-start;flex-wrap:wrap}span.posted-on a{color:#cecece}.card-title,li.wp-block-post h2.wp-block-post-title{padding:0}.card-title .entry-title a,li.wp-block-post h2.wp-block-post-title a{text-decoration:none!important}.card-title h4.entry-title,li.wp-block-post h2.wp-block-post-title{margin:0 auto;padding:0;max-width:calc(100% - 60px);font-weight:600;letter-spacing:1px;line-height:1.2;text-align:center}.card-title h4.entry-title a,li.wp-block-post h2.wp-block-post-title a wp{text-decoration:none!important}.card-excerpt{padding:30px 0 30px}.wp-block-post-excerpt{padding:0 0 0}.card-excerpt p,p.wp-block-post-excerpt__excerpt{margin:0 auto!important;font-weight:normal!important;color:#404040!important}:root{--stk-button-background-color:#ad1c79!important;--stk-button-background-color:hover:#ad1c79!important}h1.stk-block-heading__text{font-size:calc(20px + 3vw);color:#05153a}.stk-button:hover:after,:is(.stk-ef35618,.stk-2adc3aa,.stk-cab2a43,.stk-584b3a0,.stk-0b8dd2b,.stk-edb2864) .stk-button:hover:after{opacity:0!important}}a.stk-link.stk-button:hover,.stk-block .stk-button.stk--hover-effect-darken:hover,.stk-button:hover:after{background-color:#f0bcd4!important;color:#fff!important}a.stk-link.stk-button:hover{background-color:#F0BCD4!important;color:#ad1c79!important}.stk-block-posts__items .stk-img-wrapper img{aspect-ratio:1}.stk-block-posts__item{min-width:320px;max-width:100%}.stk-block-posts__items{justify-contents:center}.wp-block-stackable-column.stk-block-column.stk-column.stk-block.stk-block-background.stk--has-background-overlay{width:100%}.ti-widget.ti-goog .ti-reviews-container-wrapper{justify-content:center}