
/* Variables  ________________________________________________________ */
	
:root {
  --darkgreen: #005d64;
}


	
body .panorama-img {
    position: relative;
    display: block;
    padding-top: 53%;
    overflow: hidden;
}	

body .panorama-img img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}



/* Globals  ________________________________________________________ */

.sqe-sd { display: none; }

.h1, h1 { font-size: 1.8rem; }

.h3, h3 { font-size: 1.1rem; }

p, ol, ul { font-size: 0.8rem; }

blockquote, blockquote p { font-size: 1rem; }
blockquote cite { font-size: 0.6rem; }

.content ul li, .content ol li { margin-bottom: 0.5rem; }

i.fa-solid, svg.fa-solid { margin-right: 0.5em; }

a.page-numbers, span.page-numbers {  padding: 0.5rem;  line-height: 1;  font-size: 16px; margin-right: 0.25rem; }
a.page-numbers { background: #EEE;  }

.related_people { width: 100%;}


/* Sidebars  ________________________________________________________ */

.related-items-wrapper { margin-bottom: 1.5rem; }

/* Footer  ________________________________________________________ */

.footer-copyright span { display: block; }
.footer-copyright .bsb, .footer-copyright .bsb a, .footer-copyright .credits a { color: white; }

.footer-copyright .credits { color: #66b3b6; }
.footer-copyright .bsb a, .footer-copyright .credits a { text-decoration: underline; }



/* Homepage  ________________________________________________________ */


.home-banner .orbit-container { height: 400px !important; }
.home-banner .orbit-slide:before { background: rgb(0,0,0,0.3); }



.home blockquote, .home blockquote p { font-size: 1.4rem; }
.home blockquote p { font-weight: normal; }

.header--symbol:after { height: 2rem; }


/* Loops  ________________________________________________________ */

.posts-item__subtitle { margin-bottom: 0.25rem; }

.posts-item__title h3 { font-size: 1rem; }


/* Twitter & sharing  ________________________________________________________ */

#twitter-feed ul li p.tweet { line-height: 1.2; font-size: 0.7rem;  }

.share-wrapper { max-width: 300px;  margin: 1rem 0 1rem;  padding-top: 0.5rem;  border-top: solid 3px var(--darkgreen); }
.share-wrapper h2 { font-size: 1rem; margin-bottom: 0;  font-weight: bold;  }
.share-wrapper ul.share li { margin-right: 0.25rem; }
.share-wrapper ul.share li a { font-size: 1rem; }


/* Profiles  ________________________________________________________ */


.single-barrister h1, .single-clerk h1 { font-size: 1.6rem; }

.single-barrister blockquote, .single-barrister blockquote p { font-size: 0.9rem; }

.tabs-title a, .tabs>li a { font-size: 0.9rem; }

/* Custom PDF  ________________________________________________________ */

/* Custom PDF  ________________________________________________________ */

.modal h2 { font-size: 1.4rem; }

.pdf-custom-list__title { 
	border-top: solid 1px var(--darkgreen);
    padding-top: 0.5rem;
}




/* Lists  ________________________________________________________ */

ul.simple { list-style: none;  padding: 0;  margin: 0 0 1.5em; }
ul.simple li { list-style: none; margin-bottom: 0.5rem; }

ul.button-list a.button { margin: 0; }

ul.toolbar { padding-top: 0.5rem; border-top: solid 1px var(--darkgreen);  margin-top: 0.5rem; }
button.sqe-pdf__btn { color: var(--darkgreen); }


/* Search results  ________________________________________________________ */

.search-result img { float: right;  width: 64px;  margin: 0 0 1rem 1rem; }


/* Gravity Forms  ________________________________________________________ */

label.gfield_consent_label { text-transform: none; }

body .gform_wrapper.gravity-theme .gfield_consent_description { border: none;  padding: 0; }

.gfield_required.gfield_required_asterisk { display: inline-block !important; }





/* Complianz  ________________________________________________________ */

.cmplz-dropdown {
	border: solid 1px var(--darkgreen);
	background: #eee;
	padding: 0.5rem 0.75rem;
	margin: 0.5rem 0 0.5rem;
}

#cmplz-cookies-overview .cmplz-dropdown summary div h3, #cmplz-document .cmplz-dropdown summary div h3 {
	font-weight: 500;
}

p.cmplz-subtitle { margin-top: 1rem; }



/* Media queries  ________________________________________________________ */


/* Small __________________ */

@media only screen {
	
	.home-banner__quote { top: 2rem; }
	
	 } /* Define mobile styles */

@media only screen and (max-width: 40em) { } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/* Medium __________________ */

@media only screen and (min-width: 40.063em) { 
	
	.medium-align-top { -webkit-box-align: start; align-items: flex-start; }
	.medium-align-bottom { -webkit-box-align: end;  align-items: flex-end; }
	
	.home-banner__quote { top: 6rem; }

	.single-post .featured_image {
            max-width: 46%;
			float: right;
			margin-left: 4%;
    }
	
} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */


/* Large __________________ */

@media only screen and (min-width: 64.063em) {
	
	.large-align-top { -webkit-box-align: start;  align-items: flex-start; }
	.large-align-bottom { -webkit-box-align: end;  align-items: flex-end; }
	
	 } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

/* Larger: 75em */

@media screen and (min-width: 75em) {

	.logo img {
	    width: 240px;
	}
	
	.nav--desktop>.menu>li>a {
	    font-size: 18px;
	}

}

@media (min-width: 75em) and (max-width: 2000px) {
}



/* X Large __________________ */

@media only screen and (min-width: 90.063em) {
	
	.x-large-align-top { -webkit-box-align: start;  align-items: flex-start; }
	.x-large-align-bottom { -webkit-box-align: end;  align-items: flex-end; }
	
	
} /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/* XX Large __________________ */

@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */




