/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* --- GLOBAL FONTS --- */

* {
	font-family: "Outfit";
}
.welcome p {
	letter-spacing:-0.02em;
}

/* ---- GLOBAL FONT STYLES ---- */

a {
	transition: all 0.5s ease-in-out;
}
h2 {
	letter-spacing:-0.01em;
}
h2 strong {
	font-weight:600!important;
}
h1.home__title span.yellow {
	color: var(--white);
}
h3 + h4,
h2 + h4 {
	margin-top: 0em!important;
}
.wp-block-heading h3 {
	color:var(--base)!important;
}
p:where(:only-of-type) {
	text-wrap:inherit;
}
.highlight:not(.bricks-panel-controls *) {
	background: linear-gradient(90deg, var(--accent), var(--action), var(--primary));
    background-size: 100% 100%;
    animation: gradient 7s ease infinite;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 700;
}
.highlight-outline:not(.bricks-panel-controls *) {
	background: linear-gradient(90deg, var(--accent), var(--action), var(--primary));
    background-size: 100% 100%;
    animation: gradient 7s ease infinite;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 700;
	-webkit-text-stroke-width: 2px; 
    -webkit-text-stroke-color: rgba(255,255,255,1); 
}
.highlight:not(.bricks-panel-controls *)::selection {
    -webkit-text-fill-color: #fff
}
.orange {
	color:var(--accent);
}
a.light-link {
	color:var(--accent-medium);
}
/* ---- GLOBAL STYLES ---- */
.brxe-post-content {
	width:100%;
}
body.bricks-is-frontend :focus {
	outline:none;
}
hr,
.wp-block-separator {
	border-top:1px solid #ccc;
	margin:2em 0 ;
}
figure.wp-block-gallery .wp-block-image {
	gap: 30px !important;
}
.wp-block-pb-accordion-item ul,
.wp-block-pb-accordion-item p {
	margin-block-start: 1em;
    margin-block-end: 1em;
}
.google-map iframe {
	width:100%!important;
}
/* ---- COMPLIANCE COOKIE POLICY OVERIDES ---- */
#cmplz-document, 
.editor-styles-wrapper .cmplz-unlinked-mode {
	max-width:100%;
}
#cmplz-document p, 
.editor-styles-wrapper .cmplz-unlinked-mode p, 
#cmplz-document li, 
.editor-styles-wrapper .cmplz-unlinked-mode li, 
#cmplz-document td, 
.editor-styles-wrapper .cmplz-unlinked-mode td,
#cmplz-document, 
.editor-styles-wrapper .cmplz-unlinked-mode,
#cmplz-cookies-overview .cmplz-dropdown h4, 
#cmplz-document .cmplz-dropdown h4, 
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4,
#cmplz-cookies-overview .cmplz-dropdown p, 
#cmplz-document .cmplz-dropdown p, 
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p, 
#cmplz-cookies-overview .cmplz-dropdown a, #cmplz-document .cmplz-dropdown a, 
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown a {
	line-height: var(--text-line-height, 1.5);
	font-size:var(--text-m);
}
#cmplz-document p, 
.editor-styles-wrapper .cmplz-unlinked-mode p {
	margin: 0 0 1.2em;
}
#cmplz-document h2, 
.editor-styles-wrapper .cmplz-unlinked-mode h2, 
#cmplz-document h3, 
.editor-styles-wrapper .cmplz-unlinked-mode h3 {
	font-size: var(--h2);
	margin-top: 25px;
}
#cmplz-document h5, 
.editor-styles-wrapper .cmplz-unlinked-mode h5,
#cmplz-cookies-overview .cmplz-dropdown summary h3, 
#cmplz-document .cmplz-dropdown summary h3, 
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary h3 {
	font-size:var(--text-m);
	font-weight:bold;
}
#cmplz-cookies-overview .cmplz-dropdown summary h3, 
#cmplz-document .cmplz-dropdown summary h3, 
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary h3 {
	padding:7px 5px;
}
.cmplz-contact-organisation {
	font-weight:bold;
}
/* ---- AUTOMATIC CSS OVERIDES ---- */
figure.wp-block-table {
	border-radius:0px;
	margin-top:2em;
}
body:where(:not(.block-editor-writing-flow, .editor-styles-wrapper)) :where(p) {
	margin-block-start: 1em;
    margin-block-end: 1em;
}
footer:where(:not(.block-editor-writing-flow, .editor-styles-wrapper)) :where(p, h1, h2, h3, h4, h5, h6, ul, ol, li) {
	margin-block:0;
}
/* ---- RANK MATH ---- */


/* ---- CALENDAR ----- */
.homepage-calendar .content-wrapper {
	flex-direction: row;
	align-items:flex-start;
}
.grouped::-webkit-scrollbar {
	display: none;
}
.grouped .ecs-date {
	color:var(--bricks-color-ivqzia); 
	background-color:var(--bricks-color-iujajp); 
	padding:10px; 
	margin:0.75em 0;
}
.grouped .ecs-event .summary a {
	color:var(--bricks-color-ivqzia);
}
.grouped .ecs-event .summary a:hover {
	color:var(--bricks-color-nciwxk);
	transition:all 0.5s ease-in-out;
}
.grouped .ecs-event .duration {
	color:var(--bricks-color-ylccbj);
}
.grouped .ecs-prev a,
.grouped .ecs-next a,
.white-diagonal .ecs-no-events {
	color:white;
}
.ecs-pagination {
	flex-direction: row;
	align-items: flex-start;
    display: flex;
	border-top:4px solid var(--bricks-color-iujajp);
	margin-top:10px;
	padding-top:10px;
}
.ecs-pagination a:hover{
	color: var(--bricks-color-nciwxk);
	transition:all 0.2s ease-in-out;
}
.post-type-archive-tribe_events .sticky .brxe-container,
.single-tribe_events .sticky .brxe-container {
	background:var(--bricks-color-nmzfeh)!important;
}
.post-type-archive-tribe_events header.scrolling .brxe-container {
	background:#FFF!important;
}
.homepage-calendar li {
	border-bottom:4px #ddd dotted;
	padding-bottom:0.5em;
}
.calendar-date {
	background-color:var(--primary);
	color:#FFF;
	text-align:center;
	padding:10px;
	float:left;
	border-radius:50%;
	height: 75px;
	width:75px;
	display:flex;
	align-items: center;
    flex-direction: column;
	justify-content: center;	
}
.calendar-day {
	font-size:var(--text-xl);
	font-weight:600;
	line-height:1em;
}
.calendar-month {
	font-size:var(--text-s);
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:500;
}
.calendar-details {
	padding-left:20px;
	color: var(--bricks-color-legvnj);
}
.calendar-details h3 {
	font-size:var(--text-m);
	color:var(--primary);
	margin-bottom:0px;
}
.calendar-details p {
	font-size:var(--text-s);
}
.calendar-duration {
	font-size:var(--text-s);
	color:var(--base);
}
.all-day-event {
	background-color:var(--black-trans-20);
	padding:5px 10px;
	color:#FFF;
	font-size:var(--text-s);
	letter-spacing:2px;
	text-transform:uppercase;
}

/*.homepage-calendar .bricks-layout-item {
	border-bottom:1px dotted rgba(0,0,0,0.2);
	padding:10px 0px 10px 0px;
} */
@media only screen and (max-width: 992px) {
	.calendar-date {
		display:none;
	}
	.calendar-details {
		padding:10px 0px 10px 0px;
		border-bottom:1px solid var(--bricks-color-oezmfl);
	}
	.content-wrapper div {
		width:100%
	}
}
.post-type-archive-tribe_events .fr-logo {
	display:none;
}
h2.calendar-excerpt {margin-bottom:50px;}
/* ---- LANDING PAGES ---- */

.childpages {
	display:grid;
}
.childpage {
	transition:all 0.5s ease-in-out;
	border-radius:var(--radius-xl);
}
.childpage:hover {
	background-color:var(--primary);
	box-shadow:none;
}
.childpage a {
	position:relative;
	height:100%;
	width:100%;
	display:block;
	border-radius:var(--radius-xl);
}
.childpage a:hover {
	background-color:var(--primary-trans-80);
	border-radius:var(--radius-xl);
}
.childpage:nth-of-type(4n + 1) a:hover {
	background-color:var(--primary-trans-80);
}
.childpage:nth-of-type(4n + 2) a:hover {
	background-color:var(--secondary-trans-80);
}
.childpage:nth-of-type(4n + 3) a:hover {
	background-color:var(--accent-trans-80);
}
.childpage:nth-of-type(4n + 4) a:hover {
	background-color:var(--action-trans-80);
}
.childpage h3 {
	padding:var(--space-m) var(--space-m) 0 var(--space-m);
	transition:all 0.5s ease-in-out;
	color:var(--white);
	position:absolute;
	bottom:var(--space-m);
}
.childpage-excerpt {
	padding: 0 var(--space-s) var(--space-s) var(--space-s);
	text-wrap:inherit;
	color:var(--base);
	transition:all 0.5s ease-in-out;
}
.childpage-image {
	border-radius:var(--radius-xl);
}
h2.landing-page-title {
	text-align:center;
	margin:var(--space-l) 0 var(--space-l) 0;
	display:none;
}
@media (max-width: 767px) {
	.childpages {
		padding:0px var(--space-l);
	}
}
/* ---- WHERE NEXT? ---- */
h1.where-next-heading,
h1.where-next-heading span.yellow {
	color:var(--primary);
}

@media only screen and (min-width: 992px) {
.where-next {
  display: grid;
  grid-template-columns: auto auto auto; 
}
}
@media screen and (max-width: 991px) and (min-width: 769px){
.where-next {
  display: grid;
  grid-template-columns: auto auto; 
}
}
.where-next li {
	list-style:none;
	padding:0px 30px 0px 0px;
	margin-bottom:5px;
}
.where-next li a {
	font-size:var(--text-m);
	color:var(--white);
	display: block;
  	position: relative;
  	padding: 0.2em var(--space-m);
	overflow: hidden;
	font-weight:400;
	border-radius:var(--radius-xl);
}
.where-next li a:hover {
	color:var(--white);
	background:var(--black-trans-20);
	border-radius:var(--radius-xl);
}
.where-next li.current_page_item a
 {
	 color:var(--accent);
	 background:var(--black-trans-20);
	 border-radius:var(--radius-xl);
}
/*.where-next li a::after {
	content: '';
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 2px;
  	background-color:var(--accent);
  	opacity 1;
	z-index:1;
  	transform: translate3d(-101%, 0, 0);
  	transition: opacity 500ms, transform 500ms;
}
.where-next li a:hover::after,
.where-next li a:focus::after {
  	opacity: 1;
  	transform: translate3d(0, 0, 0);
}*/
/* BRICKS MEGA MENU */


/* BRICKS MEGA MENU */
#menu .brxe-nav-menu {
	min-height:400px;
	width:100%
}
#brxe-xcfxce .bricks-nav-menu > li > .brx-submenu-toggle > * {
	font-weight:600;
}
#menu nav.bricks-nav-menu-wrapper ul.sub-menu {
	opacity:1;
	display:block;
	padding:0.3em 0;
}
#menu .brx-submenu-toggle button {
	display:none;
}
#menu #menu-nested-pages > li > a {
	padding:0 10px;
}
#menu #menu-nested-pages > li > a {
	border-bottom:3px solid #ff6600!important;
}
#menu #menu-nested-pages li ul > li a::after {
	background-color: var(--primary);
}
#menu nav.bricks-nav-menu-wrapper ul.sub-menu li ul {
	display:none!important;
}
.show-menu {
	display:block!important;
}
#menu :where(.brxe-nav-menu) .bricks-nav-menu .sub-menu {
	visibility:visible!important;
	position:relative;
	top:auto;
	white-space:inherit;
}
#menu :where(.brxe-nav-menu) .bricks-nav-menu>li {
	width:50%;
	padding:0px 10px;
	margin:0px!important;

}
#brxe-xcfxce .bricks-nav-menu > li > .brx-submenu-toggle > * {
	font-family: 'hargrave_bold';
}
#menu .brx-submenu-toggle.icon-left {
	flex-direction:inherit!important;
}
#brxe-xcfxce .bricks-nav-menu .sub-menu button {
	display:none;
}
@media only screen and (min-width: 993px) { 
#menu :where(.brxe-nav-menu) .bricks-nav-menu > li {
	/*width:25%;*/
	padding:var(--space-s);
	margin:0px;
	border-right:1px solid var(--shade-light);
	height:100%
}
#menu :where(.brxe-nav-menu) .bricks-nav-menu > li:last-child {
border:none;
	}
	ul.bricks-nav-menu,
	nav.bricks-nav-menu-wrapper {
		height:100%
	}
}
#brxe-litzmm .bricks-nav-menu > li > a {
	margin-bottom:10px;
	padding-bottom:10px;
}
#menu li.menu-item-home {
	display:none;
}
#menu nav.bricks-nav-menu-wrapper ul.sub-menu li a {
	display: block;
  	position: relative;
  	padding: 0.3em 0;
	overflow: hidden;
	font-weight:400;
}
#menu nav.bricks-nav-menu-wrapper ul.sub-menu li.current_page_item a {
	color:var(--primary);
}
#menu nav.bricks-nav-menu-wrapper ul.sub-menu li li a:hover {
	color:#FFF;
}
#menu nav.bricks-nav-menu-wrapper ul.sub-menu li a::after {
	content: '';
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 0.1em;
  	background-color: var(--accent);
  	opacity 1;
  	transform: translate3d(-102%, 0, 0);
  	transition: opacity 500ms, transform 500ms;
}
#menu nav.bricks-nav-menu-wrapper ul.sub-menu li a:hover::after,
#menu nav.bricks-nav-menu-wrapper ul.sub-menu li a:focus::after {
  	opacity: 1;
  	transform: translate3d(0, 0, 0);
}
#contact-us h5 {
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 2em;
	border-bottom: 3px solid var(--bricks-color-qdhfza);
	letter-spacing:normal;
	padding-bottom:10px;
}
#contact-us p {
	font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
}

/* BRICKS MOBILE MENU */
.brx-submenu-toggle {
	display:flex!important;
}
.bricks-mobile-menu .sub-menu > .menu-item > .sub-menu > .menu-item {
	background-color:var(--base-trans-10)!important;
}


/* 2. GLOBAL GUTENBERG STYLES */
/* 2.1 BUTTONS */
.wp-block-button__link {
	background-color:var(--primary);
	margin-top:1em;
	font-size:var(--text-m);
}
.wp-block-button__link:hover {
	background-color:var(--secondary);
	color:var(--white);
}
/* 2.2 FILES */
.wp-block-file:not(.wp-element-button) {
    font-size: inherit;
	margin:1em 0;
}
a[href$=".pdf"],
a[href$=".doc"],
a[href$=".docx"],
a[href$=".xls"],
a[href$=".xlsx"],
a[href$=".ppt"],
a[href$=".pptx"] {
	border-radius:8px;
	border:0px solid #CCC;
	display:flex; 
	margin:3px 0px 3px 50px;
	color:var(--base);
	transition:all 0.5s ease-in-out;
	background-color: var(--shade);
	text-decoration:none;
	align-items: center;
	font-weight:400;
	text-transform: none;
    line-height: 1.7em;
	width:100%;
	font-size:var(--text-m);
	max-width: calc(100% - 50px);
}
.c-accordion__content a[href$=".pdf"],
.c-accordion__content a[href$=".doc"],
.c-accordion__content a[href$=".docx"],
.c-accordion__content a[href$=".xls"],
.c-accordion__content a[href$=".xlsx"],
.c-accordion__content a[href$=".ppt"],
.c-accordion__content a[href$=".pptx"] {
	background-color:var(--white);
}
a[href$=".pdf"]:hover {
	background-color:var(--action);
	color:#FFF!important;
	border:0px solid rgba(0,0,0,0.3);
}

a[href$=".doc"]:hover,
a[href$=".docx"]:hover
{
	background-color:#0263d1;
	color:#FFF!important;
	border:0px solid rgba(0,0,0,0.3);
}

a[href$=".xls"]:hover,
a[href$=".xlsx"]:hover {
	background-color:#00733b;
	color:#FFF!important;
	border:0px solid rgba(0,0,0,0.3);
}

a[href$=".ppt"]:hover,
a[href$=".pptx"]:hover {
	background-color:#e03303;
	color:#FFF!important;
	border:0px solid rgba(0,0,0,0.3);
}

a[href$=".pdf"]:before,
a[href$=".doc"]:before,
a[href$=".docx"]:before,
a[href$=".xls"]:before,
a[href$=".xlsx"]:before,
a[href$=".ppt"]:before,
a[href$=".pptx"]:before {
	display: inline-flex;
	content: ' ';
	background-size: contain;
	min-height: 50px;
	width: 65px;
	background-repeat:no-repeat;
	margin-left:-50px;
}
a[href$=".pdf"]:before {
	background-image: url('/wp-content/themes/bricks-child/img/pdf.svg');
}

a[href$=".doc"]:before,
a[href$=".docx"]:before {
	background-image: url('/wp-content/themes/bricks-child/img/word.svg');
}

a[href$=".xls"]:before,
a[href$=".xlsx"]:before {
	background-image: url('/wp-content/themes/bricks-child/img/excel.svg');
}

a[href$=".ppt"]:before,
a[href$=".pptx"]:before {
	background-image: url('/wp-content/themes/bricks-child/img/powerpoint.svg');
}
.brxe-post-content li a:before {
	background-image:none!important;
	display:inline-block!important;
	min-height:0px!important;
	width:auto!important;
	margin-left:0px!important;
}
.brxe-post-content li a {
	background-image:none!important;
	min-height:auto!important;
	display:inline-block;
	border-radius:0px;
	margin:0px;
	color:var(--primary)!important;
	background-color:transparent!important;
	padding:0px!important;
	width:auto!important;
	line-height:1em!important;
	border:0px!important;
}
.brxe-post-content li a:hover {
	color:var(--secondary)!important;
}

/* 2.4 BLOCKQUOTES */
blockquote:nth-of-type(even) {
	background-color:var(--secondary);
	background-size: 56.57px 56.57px;
	color:var(--white);
	padding:50px;
	border-left:20px solid var(--secondary-dark);
	margin:1em 0;
	border-radius: 0px 30px 30px 0px;
}
blockquote:nth-of-type(odd) {
	background-color:var(--primary);
	background-size: 56.57px 56.57px;
	color:white;
	padding:50px;
	border-left:20px solid var(--primary-dark);
	margin:2em 0;
	border-radius: 0px 30px 30px 0px;
}
blockquote p {
	font-size:18px;
	font-style:italic;
}
blockquote:before {
	font-family: 'FontAwesome';
	top: 0;
	content: "\f10d";
	font-size: 50px;
	color: var(--accent);
	float: left;
	margin: 0px 20px 20px 0px;
	line-height: 30px;
}
blockquote cite {
	color: var(--accent);
	font-size:14px;
	font-weight:600;
	opacity:1;
}
blockquote:nth-of-type(even):before,
blockquote:nth-of-type(even) cite {
	color:var(--accent);
}
/* 2.5 IMAGES */
.wp-block-image figure,
figure.wp-block-image {
	border-radius: var(--radius-xl);
}
.wp-block-image figcaption {
	display:none;
}
.wp-block-image .alignright {
	margin:1em 0 2em 2em;
}
.wp-block-image .alignleft {
	margin:0.5em 2em 2em 0;
}
.wp-block-image img {
	border-radius: var(--radius-l);
	line-height:0;
}
/* 2.7 UNORDERED LISTS */
.brxe-post-content:not([data-source="bricks"]) ul li, 
footer .brxe-text ul li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	padding:5px 22px;
	background-position:0px 10px;
	background-repeat:no-repeat;
	margin:0px;
	background-size:15px;
}
footer .brxe-text ul {
	padding-inline-start:0px;
}
footer .brxe-text ul li a,
footer a {
	color:var(--base);
}
footer .brxe-text ul li a:hover,
footer a:hover {
	color:var(--primary);
}
.brxe-post-content:not([data-source="bricks"]) ul li:nth-of-type(4n + 1),
footer .brxe-text ul li:nth-of-type(4n + 1){
	background-image:url('/wp-content/uploads/2024/01/purple-hand.svg');
}
.brxe-post-content:not([data-source="bricks"]) ul li:nth-of-type(4n + 2),
footer .brxe-text ul li:nth-of-type(4n + 2) {
	background-image:url('/wp-content/uploads/2024/01/blue-hand.svg');
}
.brxe-post-content:not([data-source="bricks"]) ul li:nth-of-type(4n + 3),
footer .brxe-text ul li:nth-of-type(4n + 3) {
	background-image:url('/wp-content/uploads/2024/01/red-hand.svg');
}
.brxe-post-content:not([data-source="bricks"]) ul li:nth-of-type(4n + 4),
footer .brxe-text ul li:nth-of-type(4n + 4) {
	background-image:url('/wp-content/uploads/2024/01/orange-hand.svg');
}
.brxe-post-content:not([data-source="bricks"]) ul li:last-child, 
footer .brxe-text ul li:last-child {
	border-bottom:none;
}
.brxe-post-content:not([data-source="bricks"]) ul li ul li {
	background-image:none!important;
	list-style:disc;
	padding:5px 0px;
}
@media only screen and (max-width: 993px) { 
	.brxe-post-content:not([data-source="bricks"]) ul {
		padding-left:0px;
	}
}
/* 2.8 TABLES */
.wp-block-table table td,
.wp-block-table table th {
	border:1px solid #CCC;
	padding:10px 8px;
	vertical-align: top;
	line-height:1.3em;
}
.wp-block-table table th {
	background-color:var(--shade);
	text-align:left;
}
.wp-block-table table {
	table-layout: fixed;
    width: 100%;
	margin-bottom:30px
}
.is-style-stripes table th {
	background-color:var(--bricks-color-xuixzl);
	color:white;
}
/* This is for Classic Editor tables */
.brxe-post-content table td {
	border:1px solid #CCC;
	padding:10px 8px;
	vertical-align: top;
	margin:0px;
}
.brxe-post-content table {
	border-collapse:collapse;
	margin-bottom:30px;
}
/* Make tables scrollable on mobile */
@media only screen and (max-width: 768px) {
.brxe-post-content table {
overflow: hidden;
overflow-x: scroll;
display:block;
}
}	
/* 2.9 GALLERIES */
.brxe-post-content .wp-block-gallery {
	margin:30px 0px;
}
/*.brxe-post-content .wp-block-gallery img:hover {
	cursor: pointer;
}
/* 2.10 ACCORDIONS */
.c-accordion__item {
	background-color:var(--shade);
	margin:1em 0;
	border-radius:var(--radius-l);
	transition: all 0.5s ease-in-out;
} /* The accordion item container */
.c-accordion__item.is-open,
.c-accordion__title:hover.is-open {
	background-color:var(--shade)!important;
} /* is-open is added to open accordion items */
.c-accordion__item.is-read {} /* is-read is added to accordion items that have been opened at least once */
.c-accordion__title {
	font-size:var(--text-l);
	color:var(--base);
	padding:var(--space-s);
	border-radius:var(--radius-l);
	transition: all 0.5s ease-in-out;
} /* An accordion item title */
.c-accordion__title:after {
	right:var(--space-s);
	background:var(--primary);
	color:var(--white);
	border-radius:50%;
	padding:0px 0.3em;
} /* Plus sign at the end of the accordion 
/* .c-accordion__title--button {} /* An accordion item title that is using a `<button>` tag */
.c-accordion__title:hover {
	background-color:var(--primary);
	color:var(--white);
	border-radius:var(--radius-l);
} /* To modify the style when hovering over an accordion item title */
.c-accordion__title:focus {} /* To modify the style when an accordion item title currently has broswer focus */
.c-accordion__content {
	padding:var(--space-s) ;
} /* An accordion item content container */

/* editor styles */
.editor-styles-wrapper .wp-block-column {
	border:1px solid #000 !important;
}