.promise-center-image {width:500px;}
.header-logo {margin-right:10px;}
.cpt-display-none {display:none;}

.nav-dropdown-sublist{
  transition: height 500ms ease 0s;
}
.nav-dropdown-sublist.cpt-open{
/*	height: auto !important;*/
  display: block;
  position: relative;
  background-color: transparent;
}
.nav-dropdown-link-btn.cpt-open .nav-dropdown-link-off{
	display: none;
}
.nav-dropdown-link-btn.cpt-open .nav-dropdown-link-on{
	display: block;
}
.staffs-img-name {position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; text-align: center; font-size: 30px; COLOR: #FFFFFF;}
#events-calendar-container {width:70%; position: relative;}
#events-calendar-container header {display:none;}
#events-calendar-container .calendar .day.has-event:after {width:6px; height:6px; background: red; top: 32px;}
#events-calendar-container .calendar {z-index: 9;}
#events-calendar-container .calendar-mask {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 10;}



.events-list .cpt-events-list-btn {display:block; }
.events-list .cpt-events-list-btn .list-btn-hover {
	-webkit-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.events-list .cpt-events-list-btn:hover .list-btn-hover {width:100%; opacity: 1;}
.events-list .cpt-events-list-btn-on {display:none; background-color: rgba(222, 236, 228, 0.5);}
.events-list .cpt-events-list-content {
	max-height: 0px; 
	-webkit-transition: max-height 700ms ease 0s;
    -ms-transition: max-height 700ms ease 0s;
    transition: max-height 700ms ease 0s;
	height:auto;
}

.events-list.cpt-open .cpt-events-list-btn {display:none;}
.events-list.cpt-open .cpt-events-list-btn-on {display:block;}
.events-list.cpt-open .cpt-events-list-content {max-height: 700px;}
.events-row .venue {margin-top:30px; text-align:left;}
.events-calendar-date-col {display:none;}
#events-calendar-container {width:100%;}
#events-calendar-container .today {border:1px solid red;}

.cpt-home-banner-link .home-banner-txt-title,
.cpt-home-banner-link p {color:#191919;}


.eventscalendar-arrow-l {background-image: url('/20250208010814oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-l.svg'); background-position: 50% 50%; background-size: auto; background-repeat: no-repeat; width: 60px; height: 60px; cursor:pointer;}
.eventscalendar-arrow-l:hover {background-image: url('/20250208010814oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-l-hover.svg'); }
.eventscalendar-arrow-r {background-image: url('/20250208010814oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-r.svg'); background-position: 50% 50%; background-size: auto; background-repeat: no-repeat; width: 60px; height: 60px; cursor:pointer;}
.eventscalendar-arrow-r:hover { background-image: url('/20250208010814oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-r-hover.svg'); }
.eventscalendar-arrow-center {width:80%;}

.research-link {color:#191919; text-decoration: none;}
.research-link:hover {text-decoration: underline;}

.peopel-anchor {margin-top:-80px; margin-bottom:80px;}
.staffs-link02.no-link:hover {color:#191919;}

.eventscalendar-arrow-center {color:#79ae4f; font-size: 22px; line-height: 60px;}

.home-news-b .events-list .events-list-btn {display:block !important;}
a.postgraduate-popup-btn {color:black; text-decoration: none;}
a.postgraduate-popup-btn:hover {text-decoration: underline;}

.tml-psychiatry .home-banner-slider-arrow-r {
  background-image: url('/20250208010814oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-r.svg') !important;
}

.tml-psychiatry .home-banner-slider-arrow-r:hover {
  background-image: url('/20250208010814oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-r-hover.svg') !important;
}

.tml-psychiatry .home-banner-slider-arrow-l {
  background-image: url('/20250208010814oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-l.svg') !important;
}

.tml-psychiatry .home-banner-slider-arrow-l:hover {
  background-image: url('/20250208010814oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-l-hover.svg') !important;
}

.template-about-staff .popup-link {    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #191919;
    text-decoration: none;}
.template-about-staff .news-list-btn {}

.show_in_desktop.psy {
	-webkit-transition: transform .15s ease-in-out;
	-moz-transition: transform .15s ease-in-out;
	-ms-transition: transform .15s ease-in-out;
	-o-transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
}
.header-home-menu.psy,
.header-home-logo.psy {
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
.cpt-content {overflow:hidden;}