/*
Theme Name:   MUST
Description:  Mbarara University of Science and Technology
Author:       Owen Muhangi
Author URL:   Write here the author's blog or website url
Template:     eikra
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  MUST
*/

/* Write here your own personal stylesheet */

.cm-text-blue{
  color: #2E3192;
}
.cm-text-green{
  color: #7FB03B;
}
.cm-text-orange{
  color: #F8D442;
}

/*Header*/
header#masthead {
  background-image: url(https://www.must.ac.ug/wp-content/uploads/2021/02/head-bg.gif) !important
  ;
  background-repeat: repeat-x;
  background-position: right top;
  background-color: #ffffff;
}

/*Logo*/
.site-header .site-branding a img {
  padding: 0 !important;
}

/*Staff Member*/
.cm-staff-list .cm-staff-member img {
  border: 1px solid #106939;
  padding: 3px;
  background-color: #ffffff;
  width: 80%;
}

/**/

/*Main menu arrow*/
.site-header .main-navigation ul li.mega-menu > ul.sub-menu:after {
  position: absolute;
  content: "";
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 19px solid #ffd543;
  top: -16px;
  left: 50%;
  transform: translate(-50%, 0);
}

.cm-staff-list .cm-staff-member {
  margin-bottom: 30px;
}
.cm-staff-list .cm-staff-member h4 {
  margin-bottom: unset;
}
.cm-staff-list .cm-staff-member h4 a {
  font-size: 18px;
  color: #106939;
  font-weight: 600;
}
.cm-staff-list .cm-staff-member .cm-staff-meta {
  color: #2e3192b3;
  font-size: 14px;
  line-height: 17px;
}

.cm-single-staff-member .cm-staff-member img {
  border: 1px solid #106939;
  padding: 3px;
  background: #ffffff;
}

.cm-profile-title {
  color: #106939;
  font-weight: 700;
  margin-bottom: 5px;
}

/*Staff List*/
.cm-staff-list h3, .cm-staff-list h5 {
    margin-bottom: 2px;
}

.cm-staff-list h3 {
    font-size: 18px;
}

.cm-staff-list .cm-staff-member img {
    border: 1px solid #106939;
    padding: 3px;
    background-color: #ffffff;
    width: 80%;
}
.cm-staff-list .cm-staff-member h4 a {
    font-size: 18px;
    color: #106939;
    font-weight: 600;
}
.cm-staff-list .cm-staff-member .cm-staff-meta {
    color: #000000;
}

/*Home News*/
.cm-home-news .img-hover-zoom {
  height: 126px;
  overflow: hidden;
}

.cm-home-news .img-hover-zoom img {
  transition: transform .5s ease;
}

.cm-home-news .img-hover-zoom:hover img {
  transform: scale(1.5);
}

.cm-home-news h3.cm-news-title {
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  margin-top: 10px;
  color: #ffffff;
}

/*Outreach*/
h3.cm-outreach-title {
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  margin-top: 10px;
}
.cm-outreach-box {
    height: 210px;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

/*Breadcrumbs*/
.entry-banner .entry-banner-content {
  padding: 30px 0 30px 0 !important;
}
.entry-banner .entry-banner-content h1 {
  font-size: 30px !important;
}


/*Alumni*/
.cm-body, .row.cm-staff-list.mt-5 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.cm-staff-list .cm-staff-member h4 a:hover {
  color: #ffd543;
}

/*Tables*/
table.cm-center {
    margin-left: auto;
    margin-right: auto;
}

table.cm-table-1 td {
    border: none;
}
table.cm-table-1 tr:nth-child(even) {
    background-color: #;
}
table.cm-table-1 thead th {
    border: none;
    background-color: #;
    color: #ffffff;
}


/*Buttons*/
a.btn {
    color: #ffffff !important;
}

/*wp_pagenavi*/
.wp-pagenavi {
  margin-top: 30px;
}
.wp-pagenavi span.current {
  background-color: #106939;
  color: #ffffff;
}


/*Collaborations*/
.list-collabo-items .om-collabo-item img {
    border: 1px solid #117c13;
    border-radius: 5px;
}
article.om-collabo-item {
    border-bottom: 1px dotted #ffb404;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.list-collabo-items {
    background-color: #ededed;
    padding: 40px 20px;
}