/*
Theme Name: Mimse
Theme URI: http://mimse.unram.ac.id
Author: MIMSE Team
Author URI: rama.web.id
Description: Template MIMSE 2022
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Conference, UNRAM
Text Domain: MIMSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.logo a img {
    max-width: 320px;
}

.main-menu ul li a {
    font-size: 13px;
}

.main-menu ul li ul.submenu {
    background: #4a023f !important;
}

.mimse-table td {
    vertical-align: baseline;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;;
}

tr td ul {
    margin-left: 10px;
}
tr td li {
    list-style: initial;
    list-style-position: outside;
}

.feature-same-height {
    min-height: 550px;
    width: 100% !important;
}

.button-box-bottom {
    position: absolute;
    bottom: 0;
    margin-bottom: 60px;
}

.feature-text p {
    color: black;
}

th, td {
    /* padding-top: 10px; */
    /* padding-bottom: 20px; */
    padding-left: 10px;
    padding-right: 10px;
}

.header-table {
    color: white;
    background-color:  #4a023f;
}

.nav-custom-style {
    
}

.current_page_item a {
    color: #FDC800 !important;
}

p.sidebar-content {
    margin-top: 0;
}

span.page-content-subtitle {
    margin-left: 0px !important;
}

.page-content-container {
    padding-top: 23px !important;
}

.page-breadcrumb {
    min-height: 340px !important;
}

.slider-content-breadcrumb h1 {
    font-size: 60px !important;
}

p.about-text {
    padding-right: 0px !important;
    text-align: justify;
}

.team-teacher-info h2 p {
    margin: 0px !important;
    line-height: 18px !important;
}

.partners-list ul li {
    margin: 0 10px !important;
}

.sidebar-tools-img img {
    max-width: 80%;
}

.footer-logo {
    max-width: 470px;
}

.footer-logo img {
    max-width: 100% !important;
}

.mimse-hosts {
    margin-top: -145px; 
    padding-bottom: 50px;
}

.mimse-hosts ul {
    display: flex; 
    justify-content:flex-end;
}

.mimse-hosts img {
    height: 145px;
}

hr.divider {
    height: 0.3rem;
    max-width: 5rem;
    margin: auto;
    margin-left: 0;
    margin-bottom: 1.5rem;
    background-color: #FDC800;
    opacity: 1;
}

/* ========================================== */

.wp-block-columns {
    display: flex;
  }
  
.wp-block-column {
    flex: 1;
  }

/* Add vertical breathing room to the full row of columns. */
.wp-block-columns {
    margin: 20px 0;
  }
  
  /* Add horiztonal breathing room between individual columns. */
  .wp-block-column {
    margin: 0 20px;
  }

  @media screen and (max-width: 764px) {
    .wp-block-columns.has-3-columns {
      flex-flow: row wrap;
    }
    
    .has-3-columns .wp-block-column:first-child {
      flex-basis: 100%;
    }

      .feature-same-height {
          min-height: 700px;
          width: 100% !important;
      }
    
    .mimse-hosts {
        margin-top: -40px;
    }
  }

  /* ======================================= */

/* Overrides ======================================= */
.team-social-info {
    margin-bottom: 50px !important;
}
