/**
 * Advent Center Theme - Main Stylesheet
 * 
 * Minimal stylesheet with only system-ui, sans-serif font family.
 * 
 * @package AdventCenterTheme
 * @version 1.0.0
 */

h1, h1 *, 
h2, h2 *, 
h3, h3 *, 
h4, h4 *, 
h5, h5 *, 
h6, h6 *{
	font-family: inherit;	
}

.wp-block-heading{
	font-family: 'Noto Serif', 'Noto Sans', system-ui, sans-serif;
}

body a{
	font-family: inherit;	
}

body p{
	margin: 0 !important
}

body p + *{
	margin-top: 24px !important;
}

.rank-math-breadcrumb a{
	color: #4169e2;
}

.rank-math-breadcrumb a:hover{
	text-decoration: underline;
}

.form-submit #submit{
	background-color: #4169e2 !important;
	border-radius:150px;
	font-family:"Noto Sans";
	font-size: 14px;
	text-transform: none;
	font-weight:400;
	letter-spacing:0;
	padding: 16px 24px ;
	line-height: 1em;
	color: white;
	border: none;
	cursor: pointer
}

.elevated{
	box-shadow: var(--elevated);
}

.elevated:hover{
	box-shadow: var(--elevated-hover);
}

.text-balanced{
	text-wrap: balance;
}

details.wp-block-details{

	box-shadow: var(--elevated);
	border: 2px dashed var(--royal-blue)
}

details.wp-block-details summary{
	font-size: 1.25em;
	font-weight: 700;
	color: var(--royal-blue);
	padding: 24px 32px;
}

details.wp-block-details summary ~ *{
	padding: 0 32px;
}

details.wp-block-details summary ~ *:last-child{
	margin-bottom: 32px !important;
}
details.wp-block-details summary ~ ul,
details.wp-block-details summary ~ ol{
	list-style-position: inside;
	margin-left:4px
}

.underline-on-hover:hover a,
a.underline-on-hover:hover{
	text-decoration: underline;
}

.blue-on-hover:hover a,
a.blue-on-hover:hover{
	color: #4169e4 !important;
}

.elementor-widget-theme-post-content .elementor-widget-container .rank-math-list p + *{
	margin-top:24px !important
}

.elementor-widget-theme-post-content .elementor-widget-container .rank-math-steps p + *{
	margin-top:24px !important
}

.elementor-widget-theme-post-content .elementor-widget-container{
	display:flex;
	flex-direction: column;
	gap: 24px;
}

.elementor-widget-theme-post-content .elementor-widget-container ul{
	margin: 0 !important;
	list-style: inside;
}

.elementor-widget-theme-post-content .elementor-widget-container p{
	margin: 0 !important;
}

#rank-math-toc li ul{
	margin: 16px 8px !important;
}

.rank-math-howto-estimatedCost,
.rank-math-howto-duration{
	margin: 16px 0 !important;
}

.wp-block-rank-math-toc-block{
	margin: 0 !important;
}

.elementor-toc__list-wrapper{
	list-style: none !important;
	padding: 0;
	margin: 0;
}

.wp-block-button__link{
	border-radius:150px;
	font-family:"Noto Sans";
	font-size:15px;
	text-transform: none;
	font-weight:400;
	letter-spacing:0;
	background: #4169e4;
	color: white;
}

.wp-block-button__link:hover{
	color: white;
	background: #2457EF;
}

#comments ol {
	display: block;
	list-style: none;
}

#comments .comment-body{
	margin-bottom: 16px !important;

}

#comments .comment-author{
	display:flex;
	align-items: center;
	justify-content:flex-start;
	gap: 6px;
	margin-bottom: 8px;

}


#comments .comment-author img{
	border-radius:50%;
}

#comments .comment-list{
	padding:0;
}

#comments .comment-form-comment{
	display:flex;
	flex-direction: column;
}

/* Pricelist */
.calendar-pricelist{
	display:flex;
	flex-direction: column;
	gap: 0 16px;
}

/* Table styles */
.pricelist-table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 0px;
	margin-bottom: 32px;
}

.pricelist-table__header{
}

.pricelist-table__header-cell{
	padding: 16px 12px;
	text-align: left;
	font-family: 'Noto Sans';
	font-weight: 400;
	font-size: 12px;
	color: #8D8D8D;
	border-bottom: 2px dashed #e9ecef;
}

.pricelist-table__header-cell--location{
	width: 30%;
	text-align: left;
}

.pricelist-table__header-cell--price{
	width: 30%;
	text-align: left;
}

.pricelist-table__header-cell--action{
	width: 40%;
	text-align: center;
}

.pricelist-table__row{
	border-bottom: 2px dashed #e9ecef;
}

.pricelist-table__row:hover{
	background-color: #f8f9fa;
}

.pricelist-table__cell{
	padding: 16px 12px;
	vertical-align: middle;
}

.pricelist-table__separator{
	height: 0;
}

.pricelist-table__separator-cell{
	padding: 0;
	height: 0;
	border-top: 1px dashed #ccc;
}

.pricelist-row__location{
	margin: 0;
	font-size: 24px;
	font-family: 'Noto Serif';
	letter-spacing: -0.02em;
	line-height: 1em;
	text-align: left;
	font-weight: 700;
}

.pricelist-row__price{
	margin: 0;
	font-size: 24px;
	font-family: 'Noto Serif';
	letter-spacing: -0.02em;
	line-height: 1em;
	text-align: left;
}

.pricelist-row__action{
	text-align: left;
}

.pricelist-row__link{
	padding: 8px 24px;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 150px;
	font-family: "Noto Sans";
	font-size: 15px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
	background: #4169e4;
	color: white;
	margin: 0 !important;
	text-decoration: none;
}

.pricelist-row__link:hover{
	background: #0057fc;
	color: white;
}

/* Mobile responsive - stack table */
@media (max-width: 768px){
	.pricelist-table,
	.pricelist-table__header,
	.pricelist-table__body,
	.pricelist-table__row,
	.pricelist-table__cell,
	.pricelist-table__header-cell{
		display: block;
		width: 100%;
	}
	
	.pricelist-table__header{
		display: none;
	}
	
	.pricelist-table__row{
		display: flex;
		flex-direction: column;
		text-align: center;
		padding: 24px;
		border-bottom: 2px dashed #e9ecef;
		margin-bottom: 0;
		background: #ffffff;
		border-radius: 0;
	}
	
	.pricelist-table__row:last-child{
		border-bottom: none;
		margin-bottom: 0;
	}
	
	.pricelist-table__separator{
		display: none;
	}
	
	.pricelist-table__cell{
		padding: 8px 16px;
		border: none;
	}
	
	.pricelist-row__location{
		text-align: center;
	}
	
	.pricelist-row__price{
		text-align: center;
	}
	
	.pricelist-row__action{
		text-align: center;
	}
	
	.pricelist-row__link{
		width: 100%;
		max-width: 280px;
	}
}

.calendar-pricelist__total{
	display:flex;
	flex-direction:column;
	gap:16px;
	align-items: center;
}

.pricelist-row + .total-row{
	margin-top:32px;
}

.calendar-pricelist__text{
	display:block;
	margin-top: 0 !important;
	font-size:18px;
}
@media (max-width:768px){
	.calendar-pricelist__text{
		text-align:center;
		text-wrap:balance;
	}
}
.total-row__link{
	padding: 16px 24px;
/* 	font-size: 18px; */
/* 	font-weight: 600; */
}

.wp-block-media-text{
	gap:48px;
}

.wp-block-media-text__content{
	padding:0 !important;
}

.wp-block-media-text img{
	border-radius: 8px;
	box-shadow: var(--elevated);
	padding:8px;
}

.wp-block-media-text video{
	border-radius: 8px;
	box-shadow: var(--elevated);
}

@media (max-width: 768px) {
    .wp-block-media-text.is-stacked-on-mobile {
		display: flex;
		flex-direction: column;
		gap: 32px;
    }
}

.combinations__children{
	display:flex;
	flex-direction: row;
	gap: 8px;
/* 	overflow-x:auto; */
	flex-wrap:wrap;
	padding:8px 0;
	margin-top: 8px !important;
	width: 100%;
	justify-content:center;
}

.combinations__children a{
	background: #072889;
	color: white;
	padding: 4px 16px;
	border-radius:150px;
	text-wrap: nowrap;
	font-size:14px;
/* 	width: 100%; */
	text-align: center;
	flex: 1;
}

.combinations__children a:last-child{
	width: 100%;
}

.combinations__children a:hover{
	background: #2457EF;
	color: white;
}

.combinations__children-heading{
	width: 100%;
	text-align: center;
	color: #616161;
/* 	font-weight: 600; */
/* 	font-family: 'Noto Serif'; */
	font-size:14px;
	line-height: 1.5em;
	text-wrap: balance;
/* 	margin-top: 16px !important; */
	
}