/*Manage Subscription Styling*/
.mailpoet-manage-subscription .mailpoet_paragraph fieldset{
	display: flex;
  flex-direction: column;
}

/*Offering Post Specifics*/
.category-tyc-toolkit .entry-taxonomies
 {
    display: none !important;
}

.category-tyc-toolkit   .entry-meta {
    display: none !important;
}

.category-special-offerings .entry-taxonomies {
		  display: none !important;
}

.category-special-offerings .entry-meta {
	  display: none !important;
}

.category-events .entry-meta {
    display:none; !important
}


.wp-site-blocks .post-title h1 {
	font-size: 64px; !important
}

.wp-block-stackable-columns  .stk-inner-blocks ul li {
	list-style-type: '✵ ';
}

.wp-block-list {
	list-style-type: '✵ '
}

/*Subtitle Consistency*/
.ugb-header__subtitle {
  font-family: SweetBelly-Script; 
	font-size: 36px !important;
  color: var(--global-palette8,#f0e6da);
}


.stk-block-subtitle {
	font-family: SweetBelly-Script;
	font-size: 42px; !important
}

.stk-block-subtitle__text {
	font-size: 36px;
	line-height: 36px;
}

.subtitle {
	font-size: 36px;
	font-family: SweetBelly-Script;
}


/*Button Styling*/

.stk-block-button {
	font-size: 19px;
}

/*Comments Styling*/
.comments-area {
	  background: white;
    padding: 24px;
    border-radius: 8px;
}

/*Border Radius Consistency*/
img {
	border-radius: 8px;
}

.wp-post-image {
	border-radius: 8px;
	border-bottom-left-radius: 0px !important;
 border-bottom-right-radius: 0px !important;
}

.wp-site-blocks .post-thumbnail img {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

// .stk-img-wrapper img {
		border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	
}

article.entry {
	border-radius: 8px;
	box-shadow: 0 0 0 1px rgba(120,120,120,0.1) !important 
}

/*Archive Pagination Styling*/
.pagination .page-numbers {
	border-radius: 0px;
	box-shadow: 0 0 0 1px rgba(120,120,120,0.1);
	color: black;
	background: #d8bc78;
}

.pagination .page-numbers:hover {
	border-radius: 0px;
	box-shadow: 0 0 0 1px rgba(120,120,120,0.1);
	color: white;
	background: #800080;
	border-color: #800080;
}

.pagination .current {
	border-radius: 8px;
	background: white;
	border-color: white;
	box-shadow: 0 0 0 1px rgba(120,120,120,0.1);
}

.pagination .current:hover {
	border-radius: 8px;
	background: white;
	color: black;
	border-color: white;
	box-shadow: 0 0 0 1px rgba(120,120,120,0.1);
}

.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
	color: #4A004E; !important
}