/*
 Theme Name:   Astra Child
 Theme URI:    https://yourwebsite.com/
 Description:  Astra Child Theme
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     astra
 Version:      1.0.0
 Text Domain: astra-child
*/

.ect-event-details a{
	text-decoration: none !important;
}

.ect-event-image{
	margin-top: 0 !important;	
}

.events_row{
	grid-template-columns: repeat(4, 1fr) !important;
}

.pagination .page-numbers{
	display:flex;
	justify-content:center;
	align-items:center;
	color: #336666 !important;
}

.title_hover:hover{
	color: #336666 !important;
}

.job-description p{
	font-size:16px;line-height:27px;
}

.search-result-item{
	background: #ededed;
    padding: 15px;
    margin-bottom: 30px;
}

.page-id-27940 .wp-block-list{
	padding-left: 15px;
}

.search-result-item p{
	margin-bottom: 0;
}

.has-huge-icon-size svg{
	width: 36px !important;
	height: 36px !important;
}

.publication_page_title{
	background: url('/new/wp-content/uploads/2025/05/Website-banner-06.jpg') center center no-repeat;
	background-size: cover;
	min-height: 130px;
	margin-bottom: 50px;
}

.blogs_page_title{
	background: url('/new/wp-content/uploads/2025/05/Website-banner-12-scaled.jpg') center center no-repeat;
	background-size: cover;
	min-height: 130px;
	margin-bottom: 50px;
}

.podcasts_page_title{
	background: url('/new/wp-content/uploads/2025/05/Website-banner-13-scaled.jpg') center center no-repeat;
	background-size: cover;
	min-height: 130px;
	margin-bottom: 50px;
}

.news_page_title{
	background: url('/new/wp-content/uploads/2025/05/Website-banner-08-1-scaled.jpg') center center no-repeat;
	background-size: cover;
	min-height: 130px;
	margin-bottom: 50px;
}

.projects_page_title{
	background: url('/new/wp-content/uploads/2025/05/Website-banner-10-scaled.jpg') center center no-repeat;
	background-size: cover;
	min-height: 130px;
	margin-bottom: 50px;
}

.donors_page_title{
	background: url('/new/wp-content/uploads/2025/05/Donors-and-Partners-08-09-scaled.jpg') center center no-repeat;
	background-size: cover;
	min-height: 130px;
	margin-bottom: 50px;
}

.opportunity_page_title{
	background: url('/new/wp-content/uploads/2025/05/opportunity-scaled.jpg') center center no-repeat;
	background-size: cover;
	min-height: 130px;
	margin-bottom: 50px;
}

.tribe-events-page-template .events_page_title{
	background: url('/new/wp-content/uploads/2025/05/Events-banner-scaled.jpg') center center no-repeat;
	background-size: cover;
	min-height: 130px;
}

.annual_reports_page_title{
	background: url('/new/wp-content/uploads/2025/05/Annual-Report-14-scaled.jpg') center center no-repeat;
	background-size: cover;
	min-height: 130px;
	margin-bottom: 50px;
}

.tribe-events-page-template .ast-container{
	flex-direction: column;
}

.fixed-column{
	position: sticky;
	top: 140px;
}

.has-text-align-center{
	text-align: center;
}

#tribe-events-pg-template{
	max-width: none;
}
.tribe-events-calendar-latest-past{
	display: none;
}

.contact_widget table, .contact_widget tr, .contact_widget td{
	border:none;
}

.bullet-points{
	padding-left: 15px;
}

.pub_cover_image h5{
	position: absolute;
    top: 0;
    text-align: center;
    opacity: 0;
    width: 0px;
    margin: 0px;
    border-radius: 0px 0px 5px;
    transition: 0.5s;
	background-color: rgb(32, 113, 100) !important;
	color: rgb(255, 255, 255) !important;
	line-height: 1.5;
    font-size: 0.675rem;
	padding:0.1em 0.5em;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.related-publication-item:hover .pub_cover_image h5{
	width: 70%;
    opacity: 1;
}

.tribe-events-calendar-list__event-title-link{
	color: #000 !important;
}

.tribe-events-calendar-list__event-description p, .tribe-events-calendar-list__event-venue-title, .tribe-events-calendar-list__event-venue-address, .tribe-events-calendar-latest-past__event-description p, .tribe-events-calendar-latest-past__event-venue-title, .tribe-events-calendar-latest-past__event-venue-address{
	color: #888b8d;
}
.ast-builder-menu-1 .menu-item > .menu-link{
	padding-left: 15px;
	padding-right: 15px;
}
.menu-item-35957{
	background: #BE6C3F;
	line-height: 30px !important;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{
	line-height: 30px !important;
	border-radius:4px;
}
.menu-item-35957 a{
	color: #fff !important;
}
.download-dropdown {
  position: relative;
  display: flex;
	justify-content:center;
	
}

.dropdown-button {
  padding: 16px;
    border-radius: 50px;
    border: 1px solid #000000;
  padding: 8px 16px;
  background: none;
  cursor: pointer;
  font-size: 14px;
  color: #000;

}

.arrow {
  margin-left: 6px;
}

.dropdown-menu {
  display: none; /* Hidden by default */
  position: absolute;
  background-color: #ffffff;
  min-width: 120px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
/*   margin-top: 5px; */
  list-style: none;
  padding: 0;
  border-radius: 4px;
}

.dropdown-menu li {
  padding: 0;
  margin: 0;
}

.dropdown-menu li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #eee;
	font-size:12px;
}

.dropdown-menu li a:hover {
  background-color: #f5f5f5;
}

.download-dropdown:hover .dropdown-menu {
  display: block;
}


.staff_image{
	    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
	padding: 0.5rem;
}

.tribe-events-c-top-bar__datepicker{
	display: flex;
	justify-content: center;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.tribe-events-c-top-bar__datepicker button{
	font-size:larger !important;
}

/* Add your custom styles below this line */
[CLASS*="-sticky-header-active"] .ast-builder-menu-1 .main-header-menu .menu-item .sub-menu .menu-item.current-menu-item > .menu-link, [CLASS*="-sticky-header-active"] .ast-builder-menu-1 .main-header-menu .menu-item .sub-menu .menu-item.current-menu-ancestor > .menu-link{
	color: #015262 !important;
}
.wpcf7-radio .first{
	margin-left: 0;
}
.purposes .wpcf7-list-item {
  display: block !important; 
  margin-bottom: 0.5em; /* add spacing */
	margin-left: 0;
}

/* OR make them inline-block with spacing (horizontal layout) */
.purposes .wpcf7-list-item {
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}
/* Ensure original English text stays the same */
body.translated-ltr:not([lang="en"]) *:not(.notranslate),
body.translated-rtl:not([lang="en"]) *:not(.notranslate),
html.translated-ltr:not([lang="en"]) *:not(.notranslate),
html.translated-rtl:not([lang="en"]) *:not(.notranslate) {
    font-family: 'Noto Sans Khmer', sans-serif !important;
}

/* Ensure original English text uses default font */
html[lang="en"], body[lang="en"], body.lang-en * {
    font-family: 'Roboto', sans-serif !Important;
}
.menu-link, h2,h1,h3,h4,h5,h6,p,a{
	font-family: "Roboto", serif !important;
}
#google_language_translator{
	width: 89px;
}
.staff-bio p{
	text-align:justify;
}
main{
	width: 100%;
}
.translation a{
	font-size: 12px;
}

.small-event .ect-events-title a, .small-event .ect-events-title a:hover, .small-event .ect-events-title:hover a, small-event:hover a{
	color: #fff !important;
}
#glt-translate-trigger{
	visibility: hidden;
}
.acf-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery-item img {
    max-width: 150px;
    height: auto;
    border-radius: 8px;
}

.author_block{
	margin-left: 15px;
/* 	min-height: 52px; */
	font-size: 13px;
    color: #336666;
    font-weight: bold;
	display: block;            /* or inline-block; depends on your layout */
  width: 90%;               /* or a fixed width if needed */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.author_block a{
	font-size: 12px;
}

.single-line-authors {
  
}

.flag, .ast-primary-header .ast-builder-html-element{
	color: #336666 !important;
}

.ast-sticky-active .flag, .ast-sticky-active .ast-builder-html-element{
	color: #fff !important;
}

 .entry-content h1, header.entry-header .entry-title{
font-size:24px;	
	 color: #2e6c80;
	 font-family: 'Roboto', sans-serif !important;
}

.post-views{
	padding-left: 15px;
	margin-top: 14px;
	font-size: 14px;
}

.ect-event-details .post-views{
	padding-left: 0;
}

.news-block-item .post-views{
	padding-left: 0;
}

.search-results-list{
	margin-left: 0;
}

.search-results-list li{
	list-style: none;
}

.search-results-list h2{
	font-size: 24px;
}

.ect-list-posts.style-1{
	padding: 0 !important;
	padding-bottom: 15px !important
}

.ect-list-posts.style-1 .ect-event-categories, .ect-list-posts.style-1 .ect-event-date-tag,.ect-list-posts.style-1 .ect-event-details{
	padding-left: 15px;
	padding-right: 15px;
}

.ast-header-search form.search-form .search-field, .ast-header-search .ast-dropdown-active.ast-search-menu-icon.slide-search input.search-field{
	width: 868px ;
}

.scroll_bg input.search-field{
	width: 916px !important;
}

.tribe-events-calendar-list__event-venue-title{
	font-weight: normal !important;
}

.slide-search.ast-dropdown-active .astra-search-icon::after{
	content: "x"
}
.slide-search.ast-dropdown-active .icon-search{
	display:none;
}
.ast-icon svg{
	fill:#015262;
}
.ast-sticky-active .ast-icon svg{
	fill: #fff;
}
/* #ast-hf-menu-2 li a:hover, .current-menu-item>a{
	color: red !important;
} */
.select2-container--default .select2-selection--single{
	min-height: 40px;
	display: flex !important;
	align-items:center;
	border: 1px solid #D9D9D9 !important;
}

.select2-selection__arrow{
	top: 7px !important;
}
.select2-selection__rendered, .select2-results__option{
	font-size: 14px;
}

.tribe-events-calendar-list__month-separator{
	display: none !important;
}

.event-date-detail .tribe-event-date-start, .event-date-detail .tribe-event-time{
	color: #be6b40;
}

.badge {
    padding: 4px;
	display: inline-block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.publication-row{
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
	position: relative;
}

.publication-row:hover{
	box-shadow: 0 6px 10px rgba(0,0,0,.14);
}

.grid-col{
	margin-bottom: 20px;
	padding-bottom: 15px;
	overflow: hidden;
}
.grid-col img{
	max-height: 346px;
	min-height: 346px;
	object-fit: fill;
	width:100%;
}

.grid-col h2 a:hover,.grid-col h2{
	font-size:16px;
	line-height: 21px;
}

.grid-col h2{
	padding: 10px 15px;
}
/* .grid-col h5{
	font-size: 14px;
	
} */

.show_on_scroll{
	display: none !important;
}

.scroll_bg, .ast-header-sticked{
	background: #015262;
}

.scroll_bg #ast-hf-menu-1> li > a, .ast-header-sticked #ast-hf-menu-1> li > a{
	color: #fff;
}

.ast-header-sticked .ast-icon.icon-search svg{
	color:#fff;
}

.research-template-default .post-navigation{
	display: none;
}

.page-template-page-publications .site-content .ast-container, .page-template-page-opportunities .site-content .ast-container{
	max-width: 100%;
	display:block;
	padding:0;
}

.container{
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto;
}
 .page-template-page-publications  .ast-container .ast-article-single.publications{
	background: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 20px !important;
	padding-top: 20px !important;
/* 	border-bottom: 1px solid #ddd !important; */
}

.opportunities{
	background: none !important;
}
.page_title, .entry-title{
/* 	margin-top: 60px; */
	color: #2e6c80;
	font-size:24px;
	margin-bottom:50px;
	font-weight: 700;
	background-color: #ededed;
	padding: 35px;
	text-align: left;
	font-family: 'Roboto', sans-serif !important;

}

.ast-container, .ast-container-fluid{
	padding-left: 0;
	padding-right: 0;
}


.opportunities h2 a, .opportunities h2 a:hover, .opportunities h1, .publications h1, .publications h2 a, .publications h2 a:hover, .related-publication-item h4, .related-publication-item h4 a, .news h1, .podcasts h1{
	color: #5c5c5c;
	font-size:  36px;
	line-height:40px;
	font-weight: 700;
	
}

.related-publication-item:hover h4 a, .related-publication-item:hover h4{
	color: #015262
}

.opportunities h1, .news h1, .podcasts h1{
	margin-top: 50px;
	margin-bottom: 20px;
}

.publications h1{
	margin: 20px 0;
}

.text-justify{
	text-align:justify !important;
}

.job-details{
	margin-bottom: 20px;
}

.job-description .wp-block-heading{
	font-size: 20px;
	font-weight: 700;
	color: #015262;
}

.job-description .wp-block-separator{
	border-top: 1px solid #5C5C5C;
}

/* .job-description p{
	line-break: anywhere;
} */

.excerpt{
	margin-bottom: 25px;
}

.excerpt p{
	color: #88888D;
	font-size:16px;
	line-height: 24px;
	 display: -webkit-box; -webkit-line-clamp: 4; /* Change this value to the number of lines you want */ -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
	
}

/* p{
	margin-bottom: 0px !important;
} */

.pagination .current{
	padding : 10px 15px;
	background: #ECECEC;
	border-radius: 8px;
}

.pagination{
	margin-bottom: 50px;
	    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers{
	margin-right:10px;
}

.job-meta p{
	font-size: 12px;
}

.pl-0{
	padding-left: 0 !important;
}

.row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.col-10{
	padding-left: 15px;
	padding-right: 15px;
	width: 80%;
}
.col-11{
	padding-left: 15px;
	padding-right: 15px;
	width: 90%;
}
.col-1{
	padding-left: 15px;
	padding-right: 15px;
	width: 10%;
}
.col-2{
	flex: 0 0 auto;
	width: 16.6666667%;
	padding-left: 15px;
	padding-right: 15px;
}
.col-9{
	padding-left: 15px;
	padding-right: 15px;
	width: 70%;
}
.col-3{
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
}
.col-5{
	padding-left: 15px;
	padding-right: 15px;
	width: 40%;
}

.col-6{
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}
.col-4{
	padding-left: 15px;
	padding-right: 15px;
	width: 33.33%;
}
.col-12{
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.col-8{
	    width: 66%;
}
.publications .col-9{
/* 	padding-left: 40px; */
}
.publications .col-9 h2 a, .publications .col-9 h2{
	font-family: "Roboto", serif !important;
font-size: 24px;
font-weight: 400;
line-height: 31.99px;
}

.publications h2, .publications h2 a, .related-publication-item h4, .related-publication-item h4 a{
	font-size: 16px;
	line-height: 21px;
}

.publications .col-9 h5{
	font-family: "Roboto", serif !important;
font-size: 14px;
font-weight: 700;
line-height: 21px;
letter-spacing: 0.7200000286102295px;


	margin-bottom:10px;
}

.publications .col-9 .excerpt p{
	font-family: "Roboto", serif !important;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #172B4D;
	
}

.publications .col-9 .excerpt h6{
font-family: "Roboto", serif !important;
font-size: 14px;
font-weight: 700;
line-height: 21px;
letter-spacing: 0.7200000286102295px;
color: #42526E;
margin: 10px 0;
}

.read_more{
	border-bottom: 1px solid #015262 !important;
	max-width: 100px;
	margin-right:0 !important;
	margin-left: auto !important;
}

.read_more a{
	color: #015262 !important;

font-size: 14px;
font-weight: 500;
line-height: 16.94px;
}

.input-group {
    position: relative;
    display: flex;
/*     flex-wrap: wrap; */
    align-items: stretch;
    width: 100%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #595959 !important;
    text-align: center;
    white-space: nowrap;
    background-color: #FAFAFA !important;
    border: 1px solid #D9D9D9 !important;
	border-top-left-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
}
.form-control{
	    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #595959 !important;
    background-clip: padding-box;
    border: 1px solid #D9D9D9 !important;
  background: #fff !important;
		border-top-right-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
}

.ml-5{
	margin-left: 15px;
}

.mt-5{
	margin-top: 15px;
}

.filter_button{
	background: #015262 !important;
padding: 12px 16px 12px 16px !important;
border-radius: 2px 0px 0px 0px !important;
	box-shadow: 0px 2px 0px 0px #0000000B;
	margin-left: 15px;
	margin-top: 15px;
	color: #fff !important;
}

.view-btn{
	font-family: "Roboto", serif !important;
font-size: 12px;
font-weight: 400;
line-height: 16.17px;
letter-spacing: 0.01em;
text-align:center;
padding: 3px 13px 3px 13px;
color: #015262 !important;
border-radius: 5px;
	display:block;
	border: 0.5px solid #015262;
	margin-bottom: 10px;
}

.view-btn.active{
	background: #015262;
	color: #fff !important;
}

.page-authors{
	font-family: "Roboto", serif !important;
font-size: 16px;
font-weight: 700;
line-height: 18.48px;
letter-spacing: 0.01em;
	color: #015262;
margin-bottom: 25px;
}

.published_date{

font-size: 14px;
font-weight: 500;
line-height: 16.94px;
	margin-bottom: 25px;
}

.round_button{
padding: 8px;
border-radius: 50px;
	border: 1px solid #000000;
display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
	
}

.round_button:hover{
	background: #015262;
	
}
.round_button:hover a{
	color: #fff;
}

.round_button a{
	color: #000;
	font-size: 13px;
font-weight: 500;
line-height: 16.94px;
}

.is-style-logos-only li{
	list-style: none;
}

.related-publications h3{
	color: #5C5C5C;
font-family: "Roboto", serif !important;
font-size: 16px;
font-weight: 700;
line-height: 18.48px;
letter-spacing: 0.01em;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 10px;
	margin-bottom: 25px;
	margin-top: 50px;
}

/* .related-publication-item h4{
	margin-top: 20px;
} */

.related-publications{
	margin-bottom: 50px;
}

.related-publications .publication_designation{
	padding-left: 15px;
	padding-right: 15px;
	font-family: "Roboto", serif !important;
font-size: 16px;
font-weight: 400;
line-height: 18.48px;
letter-spacing: 0.01em;
}

.list_column{
	display: flex;
	column-gap: 20px;
}

a{
	color: #336666;
}

a:hover{
	color: #000;
}

.contact_widget tr>td:first-child{
	width:100px;
}

.ast-builder-menu-1 .sub-menu{
	width:300px;
}

.ast-builder-menu-1 .sub-menu li a{
	border-bottom:none !important;
}

.ast-builder-menu-1 .sub-menu li{
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid rgba(39,44,108,0.15)
}
.social_icon_list .kt-svg-icon-list{
	grid-template-columns: repeat(4, minmax(0, 0.05fr)) !important;
	
}
.site-below-footer-wrap[data-section="section-below-footer-builder"]{
	padding-top: 0;
	padding-bottom: 0;
		
}

.row_separator .kt-row-column-wrap{
	border-bottom: 1px solid #d6d6d6;
}

.excerpt-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.excerpt-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project_published_date{
	font-family: "Roboto", serif !important;
font-size: 16px;
font-weight: 400;
line-height: 18.48px;
letter-spacing: 0.01em;
/* margin-top: 25px; */
}

.publication-excerpt{
	font-family: "Roboto", serif !important;
font-size: 14px;
font-weight: 400;
line-height: 18.48px;
letter-spacing: 0.01em;
color: #5c5c5c;
	
}
.news_title{
	margin-bottom: -38px !important
}

.related-publication-item{
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 15px;
	border-radius:4px;
	margin-bottom: 20px;
	    overflow: hidden;
    position: relative;
	
}

/* .related-publication-item img{
	transform: scale(1);
	transition: transform 0.4s ease;
	   
} */

.related-publication-item .publication-cover{
	 width: 100%;
    object-fit: cover;
}

.related-publication-item  .publication-cover{
max-height: 340px;
}

.publication-title{
	min-height: 63px;
}

.staff_image{
	width: 200px !important;
    height: 200px !important;
    border-radius: 50%;
    object-fit: cover; 
}

.d-flex{
	display: flex;
}

.flex-column{
	flex-direction: column;
}

.align-items-center{
	align-items: center;
}

.justify-content-center{
	justify-content: center
}

.related-publication-item:hover{
	box-shadow: 0 6px 10px rgba(0,0,0,.14)
}

.related-publication-item:hover img{
/* 	transform: translate(-50%, -50%) scale(1.05); */
/* 	    transition: transform 0.4s ease;
	transform: scale(1.05); */
}

.related-publication-item .project_published_date, .related-publication-item .publication-title, .related-publication-item .publication-excerpt{
	padding-left: 15px;
	padding-right: 15px;
	
}

.related-publication-item .project_published_date{
/* 	color: #f37b30; */
	color: #005161;
}

.ard-projects-list {
	margin-top: 20px;
}

.ard-projects-list .designation{
	font-family: "Roboto", serif !important;
font-size: 16px;
font-weight: 400;
line-height: 18.48px;
letter-spacing: 0.01em;
text-align: center;
}

.ard-projects-list .publication-title{
	text-align: center;
}

.staff-detail-page{
	margin-top: 70px;
}

.staff_title{
	font-family: "Roboto", serif !important;
font-size: 40px;
font-weight: 700;
line-height: 46.19px;
letter-spacing: 0.02em;
color: #5C5C5C;
}

.staff_designation{
	font-family: "Roboto", serif !mportant;
font-size: 16px;
font-weight: 700;
line-height: 18.48px;
letter-spacing: 0.01em;
color: #015262;
	margin: 20px 0;
}

.staff-bio{
font-family: "Roboto", serif !important;
font-size: 16px;
font-weight: 500;
line-height: 20px;
}

/* .project-detail-page{
	margin-top: 70px;
} */

.project-detail-page .date, .project-detail-page .date{
font-family: "Roboto", serif;
font-size: 16px;
font-weight: 700;
line-height: 20px;
	margin-top: 25px;
	color: #015262;
	letter-spacing: 1%;
}

.project-detail-page .wp-post-image{
	width:100%;
	
}

.project-detail-page .staff-bio h4{
	font-size: 20px;
font-family: "Roboto", serif;
font-weight: 700;
line-height: 20px;
	color: #015262;
	margin-bottom: 20px;
}


.project-detail-page .staff-bio{
	margin-top: 30px;
}

.project-detail-page .staff-bio ol{
	padding-left: 0;
	margin-left: 0;
}

.project-detail-page .staff-bio ol li, .project-detail-page .staff-bio p{
	line-height: 25px;
}

.project-detail-page .gallery-wrapper{
	display: flex;
	align-items:center;
}
.project-detail-page .gallery-wrapper img{
	width: 200px;
}
/* .photo_wrapper img{
	max-height:250px;
	max-width: 250px;
	border-radius: 50%;
	padding-left: 15px;
	padding-top: 15px;
} */

@media screen and (max-width: 900px){
	.project-detail-page .col-6{
		width: 100% !important;
		padding: 0;
	}
	
	.date_row .col-6{
		width: 50% !important;
	}
	
	.project-detail-page .col-6 .date{
		margin-bottom: 0;
	}
	
		.news_page_title, .projects_page_title, .donors_page_title, .opportunity_page_title, .publication_page_title, .blogs_page_title, .podcasts_page_title, .tribe-events-page-template .events_page_title, .annual_reports_page_title{
	background-size: contain;
	margin-bottom:0;
}
	
	.publication_page_title{
	background: url('/new/wp-content/uploads/2025/05/CDRI-Mobile-banner-06.jpg') center center no-repeat;
	background-size: cover;
min-height: 120px;
	margin-bottom: 50px;
}

.blogs_page_title{
	background: url('/new/wp-content/uploads/2025/05/CDRI-Mobile-banner-12.jpg') center center no-repeat;
	background-size: cover;
	min-height: 120px;
	margin-bottom: 50px;
}

.podcasts_page_title{
	background: url('/new/wp-content/uploads/2025/05/CDRI-Mobile-banner-13.jpg') center center no-repeat;
	background-size: cover;
	min-height: 120px;
	margin-bottom: 50px;
}

.news_page_title{
	background: url('/new/wp-content/uploads/2025/05/CDRI-Mobile-banner-08.jpg') center center no-repeat;
	background-size: cover;
	min-height: 120px;
	margin-bottom: 50px;
}

.projects_page_title{
	background: url('/new/wp-content/uploads/2025/05/CDRI-Mobile-banner-10.jpg') center center no-repeat;
	background-size: cover;
	min-height: 120px;
	margin-bottom: 50px;
}

.donors_page_title{
	background: url('/new/wp-content/uploads/2025/05/CDRI-Mobile-banner-09.jpg') center center no-repeat;
	background-size: cover;
	min-height: 120px;
	margin-bottom: 50px;
}

.opportunity_page_title{
	background: url('/new/wp-content/uploads/2025/05/CDRI-Mobile-banner-07.jpg') center center no-repeat;
	background-size: cover;
	min-height: 120px;
	margin-bottom: 50px;
}

.tribe-events-page-template .events_page_title{
	background: url('/new/wp-content/uploads/2025/05/CDRI-Mobile-banner-11.jpg') center center no-repeat;
	background-size: cover;
	min-height: 120px;
}

.annual_reports_page_title{
	background: url('/new/wp-content/uploads/2025/05/CDRI-Mobile-banner-14.jpg') center center no-repeat;
	background-size: cover;
	min-height: 120px;
	margin-bottom: 50px;
}
	
	.podcasts .col-7{
		width: 100% !important;
	}
	
	.annual_reports .related-publication-item{
		display: flex;
	}
	.research_title h1{
		display: none;
	}
	.research_title{
		background-size: contain !important;
	}
	.staff-detail-page .col-6{
		width: 100% !important;
	}
	.main-header-menu > .menu-item > .menu-link{
		height: auto;
	}
	.ast-menu-toggle:focus{
		outline: 0;
	}
	.img-news{
		margin-left: 0 !important;
		margin-bottom: 10px;
	}
	.read_more img{
		width:19px;
		height: 15px;
		max-height: 15px;
        min-height: 15px !important;
	}
	.read-more{
		margin-right: 0 !important;
	}
	.ast-separate-container .ast-article-single:not(.ast-related-post), .woocommerce.ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container.ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content, .ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .ast-archive-description{
		background-color: unset;
	}
	[data-aos], .wow,
  .animate__,
  .animated,
  .animate__slideInLeft,.animate__slideInRight {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    pointer-events: auto !important;
  }
	.project_published_date{
		min-height: auto !important;
	}
	.tribe-events .tribe-events-header__top-bar{
		position: relative;
		left: 45px;
	}
	.tribe-events .tribe-events-header__top-bar .col-2, .tribe-events .tribe-events-header__top-bar .col-1{
		margin-left: 0 !important;
	}
	.tribe-events .tribe-events-header__top-bar .col-2 .input-group {
		width: 96%;
		margin-bottom: 10px;
	}
	.tribe-events .tribe-events-header__top-bar .col-4 input[name="from_date"]{
		margin-left: 0 !important;
		margin-bottom: 10px;
	}
	.tribe-events .tribe-events-header__top-bar .col-4 input[name="to_date"]{
		margin-bottom: 10px;
		margin-right: 15px;
	}
	.tribe-events .tribe-events-calendar-list__event-wrapper{
		width:100%;
	}
	.ast-header-search form.search-form .search-field, .ast-header-search .ast-dropdown-active.ast-search-menu-icon.slide-search input.search-field, .ast-mobile-header-content .ast-search-menu-icon .search-form {
        width: 200px !important;
    }
	.slide-search.astra-search-icon{
		margin-right: 10px;
	}
	.round_button{
		max-width: 155px;
		margin-bottom: 20px;
	}
	.round_button a{
		font-size: 12px;
	}
	.show_on_scroll{
		display: block !important;
	}
	html{
		overflow-x: hidden;
		
	}
	.mb-2m{
	margin-bottom: 10px;
}
	.site-content{
		padding-left:15px;
		padding-right: 15px;
	}
	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
		width:100%;
	}
	.publication-excerpt{
		margin-bottom: 20px;
	}
	.row{
		width: 100%;
		margin-left:0;
		margin-right: 0;
	}
	.projects, .publications{
		background: none !important;
	}
	.projects .col-3, .publications .col-3{
		padding-right: 0 !important;
	}
	.publications .col-3 img{
		width: 100%;
	}
	.col-6{
		width: 50% !important;
	}
	#ast-mobile-header .ast-header-button-1{
		display: none !important;
	}
	.about_right_column{
		position:relative;
		top:-50px;
	}
	.related-publication-item{
		margin-bottom: 20px;
	}
/* 	.home_pub_col{
		width: 50%;
	} */
	.content-area.primary{
		padding: 0 !important;
	}
	.content-area article{
		background: none !important;
	}
	.related-publication-item{
/* 		display: flex; */
    flex-direction: column;
    align-items: center;
	}
	.related-publication-item .badge{
		margin-top: 10px;
	}
	.hide-mobile{
		display:none;
	}
	.related-publication-item:hover img{
		transform: scale(1);
/* 		max-height: 193px; */
		min-height: 193px;
	}
}
 .entry-title{
/* 	margin-top: 70px; */
	font-size: 2rem;
	color: #2e6c80;
	font-weight: bold;
}

.page-id-27974 .entry-title, .page-id-27995 .entry-title, .page-id-28044 .entry-title{
/* 	font-size: 2.1rem !important; */
	text-align: left;
}
/* news styling */
 #post-27936 > div > div.col-9 > h2 > a{
		margin-top: 60px;
	color: #015262;
	font-size:24px !important;
	margin-bottom:50px !important;
	font-weight: 600;
	font-family: "Roboto", serif;
}

.podcasts{
	padding-bottom: 0;
	margin-bottom: 40px;
}

.podcasts .col-7{
	padding: 20px 40px 20px 20px;
}

.podcasts .col-7 p{
	font-size: 16px;
	color: #88888D;
}
.col-9 h2, .podcasts .col-7 h2{
	font-size:24px;
	font-weight:600;
	line-height:1.2em;
	font-family: "Roboto", serif;
	
}

  /* Page Title */
.page_news{
	margin-top:30px;
	font-size:32px;
}
.excerpt_news h6{
	font-family: "Roboto", serif;
}
.col-3_news{
	margin-bottom: 25px;
		padding-left: 10px;
	padding-right: 10px;
	width: 30%;
}
.excerpt_news{
	margin-top:10px;
	font-size:14px;
	line-height:24px;
	margin-bottom:15px;
}
.opportunities-list_news{
	margin-bottom:15px;
}
.row-news{
	font-size:16px;
	margin-top:15px;
	margin-bottom:15px;
}


/*news block home*/
.news-block-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
        }
        .news-block-item {
            border: 1px solid #ddd;
            padding: 20px;
            border-radius: 8px;
            background-color: #fff;
        }
        .news-title, .news-title a {
            font-size: 16px !important;
            margin-bottom: 10px;
			font-weight:700 !important;
			font-family: "Roboto", serif !important;
			min-height: 42px;
			color: #005161 !important;
        }
        .news-date {
            font-size: 14px !important;
            color: #666;
            margin-bottom: 10px;
            display: block;
			font-family: "Roboto", serif !important;
        }
        .news-excerpt {
		font-size: 14px !important;
            margin-bottom: 15px;
			font-family: "Roboto", serif !important;
			 display: -webkit-box; -webkit-line-clamp: 3; /* Change this value to the number of lines you want */ -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
			min-height: 78px;
			color: #888b8d;
        }
        .news-read-more {
/* 		font-size: 16px !important; */
            text-decoration: none;
/*             color: #000  !important; */
/*             font-weight: bold; */
			font-family:helvetica,sans-serif !important;
        }

.news-block-item:hover .news-read-more{
	color: #015262 !important;
}

.read-more{
	font-size: 14px;
	display: block;
    text-align: right;
    margin-top: 10px;
    margin-right: 25px;
}
.read-more::after {
  content: "";
  display: inline-block;        /* or block */
  width: 67px;
  border-bottom: 1px solid #336666;
  position: relative;
	left: 0;
	top:-20px;
}

time.tribe-events-calendar-list__month-separator-text{
	color: #BE6C3F !important;
	font-weight: bold !important;
}
.tribe-events-calendar-list__event-title  a:hover{
	color:  #015262 !important;
	border-bottom: none !important;
}
.opportunities-list h2 a{
	color: #005161;
}
.opportunities-list h2 a:hover{
	color:  #015262
}
@media screen and (max-width: 746px){
	div#ect-minimal-list-wrp{
		    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 20px !important;
    /* margin-bottom: 25px; */
    font-family: "Roboto", serif !important;
	}
}

/*news image*/
.img-news{
	    aspect-ratio: 3/2;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1366px) and (min-width: 1024px){
	.ast-builder-menu-2 .menu-item > .menu-link{
		font-size: 12px;
	}
}

@media screen and (max-width: 1180px) and (min-width: 820px){
	.ast-container, .kb-row-layout-id28597_b05213-6e > .kt-row-column-wrap{
/* 		max-width:1100px !important; */
		padding-left: 20px !important;
			padding-right: 20px !important;
	}
	.menu-item  .menu-link{
		
	}
	.ast-builder-menu-2 .menu-item > .menu-link{
		font-size:10px !important;
	}
	.ast-builder-menu-1 .menu-item > .menu-link{
		padding-left:5px;
		padding-right: 10px;
		font-size: 58%;
		
	}
	.language-btn, .language-btn:hover{
		font-size:11px !important;
	}
	.ast-icon.icon-search svg{
		height:0.7em;
	}
	
	
}

@media screen and (max-width: 1180px) and (min-width: 768px) and (orientation: portrait){
	.ast-mobile-header-logo{
		width: 25%;
		margin-left: 30px;
	}
	.ast-primary-header-bar.ast-primary-header{
		background: #015262;
	}
	[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill{
		background: none;
	}
	.ast-below-header-wrap {
		display: none;
	}
	.col-3, .col-4{
		width: 50%;
	}
	.kb-submit-field .kb-btn1ec1aa-64.kb-button{
		font-size: 12px !important;	
	}
	.ast-header-search form.search-form .search-field, .ast-header-search .ast-dropdown-active.ast-search-menu-icon.slide-search input.search-field {
    width: 530px !important;
}
	.slide-search .astra-search-icon{
		margin-right: 10px;
	}
	.related-publication-item .publication-cover{
		max-height: 193px;
		min-height: 193px;
	}
	.kt-adv-heading28597_5f316c-d0, .wp-block-kadence-advanced-form27461-cpt-id{
		padding-left: 15px;
		
	}
}


@media screen and (max-width: 896px) and (min-width: 450px) and (orientation: landscape){
	.ast-mobile-header-logo{
		width: 25%;
		margin-left: 30px;
	}
	.ast-primary-header-bar.ast-primary-header{
		background: #015262;
	}
	[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill{
		background: none;
	}
	.ast-below-header-wrap {
		display: none;
	}
	.col-3, .col-4{
		width: 50%;
	}
	.news-block-item img{
		max-height: 193px !important;
	}
	.related-publication-item .publication-cover{
		max-height: 157.5px !important;
	}
	.kb-submit-field .kb-btn1ec1aa-64.kb-button{
		font-size:15px !important;
	}
}


@media screen and (max-width: 896px) and (min-width: 450px){
	.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{
		height: auto !important;
	}
}