@charset "utf-8";

/* CSS Document */
@media (min-width: 1250px) {

}

@media (min-width: 1300px) {

}

@media (min-width: 1400px) {

  .title h1 {
    font-size: 4rem;
  }

  .featured_item {
    margin: 0 12px;
    width: calc(16.666% - 24px);
  }

  .featured .featured_item:nth-child(4n+1) {
    clear: none;
  }

  .featured .featured_item:nth-child(8n+1) {
    clear: left;
  }

  .logo_holder {
    margin: 0;
  }

  .header_right {
  }

  .nfts .featured_item {
    width: calc(25% - 32px);
  }

  .nfts .featured_item:nth-child(3n+1),
  .nfts .featured_item:nth-child(6n+1) {
    clear: none;
  }

  .nfts .featured_item:nth-child(4n+1) {
    clear: left;
  }

  .nfts_detail_wrap {
    width: 1176px;
    margin: 0 auto;
  }

  .nfts_detail_img {
    width: 456px;
  }

  .nfts_detail_data {
    width: 69.6rem;
  }
}



@media (min-width: 1600px) {

  .nfts .featured_item {
    width: calc(16.57% - 2.4rem);
  }

  .nfts .featured_item:nth-child(3n+1),
  .nfts .featured_item:nth-child(4n+1) {
    clear: none;
  }

  .nfts .featured_item:nth-child(6n+1) {
    clear: left;
  }
}

@media (max-width: 1600px) {
  .item_stat:first-child {
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #424242;
  }

  .item_stat {
    float: none;
    width: 100%;
    border: 0;
    padding-top: 0.5rem;
    text-align: right;
  }
}


@media (max-width: 1099px) {

  /* .goto,
    span.results_count {display:none; } */

  .pager {
    width: 100%;
    padding: 16px 0 0;
    height: auto;
    margin: 8px -24px 0 -24px;
  }

  .pager-only .pager {
    padding: 16px 0 0;
    margin: 0 0;
  }

  .nfts_top.pager-only .goto {
    width: 100%;
    max-width: 220px;
    display: block;
    position: static;
    margin: 8px auto 16px auto;
  }

  .nfts_top.pager-only span.results_count {
    width: 100%;
    display: block;
    position: static;
  }

}




@media (max-width: 900px) {

  .all_coll_row .all_coll_col:nth-child(3),
  .all_coll_row .all_coll_col:nth-child(4),
  .all_coll_row .all_coll_col:nth-child(5),
  .all_coll_row .all_coll_col:nth-child(6) {
    display: none;
  }

  .all_coll_col {
    width: 22%;
  }

  .all_coll_col:first-child>a {
    padding-left: 70px;
  }

  span.sort_table.up {
    background-image: none;
  }

  .content {
    padding-top: 30px;
  }

  .nfts_sidebar {
    width: 100%;
    margin-bottom: 32px;
  }

  .nfts_content {
    width: 100%;
  }

  .nfts_detail_img {
    width: 100%;
    margin-bottom: 64px;
  }

  .nfts_detail_data {
    width: 100%;
  }

  .all_collections_wrap,
  .owners_tab {
    overflow-y: auto;
  }

  .all_collections_wrap .all_collections,
  .owners_tab .all_collections {
    max-width: 100%;
  }

  .all_collections_wrap .all_coll_row.drop_date {
    text-align: left;
  }

  .footer_links a.f_logo img {
    height: 32px;
    width: auto;
  }

  .footer_links a {
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
  }

  .content.page .title {
    padding-top: 0px;
  }

  .nft_title_holder {
    padding-top: 0;
  }

  .nft_title_holder .back {
    top: 50%;
    transform: translateY(-50%);
  }

  .nfts_sidebar {
    overflow: hidden;
    background: #303438;
    height: 5.6rem;
    position: relative;
  }

  .ntfs_sidebar form {
    padding: 0 2.4rem;
  }

  .nfts_sidebar>span {
    cursor: pointer;
    border-bottom: none;
    padding: 0 2.4rem;
    display: inline-block;
    height: 5.6rem;
    line-height: 5.6rem;
    width: 100%;
  }

  .nfts_sidebar>span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    background-image: url(../img/down.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  .nfts_sidebar>span.open:after {
    transform: rotate(180deg);
  }

  .nfts_sidebar.open>span {
    cursor: pointer;
    border-bottom: 1px solid #424242;
  }

  .nfts_sidebar>span:hover {
    cursor: pointer;
  }

  .nfts_sidebar.open {
    height: auto;
    overflow: hidden;
  }

  .nft_title span.info_toggle {
    display: inline-block;
    width: auto;
    height: 24px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/info.svg);
    font-size: 14px;
    line-height: 24px;
    padding-left: 15px;
    color: var(--opacity56);
  }

  .nft_title h1 {
    padding-right: 2rem;
  }

  #nft_desc {
    height: 0;
    overflow: hidden;
    padding: 0 !important;
  }

  #nft_desc.open {
    height: auto;
  }

  .nft_title span.duplicate,
  .nft_title span.info_toggle,
  .nft_title a {
    float: left;
    margin-right: 10px !important;
  }

  .nft_title a {
    margin-right: 0 !important;
  }

  .nft_title div .title_links a img {
    margin: -2px 0 2px 0;
  }

  .nft_title_holder .back {
    transform: none;
  }

  /* .nfts_detail .nft_title {
    width: 100%;
  } */

  .collection_illustration {
    display: none;
  }

  .collection_content {
    width: 100%;
  }

  .cll_cnt {
    max-width: 90%;
  }
}

/*
FIXES BY PEDJA FOR 25th Jan 2022.
smaller screens collection navigation fix
*/

@media (max-width: 800px) {
  .nft_title_holder .stats {
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .all_coll_col:first-child {
    width: 55%;
  }

  .all_coll_col {
    width: 15%;
  }
}

@media (max-width: 700px) {

  .nfts_sidebar {
    width: 100%;
    margin-bottom: 32px;
  }

  .nfts_content {
    width: 100%;
  }

  .nfts_detail_img {
    width: 100%;
    margin-bottom: 64px;
  }

  .nfts_detail_data {
    width: 100%;
  }

  .all_collections_wrap {
    overflow-y: auto;
  }

  .all_collections_wrap .all_collections {
    width: 900px;
  }

  .all_collections_wrap .all_coll_row.drop_date {
    text-align: left;
  }

  .footer_links a.f_logo img {
    height: 32px;
    width: auto;
  }

  .footer_links a {
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
  }

  .stats {
    width: 100%;
  }

  /* .nft_title_holder .stats {width: 100%; margin: 0 0 50px 0;} */
  .nft_title_holder .stats {
    width: 100%;
    /*margin: 0 0 50px 0;*/
    margin: 0 0 16px 0;
  }

  .featured .featured_item {
    width: calc(50% - 24px);
  }

  .featured .featured_item:nth-child(3n+1),
  .nfts .featured_item:nth-child(3n+1) {
    clear: none;
  }

  /* .featured .featured_item:nth-child(2n+1),
  .nfts .featured_item:nth-child(2n+1) {
    clear: left;
  } */

  .nft_title h1 {
    display: block;
  }

  .nft_title span {
    display: block;
    margin-right: 0;
    padding: 0 0 12px 0;
    height: auto;
    width: 100%;
  }

  /* .nft_title span.duplicate {display: inline-block; margin-right: 0; padding: 0 10px; width: auto;} */
  .nft_title span.duplicate {
    display: inline-block;
    padding: 0 10px;
    width: auto;
  }

  .nft_title_holder .stats .stat {
    padding: 0;
    width: 33.3%;
  }

  .owners .stats_title .sel {
    margin: 0 0 16px 0;
    text-align: center;
  }

}

@media (max-width: 660px) {

  .nft_title h1,
  .title_links {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .nft_title>div {
    margin-bottom: 1rem;
  }

  .nft_title h1 {
    margin-bottom: .5rem;
  }
}

@media (max-width: 600px) {

  .logo img {
    height: 32px;
    width: auto;
    margin-top: 8px;
  }

  a.butt {
    line-height: 32px;
    padding: 0 10px;
  }

  .home .stat {
    padding: 0;
    width: 33.3%;
  }

  .social a {
    width: 32px;
    height: 32px;
    margin-top: 4px;
  }

  .wallet_search_holder.active {
    top: 7.8rem;
  }
}

@media (max-width: 500px) {

  .footer_links a.f_logo {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 32px;
  }

  .footer_links a:nth-child(2) {
    border: none;
  }

  .nft_title_holder {
    margin: 0 0 20px 0;
  }

  .nft_title a.nft_img {
    top: 0;
    transform: none;
  }

  .nft_title img {
    width: 64px;
    height: auto;
    top: 0;
    transform: none;
  }

  .nft_title,
  .nfts_detail .nft_title {
    padding: 0 0 0 90px;
    width: calc(100% - 62px);
    min-height: 64px;
  }

  .nft_title_holder .back {
    top: 0;
    transform: none !important;
  }

  /* .nft_title p {margin-left: -90px; width: calc(100% + 90px);} */
  #nft_desc {
    margin-left: -90px;
    width: calc(100% + 90px);
  }

  .attribute {
    width: calc(50% - 24px);
  }

  .attribute:nth-child(3n+1) {
    clear: none;
  }

  .attribute:nth-child(2n+1) {
    clear: left;
  }

  .market .sale {
    height: auto;
    padding: 10px
  }

  .holder h2,
  .holder_right {
    width: 100%;
  }

  .nft_title h1 {
    margin-top: 0;
    line-height: 1;
  }

  .owners .nft_title h1,
  .sales .nft_title h1 {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
  }

  /* .owners a.back,
    .sales a.back,
    .nft_list a.back {top:12px;} */

  .nft_title>div {
    margin: 0;
  }

}

@media (max-width: 479px) {

  .logo_holder {
    width: calc(100% - 40px);
  }

  .logo {
    width: calc(100% - 40px);
    padding-bottom: 37px;
    margin: 0;
  }

  .featured .featured_item,
  .nfts .featured_item {
    width: calc(100% - 32px);
  }

  .featured .featured_item:nth-child(3n+1),
  .nfts .featured_item:nth-child(3n+1),
  .featured .featured_item:nth-child(2n+1),
  .nfts .featured_item:nth-child(2n+1) {
    clear: none;
  }


}

@media (max-width: 420px) {
  body {
    padding-top: 5.2em;
  }

  .header {
    height: 54px;
  }

  .logo_holder {
    margin: 10px 0;
  }

  .logo {
    height: 60px;
    padding-bottom: 0;
    text-align: left;
  }

  .logo img {
    margin-top: 0;
  }

  .title h1 {
    font-size: 3em;
  }

  .trigger {
    width: 30px;
    height: 40px;
    margin-top: 7px;
  }

  .open.trigger:before {
    top: 3px;
  }

  .featured_items {
    width: 100%;
    margin: 0;
  }

  .featured .featured_item {
    width: 100%;
    margin: 0;
  }

  /* .logo_holder {width:calc(100% - 40px); } */

  /* .logo {width:calc(100% - 40px); padding-bottom: 37px; margin:0;} */

  .pager a {
    margin: 0;
  }

}

@media (max-width: 380px) {
  .title h1 {
    font-size: 2.8em;
  }
}

/*
FIXES BY PEDJA FOR WALLET PAGE
*/

@media (max-width: 1200px) {
  .wallet_list .nft_title_holder {
    display: inline-block;
  }

  .wallet_list .nft_title {
    padding: 0;
    margin: 2em 0;
  }

  .wallet_search_holder{
    display: none;
  }

  .wallet_search_holder.active .search {
    opacity: 1;
  }
}

@media (max-width: 1400px) {
    .wrap {
        max-width: 120rem;
    }

    .nfts_detail {
        padding: 0 1rem;
    }

    .nft_title_holder {
        /* padding-top: 8rem; */
    }

    .nft_title {
        flex-direction: column;
    }

    .nfts_detail .nft_title {
        flex-direction: row;
    }

    .collection-holder .stat {
        width: 33.333%;
    }

    .pager-only .pager {
        display: block;
        padding: 0;
    }

    .nfts_top.pager-only {
        margin-top: 4rem;
    }

    .nfts_top.pager-only .goto {
        max-width: 100%;
        margin: 1.6rem auto;
    }

    .nft-stats {
        flex-flow: wrap;
        padding: 0;
    }

    .nft-stats > div {
        width: 25%;
        padding: 1.6rem;
    }

    .nft-stats > div:nth-child(5),
    .nft-stats > div:nth-child(6),
    .nft-stats > div:nth-child(7),
    .nft-stats > div:nth-child(8) {
        border-top: 1px solid rgba(255, 255, 255, .05);
    }

    .nfts .featured_item {
        width: calc(33.3% - 26px);
        margin: 0 1.2rem 3.2rem 1.2rem;
    }

    .table_top.all_coll_row {
        padding: 8px;
    }

    .table_top.all_coll_row,
    .collection-pagination .all_coll_row {
        justify-content: space-between;
    }

    .featured_items .featured_item:nth-child(5),
    .featured_items .featured_item:nth-child(6),
    .all_coll_row.table_top .all_coll_col:nth-child(4),
    .collection-pagination .all_coll_col:nth-child(4) {
        display: none;
    }
}

@media (max-width: 1200px) {
    .all_coll_row.table_top .all_coll_col:nth-child(5),
    .collection-pagination .all_coll_col:nth-child(5) {
        display: none;
    }

    .all_coll_col {
        width: 25%;
    }
}

@media (max-width: 1000px) {
    .nft_title_holder {
        display: inherit;
        position: relative;
        padding-bottom: 5rem;
    }

    .next,
    .back {
        position: absolute;
        bottom: 0;
    }

    .back {
        left: 0;
    }

    .next {
        right: 0;
    }

    .nft_title_holder .back {
        top: auto;
    }

    .attribute {
        width: calc(50% - 24px);
    }

    .price-holder .price {
        padding-left: 2rem;
    }

    .price-holder img {
        margin-right: 2rem;
    }

    .footer {
        margin-top: 4rem;
        padding-top: 4rem;
    }

    .footer_links a {
        padding: 0 4rem;
    }

    .nfts_detail_wrap {
        display: flex;
        gap: 2.4rem;
    }

    .nfts_detail_img {
        width: 40%;
    }

    .nfts_detail_data {
        width: 60%;
    }
}

@media (max-width: 900px) {
    body {
        padding-top: 10rem;
    }

    .nfts_detail .nft-header {
        flex-direction: column;
        gap: 2.4rem;
        position: relative;
    }

    .nfts_sidebar.open form {
        padding: 0 1rem;
    }

    .nft_title_holder {
        padding-bottom: 0;
    }

    .content {
        padding-top: 0;
    }

    .nfts_sidebar {
        margin: 2.4rem 0 0 0;
    }

    .nfts_detail .stats_full {
        justify-content: center;
    }

    .next, .back {
        bottom: 2.5rem;
    }

    .all_coll_col:first-child>a {
        padding-left: 0;
    }
}

@media (max-width: 860px) {
    .nfts_detail .nft-header {
        flex-direction: column;
    }
}

@media (max-width: 760px) {
    body {
        padding-top: 7rem;
    }

    .nft_title_holder {
        padding-bottom: 0;
    }

    .nfts_detail_wrap {
        display: inherit;
    }

    .nfts_detail_img,
    .nfts_detail_data {
        display: block;
        width: 100%;
        float: none;
    }

    .attribute {
        width: calc(33.333% - 24px);
    }

    .next,
    .back {
        bottom: 2.8rem;
        z-index: 100;
    }

    .header .wrap {
        display: inherit;
    }

    .wallet_search_holder.active {
        top: 5.2rem;
        border: none;
    }

    .wallet_search_holder.active .search {
        display: block;
    }

      .trigger {
        display: inline-block;
        width: 30px;
        height: 42px;
        float: right;
        cursor: pointer;
        position: relative;
      }

      .trigger span {
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        margin: -1px 0 0 0;
        background: rgba(255, 255, 255, 0.8);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
      }

      .trigger:before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        top: 12px;
        background: rgba(255, 255, 255, 0.8);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
      }

      .trigger:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 12px;
        background: rgba(255, 255, 255, 0.8);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
      }

      .trigger.open span {
        opacity: 0;
        filter: alpha(opacity=0);
      }

      .trigger.open:before {
        transform: rotate(45deg);
        margin-top: 7px;
      }

      .trigger.open:after {
        transform: rotate(-45deg);
        margin-bottom: 10px;
      }

      .header {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        padding: 1rem 0;
        display: inherit;
        overflow: visible;
        height: 6.25rem;
        z-index: 1;
      }

      .nft-header {
        z-index: 2;
      }

      .logo ul li:hover ul {
        z-index: 100;
      }

      .logo_holder {
        margin: 0;
      }

      .header {
        height: auto;
      }

      .header.open {
        height: 20rem;
        overflow: visible;
        z-index: 100;
      }

      .search {
        width: 100%;
        padding: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        display: none;
      }

      .search input {
          margin: 2rem 0;
      }

      .header_right {
        width: 100%;
        margin: 15px 0 25px 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        max-height: 5rem;
        display: none;
      }

      .header_right a.butt {
        float: left;
      }

      .header.open .search {
        opacity: 1;
        display: block;
        filter: alpha(opacity=100);
      }

      .header.open .header_right {
        opacity: 1;
        display: block;
        filter: alpha(opacity=100);
      }

      .nfts_detail {
          margin-top: 1rem;
      }

      .nfts_detail.content {
        padding-top: 1rem;
      }

      .nfts_detail .nft_title > div {
        display: flex;
        flex-direction: column;
      }

      .nfts_detail .nft_title > div .title-holder {
        display: flex;
        align-items: center;
      }

      .logo ul li ul li a img {
        height: 12px;
      }

      .project-social {
        display: inline-block;
        float: left;
      }

      #sales-filter {
        float: left;
        margin-bottom: 1.2rem;
      }

      .project-social li {
        float: left;
      }

      .nft_title p {
        display: block;
        clear: both;
      }

      .title-holder {
          display: flex;
      }

}

@media (max-width: 700px) {
    .stats_full {
        justify-content: center;
    }

    .nfts_detail_img {
        margin-bottom: 2.4rem;
    }

    .nft_title_holder .stats {
        margin: 0;
    }

    .attribute {
        width: calc(50% - 24px);
    }

    .market {
        margin-top: 2.4rem;
    }

    .footer_links a {
        padding: 0 3rem;
    }

    .collection-holder .nft_title h1 {
        font-size: 2rem;
        line-height: 1;
        margin-bottom: 1.2rem;
    }

    .nft_title span {
        font-size: 1.8rem;
        line-height: 1;
    }

    .nfts_detail .title-holder {
        justify-content: space-between;
        display: flex;
        align-items: center;
    }

    .title-holder {
      display: flex;
    }
}

@media (max-width: 660px) {
    .title-holder {
      display: block;
    }
}

@media (max-width: 630px) {
    .footer_links a {
        padding: 0 2rem;
    }

    .footer_links a.f_logo {
        width: 100%;
        text-align: center;
        display: block;
        margin-bottom: 32px;
    }
}

@media (max-width: 500px) {
    .nft_title, .nfts_detail .nft_title {
        width: 100%;
        padding: 0;
    }

    .nft_title>div {
        display: flex;
        flex-direction: column;
    }

    .nft-desc {
        flex-direction: column;
    }

    .title-holder {
        display: block;
    }

    .nft_title_holder .stats {
        flex-direction: row;
    }

    .nft_title img {
        max-width: 100%;
    }
}
