/* home */
/*
.home .page-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    z-index:-1
}

.slide > .wp-block-group__inner-container {
    position: relative;
    height: 700px
}

.slide > .wp-block-group__inner-container img {
    width: 100%;
    object-fit: cover;
}

.slide .slide-over {
   position: absolute;
   width:1280px;
   max-width: 90%;
   bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.latest-news-home .latest-posts .post-categories {
    display: none;
}

.latest-posts {
    display: flex;
}

.latest-blog-post {
    flex-basis: calc(33.33% - 30px);
    width: 33.33%;
    margin-right: 30px;
    background: #fff;
    box-shadow: 0px 0px 42px #C0C0C0;
}

.latest-blog-post:last-child {
    margin-right: 0;
}

.latest-blog-post .date {
    font-weight: bold;
    font-size: 18px;
}

.latest-blog-post img {
    max-width: 100%;
    height: auto;
}
*/

.home-heading + .section-padding {
    padding-top: 70px;
}

.home-heading .wp-block-cover .wp-block-cover__inner-container {
    width: 1110px;
    max-width: 95%;
    margin: 0 auto;
}

.home-heading .wp-block-cover h1 {
    font-size: 52px;
    line-height: 70px;
    margin-bottom: 40px;
}
.home-heading .text-wrap {
    max-width: 700px;
}

/* symposium */

.front-symposium .wp-block-column:first-child {
   padding-right: 4%;
}

.front-symposium .wp-block-column:last-child {
   padding-left: 4%;
}

.front-symposium .wp-block-column {
    margin-top: 0;
}

.front-symposium figure {
    margin-bottom: 0;
}


/* latest news home */
.latest-news-home .wp-block-column {
    background: #fff;
    box-shadow: 0px 0px 42px #C0C0C0;
}

.latest-news-home .wp-block-group p {
    padding: 0 25px;
}

/* video */
.video-sec {
   width:782px;
   max-width: 100%;
   margin: 0 auto;
}

.video-sec a {
    position: relative;
}

.video-sec a::after {
    content:"";
    background: url(../images/play-button-103px-103px.svg) no-repeat bottom right;
    width: 103px;
    height: 103px;
    position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
}

/* accepted papers */
/*
.accepted-wrap.flex-wrap > .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
}

.accepted-wrap.flex-wrap > .wp-block-group__inner-container .wp-block-group {
    width: calc(33.33% - 40px);
    margin: 10px 20px 10px 0;
    padding: 25px 20px;
    box-shadow: 0px 0px 42px #C0C0C0;
}


.accepted-wrap.flex-wrap > .wp-block-group__inner-container .wp-block-group:nth-child(3n) {
    margin-right: 0
}
*/


.accepted-wrap.flex-wrap > .wp-block-group__inner-container {
  column-count: 3;
  column-gap: 20px;
}

.accepted-wrap.flex-wrap > .wp-block-group__inner-container .wp-block-group {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 20px;
  break-inside: avoid;
    padding: 25px 20px;
    box-shadow: 0px 0px 42px #C0C0C0;
}

.join-gray .wp-block-column:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.join-gray .wp-block-column:last-child > p {
    margin-right: 8px;
    margin-bottom: 18px;
    font-weight: 700;
}

.twitter-sec .wp-block-group__inner-container {
    display: flex;
}

.twitter-sec figure {
    margin-right: 10px;
    margin-bottom: 0;
}

.twitter-sec p {
    margin-top: 2px;
    margin-bottom: 0;
    font-weight: 700;
}
.twitter-sec p a,
.twitter-sec p a:visited {
    color: #0C1C2C;
}

.page-copyright p {
   font-size: 12px;
   line-height: 23px;
   color: #fff;
   margin-bottom: 0;
}

.page-copyright .section-padding {
    padding-bottom: 0;
}

/* news slide */
.three-home {
    margin-top: 45px;
    padding-bottom: 20px;
}

.three-home .slick-list {
  overflow: visible;
  margin: 0 -20px
}

.three-home .slick-track {
   display: flex !important;
}

.three-home .slick-slide {
    height: inherit !important;
}

.three-home .slide .wp-block-group {
  background: #fff;
  box-shadow: 0px 0px 42px #C0C0C0;
  margin: 0 20px;
}

.three-home .slide .wp-block-group,
.three-home .slide .wp-block-group__inner-container {
    height: 100%;
}
.three-home .slide figure {
    margin-bottom: 42px;
}

.three-home .slide .wp-block-group p {
  padding: 0 29px;
}

.three-home .slide .wp-block-group p:last-child {
    margin-bottom: 50px;
}


.home .inner-join {
    width: 430px;
    max-width: 96%;
}
.home .inner-join p {
    margin-bottom: 25px;
}


@media screen and (max-width: 1080px) {
    .front-symposium .wp-block-column:last-child {
      padding-left: 0;
    }
    .front-symposium .wp-block-column:first-child {
      padding-right: 0;
    }

}


@media screen and (max-width: 1023px) {
    .home-heading .wp-block-cover h1 {
      font-size: 46px;
      line-height: 58px;
    }

    .page-template-default .new-wrapper .section-title-h h2, .section-title-h h2 {
      font-size: 34px;
      line-height: 42px;
    }
    .three-home .slide .wp-block-group {
      margin: 0 15px;
    }

}
@media screen and (max-width: 992px) {
    .latest-news-home {
        overflow: hidden;
    }

    .three-home {
        margin-top: -15px;
        padding-bottom: 0;
    }

    .three-home .slide .wp-block-group {
      margin: 0 12px;
      box-shadow: 0px 0px 10px #C0C0C0;
    }
    .three-home .slick-list {
        overflow: hidden;
        padding: 20px 3px;
    }
    .three-home .slick-dots {
        bottom: -40px;
    }
    .three-home .slick-dots li button {
        padding: 2px;
    }
    .three-home .slick-dots li button::before {
        font-size: 14px;
        color: #C0C0C0;
        opacity: 1;
    }
    .three-home .slick-dots button:hover::before,
    .three-home .slick-dots button:active::before,
    .three-home .slick-dots button:focus::before,
    .three-home .slick-dots .slick-active button::before {
        color: #3A82E4;
        opacity: 1;
    }

}


@media screen and (max-width: 781.99px) {

    .join-gray .wp-block-column:last-child {
      align-items: center;
    }
    .front-symposium .wp-block-columns,
    .section-padding .wp-block-columns {
          flex-wrap: nowrap !important;
    }
}


@media screen and (max-width: 767px) {    
    .home-heading .wp-block-cover h1 {
      font-size: 38px;
      line-height: 48px;
    }

    .home-heading .wp-block-cover p {
      font-size: 18px;
      line-height: 24px;
    }

    .home-heading .wp-block-cover p br {
        display: none;
    }

    .home-heading .wp-block-cover .wp-block-cover__inner-container {
        max-width: 96%;
    }

    .front-symposium .wp-block-column:first-child {
      padding-right: 0;
    }

    .front-symposium .wp-block-column:last-child {
      padding-left: 0;
    }
    .front-symposium figure {
      margin-bottom: 20px;
    }

    .page-template-default .new-wrapper .section-title-h h2, .section-title-h h2 {
      font-size: 28px;
      line-height: 35px;
    }

    .page-template-default .new-wrapper .section-title-r h2,
    .section-title-r h2 {
      font-size: 35px;
      line-height: 48px;
      margin-top: -10px;
    }

    .home .no-img-mp .wp-block-column:last-child {
       order: 1;
    }

    .home .no-img-mp .wp-block-column:first-child {
       order: 2;
    }

    .home .no-img-mp .wp-block-image {
        text-align:center;
        margin-bottom: 20px;
    }

    .home .no-img-mp img {
        width: 210px;
        margin: 10px auto;
    }
    .home .inner-join {
        width: 560px;
        margin: 0 auto;
        text-align: center;
    }
    .home .inner-join .wp-block-buttons {
        justify-content: center;
    }

    .join-gray .blue-button {
        text-align: center;
        margin: 0 auto;
    }

    .join-gray .blue-button a,
    .join-gray .blue-button a:visited {
        display: inline-block
    }

    .join-gray .wp-block-column:last-child {
        align-items: center;
    }

    .join-gray .wp-block-column:last-child p,
    .join-gray .wp-block-column:last-child p a,
    .join-gray .wp-block-column:last-child p a:visited {
        color: #000;
        font-weight: bold;
    }
    .front-symposium .wp-block-columns,
    .section-padding .wp-block-columns {
        flex-wrap: wrap !important;
    }


.pp_pic_holder.pp_default {
  width: 96% !important;
  left: 5px !important;
}

.pp_details {
  padding-bottom: 20px;
}

a.pp_close {
  right: 15px !important;
  top: 1px !important;
}

.video-sec a::after {
  content: "";
  background: url(../images/play-button-103px-103px.svg) no-repeat bottom right;
  width: 63px;
  height: 63px;
  background-size: cover;
}

}


@media screen and (max-width: 479px) {
    .three-home .slick-list {
      overflow: visible;
      margin: 0
    }

    .three-home .slide .wp-block-group {
      margin: 0 10px;
    }

    .container {
      padding-right: 0;
      padding-left: 0;
    }
}


@media screen and (max-width: 414px) {
    .page-template-default .new-wrapper .section-title-r h2,
    .section-title-r h2 {
      font-size: 30px;
      line-height: 40px;
    }
    .section-title-r h2 {
      margin-bottom: 30px !important;
    }

}
