/*
responsive styles
*/

/*
      Large Desktop ****
*/
@media only screen and (max-width: 1400px) {
}

/*
      Med Desktop ****
*/
@media only screen and (max-width: 1199px) {
  article.post-tile:hover .title-tag {
    transform: translate(0px, -180px);
  }

  .dropdown-item,
  nav.navbar-dark .navbar-nav .nav-link {
    /*font-size: 13px;*/
    font-size: 15px;
    padding-left: 16px;
    padding-right: 18px;
    letter-spacing: 0;
  }

  .featured-textbox-container .container {
    max-width: 960px;
  }

  .single-event .container iframe {
    width: 100%;
    height: 540px;
  }
}

/*
      Small Desktop ****
*/
@media only screen and (max-width: 991px) {
  .title-tag p {
    font-size: 16px;
  }

  article.post-tile:hover .title-tag {
    transform: translate(0px, -200px);
  }

  .dropdown-item,
  nav.navbar-dark .navbar-nav .nav-link {
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
    letter-spacing: 0;

    white-space: pre-wrap;
  }

  nav.navbar-expand-md .navbar-nav {
    align-items: center;
  }

  .single-event .container iframe {
    width: 100%;
    height: 400px;
  }
}

/*
      bootstrap 992     ****
*/
@media only screen and (max-width: 991px) {
  .featured-textbox-container .container {
    max-width: 720px;
  }
}

/*
      iPad Landscape 1024 Resolution     ****
*/
@media only screen and (max-width: 1024px), screen and (max-height: 700px) {
  /* .featured-textbox-container .container {
		max-width: 660px;
		max-width: 720px;
	} */

  .featured-textbox {
    width: 100%;
  }
}

/*
      iPad Portrait 768 Resolution     ****
*/
@media only screen and (max-width: 768px) {
  .single-event .container iframe {
    width: 100%;
    height: 300px;
  }
}

/*
      Small Tablet ****
*/
@media only screen and (max-width: 767px) {
  .page-template-template-cancer .header-logo,
  .page-oncology .header-logo {
    display: none;
  }

  .page-template-template-cancer .gradient,
  .page-oncology .gradient,
  .single .gradient {
    padding-top: 104px;
  }
}

/*
      Smaller phone 600 Resolution (landscape)    ****
*/
@media only screen and (max-width: 600px),
  screen and (max-height: 480px) and (orientation: landscape) {
  .floating-bar {
    top: auto;
    bottom: 10px;
  }

  .floating-bar a {
    width: 30px;
    height: 30px;
  }

  .floating-bar p {
    font-size: 12px;
  }
}

.social-menu-header {
  display: none;
}

.mobile-logo {
  display: none;
}

.navbar-nav .header-roche-logo {
  display: none;
}

/*
      Smaller phone 600 Resolution     ****
*/
@media only screen and (max-width: 767px),
  screen and (max-height: 480px) and (orientation: portrait) {
  .featured-window,
  .featured-container {
    height: 450px;
  }

  .featured-textbox-container .container {
    margin-top: 0;
    max-width: 540px;
  }

  .navbar .container {
    max-width: 100%;
  }

  .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;

    padding-top: 56px;
  }

  .prehero-wrapper {
    padding-top: 65px;
    padding-bottom: 0;
    margin-bottom: -45px;
  }

  .btn-container {
    margin: 25px 0 20px;
  }

  .header {
    justify-content: center;
  }

  .header-logo {
    width: 210px;
    /* height: 36px; */
  }

  .cc-logo {
    margin-left: 10px;
  }

  nav.navbar-expand-md .navbar-nav li {
    margin: 0 15px;
  }

  /* .navbar-nav .header-roche-logo {
		display: block;
		position: absolute;
		bottom: 80px;
	} */

  footer .header-roche-logo {
    display: none;
  }

  .search-btn {
  }

  .btn {
    margin-bottom: 15px;
  }

  .navbar-dark .navbar-toggler {
    border: none !important;
  }

  nav.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  #navbarNavDropdown:after {
    opacity: 0;
  }

  nav .logos-bar {
    position: fixed;
    background-color: #f3f9ff;
    width: 100%;
    z-index: 10;
    z-index: 12;
    height: 56px;
    width: calc(100% - 100px);
    left: 50px;
    border-top: 1px solid #dcecfe;
    border-bottom: 1px solid #dcecfe;
    background-color: #fff;
  }

  nav .navbar-collapse {
    background-color: #fff;
    /*background-color: red;*/
    position: fixed !important;
    width: 100%;
    top: 56px;
    z-index: 10;
    height: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-top: 10px;
  }

  .dropdown-item,
  nav.navbar-dark .navbar-nav .nav-link {
    padding: 15px;
    margin: 0 5px;
    font-size: 15px;
    letter-spacing: 0.4px;
    text-align: center;
  }

  .social-menu-header {
    /*position: fixed;
		bottom: 56px;
		width: 100%;
		display: flex;
		justify-content: center;*/
    display: block;
    margin-left: 15px;
    margin-top: 10px;
  }

  nav .main-menu {
    position: fixed;
    width: 100%;
    height: 56px;
    z-index: 10;
    background: none;
  }

  .main-menu .container {
    /*background-color: #F3F9FF;*/
    background-color: #fff;
    padding: 0;
    height: 100%;
  }

  .header-search-box-container {
    position: fixed;
    top: 30px;
  }

  .header-search-box-container.show {
    top: 54px;
  }

  .single-post .header-search-box-container.show,
  .single-magazine .header-search-box-container.show {
    top: 122px;
  }

  .header-search-box {
    padding: 24px 15px 28px;
  }

  .featured-wrapper {
    padding-top: 56px;
    /*padding-top: 106px;*/
    padding-bottom: 0;
  }

  .featured-textbox {
    width: 100%;
  }

  .featured-box h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .featured-box h3 {
    font-size: 30px;
  }

  .featured-box .image-bg {
    height: 100%;
  }

  .featured-box .image-bg img {
    object-fit: cover;
    /*height: calc(100% - 56px);*/
    height: 100%;
  }

  .featured-nav-next,
  .featured-nav-prev {
    display: none;
  }

  .featured-nav {
    width: calc(100% - 30px);
    justify-content: center;
  }

  .featured-nav .nav-thumb {
    width: 25px;
    height: 30px;
    position: relative;
    /*background: red;*/
    margin-right: 0;
  }

  .featured-nav .nav-thumb h6,
  .featured-nav .nav-thumb:before,
  .featured-nav .nav-thumb .image-bg {
    display: none;
  }

  .featured-nav .nav-thumb:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #0b41cd;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .category-label-container {
    margin: 8px 0;
  }

  .latest-article-tiles h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .podcast-links a {
    text-indent: -9999px;
    padding: 16px 28px;
    background-position: 13px 8px;
    margin-right: 10px;
  }

  .latest-article-tiles .tile-container article {
    width: 100%;
  }

  .popup {
    padding: 50px 20px 50px 20px;
    width: 94%;
    height: auto;
  }

  #menu-footer-menu {
    padding-left: 0;
  }

  #menu-footer-menu li a {
    padding: 5px 0;
  }

  #wrapper-footer hr {
    margin-bottom: 25px;
  }

  .bottom-menu {
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  }

  .bottom-left {
    flex-direction: column-reverse;
    margin-bottom: 15px;
  }

  #menu-bottom-menu {
    flex-direction: column;
    align-items: center;
  }

  .footer-copyright {
    margin-right: 0;
  }

  .footer-menu .col-sm-7 {
    margin-bottom: 15px;
  }

  .social-container {
    justify-content: space-between;
    width: 100%;
  }

  .mobile-logo {
    display: block;
  }

  .mobile-logo .header-roche-logo {
    display: block;
    width: 72px;
    height: 36px;
  }

  .floating-bar {
    position: unset;
    position: fixed;
    margin-left: 0;
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    top: 101px;
    top: 56px;
    justify-content: center;
    bottom: auto;
  }

  .floating-bar > a,
  .floating-bar > p {
    margin-right: 12px;
  }

  .social-share {
    order: 2;
  }

  .post-content {
    order: 1;
  }

  #code_block-220-112,
  .social-share {
    width: 100%;
  }

  #single-wrapper {
    padding-top: 56px;
  }

  .single .gradient {
    padding-top: 165px;
  }

  .single h1 {
    margin-top: 10px;
    font-size: 32px;
  }

  .row-vert .featured-img {
    height: 140px;
  }

  .row-vert .title-tag p {
    display: none;
  }

  .single-magazine h2,
  .wrapper-more-articles-volume h3 {
    font-size: 32px;
  }

  #archive-wrapper {
    padding-top: 56px;
  }

  .tile-container article {
    width: 100%;
  }

  .cat-banner h3,
  .cat-banner h3 a {
    font-size: 32px;
  }

  h4 {
    font-size: 20px;
  }

  .cat-textbox {
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cat-banner .image-bg {
    height: 100%;
  }

  .cat-banner .image-bg img {
    object-fit: cover;
    /*height: calc(100% - 56px);*/
    height: 100%;
  }

  .wrapper-podcast {
    padding-top: 56px;
  }

  .wrapper-podcast h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .tile-container {
    margin-right: 15px;
    margin-left: 15px;
  }

  .podcast-container .podcast-row {
    display: block;
  }

  .podcast-container .podcast-col {
    width: 100%;
  }

  .wrapper-podcast .type-podcastv2 h4 {
    font-size: 20px;
  }

  .podcast-container .podcast-embed {
    padding-left: 0;
    margin-top: 15px;
  }

  .wrapper-more-articles-volume article {
    width: 100%;
  }

  #single-magazine {
    padding-top: 56px;
    padding-top: 106px;
  }

  .single-magazine .cover-video iframe {
    height: 230px;
  }

  .mf-textbox h3,
  .single-event .row h3 {
  }

  .single-event .image-bg:after {
  }

  .wrapper-mediaforum {
    padding-top: 56px;
  }

  .post-type-archive-event h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .mediaforum-container {
    margin-right: 0;
    margin-left: 0;
  }

  .wrapper-mediaforum article .featured-img img {
    height: 122px;
  }

  .livestream-container,
  .single-event .container .livestream-container iframe {
    height: 210px;
  }

  #mfmain.sticky {
    padding-top: 171px;
  }

  .sticky .mf-menu {
    top: 56px;
  }

  .mf-textbox h3,
  .single-event .row h3 {
    font-size: 32px;
    text-shadow: 1px 1px 5px rgb(255 255 255 / 80%);
  }

  .mf-textbox {
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-banner .image-bg {
    height: 100%;
  }

  .hero-banner .image-bg img {
    object-fit: cover;
    /*height: calc(100% - 56px);*/
    height: 100%;
  }

  .row .mf-label {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .single-event .intro-wrapper h3 {
    font-size: 20px;
    margin-top: 15px;
  }

  .row-agenda-mod .col-sm-3 {
    max-width: 25%;
  }

  .row-agenda-mod .col-sm-9 {
    max-width: 75%;
  }

  .panel-tile {
    width: 50%;
  }

  .panel-tile .featured-img {
    height: 140px;
  }

  .panel-tile h6 {
    font-size: 20px;
  }

  .panel-tile .speaker-title {
    font-size: 14px;
  }

  .panel-tile p {
    font-size: 16px;
    font-size: 14px;
  }

  .row-agenda .col-time {
    font-size: 16px;
  }

  .single-event .row p {
    font-size: 16px;
    margin-top: 15px;
  }

  .event-dmf-2022-november .panel-tile h6 {
    min-height: auto;
    min-height: 48px;
  }

  .post-type-archive-event .tile-container article {
    width: 100%;
  }

  .type-event .title-tag .subtitle {
    font-size: 18px;
  }

  .type-event .title-tag h3 {
    /* font-size: 16px !important; */
  }

  #search-wrapper {
    padding-top: 56px;
  }

  .search-row .col-sm-6 {
    margin-bottom: 15px;
  }

  .resource-tile {
    width: 100%;
  }

  .search .filter-row {
    display: block;
  }

  .search .filter-row .filter-dd {
    margin-left: 0;
  }

  .search .filter-col {
    margin-bottom: 10px;
  }

  .wrapper-you-may-also-like .col-sm-6:first-child {
    margin-bottom: 15px;
  }

  .updateform-wrapper .container .row h3 {
    font-size: 26px;
  }

  .exit-intent-dialog {
    width: 96%;
    left: 53%;
  }

  .cancer-textbox p {
    width: 100%;
    font-size: 14px;
  }

  .cancer-banner .image-bg:after {
    width: 100%;
    background: linear-gradient(
      90deg,
      rgba(243, 249, 255, 1) 0%,
      rgba(243, 249, 255, 0.8) 50%,
      rgba(255, 255, 255, 0.4) 100%
    );
  }

  /* event */
  .single-event .wrapper-speakers .col-moderator,
  .single-event .wrapper-speakers .col-speaker {
    max-width: 100%;
    flex: auto;
  }

  .single-event .wrapper-speakers .col-speaker {
    max-width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }

  .single-event .wrapper-speakers .col-speaker.col-sm-9 {
    max-width: 100%;
    margin-left: 0;
  }

  .single-event .wrapper-speakers .col-speaker .col-sm-4 {
    max-width: 50%;
    flex: auto;
    margin-bottom: 20px;
  }

  .single-event .wrapper-speakers h3 {
    font-size: 20px;
  }

  .wrapper-event .banner .featured-img {
    height: 300px;
  }
}

/*
      Smaller phone 400 Resolution     ****
*/

@media only screen and (max-width: 480px) and (orientation: portrait) {
  .single-event .container iframe {
    width: 100%;
    height: 240px;
  }

  .single-event .wrapper-speakers .col-speaker .col-sm-4 {
    max-width: 100%;
  }

  .wrapper-event .banner .featured-img {
    height: 240px;
  }

  .wrapper-event .banner .image-title-tag h3 {
    font-size: 25px;
  }
}
