@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400;700&family=Figtree:wght@400;700&display=swap");
h1, h2, h3, h4, h5{
	font-family: "Domine", "Times New Roman", serif !important;
    font-style: normal;
}
a {
    line-height: inherit;
    color: #005AA3;
    text-decoration: none;
    cursor: pointer;
}
.is-style-normal-content-group {
	padding: 2.2222222222rem;
	background: #ffffff;
}
.is-style-white-heading{
	font-size: 3.1111111111rem;
    line-height: 3.5rem;
	color: #ffffff;
	font-weight: 700;
	margin-top: 0;
    margin-bottom: 2rem;
}
h1.is-style-breadcrumb-post-title.wp-block-post-title {
    font-size: 2.8888888889rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 5px;
    margin-bottom: 2rem;
	color:#001344;
}
.is-style-h3-inner-heading {
    font-size: 1.5555555556rem;
    color: #001344;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 2rem;
}
.wp-block-separator {
    border-top: 1px solid;
}
.is-style-white-para {
    font-size: 1.1111111111rem;
    line-height: 1.6em;
    color: #fff;
    margin-bottom: 1rem;
}

.custom-tabs .tab-titles{
	margin:6px !important;
	padding-left: 0px 
}
.custom-tabs .tab-titles li a{
	text-transform: capitalize !important;
	border-radius: 10px 10px 0 0;
	background-color: #fff;
}
.custom-tabs .tab-contents .tab-content {
    margin-top: 0px !important;
    border-top: 2px solid #000;
    padding: 2.5rem;
}
.custom-tabs .tab-titles a.active, .custom-tabs  .tab-titles a:hover {
	text-decoration: none;
    border-bottom: none !important;
    background-color: transparent;
    background: #005AA3;
    color: #ffffff !important;
}
.postbox-container .postbox-header h2.hndle.ui-sortable-handle {
    font-size: 30px !important;
}

.postbox-container .postbox-header {
    height: 100px;
}

.wp-block-ski-horizontal-tabs {
    display: none;
}
.acf-postbox .acf-label label {
    font-size: 16px;
}

.acf-field[data-name="doi"], .acf-field[data-name="url"], .acf-field[data-name="pub_med"], .acf-field[data-name="google_scholar"] , .acf-field[data-name="investigator_fields"], .acf-field[data-name="publication_type_selector"] {
    display: none;
}

button#add-new-author {
    margin-top: 10px;
}

.post-type-publication div.css-qi2azi.enfox0g0 {
display:flex;
flex-direction:column;
}

.post-type-publication div.css-qi2azi.enfox0g0 .edit-post-meta-boxes-area.is-side {
    order: 2;
}



.post-type-publication div.css-qi2azi.enfox0g0 .components-flex.components-h-stack.components-v-stack.editor-post-panel__section.editor-post-summary.css-1i2unhf.e19lxcc00 {
    order: 1;
}

.post-type-publication div.css-qi2azi.enfox0g0 .components-panel__body.yoast-seo-sidebar-panel.is-opened {
    order:3;
}

.post-type-publication div.css-qi2azi.enfox0g0 .components-panel__body.is-opened {
    order:4;
}
div.block-editor-block-list__block.wp-block.differrent.Tab.custom-history.differrent.Tab.custom-history.wp-block-ski-horizontal-tabs{
    display:block;
}
div#wpseo_meta {
    display: none;
}

div#side-sortables h2{
    font-size:18px !important
}

.acf-fields .acf-field{
padding-top:40px !important;
}

button.handle-order-higher {
    display: none;
}

button.handle-order-lower {
    display: none;
}
.acf-field-group[data-name="contact_information"] .acf-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; /* space between columns and rows */
}