.home .wrap {
  margin-top: 30px;
}

.hmBnrWrap img {
  max-width: 100%;
  display: flex;
  width: 100%;
}

.hmBnrCaption {
  max-width: 1105px;
  margin: 0 auto;
  background: #fff;
  padding: 45px;
  text-align: center;
  margin-top: -60px;
  position: relative;
  box-sizing: border-box;
}

.hmBnrCaption h2,
.hmBnrCaption h1 {
  width: 100%;
  margin: 0 auto 16px auto;
}

.hmBnrCaption .dateShare {
  justify-content: center;
  margin-bottom: 24px;
}


.storiesList .trendCont>p {
  -webkit-line-clamp: 3;
}

.storiesList .articleRow:nth-of-type(n+2) {
  margin-top: 40px;
}

.trendCont:first-child {
  margin-top: 00px;
}

.videoList .dateShare span:last-child {
  border-left: 0.5px solid #fff;
}

.videoList .dateShare {
  margin-bottom: 0px;
}

.hmBnrCaption .captionTxt {
  max-width: 846px;
  margin: 0 auto;
}

.articleLeft {
  border-right: 1px dotted #151211;
  padding-right: 124px;
  margin-right: 62px;
}

.articleRight {
  min-width: 208px;
}

.articleRight {

  line-height: 26px;
}

.articleRight>a {
  font-weight: 500;
  text-decoration: underline;
}

.articleImage {
  margin-right: 5%;
  width: 24% !important;
}

.articleImage img {
  display: flex;
  max-width: 100%;
}

.videoList .articleInfo h3 a {
  color: #fff !important;
}

.articleList,
.menu {
  list-style: none;
}

.articleRight a {
  color: #2c2c2c;
}

.articleList a.listVall {
  font-weight: 500;
  text-decoration: underline;
  color: #2c2c2c;
}

.readImageWrap {
  max-width: 260px;
  position: relative;
  cursor: pointer;
}

.readImageWrap:after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), transparent);
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 50%;
}

.readImageWrap img {
  max-width: 100%;
  position: relative;
}

.readImageCapt {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 500;
  align-items: end;
  width: 100%;
  z-index: 1;
  text-decoration: none;
  margin-bottom: 0;
  padding: 24px;
  line-height: 24px;
}

.readingListsWrap h4 {
  font-family: Sculpin, sans-serif;
}

.readImageCapt a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: normal;
  font-family: 'petersburg-web';
}

.readImageCapt img {
  top: -5px;
  position: relative;
}

.readImageCapt span {
  width: 65%;
}

.readImage img {
  display: flex;
}

.ic-heading {
  margin-right: 5px;
}

.feturedVideo {
  background: #2c2c2c;
  color: #fff;
}

.iframeVideo {
  display: none;
}

.iframeVideo iframe {
  width: 100%;
  height: 110%;
  height:100%;
  position: absolute;
  top: auto;
  left: 0px;
  bottom: 0px;
  border: 0px;
  background: #000;
}


.playVideo:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #000;
  height: 50%;
  background: linear-gradient(0deg, #000, transparent);
  left: 0px;
}

.videoImg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.videoImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.playVideo img {
  max-width: 100%;
}

.videoList {
  padding-left: 60px;
}

.feturedVideo .sec-ttl,
.feturedVideo .vAll {
  color: #fff;
}

.feturedVideo .vAll:before {
  background: #fff;
}

form#searchform #searchsubmit {
  cursor: pointer;
}

.videoCapt {
  width: 80%;
  left: 5%;
  bottom: 5%;
}

.playVideo .readImageCapt {
  font-size: 24px;
  line-height: 32px;
  font-family: petersburg-web, serif;
  align-items: flex-start;
  font-weight: normal;
}

.playVideo .readImageCapt h3 {
  margin-top: auto;
  margin-bottom: auto;
  max-width: 80%;
  margin-right: auto;
}

.videoCapt img {
  margin-right: 15px;
  margin-top: 12px;
  cursor: pointer;
}

.videoList .articleImage {
  margin-right: 0px;
  margin-left: 44px;
  width: 116px;
}

.videoList .articleRow {
  padding-bottom: 32px;
  border-bottom: 0.5px dotted #626262;
}

.videoList .articleRow:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.storiesSection {
  width: 65%;
  padding-right: 150px;
}

.storiesList {
  counter-reset: recommendCount;
}

.stories {
  position: relative;
  padding-left: 184px;
}

.stories:before {
  color: #151211;
  counter-increment: recommendCount 1;
  content: counter(recommendCount) " ";
  font-family: petersburg-web, serif;
  font-size: 50px;
  font-weight: 400;
  position: absolute;
  top: 6px;
  background: #f4f4f4;
  border-radius: 100%;
  width: 144px;
  height: 144px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  left: 0px;
}

.advWrap {
  width: 35%;
  max-width: 392px;
}

.advWrap img {
  max-width: 100%;
}

.editorPicks {
  text-align: center;
}

.editorPicks p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.editorPicks {
  background: #F4F4F4;
}

.editorPicks .dateShare {
  margin-bottom: 0;
  justify-content: center;
}

.editorPicks .carouselHeadingWrap {
  margin-bottom: 40px;
}

.editorPicks .carousel-cell {
  width: 51%;
  max-width: 970px;
  margin: 0 7%;
}

.headingWrap-center {
  max-width: 990px;
  margin: 0 auto;
  width: 90%;
}

.editorPicks .flickity-prev-next-button.next {
  right: 16% !important;
}

.editorPicks .flickity-prev-next-button.previous {
  left: 16% !important;
}

.headingWrap-center .sec-ttl {
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.headingWrap-center .sec-ttl span {
  font-size: 12px;
  line-height: 24px;
  display: block;
  text-transform: uppercase;
  font-family: sculpin;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
}

.editorPicks .btn-v2 {
  visibility: hidden;
  margin-top: 70px;
  margin-bottom: 4px;
}

.editorPicks .is-selected>.btn-v2 {
  visibility: visible;
}

.editorPicks>.headingWrap {
  margin-bottom: 0px;
}

.feArticle {
  background: #f4f4f4;
}

.feContent {
  width: 35%;
  margin: auto 0;
}

.feContent h2 {
  font-weight: normal;
}

.feContent h2 span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  color: #151211;
  margin-bottom: 24px;
  font-family: Sculpin;
  letter-spacing: 1.5px;
}

.feContent p {
  margin: 20px 0px;
  line-height: 24px;
}

.readStory-text {
  text-decoration: none;
  color: #2C2C2C;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.feImage {
  width: 60%;
  max-width: 728px;
  position: relative;
}

.feImage:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 0px;
  right: 0px;
  background: linear-gradient(-45deg, #f4f4f4 50%, #151211 50%);
}

.feImage img {
  max-width: 100%;
  display: flex;
  width: 100%;
  object-fit: cover;
}

.newArrivalCarousel {
  display: flex;
  justify-content: space-between;
}

.slideItem {
  max-width: 25%;
  text-align: center;
  display: inline-block;
}

.slideItem img {
  max-width: 80%;
}

.cur-prc {
  font-size: 12px;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #2c2c2c;
}

.carousel-cell {
  width: 66%;
  margin: 0px 10%;
  counter-increment: carousel-cell;
  max-width: 850px;
}

.carousel-cell img {
  max-width: 100%;
}

.carouselHeadingWrap {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto;

  opacity: 0;
  transition: .5s all;
}

.is-selected>.carouselHeadingWrap {
  visibility: visible;
  opacity: 1;
}

.carouselHeadingWrap+picture {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 808px;
  height: 100%;
}

.carouselHeadingText {
  display: block;
  text-decoration: none;
  color: #151211;
}

.swiper-wrapper {
  height: auto !important;
}

section.hmBnrSection {
  margin-top: 30px;
}

.blogSubsForm .ic-subs {
  width: 73px;
  margin-right: 30px;
}

.blogSubsForm .subsText {
  width: calc(100% - 103px);
  margin-left: 0;
}

.blogSubsForm .subsText h3 {
  margin-bottom: 5px;
}

.conComment .form-submit {
  margin-top: 20px;
}

.blogSubsForm {
  margin-bottom: 80px;
}

.recentArticles .articleRow.flx-jusfy {
  justify-content: normal;
  width: 100%;
  max-width: 785px;
}

.recentArticles .articleImage {
  width: auto;
  margin-right: 50px;
}

.recentArticles .articleInfo {
  width: calc(100% - 234px);
}

.recentArticles .flx-jusfy {
  justify-content: normal;
}

.readingListsWrap {
  background: #F4F4F4;
}

.readingListsWrap .readImageWrap {
  margin: 0 16px;
}

.readingListsWrap .readImageWrap:first-child {
  margin-left: 0px;
}

.readingListsWrap .readImageWrap:last-child {
  margin-right: 0px;
}

.videoList .articleInfo {
  width: calc(100% - 160px);
}

#feat_wtchs .swiper-pagination {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: #151211;
  bottom: 5px;
}

.playVideo-wrappper {
  width: 100%;
  max-width: 704px;
  background-color: #efefef;
  margin-bottom: auto;
  padding-top: 50%;
  overflow: hidden;
  position: relative;
}

.playVideo-wrappper .iframeVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.playVideo-wrappper .playVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}

.readImageCapt.mob-sec {
  display: none;
}

.editorPicks .carouselHeadingWrap {
  display: block;
  text-decoration: none;
  color: #151211;
}

.fea_vid_pop {
  cursor: pointer;
  position: relative;
  display: block;
}

.fea_video_popup {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.articleImage img.ThmPlayVideoIcon {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  width: 32px;
}

.articleImage .fea_vid_pop:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 1;
}


.popup_closed {
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.popup_closed svg {
  width: 18px;
}

.videoPopupWrap {
  position: relative;
}

.articleRight h3 {
  margin-bottom: 16px;
}

.articleRight ul>li {
  margin-bottom: 8px;
}




@media(max-width:1680px) {
  .carousel-cell {
    margin: 0px 5%;
  }

  .flickity-prev-next-button.next {
    right: 14.5% !important;
  }

  .flickity-prev-next-button.previous {
    left: 14.5% !important;
  }
}

@media(max-width:1400px) {

  .flickity-prev-next-button.next {
    right: 13% !important;
  }

  .flickity-prev-next-button.previous {
    left: 13% !important;
  }
  #fea_video_popup {
		max-width: 600px;
		max-height: 561px;
	}
}

@media(max-width:1280px) {
  .flickity-prev-next-button.next {
    right: 11% !important;
  }

  .flickity-prev-next-button.previous {
    left: 11% !important;
  }
}


@media(max-width:1200px) {
  .articleLeft {
    padding-right: 62px;
  }

  .recentArticles .articleImage {
    margin-right: 40px;
  }

  .stories:before {
    width: 100px;
    height: 100px;
  }

  .topStories .storiesList .stories {
    padding-left: 130px;
  }

  .storiesSection {
    padding-right: 80px;
  }

}


@media(max-width:1199px) {
  .readImageWrap {
    display: inline-block;
  }

  .playVideo .readImageCapt {
    font-size: 20px;
    line-height: 28px;
  }

  .playVideo .readImageCapt {
    display: flex;
    justify-content: normal;
  }

  .playVideo .readImageCapt p {
    max-width: 450px;
  }
}

@media(max-width:1100px) {
  .editorPicks .btn-v2 {
    margin-bottom: 20px;
  }
}


@media (min-width: 993px) and (max-width:1024px) {
  .videoList .articleRow {
    padding-bottom: 20px;
  }

  .videoList .articleInfo>h3 {
    margin-bottom: 8px;
  }

  .videoList .articleImage {
    width: 100px;
  }

  .articleRow:nth-of-type(n+2) {
    margin-top: 20px;
  }
}


@media(max-width:1024px) {
  .readingListsWrap .container {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .readingListsWrap .container:not(.headingWrap) {
    max-width: 100%;
  }

  .readingListsWrap .readImageWrap:first-child {
    margin-left: 3.5%;
  }


  .readingListing {
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    max-width: 100%;
    display: block;
    padding-bottom: 40px;
  }

  .readImageWrap {
    margin-right: 3.5%
  }

  .readImageWrap:nth-of-type(1) {
    margin-left: 3.5%;
  }

  .readImageCapt span {
    white-space: initial;
  }


  .playVideo,
  .iframeVideo {
    width: 55%;
  }

  .articleLeft {
    padding-right: 42px;
  }
}

@media(max-width:992px) {
  .videoSection {
    flex-wrap: wrap;
  }

  .videoImg {
    position: relative;
  }

  .storiesSection {
    width: 100%;
    padding-right: 0px;
  }

  .advWrap {
    display: none;
  }

  .newArrivalCarousel {
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    max-width: 100%;
    display: block;
    padding-bottom: 20px;
  }

  .slideItem {
    max-width: 160px;
    margin-left: 7%;
  }

  .trendingListWrap .trendWrap {
    margin-bottom: 50px;
  }

  .videoList {
    padding-left: 0px;
  }

  .editorPicks .carousel-cell {
    width: 61%;
    max-width: 970px;
    margin: 0 5%;
  }

  .editorPicks .flickity-prev-next-button.previous {
    left: 9% !important;
  }

  .editorPicks .flickity-prev-next-button.next {
    right: 9% !important;
  }


  .playVideo-wrappper {
    max-width: 100%;
    padding-top: 86%;
    margin-bottom: 50px;
  }

  .videoSection .videoList {
    width: 100%;
  }

  .iframeVideo iframe {
    bottom: 0;
  }
}

@media(max-width:900px) {
  .articleLeft {
    padding-right: 0;
    margin-right: 0px;
    border-right: 0px;
    width: 100%;
  }

  .articleRight {
    display: none;
  }

  /*
	.carouselHeadingWrap {
	  visibility: visible;
	  opacity:0;
	  transition:.5s all;
	}
	.is-selected>.carouselHeadingWrap {
		opacity:1;
	}

	.editorPicks p{
		height:50px;
	}

	.headingWrap-center .sec-ttl {
	  height:75px;
	}*/

}


@media(min-width: 768px) {
  .recentArticles .articleInfo>h3 {
    width: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }

  .videoList .articleInfo>h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}


@media(max-width:767px) {
  .hmBnrCaption .dateShare {
    justify-content: left;
  }

  .home .wrap {
    margin-top: 0px;
  }

  .articleInfo h3 a {
    -webkit-line-clamp: 4;
  }

  .readingListing {
    padding-bottom: 25px;
  }

  .hmBnrCaption {
    padding: 50px 0px;
    margin-top: 0px;
    text-align: left;
    max-width: 86%;
  }

  .playVideo .readImageCapt {
    font-size: 16px;
    line-height: 24px;
  }

  .playVideo .videoImg img {
    height: auto;
  }

  .videoCapt img {
    width: 30px;
    top: -8px;
  }

  .dateShare {
    justify-content: left;
  }

  .articleInfo .dateShare {
    margin-bottom: 0px;
  }

  .articleLeft {
    width: 100%;
    border: none;
    padding-right: 0px;
    margin-right: 0px;
  }

  .articleRight {
    display: none;
  }

  .videoList .articleImage {
    display: none;
  }

  .articleImage {
    width: 111px;
    margin-right: 0px;
  }

  .articleLeft .articleInfo {
    width: calc(100% - 125px);
  }

  .articleImage img {
    max-width: 100%;
    width: 100%;
  }

  .readImageWrap {
    margin-right: 7%
  }

  .readImageWrap:nth-of-type(1) {
    margin-left: 7%;
  }

  .playVideo img {
    display: flex;
  }

  .playVideo .readImageCapt {
    position: relative;
    width: 100%;
    background: #626262;
    padding: 30px;
    box-sizing: border-box;
    z-index: 2;
    top: 0px;
    left: 0px;
  }

  /* .playVideo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(44, 44, 44, .8);
    z-index: 1;
  } */

  .m-PlayVideo {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #707070;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
  }

  .m-PlayVideo:before {
    position: absolute;
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    margin-left: 2px;
  }

  .feArticleSection {
    flex-wrap: wrap;
  }

  .feContent,
  .feImage {
    width: 100%;
  }

  .feContent {
    order: 2;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .stories {
    padding-left: 80px;
  }

  .stories:before {
    width: 65px;
    height: 65px;
    font-size: 24px;
  }

  .editorPicks {
    text-align: left;
  }

  .editorPicks .btn-v2 {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0px;
    text-align: center;
    margin-top: 30px;
  }

  .flickity-prev-next-button.next,
  .flickity-prev-next-button.previous {
    display: none;
  }

  .carousel-cell {
    margin: 0px 7%;
  }

  .carousel-cell {
    width: 86%;
  }

  .carouselHeadingWrap {
    max-width: 100%;
    text-align: left;
    width: 100%;
  }

  #feat_wtchs .arrow {
    display: none;
  }

  .hmBnrSection .container {
    max-width: 100%;
  }

  .carouselHeadingWrap+picture {
    width: 100% !important;
  }

  .feArticle.cmnSection .sec-ttl {
    font-size: 24px;
    line-height: 32px;
  }

  section.hmBnrSection {
    margin-top: 0px;
  }

  .hmBnrSection .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .hmBnrSection .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .recentArticles .articleImage {
    margin-right: 24px;
    max-width: 111px;
  }

  .readingListsWrap .container {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .videoList {
    padding-left: 0px;
  }

  .videoList .articleInfo {
    width: 100%;
  }

  .topStories .storiesList .stories {
    padding-left: 80px;
  }

  .trendCont>a {
    padding-bottom: 0;
    margin-bottom: 8px;
    -webkit-line-clamp: initial;
  }

  .storiesCont {
    margin-top: 0px;
  }

  .storiesList .dateShare {
    margin-top: 24px;
  }

  .editorPicks .carousel-cell {
    width: 83%;
    margin: 0 9px;
  }

  .editorPicks .carouselHeadingWrap {
    margin-bottom: 30px;
  }

  #feat_wtchs .container {
    padding-left: 0px;
    padding-right: 0px;
  }


  .headingWrap-center .sec-ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
  }

  .editorPicks p {
    text-align: center;
  }

  .readImageCapt.mob-sec {
    position: relative;
    width: 100%;
    background: #626262;
    padding: 30px;
    box-sizing: border-box;
    z-index: 2;
    top: 0px;
    left: 0px;
    margin-bottom: 32px;
    justify-content: normal;
    display: flex;
  }

  .playVideo-wrappper {
    margin-bottom: 0px;
  }

  .playVideo .readImageCapt.desk-sec {
    display: none;
  }

  .readImageCapt.mob-sec img {
    margin-bottom: auto;
    top: 4px;
    margin-top: 0;
  }

  .ourTalks .talkTxt p+span {
    font-size: 14px;
    line-height: 24px;
  }

  .postPageSlider .swiper {
    margin-right: -40px;
    margin-left: -40px;
  }

  .postPageSlider .swiper ul li {
    max-width: 240px;
    margin-left: 7%;
    margin-right: 0px !important;
    min-width: 240px;
  }

  .postPageSlider .swiper-slide img {
    max-width: 90%;
  }

  .readingListsWrap .readImageWrap:first-child {
    margin-left: 7%;
  }

  .readImageCapt.mob-sec h3 {
    margin-bottom: 0;
  }

  .readImageCapt {
    line-height: 20px;
  }
}
