.heateor_sss_sharing_container {
  margin-top: 1em;
}

.heateor_sss_sharing_container .heateor_sss_sharing_ul .heateorSssSharingRound:first-child {
  display: none;
}

.heateor_sss_sharing_container .heateor_sss_sharing_ul .heateorSssSharingRound .heateorSssMoreBackground {
  background: #FFA82F;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 2.7em;
  height: 2.7em;
}

.heateor_sss_sharing_container .heateor_sss_sharing_ul .heateorSssSharingRound .heateorSssMoreBackground .heateorSssMoreSvg {
  /*background-image: url("/wp-content/themes/draftspot_theme/assets/img/share.svg");   */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.heateor_sss_sharing_container .heateor_sss_sharing_ul .heateorSssSharingRound .heateorSssMoreBackground:hover {
  background-color: color(dark);
}

.heateor_sss_sharing_container .heateor_sss_sharing_ul .heateorSssSharingRound .heateorSssMoreBackground:hover .heateorSssMoreSvg {
  -webkit-filter: invert(1) brightness(1.5);
          filter: invert(1) brightness(1.5);
}

body main {
  width: 100%;
  overflow: hidden;
}

.article_card {
  margin-bottom: 4em;
}

.article_card .article_img_wrap {
  margin-bottom: 1.4em;
}

.article_card .article_img_wrap .article_img_link .article_img {
  border-radius: 10px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.article_card .article_img_wrap .article_img_link:hover .article_img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.article_card .article_text .article_title_link {
  color: #192B3F;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.article_card .article_text .article_title_link .article_title {
  font-size: 1.25em;
  margin-bottom: 0.6em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.article_card .article_text .article_title_link:hover {
  color: #41C8FA;
}

.article_card .article_text .article_title_link:hover .article_title {
  color: #41C8FA;
}

.article_card .article_text .article_desc {
  margin-bottom: 1.3em;
}

.article_meta {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875em;
}

.article_meta .article_date, .article_meta .article_author {
  margin-bottom: 0;
}

.article_meta .sep {
  height: 1em;
  width: 1px;
  background: #BEBEBE;
  margin: 0 1em;
}

.news_sec {
  padding-top: 7em;
}

.news_sec .main_article {
  margin-bottom: 6em;
}

.news_sec .main_article .news_text_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_sec .main_article .article_img_wrap {
  position: relative;
  padding-right: 1em;
  margin-bottom: 0;
}

.news_sec .main_article .article_img_wrap .article_img {
  position: relative;
  z-index: 2;
}

.news_sec .main_article .article_img_wrap .article_img_dots {
  position: absolute;
  z-index: 1;
  bottom: -47px;
  left: -63px;
}

.news_sec .main_article .article_text {
  max-width: 600px;
  padding-left: 1em;
}

.news_sec .main_article .article_text .article_title {
  margin-bottom: 0.6em;
  font-size: 1.563em;
}

.news_sec .main_article .article_text .article_meta {
  font-size: 1em;
}

.news_feed_load_more_wrap {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 5em;
}

/*-------------- detail -------------*/
.news_post_type {
  padding-top: 7em;
  margin-bottom: 5em;
  position: relative;
}

.news_post_type .post_img_bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 23%;
  height: auto;
  pointer-events: none;
}

.news_post_type .container {
  max-width: 650px;
}

.news_post_type .article_meta {
  font-size: 1em;
  margin-bottom: 1em;
}

.news_post_type .entry-title {
  font-size: 2.188em;
  margin-bottom: 0.9em;
}

.news_post_type .news_post_img_wrap {
  position: relative;
  margin-bottom: 4em;
}

.news_post_type .news_post_img_wrap .attachment-post-thumbnail {
  width: calc(100% + 60px);
  margin-left: -30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 56px -10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 56px -10px rgba(0, 0, 0, 0.25);
  height: auto;
}

.news_post_type .news_post_img_wrap .news_post_img_dots {
  position: absolute;
  bottom: -22px;
  left: -76px;
  z-index: -1;
}

.news_post_type .entry-content {
  padding-bottom: 2em;
  border-bottom: 1px solid grey;
}

.news_post_type .entry-content p {
  font-size: 1.125em;
}

.news_post_type .entry-content .wp-block-group {
  margin-bottom: 2.5em;
}

.news_post_type .entry-content .wp-block-image {
  margin-bottom: 2em;
}

.news_post_type .entry-content .wp-block-image img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.news_post_type .entry-content section.wp-block-group p {
  color: #30ACDA;
}

.news_post_type .news_post_share {
  padding: 1em;
  background: #F5F5F5;
  border-radius: 10px;
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news_post_type .news_post_share h3 {
  margin-bottom: 0;
}

.news_post_type .news_post_share .heateor_sss_sharing_container {
  margin-top: 0;
}

.news_post_type .news_post_share .heateor_sss_sharing_container .heateor_sss_sharing_ul .heateor_sss_svg {
  background: #FFA82F !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news_post_type .news_post_share .heateor_sss_sharing_container .heateor_sss_sharing_ul .heateor_sss_svg svg {
  max-height: 84%;
  margin: auto;
  margin-top: 6%;
}

.news_post_type .news_post_share .heateor_sss_sharing_container .heateor_sss_sharing_ul .heateor_sss_more svg {
  max-height: 100%;
  margin-top: 0;
}

/*swiper*/
/*-------------respo ----------------*/
@media only screen and (max-width: 1460px) {
  .ds_human_health .ds_section_vector {
    top: -50px;
    left: 0;
  }
  .ds_research .ds_research_pack .ds_left_research::before {
    border-radius: 10px;
    height: 625px;
  }
}

@media only screen and (max-width: 1199px) {
  #masthead .header-wrapper #main-nav .navbar-nav li {
    margin-right: 44px;
  }
  .ds_ecosystem .ds_ecosystem_pack .ds_science {
    padding-top: 88px;
  }
  .ds_ecosystem .ds_ecosystem_pack .ds_course .ds_course_box .ds_content .ds_icon {
    padding: 25px;
  }
  .ds_ecosystem .ds_ecosystem_pack .ds_course .ds_course_box .ds_content .ds_icon figure {
    margin: 0;
  }
  .ds_delivery {
    padding-top: 255px;
  }
  .ds_contact_us .ds_contact_us_pack::before {
    content: "";
    right: -289px;
  }
  footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li {
    margin-right: 81px;
  }
  .ds_research .ds_research_pack .ds_left_research::before {
    border-radius: 10px;
    left: -525px;
    height: 525px;
  }
}

@media only screen and (max-width: 991px) {
  .news_sec {
    padding-top: 6em;
  }
  .news_sec .main_article .article_img_wrap {
    padding-right: 0;
    margin-bottom: 2em;
  }
  .news_sec .main_article .article_img_wrap .article_img_dots {
    top: -16px;
    left: -63px;
    bottom: unset;
    z-index: -1;
  }
  .news_sec .main_article .article_img_wrap .article_img_link {
    width: 100vw;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    position: relative;
    left: 50%;
    display: block;
  }
  .news_sec .main_article .article_img_wrap .article_img_link .article_img {
    border-radius: 0;
  }
  .news_sec .main_article .article_text {
    padding-left: 0;
  }
  .news_sec .main_article .article_text .article_meta {
    font-size: 0.875em;
  }
  /*detail*/
  .news_post_type .news_post_img_wrap .attachment-post-thumbnail {
    border-radius: 0;
  }
  .ds_voyce_page .ds_voyce_pack_page .ds_right_content .ds_content {
    background: transparent;
    padding: 0;
  }
  .ds_voyce_page .ds_voyce_pack_page .ds_right_content .ds_content::before {
    display: none;
  }
  .ds_voyce_page .ds_voyce_pack_page .ds_right_content .ds_content .ds_title_right {
    position: unset;
  }
  .ds_voyce_page .ds_voyce_pack_page .ds_right_content .ds_content .ds_title_right h3 {
    padding-left: 0;
    font-size: 1.4em;
  }
  .ds_contact_us .ds_contact_us_pack::before {
    content: "";
    right: -87px;
  }
}

@media only screen and (max-width: 768px) {
  .news_related .article_card:last-child {
    display: none;
  }
  .ds_contact_us .ds_contact_us_pack {
    padding-left: 34px;
  }
  footer {
    padding-top: 2.4375em;
  }
  .ds_research .ds_research_pack .ds_left_research::before {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  h1, .ds_slider .ds_left_wrapper .ds_left_content span {
    font-size: 2.1125em;
  }
  .navbar-nav {
    padding: 0 30px;
  }
  #masthead .header-wrapper #main-nav .navbar-nav li:last-of-type {
    border-radius: 10px;
  }
  #masthead .header-wrapper #main-nav .navbar-nav li:last-of-type a {
    color: white;
  }
  .ds_slider .ds_left_wrapper .ds_left_content p {
    margin-bottom: 33px;
  }
  .article_meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_post_type {
    padding-top: 4em;
  }
  .news_post_type .entry-title {
    font-size: 1.688em;
    margin-bottom: 0.9em;
  }
  .news_post_type .entry-content p {
    font-size: 1em;
  }
  .news_post_type .news_post_share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news_post_type .news_post_share h3 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
  }
  .news_post_type .article_meta {
    font-size: 0.875em;
  }
  .ds_ecosystem .ds_ecosystem_pack .ds_ecosystem_title {
    margin-bottom: 37px;
  }
  .ds_ecosystem .ds_ecosystem_pack .ds_course .ds_course_box .ds_content .ds_icon {
    padding: 16px;
    max-height: 106px;
    max-width: 106px;
  }
  .ds_ecosystem .ds_ecosystem_pack .ds_course .ds_course_box .ds_content .ds_icon figure {
    margin: 0;
  }
  .ds_ecosystem .ds_ecosystem_pack .ds_course .ds_course_box .ds_content .ds_icon figure img {
    width: 50px;
    height: 50px;
  }
  .ds_ecosystem .ds_ecosystem_pack .ds_science .ds_science_boxes .ds_content .ds_science_box .ds_science_content .ds_icon {
    padding: 12px 15px;
  }
  .ds_partners .ds_partners_pack .ds_patners_title {
    margin-bottom: 19px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .ds_what_about .ds_what_about_pack .ds_box_what_about .ds_box_content .ds_box_foto figure img {
    width: auto;
    height: 40vw;
  }
}
/*# sourceMappingURL=michal.css.map */