/*header dropdown*/

.dropdown-bg{
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 73px;
    background: #fff;
}

.navigation-child {
    background: #fff;
    padding: 30px 0px;
}

.navigation-child__list {
  padding: 0px 20px;
  text-align: right;
  /*border-top: 1px solid rgba(220, 64, 125, 0.4);*/
  /*border-bottom: 1px solid rgba(220, 64, 125, 0.4);*/
}




.navigation-child__item {
    white-space: normal;
}


.divider_nav_mo {
    background-image: linear-gradient(to right,#fff,#dc407d);
    height: 1px;
}

.navigation__expand-button {
    display: block;
}

.navigation__expand-icon {
    display: inline-block;
    width: 24px !important;
    height: 24px !important;
    border: none !important;
}
@media only screen and (max-width: 1023px){
    .navigation__inner {
        height: fit-content;
    }

    .nav-c-h {
        margin-bottom: 3em;
    }
    .admin-bar .navigation{
        top:100px;
    }
}


@media only screen and (min-width: 1024px){
  .navigation-child {
      position: fixed;
      background: #fff;
      box-shadow: 2px 3px 4px rgb(0 0 0 / 30%);
  }
  .divider_nav_mo {
      background-image: linear-gradient(to left,#fff,#dc407d);
  }
  .navigation-child__list{
    text-align: left;
    display: inline-block;
    position:relative;
    width: 400px;
    background: #fff;
    vertical-align:top;

  }
  .navigation-child__list.last{
  }

  .navigation__expand-button {
      display: none;
  }
}




/* DFP OPT */

.banner--billboard {
  max-width: 100vw;
  min-height: 280px;
}

@media (min-width: 769px) {
  .banner--billboard {
    min-height: 0;
  }
}

#google_ads_iframe_/23695965/MON_Billboard_Mid_0__container__ {
  max-width: 100vw;
}

#google_ads_iframe_/23695965/MON_Billboard_Mid_0 {
  max-width: 100vw;
}


img.img_ad {
    object-fit: contain;
    max-width: 100vw;
}

/*canvas {
    display: none !important;
}*/







/*PR BOOST WIDGET*/

body.pr_boost{
    background:transparent;
    max-width: 400px;
    width: 100%;
}

.pr_boost .card-pr{
    max-width: 400px;
    width: 100%;
}



div.avatar__notification{
    display:none !important;
}


.body—wallpaper #google_ads_iframe_/23695965/MON_AIO_1_0{
    width:100% !important;
    height: 100% !important;
}
