/*
Theme Name: BRAIN Initiative
Author: Madwell
Version: 1.0
*
*
*/

/*margins and paddings*/

.mt-0 {margin-top: 0 !important;}
.mb-0 {margin-bottom: 0 !important;}
.pt-0 {padding-top: 0 !important;}
.pb-0 {padding-bottom: 0 !important;}

/*
*
* INDEX
*
*/
.toolmakers-alliance-row  {
    width: 33%;
    word-wrap: break-word;
    margin-right: 5% !important;
}

/*
*
*  AUTHOR PAGE
*
*/
.author__content {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
    padding-bottom: 1%;
    border-bottom: 1px dashed #00c8ff;
    margin-bottom: 2%;
}
.author-title{margin-bottom: 3%;}
.author-title a {
    border-bottom: 0;
}
/*
*
*  EVENT PAGE
*
*/
.event-details {
    margin-top: 2%;
    font-size: 20px;
    margin-bottom: 2%;
}

/*
*
*  NEWS PAGE
*
*/
      .post-section__articles {
        display: inline-flex;
        flex-direction: column;
      }
      .post-section__articles > ul {
        display: flex;
      }
      @media (max-width: 1680px) {
        .post-section__articles > ul {
          height: 5.9vw;
        }
      }
      @media (max-width: 1250px) {
        .post-section__articles > ul {
          height: 8vw;
        }
        .post-section__articles > ul > li {
          padding: 0 1%;
        }
      }
      @media (max-width: 1023px) {
        .post-section__articles > ul {
          height: 8vw;
        }
        .post-section__articles > ul > li {
          padding: 0 1%;
        }
      }
      @media (max-width: 600px) {
        .post-section__articles,
        .post-section__articles > ul {
          display: block;
          height: auto;
        }
      }
