/*
Theme Name: Diocese of Orange
Author: RCBO IT Department
Description: Frost Child Theme
Version: 1.0
Template: frost
Theme URI: https://frostwp.com/
Author URI: https://www.rcbo.org/
*/

/*
Elements style for:
Header
Nav Styles
hero Overrides Styles
Accents  and Lines
Helpers
*/




/* Accents  and Lines */
.curved-line {
	position: relative;
}

.curved-line:before {
	content: '';
	position: absolute;
	left: -20px;
	display: block;
	width: 20px;
	height: 90%;
	background: var(--wp--preset--color--custom-tertiary); 
	clip-path: polygon(50% 550%, 37% 100%, 46% 91%, 47% 78%, 52% 57%, 50% 8%, 47% 4%, 31% 3%);
}
.curved-underline {
	position: relative;
}

.curved-underline:before {
	content: '';
	position: absolute;
	display: block;
	background: var(--wp--preset--color--custom-tertiary); 
	clip-path: polygon(100% 55%, 100% 63%, 46% 63%, 0 56%, 47% 51%);
	top: 10px;
	left: 50%;
	transform: translatex(-50%);
	height: 40px;
	width: 90%;
}
.divider-shape {
	position: relative;
}
.divider-shape:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom: 10px;
	display: block;
	width: 90%;
	height: 30px;
	clip-path: polygon(50% 40%, 100% 50%, 50% 60%, 0% 50%);
	background: var(--wp--preset--color--custom-tertiary);
	z-index: 5;
}
.logo-overlap {
	position: relative;
	margin-top: 150px!important;
}
.logo-overlap:before {
	content: '';
	display: block;
	position: relative;
	top: -62px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 4px;
	border-radius: 4px;
	background: var(--wp--preset--color--custom-tertiary);
}

.logo-overlap img {
	position: absolute;
	top: -200px;
	left: 50%;
	transform: translatex(-50%);
}
.logo-65-sm,
.logo-65 {
	position: relative;
}
.logo-65-sm:before,
.logo-65:before {
	content: '';
	display: block;
	position: relative;
	top: 62px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 4px;
	border-radius: 4px;
	background: var(--wp--preset--color--custom-tertiary);
}
.logo-65-sm:before {
	top: 120px;
}
.logo-65-sm img,
.logo-65 img {
	position: relative;
	left: 50%;
	transform: translatex(-50%);
}
@media (max-width: 780px) {
	.curved-line:before {
		left: 50%;
		top: -50%;
		height: 100%;
		transform: rotate(90deg);
	}
	.divider-shape:before {
		display: none;
	}
}
/* END Accents  and Lines */

/* Helpers */
.hide-mobile {
	display: none;
}
.relative {
	position: relative;
}
.no-max-width {
	max-width: unset!important;
}
.overflow-hidden {
	overflow: hidden;
}
.full-width {
	margin: 0;
  width: 100%;
	max-width: 100%;
}
.full-width .wp-block-group {
	max-width: var(--wp--style--global--content-size);
	width: 90%;
}
.align-self-center {
	align-self: center!important;
}
.reverse-col {
	flex-flow: row-reverse wrap;
}
.gap-0 {
	gap: 0!important;
	margin-top: 0;
}
p strong{
	font-weight:700!important;
}
.accordion .wp-block-columns {
}
.accordion .wp-block-details {
	position: relative;
	margin: 0;
}
.accordion .wp-block-details summary {
	padding-right: 20px;
}
.accordion .wp-block-details summary:after {
	content: '\e5cf';
	font-family: 'Material Icons';
	position: absolute;
	top: 0;
  right: 0;
	font-size: 45px;
	opacity: 1;
	color: var(--wp--preset--color--primary);
	transition: all 0.2s;
}
.accordion .wp-block-details[open] summary:after {
	transform: rotateZ(180deg);
}
.accordion summary::marker {
  font-size: 0;
}
.img-text {
	position: relative;
}
.img-text .wp-block-image {
	position: relative;
	z-index: 1;
	margin: 0;
}
.img-text .wp-block-heading {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	height: 100%;
	padding: 40px 5%;
	margin: 0;
	text-align: center;
	align-content: flex-end;
	z-index: 3;
	color: #FFF!important;
}
.img-text .wp-block-heading:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	z-index: -1;
	background: rgba(0, 0, 0, 8);
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
}
.overlay-buttons {
	position: relative;
}
.overlay-buttons .wp-block-column {
	position: relative;
}
.overlay-buttons .wp-block-column .wp-block-image img {
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
}
.overlay-buttons .wp-block-column .wp-block-button {
	position: absolute;
	display: inline-block;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 90%;
	max-width: 300px;
}
.map-full {
	margin: 0 auto!important;
	max-width: 100%;
	width: 100%;
}
.full-width .wp-block-group.quote-with-shadow {
	width: 60%!important;
	max-width: 750px!important;
	box-shadow: 20px -20px 0px 0px rgba(19,41,75,0.75);
-webkit-box-shadow: 20px -20px 0px 0px rgba(19,41,75,0.75);
-moz-box-shadow: 20px -20px 0px 0px rgba(19,41,75,0.75);
}
.full-width .wp-block-group.quote-with-shadow-green {
	width: 60%!important;
	max-width: 750px!important;
	box-shadow: 20px -20px 0px 0px rgba(44,82,52,0.75);
-webkit-box-shadow: 20px -20px 0px 0px rgba(44,82,52,0.75);
-moz-box-shadow: 20px -20px 0px 0px rgba(44,82,52,0.75);
}
@media(max-width: 901px) {
	.overlay-buttons.wp-block-columns {
    flex-wrap: wrap !important;
		flex-flow: column nowrap;	
	}
	.full-width .wp-block-group.quote-with-shadow {
		max-width: 90%!important;
		width: 90%!important;
	}
}

/* END Helpers */

.section-nav--inline {
  display:flex; 
	flex-wrap:wrap; 
	align-items:center;
  list-style:none; 
	margin:15px 0 30px; 
	padding:0;
	justify-content: center;
}
.section-nav--inline > li { position:relative; padding-right:8px; }
.section-nav--inline > li:not(:last-child)::after {
  content:""; display:inline-block; width:2px; height:.95em; background:#d8c58a; vertical-align:middle; margin-left:.1rem;
}
.section-nav--inline a { text-decoration:none; font-weight:600; color:#0b2a57; }
.section-nav--inline a:hover,
.section-nav--inline .current-menu-item > a { text-decoration:underline; }

/* Footer styles */
.ctct-form-custom {
	display: flex;
	flex-flow: row wrap;
}
.ctct-form-defaults {
	padding: 0 5%!important;
}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
	flex-basis: 100%;
	font-size: 22px;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
		order: 1;

}
div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
	flex-basis: 100%;
}
#gdpr_text {
	order: 2;
}
div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {

}
.ctct-form-button {

	
}
#archiveList ul{
	list-style-type:none;
	padding:0px;
}
#archiveList ul li{
	padding-bottom:20px;
}