@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
  font-family: ProximaNova;
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot?#iefix) format("embedded-opentype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff2) format("woff2"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff) format("woff"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.ttf) format("truetype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.svg#wf) format("svg");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: ProximaNova;
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.eot?#iefix) format("embedded-opentype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.woff2) format("woff2"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.woff) format("woff"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.ttf) format("truetype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.svg#wf) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: ProximaNova;
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.eot?#iefix) format("embedded-opentype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.woff2) format("woff2"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.woff) format("woff"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.ttf) format("truetype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.svg#wf) format("svg");
  font-weight: 700;
  font-style: normal
}

html {
  scroll-behavior: smooth;
  background: #000;
}

body {
  font-family: ProximaNova;
  /* background: #111 url(../img/background-purple.png) 520px 0 no-repeat; */
  /* background: linear-gradient(234deg, rgba(113,95,167,1) 0%, rgba(0, 0, 0, 0) 100%); */
  color: #fff;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

p i {
  font-style: italic;
}

.row {
  max-width: 160rem;
  margin: 0 auto;
}

.accent {
  background: #1CF8BB;
  /* background: linear-gradient(to bottom right, #571A87 30%, #FFACB0 100%); */
  /* background: url(../img/text-bg.jpg) 0px 50% no-repeat; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.post_list>span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.post_list>span img {
  width:3rem;
}
#hero,
#seller,
#seller-new,
#portfolio,
#posts,
footer {
  min-height: 100vh;
  padding: 10rem 0 6rem;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#posts {
  min-height: auto;
}

/* #hero {
  background: #111;
}

#seller {
  background: #131313;
}

#portfolio {
  background: #151515;
}

#posts {
  background: #171717;
}

footer {
  background: #191919;
} */

.button {
  padding: 1rem 2.5rem;
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  font-size: 2.4rem;
  color: #000;
  text-align:center ;
}

p i {
  font-style: italic;
}

.button:hover:not([disabled]) {
  background: #1CF8BB;
}

.pointer {
  position: absolute;
  width:14rem;
  bottom:0rem;
  left: 50%;
  margin-left: -7rem;
  animation: bounce 2s ease infinite;
  -webkit-animation: bounce 2s ease infinite;
}

.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}

hr {
  clear: both;
}

.hr-l img {
  max-width:  150px
}

.vr-l  img {
  max-height: 150px;
}

/* header */
header {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, .25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

h1 a {
  display: block;
  height: 50px;
  width: 205px;
  text-indent: -9999px;
  background: url(../img/bbh-logo.svg) 0 0 no-repeat;
}

.main-nav {
  text-align: center;
  justify-content: end;
}

.main-nav ul {
  /* float: right; */
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.main-nav li {
  display: flex;
  vertical-align: middle;
}

.main-nav li a {
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 0 2rem;
}

.main-nav li a:hover {
  color: #1CF8BB;
  /* background: url(../img/text-bg.jpg) 0px 50% no-repeat; */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}

.main-nav li:last-of-type a {
  /* filter: invert(85%) sepia(14%) saturate(4654%) hue-rotate(282deg) brightness(94%) contrast(93%); */
  display: flex;
  vertical-align: middle;
}

.main-nav li:last-of-type a:hover {
  /* filter: invert(100%) sepia(32%) saturate(0%) hue-rotate(252deg) brightness(110%) contrast(101%); */
}

.main-nav li:last-of-type a img {
  height: 2.4rem;
}
.X-twitter {
  width:4rem;
  padding:.5rem;
  border-radius:3rem;
  color:#fff;
}
.X-twitter:hover {
  filter: invert(30%) sepia(50%) saturate(375%) hue-rotate(88deg) brightness(104%) contrast(97%);
}

/* main */
#hero,
#seller-new {
  padding-top: 20rem;
}

#hero > div {
  margin: 0 auto;
}

#hero h2 {
  font-size: 9.2rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 20vh 0 3.2rem 0;
}

#hero h2 * {
  display: inline;
}

#hero h2 strong {
  font-weight: 700;
}

#hero p {
  text-align: center;
}

/* seller */
#seller {
  /* background: #; */
  /* padding-bottom: 10rem; */
}

#seller h3 {
  font-size: 6.4rem;
  text-align: center;
  font-weight: 100;
  max-width: 90%;
  text-align: center;
  margin: 0 auto 10rem auto;
}

#seller h3 strong {
  font-weight: 700;
  /* text-transform: uppercase; */
}

#seller .title {
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  align-items: center;
  margin-bottom: 6.4rem;
}

#seller .title svg {
  max-height: 5.5rem;
  filter: invert(26%) sepia(42%) saturate(897%) hue-rotate(283deg) brightness(95%) contrast(90%);
}

#seller #svg_path > div:nth-child(3) svg path {
  stroke-width: 2;
}

#seller h4 {
  font-size: 3.2rem;
  text-transform: uppercase;
  color: #bbb;
  font-weight: 700;
}

#seller p {
  font-size: 2rem;
  color: #bbb;
}

#seller-new p {
  font-size: 1.5rem;
  line-height: 1.2;
}

#seller-new p:first-of-type {
  /* font-weight: 700; */
  margin-bottom: 4rem;
}
.banner_text {margin: 0 auto;text-align:center;}
.banner_text h1 {
  font-size:6rem;
  color:transparent;
  background-image: linear-gradient(to right,#FFA1FE, #26FFEA); /* 渐变颜色 */
  -webkit-background-clip: text; /* 仅在webkit浏览器中有效 */
  background-clip: text; /* 裁剪背景以适应文字 */
  text-fill-color: transparent; /* 使文字填充透明，与背景渐变重叠 */
}
.banner_text>h4 {font-size:2.2rem;margin:2rem 0;}


.cnt-holder {
  display: grid;
  grid-template-columns: 50% auto;
  grid-row: auto auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.cnt-holder > div {
  padding: 6.4rem 3.2rem;
}

#seller .cnt-holder > div:hover h4,
#seller .cnt-holder > div:hover p {
  color: #fff;
}

.cnt-holder > div:nth-child(1),
.cnt-holder > div:nth-child(2) {
  border-bottom: 1px solid #383838;
}

.cnt-holder > div:nth-child(1),
.cnt-holder > div:nth-child(3) {
  border-right: 1px solid #383838;
  padding-left: 0;
}

.cnt-holder > div:nth-child(2),
.cnt-holder > div:nth-child(4) {
  padding-right: 0;
}

/* portfolio */
#portfolio {
  /* background: #0c0c0c; */
  position: relative;
  text-align:center;
}

#portfolio h4,
#posts h4,
#modal h4 {
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: 700;
}
#portfolio .two_title,
#posts .two_title,
#modal .two_title {font-size:1.2rem;width:80%;margin:1rem auto 4rem;}

#portfolio nav {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  border-right: 1px solid #282828;
  /* min-height: 70rem; */
}
.port_nav {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
#portfolio nav li {margin:.5rem;}
#portfolio nav li a {
  display: inline-block;
  padding: 1rem;
  border:1px solid #fff;
  border-radius:100px;
  font-size:1.4rem;
  color:#858585;
}

#portfolio nav li a:hover {
  /* color: rgba(255, 255, 255, .8); */
  color:  #000;
  background-color:#fff;
}

/* #portfolio nav li:first-of-type {
  margin-top: 0;
} */

#portfolio nav li.active a {
  background-color:#fff;
  color:#000;
}

.portfolio-listing li {
  min-height: 12rem;
  margin:1rem;
  padding:1rem;
  text-align: center;
  border: 1px solid #404040;
  border-radius:1rem;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

#portfolio .row > ul li a {
  display: flex;
  align-items: stretch;
  justify-content: center;
  vertical-align: middle;
}

#portfolio .row > ul li a img {
  width: auto;
  height: auto;
}

.portfolio-listing li.last {
  border-bottom: none;
}

.portfolio-listing li a {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.portfolio-listing li a img {
  width: 100%;
  height: 100%;
  max-width: 150px;
}

.portfolio-listing li.logo-reduced a img {
  max-width: 90px;
}
.portfolio-listing li:hover {
  background-color: #1CF8BB;
  border-color: #1CF8BB;
}
.portfolio-listing li:hover a img {
  filter: invert(100%) sepia(100%) saturate(7499%) hue-rotate(330deg) brightness(104%) contrast(101%);
}

.break {
  flex-basis: 100%;
  height:0;
}
	
.show_all {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 3rem auto;
}
	
.show_all a {
  text-align: center;
  margin-left: 0;
  font-size: 1.8rem;
  text-transform: uppercase;
  cursor: pointer;
  border:1px solid #fff;
  padding:.8rem 1.2rem;
}
	
.show_all a:hover {
  color:#000;
  background: #1CF8BB;
  border:1px solid #1CF8BB;
}
	
.show_all a span {
  max-width: 100%;
  display: block;
  text-align: center;
}

.show_all a span img {
  display: block;
  width: 20%;
  margin: 1rem auto 0 auto;
}

.show_all a:hover span img {
  filter: invert(26%) sepia(42%) saturate(897%) hue-rotate(283deg) brightness(95%) contrast(90%);
}

/* posts */

#posts .row>h4,#posts .row>p.two_title {
  /* background: #101010; */
  text-align:center;
}

#posts ul {
  overflow: hidden;
}

#posts li {
  padding: 1rem .5rem;
  margin: 1rem auto;
  background-color:#0E0E0E;
  overflow: hidden;
  border:1px solid transparent;
  border-radius:1rem;
}
#posts li:hover {
  background-color: #1A1A1A;
  border-color: #5E5E5E;
}
#posts li:hover a {
  color: #1CF8BB;
}

#posts li:last-of-type {
  border-bottom: none;
}

#posts li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#posts li a span {
  font-size: 1.6rem;
  color: #bbb;
  text-transform: uppercase;
}

#posts li a h5 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

#posts li a em {
  font-size: 3rem;
  text-align: right;
  font-family: 'Inter', sans-serif;;
  font-style: normal;
}

/* footer */

footer {
  /* background: #0D0D0D; */
  background: url(../img/foot_bg.png) bottom center no-repeat;
  min-height: auto;
  padding-bottom: 24rem;
  padding-top:4rem;
  text-align: center;
}
.logo_s>img {
  max-width:12rem;
}
.logo_s>h1 {
  font-size:4rem;
  font-weight:bold;
  margin:1rem auto;
  color: transparent;
    background-image: linear-gradient(to right, #FFA1FE, #26FFEA);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
}

footer p {
  font-size: 1.8rem;
  margin-bottom: 3.2rem;
}

.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, .8);
  backdrop-filter: blur(10px);
  z-index: 5000;
  border: 0;
}

.modal_container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  top: 10vh;
  border:1px solid #343434;
  border-radius:1rem;
  overflow: hidden;
  background: #121212;
  position: relative;
}

#modal {
  padding: 2.5rem 4rem;
}

.close_but {
  position: absolute;
  top: 2.25rem;
  right: 2rem;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  height: 2rem;
  width: 2rem;
  z-index: 100;
}

.close_but:before {
  display: block;
  content: ".";
  text-indent: -9999px;
  clear: both;
  height: 2rem;
  width: 2rem;
  background: url(../img/close.svg) 0 0 no-repeat;
  background-size: contain;
  filter: invert(100%) sepia(0%) saturate(7480%) hue-rotate(129deg) brightness(105%) contrast(101%);
}

.close_but:hover {
  opacity: .75;
}

#modal h4 {
  margin-bottom: 1rem;
  color: #fff;
  text-align:center;
}
#modal p {
  font-size: 1.2rem;
  margin:0 auto 2rem;
}

.form_box {
  display:flex;
  width:100%;
  padding:2rem 0;
  margin: 1rem auto;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
  flex-wrap: wrap;
}
.form_box>li {
  width:48%;
}
.form_box>li.form_text {
  width:96%;
}
.form_box>li>span {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
}
.form_box>li>input,.form_box>li.form_text textarea {
  color: #666;
  width: 90%;
  padding:1rem;
  margin: .5rem 0 1.2rem;
  border: 1px solid #353535;
  border-radius: 1rem;
  line-height:2rem;
}
.form_box>li.form_text textarea {
  min-height: 8rem;
}


#modal input.text {
  width: -webkit-fill-available;
}

#modal textarea {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .05);
  margin-top: 2rem;
  color: #666;
  padding: 0 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#modal .button {
  display: block;
  margin: 2rem auto;
  font-size: 1.5rem;
}
#modal .button:hover {
  background-color: #1CF8BB;
}

/*
post page styles
*/
#post {
  background: #000;
  color: #B3B3B3;
}

.article-top h1 {
  font-size: 3.6rem;
}

.article-top h2 {
  font-size: 3rem;
}

.article-top h3 {
  font-size: 2.4rem;
}

.article-top h4 {
  font-size: 1.8rem;
}

.article-top h5 {
  font-size: 1.6rem;
}

#post .article-top {
  font-family: "DM Sans", sans-serif;
}

#post .article-top article {
  margin: 0 auto;
}

#post p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.marker-yellow {
  background: #FDFD77;
}

#post header {
  background: rgba(0, 0, 0, .9);
  color: #fff;
}

.article-top {
  padding-top: 10rem;
  margin-bottom: 6.4rem;
  max-width: 168rem;
  width: 90%;
}

.article-top > div {
  width: 100%;
}

#post .article-top p strong {
  font-weight: bold;
}

.marker-green {
  background: #f3f3f3;
}

#post .article-top article > p {
  margin: 0 0 2rem 0; 
}

#post sup {
  font-size: 0.8rem;
  position: relative;
  bottom: +9px;
}

#post sub {
  font-size: 1rem;
  position: relative;
  bottom: 0px;
}

#post .article-top img {
  max-width: auto!important;
}

#post .image.image_resized {
  width: 50%!important;
  margin: 0 auto;
}

#post .image.image_resized img {
    max-width:100%!important;
}

.article-top h2 {
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  margin: 4rem 0;
  text-align: center;
}

.article-top .post-illustration {
  margin: 6rem 0;
}


.article-top h1,
.article-top h2,
.article-top h3,
.article-top h4,
.article-top h5 {
  margin: 4rem 0 2rem 0;
  font-weight: bold;
}

/* .article-top h3 {
  font-size: 4rem;
}

.article-top h4 {
  font-size: 3rem;
}

.article-top h5 {
  font-size: 2.4rem;
} */

.article-top article > p {
  color: #B3B3B3;
  margin: 4rem 0;
}

.article-illustration {
  text-align: center;
  width: 100%;
  margin: 2rem 0 4rem 0;
}

.article-top ol.letter-list {
  list-style: upper-latin;
}

.article-top img {
  max-width: 668px !important;
  width: auto;
  margin: 0 auto;
}

.article-top ol {
  margin: 4rem 0 4rem 2.5rem;
  list-style: decimal;
}

.article-top ol li {
  font-size: 1.4rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
}

.article-top ol li strong {
  font-weight: bold;
}

.article-top blockquote {
  font-size: 2rem;
  color: #fff;
  border-left: 5px solid #D9D9D9;
  padding-left: 1rem;
  margin-left: 1rem;
  font-style: italic;
  margin: 0 6.4rem 4rem 6.4rem;
}

.article-top a {
  color: #1CF8BB;
}

.article-top a:hover {
  text-decoration: underline;
}

.article-top article ul {
  list-style-type: disc;
  font-size: 1.4rem;
  margin: 1rem 0 4rem 2.5rem;
  display: block;
}

img[src="#"] {
  display: none !important;
}

.bulletin li {
  margin-bottom: 1rem;
}

.article-top ul {
  font-size: 1.4rem;
  margin: 0 6.4rem 4rem 6.4rem;
  display: block;
}

.article-top ul li {
  margin-bottom: .5rem;
}

.article-top ul li strong {
  display: inline-block;
  font-weight: bold;
}

/* .article-top aside h4 {
  font-size: 3.7rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3.4rem;
}

.article-top aside ul,
.article-top aside p {
  margin: 0;
}

.article-top aside ul li {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 2rem;
}


.article-top aside p {
  font-size: 1.6rem;
  color: #999;
}

.article-top aside li div,
.popular-read > ul li > div {
  color: #bbb;
  font-size: 1.4rem;
  margin: 1rem 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 1.4rem;
}

.article-top aside li div .date,
.popular-read > ul li > div .date {
  float: left;
}

.article-top aside li div .read-time,
.popular-read > ul li > div .read-time {
  float: right;
  align-content: center;
  vertical-align: middle;
  display: flex;
}

.article-top aside li div .read-time img,
.popular-read > ul li > div .read-time img {
  margin-left: .5rem;
  display: block;
  height: 1.4rem;
  width: 1.6rem;
} */

.article-top aside {
  overlay: hidden;
}

.article-top aside > ul {
  margin: 5rem 0 0 0 !important;
}

.article-top aside ul {
  margin: 0 0 0 1rem;
  list-style-type: none;
}

.article-top aside ul li {
  margin-bottom: .5rem;
}

.article-top aside ul li a {
  font-size: 1.4rem;
  margin-bottom: .75rem;
  display: inline-block;
}

.popular-read h4 {
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 6.4rem;
}

.popular-read > ul {
  display: flex;
}

.popular-read li {
  border-bottom: 1px solid #EAEAEA;
}

.popular-read h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.3rem;
  margin: 2rem 0;
}

.popular-read p {
  font-size: 1.8rem;
}

.writing {
  margin: 2rem 0;
}

.writing > p {
  display: block;
  text-transform: uppercase;
}

 div.aricce_author {
    /* max-width: 90%; */
    background-color: #151515;
    margin: 0 auto;
    padding:1.2rem;
  }

.writing div strong {
  font-weight: bold;
}

.writing div span a {
  color: #1CF8BB;
}

.writers {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin: 1rem 0;
}

.writers img {
  float: left;
  margin-left: -1rem;
  height: 4rem;
  width: 4rem;
  border-radius: 4rem;
  overflow: hidden;
  display: block;
  border: 2px solid #fff;
}

.writers img:first-of-type {
  margin-left: 0;
}

svg path {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  stroke-width: 1;
  stroke: #fff;
  fill: none;
  transition: stroke-dashoffset 1s;
}

article .image {
  text-align: center;
}

.disclosure {
  margin: 4rem 0;
  background: #0C0C0C;
  padding: 4rem;
}

.disclosure p {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

.disclosure p:last-of-type {
  margin-bottom: 0;
}

.disclosure p strong {
  font-weight: bold;
}

.disclosure p i {
  font-style: italic;
}

.portfolio-listing > li{
  display: none;
}

.portfolio-listing > li.top{
  display: flex;
}

.alert-warning {
  color: plum;
}

.article-side-nav {
  position: fixed;
  top: 9.5rem;
  left: 2rem;
  max-width: 25rem;
  overflow-y: auto;
  z-index:99;
}
aside.article-side-nav li {
  background-color: #171717;
  padding:1rem;
  margin:.2rem 0;
}
aside.article-side-nav li a.active {
  color: #00274b;
}

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

  .portfolio-listing li a img {
    max-width: 120px;
    max-height: 100px;
  }

  .portfolio-listing li {
    min-height: 10rem;
    width: 20%
  }
  
  #portfolio nav {
    width: 80%;
    margin:0 auto;
  }
  

  
  .article-top ol li {
    dont-size: 1.5rem
  }
}

@media only screen and (max-width: 1440px) {
  #hero h2 {
    font-size: 7rem;
  }

  #seller h3 {
    font-size: 5rem;
  }

  #portfolio h4, #posts h4, #modal h4 {
    font-size: 4rem;
  }

  #posts li a h5 {
    font-size: 2.4rem
  }

  .pointer {
    /* width: 3rem; */
  }
  
  .article-top {
    max-width: 96%;
  }
}

@media (max-width: 1240px) {
  .article-top aside {
    display: none;
  }
  
  #post .article-top article.box-w-18 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1060px) {
  #hero h2 {
    font-size: 6rem;
  }

  #portfolio nav,
  #portfolio .row > ul {
    max-width: 100%;
    width: 100%;
    float: none;
    overflow: hidden;
  }

  #portfolio nav {
    margin-bottom: 0;
    border: none;
    min-height: auto; 
    border-bottom: 1px solid #282828;
  }

  /* #portfolio nav li {
    display: inline-block;
    margin-right: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0;

  } */
  
  /* #portfolio nav li.active {
    border: 2px solid #E781C1;
    border-width: 0 0 2px 0;    
  } */

  #portfolio .row > ul  {
    overflow: hidden;
  }

  #portfolio .row > ul li {
    width: 20%;
  }
  
  .portfolio-listing {
    max-width: 100%;
  }

  .portfolio-listing li.active {
    border: none;
  }

  .portfolio-listing li.active a {
    border: 2px solid #82A9F9;
    border-width: 0 0 2px 0;
    padding-bottom: .5rem;
  }

  #posts li a h5 {
    font-size: 2.4rem;
  }

  footer p {
    font-size: 2rem;
  }

  .button {
    font-size: 1.8rem;
  }
  
  .cnt-holder {
    display: block;
    width: 100%;
  }
  
  .cnt-holder > div {
    border-bottom: 1px solid #383838;
  }
  
  .cnt-holder > div:nth-child(1),
  .cnt-holder > div:nth-child(3) {
    border-right: none;
  }
  
  .cnt-holder > div:last-of-type {
    border-bottom: 0;
  }
  
  .cnt-holder > div {
    padding: 6.4rem 0;
  }
  
  .show_all {
    max-width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .main-nav li a {
    padding: 0 1rem;
  }

  header {
    display: inline-block;
    position: relative;
    text-align: center
  }

  #logo {
    margin: 0 auto 2rem auto;
    display: inline-block;
    width: auto;
  }

  #hero,
  #seller,
  #seller-new,
  #portfolio,
  #posts,
  footer {
    padding-top: 10rem;
    /* min-height: 700px; */
  }
  
  #seller-new .box-w-14 {
    max-width: 100%;
  }

  .main-nav {
    text-align: center;
    width: 100%;
    overflow: hidden;
  }

  .main-nav ul {
    float: none;
  }
.X-twitter>img {width:3rem;margin-top:2rem;}
  #hero h2 {
    font-size: 4rem;
  }

  #seller h3,
  #portfolio h4,
  #posts h4,
  #modal h4 {
    font-size: 3rem;
    /* margin-bottom: 5rem; */
  }

  .main-nav li a,
  #hero p,
  p,
  #portfolio nav li a {
    font-size: 1.5rem;
  }
  
  .portfolio-listing li a img {
    max-width: 90px;
  }
  
  .portfolio-listing li.logo-reduced a img {
    max-width: 80px;
  }

  .pointer {
    /* display: none; */
  }

  footer {
    min-height: auto;
  }
  .form_box>li {
  width:96%;
}
.form_box>li>input {
  width: 100%;
}
.modal_container {
  top: 1vh;
}
#modal p {display: none;}
}

@media (max-width: 860px) {

  .writers {
    row-gap: 1rem;
  }
  .writing div {
    flex-direction: column;
    align-items: baseline;
  }
  
  .article-top {
    padding-top: 3rem;
  }
  
  .article-top h3,
  .article-top h4,
  .article-top h5,
  .article-top article > p {
    margin: 2rem 0;
  }
  
  .article-top h2 {
    font-size: 3rem;
  }
  
  .article-top h3 {
    font-size: 2rem;
  }
  
  .article-top h4 {
    font-size: 1.8rem;
  }
  
  .article-top h5 {
    font-size: 1.6rem;
  }
  
  .article-top ol li {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .article-top img {
    max-width: 100% !important;
  }
  
  #seller .title svg {
    display: none;
  }
  
  #seller .title {
    margin-bottom: 2.4rem;
  }
  
  .cnt-holder > div {
    padding: 3.2rem 0;
  }
  
  #hero, #seller, #portfolio, #posts, footer {
    padding-top: 5rem;
  }
  
  .portfolio-listing li {
    width: 26%;
  }
  
  .portfolio-listing li {
    /* border: 1px solid #282828 !important; */
    /* border-width: 1px 1px 0 0 !important; */
  }
}

@media only screen and (max-width: 560px) {
  #seller > .row .cont.centered {
    display: inline-block;
    max-width: 100%;
    padding: 0 4%;
  }

  #seller > .row .cont p {
    margin-bottom: 2.4rem;
  }


  #portfolio .row > ul li {
    width: 33.333%;
    min-height: 12rem;
  }

  #portfolio .row > ul li:nth-child(5n) {
    border-right: 1px solid #282828;
  }

  #portfolio .row > ul li:nth-child(3n) {
    border-right: none;
  }

  #posts li a em {
    display: none
  }

  #posts li a h5 {
    font-size: 1.8rem;
  }

  #posts li a span {
    font-size: 1.2rem;
  }

  #posts li a h5 {
    max-width: 80%;
  }
}
.post_list>span img {display:none;}

#modal .writers img {
  height: 8rem;
  width: 8rem;
}

#modal .writing div {
  color: #fff;
}

#modal .writing div strong {
  font-size: 2rem
}

#modal .writers {
  margin-bottom: 4rem;
}

#modal .wblists {
  color: #fff;
}

#modal .wblists h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}


.banner_box {
  width:100%;
  background: url(../img/top_bg.png) bottom center no-repeat;
  padding-top:8rem;
}
.portfolio-listing {
  margin:1rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}