/* hide homepage title | zd-6577655 | (ks) 2023-07-25 */

.page-id-55581 .page-title{
	display:none !important;
}

/* format post font styles | zd-6577655 | (ks) 2023-07-25 */

/* .page-id-55581 .cat-links{
	font-weight: bold;
	font-size: .7em !important;
  font-family: sans-serif;
	text-transform: uppercase !important;
}

.page-id-55581 .cat-links a {margin: 0.5em 0 0.5em 0;
}

.page-id-55581 .cat-links a:hover, .page-id-55581 .entry-title a:hover{
	text-decoration: none !important;
	color: #757575;
}

.page-id-55581 .entry-title{
	font-size: 1.2em !important;
}
.page-id-55581 .entry-date.published{
	font-family: sans-serif !important;
	text-transform: uppercase;
	font-weight: lighter;
}

.post .post-title a>span {
	border-color: #f75454;
}

.custom-class .wp-block-media-text__content {
	padding: 0;
}

.custom-class br.is-layout-flow.wp-block-quote-is-layout-flow {
    display: none;
} */

/*Payment*/
/* 
.jetpack-simple-payments-description {
    white-space: normal!important;
}
.vc_tta-container > p {
    visibility: hidden;
}

.jetpack-simple-payments-purchase-box {
    align-items: flex-start;
    display: flex
;
    flex-direction: row;
		gap: 10px;
}
.jetpack-simple-payments-items-number {
    box-sizing: border-box;
    width: auto;
}
.jetpack-simple-payments-items {
	width: auto;
	margin-right: 0;
	max-width: 60px;
}

.custom-payment {
	margin-left: 0!important;
	max-width: 100%!important;
} */


/* Custom Tab*/

#custom-tab-id .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
	width: 100%;
}

#custom-tab-id li.vc_tta-tab > a {
    display: flex !important
;
    align-items: center;
    justify-content: space-between;
	background-color: white;
	border: none;
}

#custom-tab-id .vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
	margin: 0!important;
}
#custom-tab-id .vc_tta-panels-container {
	background: white!important;
	margin-top: 30px;
}
#custom-tab-id .vc_tta.vc_general .vc_tta-panel-body {
	padding: 0!important;
	background: white!important;
}

#custom-tab-id .vc_active > a {
	background-color: black!important;
	color: white;
	border: none !important;
  border-radius: 0;
}
#custom-tab-id li.vc_tta-tab {
	border: 1px solid black;
	margin: 0!important;
	margin-bottom: 10px!important;
}

#custom-tab-id li.vc_tta-tab > a:hover {
	background: #343A40;
	color: white;
	border-radius: 0;
	
}