/* ========================= */
/* ".blog-noriap" body class */
/* ========================= */
/* GETTING THE BODY OUT BENEATHE THE FIXED POSITION HEADER */
.blog-noriap .body-container-wrapper {
  padding-top: 10.10vw;
}

/* ========== */
/* BLOG TITLE */
/* ========== */
.blog-title-block h1 {
  font-size: 57px;
  position: relative;
  padding-left: 75px;
  margin-bottom: 4.54vw;
  color: #525252;
  font-weight: 700;
}

.blog-title-block h1:before {
  content: '';
  position: absolute;
  height: 12px;
  width: 70px;
  background: #FFD627;
  left: 0;
  bottom: 1px;
  border-radius: 5px;
}

/* ================== */
/* SEARCH BLOCk STYLE */
/* ================== */
.search-results-content {
  margin: 0 15px 70px 15px;
}

.back-to-blog a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 25px;
  font-size: 16px;
  color: #888888;
  margin-left: 25px;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.back-to-blog a:before {
  content: url(https://cdn2.hubspot.net/hubfs/5513775/images%20HP/blog/back2blog.svg);
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.back-to-blog a:hover {
  opacity: .7;
}

.back-to-blog-title h1 {
  color: #525252;
  font-size: 2.96vw;
  font-weight: 700;
  position: relative;
  margin-bottom: 4.68vw;
  line-height: 140%;
}

.back-to-blog-title h1:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 12px;
  background: #FFD627;
  border-radius: 5px;
  bottom: -3.12vw;
  left: 0;
}

.back-to-blog-title h1 span {
  white-space: nowrap;
}

/* HIDE ON SEARCH RESULTS PAGE */
.blog-title-block.search-listing,
.topics-container.search-listing,
.sidebar-container.search-listing,
.webserie-block.search-listing,
.blog-cta-block.search-listing{
  display: none;
}

.search-results-block #blog-search-form {
  margin: 0 15px;
  max-width: 55%;
}

/* POST STYLE ON SEARCH LIST */
.posts-container.search-listing .flex-item:first-child,
.category-listing .flex-item:first-child{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

/*.posts-container.search-listing .flex-item:first-child .flex-text,
.category-listing .flex-item:first-child .flex-text {
min-height: 21.25vw;
}*/

.posts-container.search-listing .flex-item:first-child .video-ico:after,
.category-listing .flex-item:first-child .video-ico:after{
  right: -60px;
}

.posts-container.search-listing {
  margin-bottom: 3vw;
}

/* ADDING BACKGROUDN ON SEARCH RESULTS LISTING */
.search-listing .body-container-wrapper {
  background: url(https://cdn2.hubspot.net/hubfs/5513775/images%20HP/blog/search-background.svg);
  background-repeat: no-repeat;
  background-position: 100% 7%;
  background-size: initial;
  position: relative;
  z-index: 0;
}

/* ========================= */
/* BLOG AUTHOR LISTING STYLE */
/* ========================= */
.blog-author-block {
  margin-bottom: 2.39vw;
}

.blog-author-positioner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-author-content {
  margin: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
}

.blog-author-title h2 {
  font-size: 26px;
  color: #363636;
}

/* HIDDING ON BLOG AUTHOR PAGE */
.blog-title-block.blog-author-listing,
.sidebar-container.blog-author-listing,
.webserie-block.blog-author-listing,
.blog-cta-block.blog-author-listing {
  display: none;
}

.blog-author-listing .body-sidebar-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.author-body-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
}

.blog-author-title h1 {
  color: #525252;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 1.3vw;
  line-height: 100%;
}

.author-body-content {
  margin-right: 7.22vw;
}

.author-body-content {
  margin-right: 7.22vw;
  padding: 0 5vw 6.4vw 0;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  background: #FCFCF6;
  border-radius: 0 0 6vw 0;
  position: relative;
}

.author-body-content:before {
  content: '';
  background: #FCFCF6;
  position: absolute;
  height: 150%;
  width: 100%;
  left: -100%;
  top: -50%;
}

.author-body-content:after {
  content: '';
  background: #FCFCF6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
}

.blog-author-avatar {
  margin-bottom: 4vw;
  position: relative;
}

.blog-author-avatar:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 6px;
  background: -o-linear-gradient(45deg,#ffd627 0%,#ffac27 100%);
  background: linear-gradient(45deg,#ffd627 0%,#ffac27 100%);
  border-radius: 5px;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blog-author-position-articles p {
  line-height: 140%;
  font-size: 16px;
}

.blog-author-position-articles {
  margin-bottom: 2.08vw;
}

/* ====================== */
/* CATEGORY LISTING STYLE */
/* ====================== */
.category-listing-block,
.category-listing-go-back {
  display: none;
}

.category-listing-go-back {
  margin-bottom: 2.08vw;
}

.category-listing .category-listing-block,
.category-listing .category-listing-go-back{
  display: block;
}

.category-listing .blog-title-block,
.category-listing .topics-container,
.category-listing .sidebar-container,
.category-listing .webserie-block,
.category-listing .blog-cta-block{
  display: none;
}

.category-listing .body-sidebar-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 7.37vw;
}

.category-listing .body-container-wrapper {
  background: url(https://cdn2.hubspot.net/hubfs/5513775/images%20HP/blog/category-background.svg);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: 0 30%;
  position: relative;
  z-index: 0;
}

.category-listing-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  position: relative;
}

.listing-cat-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 7.22vw;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

/* PUTTING THE CURRENT CATEGORY AT THE TOP OF THE CATEGORY STACK */
/* CHECK THE JS */
.current-category {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.current-category .listing-cat-topic {
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.current-category .listing-cat-topic:before {
  content: '';
  position: absolute;
  background: #E6A122;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  bottom: 0;
  z-index: -1;
}

.listing-cat-li.current-category:after {
  content: '';
  position: absolute;
  height: 50px;
  width: 50px;
  background: url(https://cdn2.hubspot.net/hubfs/5513775/images%20HP/blog/topic-listing-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.active-list-topic .listing-cat-li.current-category:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.listing-cat-topic {
  text-decoration: none;
  font-size: 19px;
  font-family: 'Playfair Display', sans-serif;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #ffffff;
  line-height: 120%;
}

.listing-cat-topic:hover {
  opacity: .7;
}

.listing-cat-li {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.active-list-topic .listing-cat-li,
.listing-cat-li.current-category  {
  height: 100%;
  visibility: visible;
  opacity: 1;
  padding: 10px 0;
}

.active-list-topic .listing-cat-li:last-child {
  padding-bottom: 30px;
}

.listing-cat-list:before {
  content: '';
  position: absolute;
  background: -o-linear-gradient(45deg, #ffd627 0%,#ffac27 100%);
  background: linear-gradient(45deg, #ffd627 0%,#ffac27 100%);
  width: 200%;
  height: 140%;
  right: 0;
  top: -18%;
  border-radius: 0 50px 50px 0;
}

.active-list-topic.listing-cat-list:before {
  height: 100%;
  top: -2%;
}

.listing-cat-list:hover:before {
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.2);
}

/* ==================== */
/* BODY + SIDEBAR SETUP */
/* ==================== */
.body-sidebar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.listing-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
}

.sidebar-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
}

/* =============== */
/* CATEGORIES BARS */
/* =============== */
.topics-container {
  position: relative;
  min-height: 55px;
  margin: 0 15px 70px 15px;
}

.topic-list {
  padding: 0;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.2);
  border-radius: 30px;
  margin-bottom: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 4;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-box-shadow .5s ease-in-out;
  transition: -webkit-box-shadow .5s ease-in-out;
  -o-transition: box-shadow .5s ease-in-out;
  transition: box-shadow .5s ease-in-out;
  transition: box-shadow .5s ease-in-out, -webkit-box-shadow .5s ease-in-out;
}

.topic-list:hover {
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.5);
}

.topic-list.active-topics {
  border-radius: 30px 30px 0px 0px;
}

.active-topics .action-topics {
  border-bottom: 1px solid #E5E5E5;
}

.topic-link {
  height: 0;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  position: relative;
}

.action-topics {
  font-size: 18px;
  padding: 8px 30px;
  cursor: pointer;
}

.active-topics .topic-link {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.topic-clicker {
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding: 5px 30px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  line-height: 120%;
}

.topic-clicker:hover {
  opacity: .5;
}

.all-topics {
  color: #FFAC27;
  font-weight: 700;
}

.topic-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.5);
  border-left: 1px solid transparent;
  background: transparent;
  z-index: -1;
}

.topic-link:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.5);
  border-left: 1px solid transparent;
  background: transparent;
  z-index: -1;
}

.topic-link:last-child {
  border-radius: 0px 0px 30px 30px;
}

.topic-link:last-child:before{
  display: none;
}

.topic-link:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.2);
  border-left: 1px solid transparent;
  background: transparent;
  z-index: -1;
  border-radius: 0px 0px 30px 30px;
}

.topics-container:after {
  content: '';
  position: absolute;
  height: 40px;
  width: 40px;
  right: 1%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: url(https://cdn2.hubspot.net/hubfs/5513775/images%20HP/blog/topic-arrow-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.topics-container:hover:after {
  opacity: .7;
}

.topics-container.rotate-topic-arrow:after {
  -webkit-transform: rotate(-180deg) translateY(50%);
  -ms-transform: rotate(-180deg) translateY(50%);
  transform: rotate(-180deg) translateY(50%);
}

.topic-link:last-child {
  padding-bottom: 15px;
}

.all-topics {
  padding-top: 15px;
}

.topics-container .web-series {
  display: none;
}

/* ======= */
/* SIDEBAR */
/* ======= */
.sidebar-padding-control {
  padding-left: 7.22vw;
}

/* SEARCH BAR BLOCK */
.search-bar-block {
  margin-bottom: 3.53vw;
}

#blog-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

#blog-search-form input {
  font-size: 16px;
  font-family: 'Avenir',Helvetica,Arial,sans-serif;
  color: #888;
  border: 2px solid #EFEFEF;
  border-radius: 30px;
  padding: 14px 40px;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#blog-search-form input:hover,
#blog-search-form input:focus,
#blog-search-form input:focus-within {
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.2);
  border: 2px solid transparent;
  outline: none;
}

.blog__searchbar--submit:focus {
  outline: none;
}

.blog__searchbar--submit {
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  background: url(https://cdn2.hubspot.net/hubfs/5513775/images%20HP/blog/loupe.svg) no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-size: contain;
  position: absolute;
  height: 25px;
  width: 25px;
  border: none;
  z-index: 2;

}

.blog__searchbar--submit:hover {
  opacity: .6;
}

/* POPULAR ARTICLES BLOCK */
.popular-articles-block-title h2 {
  font-size: 26px;
  position: relative;
  display: inline-block;
}

.popular-articles-block-title h2:after {
  content: '';
  position: absolute;
  width: 162px;
  height: 50px;
  top: -30px;
  right: -145px;
  background: url(https://cdn2.hubspot.net/hubfs/5513775/images%20HP/blog/ilsontplus.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.popular-articles-block-title {
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: .75vw;
}

.popular-articles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pop-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.pop-img-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
}

.pop-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
}

.pop-item {
  margin-bottom: 1.36vw;
  position: relative;
  border-radius: 10px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.pop-clicker {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pop-topic-container {
  line-height: initial;
  margin-bottom: .65vw;
}

.pop-topic {
  display: inline-block;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #888888;
  position: relative;
  z-index: 2;
}

.pop-topic:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: -o-linear-gradient(45deg, #ffd627 0%,#ffac27 100%);
  background: linear-gradient(45deg, #ffd627 0%,#ffac27 100%);
  bottom: -4px;
  left: 0;
}

.pop-topic:hover {
  opacity: .6;
}

.pop-article-title h3 {
  font-size: 20px;
  line-height: initial;
  color: #848484;
}

.pop-img-content {
  height: 5.6vw;
  width: 5.6vw;
  border-radius: 10px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.pop-text-content {
  padding: 0 1.41vw;
}

.pop-item:first-child:hover,
.pop-item:hover .pop-img-content {
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.5);
}

.pop-item:first-child .pop-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pop-item:first-child .pop-img-container,
.pop-item:first-child .pop-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.pop-item:first-child .pop-topic:before {
  display: none;
}

.pop-item:first-child .pop-img-content {
  width: 23.7vw;
  height: 9.89vw;
}

.pop-item:first-child .pop-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  z-index: 2;
  width: 70%;
}

.pop-item:first-child .pop-topic {
  color: #ffffff;
  padding: .2vw .5vw;
  border: 1px solid #ffffff;
  border-radius: 50px;
}

.pop-item:first-child .pop-topic:hover {
  opacity: .7;
}

.pop-item:first-child .pop-article-title h3 {
  color: #ffffff;
}

.pop-item:first-child .pop-img-content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.35);
  border-radius: 10px;
  top: 0;
  left: 0;
}

.popular-articles-block {
  margin-bottom: 3.93vw;
}

/* TWITTER TIMELINE */
.twitter-iframe-container {
  position: relative;
}

.twitter-iframe-container:before {
  content: '';
  position: absolute;
  top: -33px;
  left: 58px;
  background: url(https://cdn2.hubspot.net/hubfs/5513775/suiveznous.svg);
  width: 300px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ============= */
/* LISTING STYLE */
/* ============= */
.flex-item img {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.posts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 1.51vw;
  position: relative;
}

.flex-item:hover .flex-content {
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.6);
}

.flex-item:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.flex-content {
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.2);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin: 0 15px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  height: 39vw;
}

.flex-item:first-child .flex-content {
  padding: 0;
  height: 31vw;
}

.flex-item:first-child .flex-description {
  margin-bottom: 1vw;
}

.flex-item:first-child .flex-read-more {
  margin-top: 0;
}

.flex-item:first-child .flex-title h2 {
  margin-bottom: 1vw;
}

.category-listing .flex-item:first-child .flex-content {
  height: 39vw;
}

.category-listing .flex-item:first-child .flex-read-more {
  margin-top: 2vw;
}

.category-listing .flex-item:first-child .flex-title h2 {
  margin-bottom: 1vw;
}

.category-listing  .flex-item:first-child .flex-read-more {
  margin-top: auto;
}


/* CARD STYLE */
.flex-text {
  background: #fff;
  /*min-height: 21.25vw;*/
  height:55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding:1.2vw;
  /*padding: 1.41vw 2.02vw 2.77vw 2.02vw;*/
}



.card-content{
  height:inherit;
  postion: relative;
}

/*.flex-item:first-child .flex-text {
min-height: 14.32vw;
}*/

.flex-item:first-child .frame-control {
  min-height: 11vw;
  overflow: hidden;
}

.frame-control {
  min-height: 9vw;
  overflow: hidden;
}

.flex-title h2 {
  font-size: 26px;
  line-height: 140%;
  margin-bottom: 1.71vw;
}

.flex-read-more {
  margin-top: auto;
  position: absolute;
  bottom: 2vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.flex-topic-container {
  position: relative;
  z-index: 3;
}

.flex-topic {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 24px;
  background: -o-linear-gradient(45deg, #ffd627 0%,#ffac27 100%);
  background: linear-gradient(45deg, #ffd627 0%,#ffac27 100%);
  border-radius: 0 50px 50px 0px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  z-index: 2;
}

.flex-topic:hover {
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.35);
}

.flex-topic-container:before {
  content: '';
  background: #ffffff;
  position: absolute;
  width: 100%;
  height: 52%;
  bottom: -2%;
  left: 0;
  z-index: -1;
}

.flex-item:first-child .video-ico:after {
  content: '';
  position: absolute;
  width: 55px;
  height: 36px;
  right: -50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(https://cdn2.hubspot.net/hubfs/5513775/images%20HP/blog/video-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.flex-description {
  margin-bottom:2vw;  
}

.flex-description p{
  line-height: 1.7vw;
}

.video-ico:after {
  content: '';
  position: absolute;
  width: 55px;
  height: 40px;
  right: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(https://cdn2.hubspot.net/hubfs/5513775/images%20HP/blog/video-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.publish-date p {
  font-size: 16px;
  position: relative;
}

.publish-date p:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 28px;
  background: #C4C4C4;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.publish-date {
  margin-bottom: .35vw;
  padding: 10px 0 0 0;
}

.more-link {
  font-size: 20px;
  text-decoration: none;
  color: #FFAC27;
  padding: 0.5rem 1rem;
  border: 1px solid #FFAC27;
  border-radius: 50px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  z-index: 3;
}

.more-link:hover {
  background: #FFAC27;
  border: 1px solid transparent;
  color: #ffffff;
} 

.flex-clicker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* ================ */
/* PAGINATION STYLE */
/* ================ */
.blog__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7.37vw;
}

.blog__pagination a {
  text-decoration: none;
  margin: 0 8px;
  font-size: 20px;
  color: #BCBCBC;
  font-weight: 700;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


.blog__pagination a.active {
  color: #FFAE2E;
}

.blog__pagination a:hover {
  opacity: .6;
}

.blog__pagination path {
  fill: #bcbcbc;
}

/* ================ */
/* WEB SERIES BLOCK */
/* ================ */
.blog-noriap .alt-wrapper {
  float: none;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 1.5%;
}

.webseries-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-web-series-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.right-web-series-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.web-series-clicker {
  display: block;
}

.right-web-series-container img {
  margin: 0;
  width: 100%;
}

.web-series-title h2 {
  font-size: 57px;
  margin-bottom: 4.16vw;
  position: relative;
  line-height: 110%;
}

.web-series-title h2:before {
  content: '';
  position: absolute;
  height: 12px;
  width: 10vw;
  background: #FFD627;
  left: -24%;
  bottom: -30px;
  border-radius: 5px;
}

.left-web-series-content {
  padding: 0 5vw 0 2vw;
}

.web-series-generic-description {
  margin-bottom: 2.76vw;
}

.web-series-link a {
  font-size: 22px;
  text-decoration: none;
  padding: 1vw 1.56vw;
  background: #39C6AF;
  color: #ffffff;
  border-radius: 50px;
  display: block;
  text-align: center;
  line-height: initial;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 2px solid #39C6AF;
}

.web-series-link a:hover {
  color: #39C6AF;
  background: #ffffff;
}

.webserie-block {
  display:none;
  margin-bottom: 13.54vw;
  padding: 50px 0 0 0;
}

.web-series-img-path-control {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0 190px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.web-series-img-path-control:hover {
  opacity: .9;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.6);
}

.web-series-img-path-control:before {
  content: url(https://cdn2.hubspot.net/hubfs/5513775/images%20HP/blog/video-ico.svg);
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* =============== */
/* CTA BLOCK STYLE */
/* =============== */
.blog-cta-title h2 {
  font-size: 36px;
  margin-bottom: 4.16vw;
  position: relative;
  color: #ffffff;
}

.blog-cta-title h2:before {
  content: '';
  position: absolute;
  bottom: -1.97vw;
  width: 80px;
  height: 4px;
  background: #ffffff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
}

.blog-cta-block {
  padding: 4.16vw 0;
  margin-bottom: 6.7vw;
  display : none !important;
}

.blog-cta-block {
  position: relative;
}

.blog-cta-block:before {
  content: '';
  position: absolute;
  background: -o-linear-gradient(45deg, #ffd627 0%,#ffac27 100%);
  background: linear-gradient(45deg, #ffd627 0%,#ffac27 100%);
  top: 0;
  right: 0;
  height: 100%;
  width: 90%;
  z-index: -2;
  border-radius: 50px 0 0 50px;
}

.blog-cta-block:after {
  content: '';
  top: 0;
  right: 0;
  background: url(https://cdn2.hubspot.net/hubfs/5513775/images%20HP/blog/background-motif.svg);
  height: 100%;
  width: 90%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* ========= */
/* POST BODY */
/* ========= */
.hs-blog-post .body-container-wrapper {
  padding-top: 0 !important;
}

/* CLASSIC ARTICLE HEADER */
.classic-img-container {
  position: relative;
  min-height: 41vw;
  margin-bottom: 5.83vw;
  overflow: hidden;
  border-radius: 0 0 200px 0;
}

.classic-img-container:before {
  content: '';
  position: absolute;
  background: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.classic-img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}

.classic-article-header {
  position: relative;
}

.classic-title-container {
  position: absolute;
  width: 100%;
  top: 10.10vw;
  left: 0;
  height: auto;
  z-index: 3;
}

.classic-title-container h1 {
  font-size: 57px;
  color: #ffffff;
  max-width: 70%;
  line-height: 120%;
  font-weight: 700;
}

.post-back-to-blog {
  margin-bottom: 9.57vw;
}

.post-back-to-blog a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  z-index: 3;
  padding-left: 20px;
  display: block;
}

.post-back-to-blog a:before {
  content: url(https://cdn2.hubspot.net/hubfs/5513775/images%20HP/blog/classic-article-go-back-arrow.svg);
  position: absolute;
  left: 0;
  top: 5%;
  height: 14px;
  width: 10px;
}

.post-back-to-blog a:hover {
  opacity: .7;
}

.outside-date p {
  color: #ffffff;
  font-size: 20px;
  font-family: 'Playfair Display', sans-serif;
  margin-bottom: 5px;
}

.classic-header-topic a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin-left: 8px;
}

.classic-header-topic a:hover {
  opacity: .7;
}

.classic-date-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.66vw;
  position: relative;
  -webkit-transform: translateX(-6.5vw);
  -ms-transform: translateX(-6.5vw);
  transform: translateX(-6.5vw);
}

.classic-header-topic {
  position: relative;
}

.classic-header-topic:before {
  content: '';
  position: absolute;
  background: -o-linear-gradient(45deg,#ffd627 0%,#ffac27 100%);
  background: linear-gradient(45deg,#ffd627 0%,#ffac27 100%);
  height: 6px;
  width: 200%;
  right: 0;
  bottom: 0;
  border-radius: 5px;
}

/* =============== */
/* POST BODY STYLE */
/* =============== */
.post-body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.post-body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
}

.post-sidebar-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
}

.post-txt,
.read-also-block {
  margin-bottom: 2.6vw;
}

.post-text-body {
  padding-top: 4vw;
  margin-bottom: 4vw;
}

/* POST CONTENT STYLE H2, H3, STRONG... */
.post-text-body p {
  font-size: 18px;
  margin: 10px 0;
}

.webseries-article .post-text-body p {
  font-weight: 600;
  color: #525252;
}

.webseries-article {
  padding: 0 0 5rem 0;
}

.post-text-body a {
  text-decoration: none;
  font-size: 18px;
  color: #FFAC27;
  font-weight: 700;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.post-text-body a:hover {
  text-decoration: underline;
}

.hs-button {
  text-decoration: none;
  font-size: 17px;
  color: white !important;
  background-color : #38c6ae;
  font-weight: 700;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding : 7px 23px;
  text-align: center;
  border-radius: 50px;
  display : block;
  width: max-content;
}

.hs-button:hover {
  color : #38c6ae !important;
  background-color : white;
  border : solid 1px #38c6ae;
  text-decoration : none !important;
}

.post-text-body ul li {
  font-size: 18px;
  margin: 10px 0 10px 0;
}

.post-text-body ul li:before {
  content: '\2022';
  color: #FFAC27;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.post-text-body h1 {
  line-height: 115%;
  font-size: 38px;
  color: #000;
  font-weight: 700;
}

.post-text-body h2 {
  color: #000000;
  font-size: 26px;
  margin: 25px 0;
}

.post-text-body h3 {
  font-size: 23px;
  margin: 10px 0;
  color: #000000;
}

.post-text-body h4 {
  font-size: 21px;
  color: #000000;
  margin: 10px 0;
}

.post-text-body h5 {
  font-family: 'Playfair Display', sans-serif;
  color: #000000;
  font-size: 20px;
  margin: 5px 0;
}



.post-text-body .hs-responsive-embed iframe {
  margin: 0 !important;
}


.post-text-body em {
  font-style: italic;
}

/* POST BOTTOM TOPICS */
.post-bottom-topic ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-bottom-topic a {
  text-decoration: none;
  font-size: 17px;
  color: #FFAC27;
  padding: 7px 23px;
  border: 2px solid #FFAC27;
  border-radius: 50px;
  margin-right: 50px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: block;
  margin-bottom: 17px;
}

.post-bottom-topic a:hover {
  background: #FFAC27;
  border: 2px solid transparent;
  color: #ffffff;
}

/* BOTTOM RELATED ARTICLES */
.read-also-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.read-also-block p, 
.read-also-block a {
  font-size: 20px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 700;
}

.read-also-block p {
  margin-right: 10px;
  color: #000000;
}

.read-also-block a {
  text-decoration: none;
  color: #FFAC27;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin-right: 10px;
}

.read-also-block a:hover {
  opacity: .7;
}

.author-and-social-sharing-block {
  margin-bottom: 3.84vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* BOTTOM AUTHOR STYLE */
.bottom-author-avatar {
  margin-right: 2.08vw;
}

.bottom-author-avatar img {
  margin: 0;
}

.bottom-author-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.bottom-author-details p {
  line-height: 140%;
}

.bottom-author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bottom-author-name p {
  font-family: 'Playfair Display', sans-serif;
  font-size: 26px;
  color: #000000;
  margin-bottom: 5px;
  font-weight: 700;
}

.bottom-author-position p {
  font-size: 16px !important;
  margin-bottom: 5px;
}

.bottom-author-profile-access a {
  text-decoration: none;
  font-size: 16px;
  color: #FFAC27;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  font-weight: 700;
}

.bottom-author-profile-access a:hover {
  opacity: .6;
}

/* SOCIAL SHARING STYLE */
.bottom-social-sharing {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-media-content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-media-title p {
  color: #000000;
  font-size: 20px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 700;
  margin-bottom: 7px;
}


.social-media-content a {
  height: 50px;
  width: 50px !important;
  margin-right: 30px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.social-media-content a:hover {
  opacity: .7;
}

/* SOCIAL MEDIA ICONS */
.social-media-content span a:nth-child(1) {
  content: url(https://cdn2.hubspot.net/hubfs/5513775/images%20HP/blog/social-media/facebook50.svg);
}

.social-media-content span a:nth-child(2) {
  content: url(https://cdn2.hubspot.net/hubfs/5513775/images%20HP/blog/social-media/linkedin50.svg);
}

.social-media-content span a:nth-child(3) {
  content: url(https://cdn2.hubspot.net/hubfs/5513775/images%20HP/blog/social-media/twitter50.svg);
}

.social-media-padding-control {
  padding-left: 2.6vw;
  border-left: 1px solid #BFBFBF;
}

/* ============== */
/* SIDEBAR BLOCKS */
/* ============== */
.post-sidebar-padding-control {
  padding-left: 7.22vw;
  padding-top: .5vw;
}

/* ===================== */
/* POST POPULAR ARTICLES */
/* ===================== */
.post-pop-art-title {
  margin-bottom: 20px;
}

.post-pop-art-title h2 {
  font-size: 26px;
  color: #525252;
  position: relative;
  display: inline-block;
}

.post-pop-art-title h2:after {
  content: url(https://cdn2.hubspot.net/hubfs/5513775/images%20HP/blog/ilsontplus.svg);
  position: absolute;
  top: -30px;
  right: -115px;
  height: 47px;
  width: 135px;
}

.post-pop-art-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 3.43vw;
}

.post-pop-art-container {
  margin-bottom: 15px;
  padding: 28px 30px;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.2);
  border-radius: 15px;
  cursor: pointer;
  position: relative;
}

.post-pop-art-container:before {
  content: '';
  position: absolute;
  background: -o-linear-gradient(45deg,#ffd627 0%,#ffac27 100%);
  background: linear-gradient(45deg,#ffd627 0%,#ffac27 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.post-pop-art-container:hover:before {
  opacity: 1;
}

.post-pop-art-container:hover .pop-num-box {
  border: 1px solid #ffffff;
}

.post-pop-art-container:hover .pop-num p,
.post-pop-art-container:hover .pop-name p{
  color: #ffffff;
}

.post-pop-art-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 4.68vw;
}

.pop-num {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pop-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

.pop-num p {
  font-family: 'Playfair Display', sans-serif;
  font-size: 50px !important;
  color: #FFAC27;
  font-style: italic;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.pop-name p {
  font-size: 20px !important;
  font-family: 'Playfair Display', sans-serif;
  color: #848484;
  font-weight: 700;
  line-height: 140%;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.pop-num-box {
  height: 65px;
  width: 65px;
  text-align: center;
  padding: 10px 10px 0 0;
  border: 1px solid #FFAC27;
  border-radius: 50px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.pop-pad {
  padding-left: 20px;
}

.pop-art-clicker {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

/* ===================== */
/* ONLY ON CLASSIC POSTS */
/* RECENT ARTICLES BLOCK */
/* ===================== */
.recent-articles-block {
  margin-bottom: 5vw;
}

.recent-articles-title {
  margin-bottom: 1.35vw;
}

.recent-articles-title h2 {
  font-size: 26px;
}

.recent-post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rec-art-container {
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}

.rec-art-content {
  min-height: 5.88vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rec-img-content {
  height: 5.6vw;
  width: 5.6vw;
  border-radius: 10px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.rec-art-container:hover .rec-img-content {
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.8);
  box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.8)
}

.rec-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
}

.rec-details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
}

.rec-details p {
  line-height: 160%;
}

.rec-pad {
  padding: 0 1.41vw;
}

.rec-title p {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Playfair Display',sans-serif;
  color: #848484;
  margin-bottom: 5px;
}

.rec-date p {
  font-size: 16px;
}

.rec-clicker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* ================================== */
/* WEB SERIES POST ARTICLE HERO STYLE */
/* ================================== */
.webseries-article-header {
  padding-top: 10.10vw;
}

.webseries-back-to-blog {
  margin-bottom: 2.34vw;
}

.webseries-back-to-blog a {
  text-decoration: none;
  font-size: 16px;
  color: #888888;
  position: relative;
  padding-left: 20px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.webseries-back-to-blog a:hover {
  opacity: .7;
}

.webseries-back-to-blog a:before {
  content: url(https://cdn2.hubspot.net/hubfs/5513775/images%20HP/blog/webseries-back-arrow.svg);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.webseries-post-title h1 {
  font-size: 57px;
  color: #525252;
  margin-bottom: 4.58vw;
  font-weight: 700;
  position: relative;
  display: inline-block;
  line-height: 1;
}

.webseries-post-title h1:before {
  content: '';
  position: absolute;
  background: -o-linear-gradient(45deg,#ffd627 0%,#ffac27 100%);
  background: linear-gradient(45deg,#ffd627 0%,#ffac27 100%);
  height: 6px;
  width: 200%;
  border-radius: 5px;
  right: 0;
  bottom: -25px;
}

.webseries-iframe-container {
  margin-bottom: 4.58vw;
}

.webseries-iframe-container iframe {
  width: 100%;
  min-height: 40.1vw;
}

.blog-author-listing .topics-container  {
  display: none;
}



/* ================= */
/* CTA BAS ARTICLE */
/* =============== */

.blog-cta-module {
  position: relative;
  overflow: hidden;
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.blog-cta-module .category{
  font-size: 1.6rem;
  color: #ffac27;
  font-weight: 700;
  text-transform :uppercase;
}

.blog-cta-module .cta-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50% !important;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  border-top-left-radius: 8rem;
  border-bottom-left-radius: 8rem;
}

.blog-cta-module .title{
  font-size: 1.6rem;
  color: #888;
  line-height: 1.4;
}

/* ========== */
/* RESPONSIVE */
/* ========== */
@media (min-width: 1921px) {
  .topics-container {
    min-height: 68px;
  }

  .blog-noriap .alt-wrapper {
    max-width: 1920px;
  }


}

@media (max-width: 1920px) {

  .more-link{
    font-size: 17px;
  }
}

@media (max-width: 1440px) {
  .blog-title-block h1:before {
    bottom: -6px;
  }

  .flex-topic {
    font-size: 14px;
    padding: 7px;
  }

  .flex-title h2 {
    font-size: 22px;
    margin-bottom: 0.71vw;
  }

  .more-link {
    font-size: 16px;
  }

  .sidebar-padding-control {
    padding-left: 5.22vw;
  }

  .pop-item:first-child .pop-img-content {
    width: 25.7vw;
    max-width: 100%;
  }

  .action-topics {
    padding: 11px 30px;
  }

  .video-ico:after,
  .flex-item:first-child .video-ico:after {
    width: 40px;
    height: 27px;
    right: -45px;
  }

  .web-series-link a,
  .default-cta a {
    font-size: 20px;
  }

  .flex-text {
    /*padding: 4.41vw 1.02vw 7.77vw 1.02vw;*/
  }

  .listing-cat-li.current-category:after {
    height: 40px;
    width: 40px;
    right: 8px;
  }

  .listing-cat-topic {
    font-size: 19px;
  }

  .pop-num-box {
    padding: 5px 5px 0 0;
  }

  .rec-pad {
    padding: 0 0 0 1.41vw;
  }

  .flex-content {
    margin: 0 8px;
    height: 40vw;
  }

  .flex-item:first-child .flex-content {
    height: 35vw;
  }

  .flex-text {
    height: 65%;
  }

  .topics-container {
    margin: 0 8px 70px 8px;
  }

  .classic-header-topic:before {
    bottom: -10px;
  }

  .posts-container {
    margin-bottom: 25px;
  }

  .blog__searchbar--submit {
    right: 5%;
  }


  .classic-title-container h1 {
    font-size: 45px;
  }

  .category-listing .flex-item:first-child .flex-content {
    height: 40vw;
  }

  .blog-cta-module .cta-image {
    border-top-left-radius: 6rem;
    border-bottom-left-radius: 6rem;
  }
  
  .blog-cta-module .default-cta a{
    font-size: 16px;
  }
}


@media (max-width: 1366px) {
  .flex-title h2 {
    font-size: 18px;
  }

  .more-link {
    font-size: 15px;
    padding: .35vw 0.5vw;
  }

  .blog-cta-module .cta-image {
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }
}


@media (max-width: 1280px) {
  .classic-title-container h1 {
    font-size: 40px;
    max-width: 70%;
  }

  .left-web-series-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }

  .right-web-series-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }

  .flex-topic {
    font-size: 10px;
  }

  .flex-description p {
    font-size: 14px !important;
    line-height: 160%;
  }

  .publish-date p {
    font-size: 14px;
  }

  .more-link {
    font-size: 14px;
  }

  .social-media-content a {
    height: 40px;
    width: 40px !important;
    margin-right: 20px;
  }

  .read-also-block a {
    margin-top: 5px;  
  }

  .action-topics {
    padding: 14px 30px;
  }

  .pop-article-title h3 {
    font-size: 16px;
  }

  .listing-cat-list:before {
    right: -10%;
  }

  .listing-cat-li.current-category:after {
    right: -8%;
  }

  .web-series-generic-description p {
    font-size: 18px;
  }

  .flex-item:first-child .flex-read-more {
    margin-top: 1rem;
  }

  .flex-item:first-child .flex-description {
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .blog-title-block h1,
  .web-series-title h2,
  .webseries-post-title h1 {
    font-size: 40px;
  }

  #blog-search-form input {
    padding: 14px 20px;
  }

  .flex-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .classic-img-container {
    min-height: 46vw;
  }

  /*.flex-item:first-child .flex-text {
  min-height: 21.25vw;
}*/

  .read-also-block p, 
  .read-also-block a {
    font-size: 18px;
  }

  .post-sidebar-padding-control {
    padding-left: 4.22vw;
  }

  .pop-item:first-child .pop-text-content {
    padding: 0;
  }

  .action-topics,
  .topic-clicker {
    font-size: 16px
  }

  .active-topics .topic-link {
    height: 85%;
  }

  .web-series-link a, 
  .default-cta a {
    font-size: 18px;
  }

  .posts-container.search-listing .flex-item:first-child, 
  .category-listing .flex-item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .posts-container.search-listing .flex-item:first-child .video-ico:after, 
  .category-listing .flex-item:first-child .video-ico:after {
    right: -45px;
  }

  .rec-title p {
    font-size: 16px;
    line-height: 120%;
  }

  .twitter-iframe-container:before {
    width: 200px;
    height: 30px;
    top: -15px;
  }

  .author-body-content {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  .flex-item:first-child .flex-content {
    height: 40vw;
  }

  .flex-item:first-child .flex-read-more {
    margin-top: auto;
  }
}

@media (max-width: 992px) {
  body {
    position: relative;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
  }

  .pop-item:first-child .pop-img-content {
    width: 29.7vw;
    height: 13.89vw;
  }

  .blog-noriap .social--links {
    right: 0.5vw !important;
  }

  .listing-cat-topic {
    font-size: 14px;
  }

  .listing-cat-li.current-category:after {
    height: 30px;
    width: 30px;
  }

  .post-text-body p,
  .post-text-body ul li,
  .post-text-body a {
    font-size: 16px;
  }

  .post-text-body h1 {
    font-size: 30px;
  }

  .post-text-body h2 {
    font-size: 23px;
    margin: 15px 0;
  }

  .post-text-body h3 {
    font-size: 21px;
    margin: 6px 0;
  }

  .post-text-body h4 {
    font-size: 18px;
    margin: 6px 0;
  }

  .post-text-body h5 {
    font-size: 17px;
  }

  .more-link {
    padding: .35vw 1vw;
  }

  .blog-cta-module .wrapper.d-flex {
    flex-flow: row;
    align-items: center;
  }

  .blog-cta-module .cta-image {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 50%;
    height: 40vw;
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    border-radius: 2rem;
  }

  .blog-cta-module .span6 {
    text-align: left;
    margin: 0;
    width: 50%;
    padding: 0 2vw;
  }
}

@media (max-width: 768px) {
  .body-sidebar-container,
  .post-body-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .listing-container,
  .sidebar-container,
  .left-web-series-container,
  .right-web-series-container,
  .post-body,
  .post-sidebar-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .webseries-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .web-series-img-path-control {
    border-radius: 0 0 0 70px;
    margin: 0 0 9vw 0;
  }

  .left-web-series-container,
  .webserie-block {
    margin-bottom: 6vw;
  }

  .web-series-link a {
    display: inline-block;
  }

  .post-back-to-blog {
    margin-bottom: 3.57vw;
  }

  .classic-img-container {
    min-height: 50vw;
  }

  .classic-title-container {
    top: 16.1vw;
  }

  .classic-header-topic a {
    font-size: 18px;
  }

  .post-text-body {
    padding-top: 0;
  }

  .post-sidebar-padding-control,
  .sidebar-padding-control {
    padding-left: 0;
  }

  .read-also-block a {
    margin-top: 12px;
  }
  .post-pop-art-block,
  .recent-articles-block,
  .search-bar-block,
  .popular-articles-block {
    margin-bottom: 6.43vw;
  }

  .rec-img-content,
  .pop-img-content,
  .pop-item:first-child .pop-img-content {
    height: 15.6vw;
    width: 15.6vw;
  }

  .pop-item:first-child .pop-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .pop-item:first-child .pop-img-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
  }

  .pop-item:first-child .pop-text {
    position: initial;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
  }

  .pop-item:first-child .pop-text-content {
    padding: 0 1.41vw;
  }

  .pop-item:first-child .pop-topic {
    color: #888;
    border: none;
    padding: 0;
  }

  .pop-item:first-child .pop-article-title h3 {
    color: #848484;
  }

  .pop-item:first-child .pop-topic:before {
    display: block;
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: -o-linear-gradient(45deg,#ffd627 0%,#ffac27 100%);
    background: linear-gradient(45deg,#ffd627 0%,#ffac27 100%);
    bottom: -4px;
    left: 0;
  }

  .pop-item:first-child .pop-img-content:before {
    display: none;
  }

  .topics-container:after {
    height: 30px;
    width: 30px;
  }

  .topics-container.rotate-topic-arrow:after {
    top: 40%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .category-listing .body-container-wrapper {
    padding-top: 16.1vw;
  }

  .category-listing-block {
    margin-bottom: 5vw;
  }

  .flex-item:first-child .frame-control,
  .frame-control {
    min-height: 20vw;
  }

  .blog-cta-block:before {
    width: 100%;
    border-radius: 0;
  }

  .post-text-body iframe {
    margin: 5vw auto !important;
  }

  .author-body-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 6vw 5vw 6.4vw 0;
    margin: 0 0 8vw 0;
  }

  .author-body-content:after {
    display: none;
  }

  .blog-author-positioner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 4vw;
  }

  .blog-author-title h1 {
    font-size: 40px;
  }

  .blog-author-avatar:after {
    bottom: -22px;
  }

  .search-results-content {
    padding: 0 0 0 3vw;
  }

  .search-results-block #blog-search-form {
    max-width: 90%;
  }

  .flex-text {
    /*min-height: 25.25vw;*/
  }

  .webseries-back-to-blog {
    padding: 0 0 0 10vw;
  }

  .action-topics, 
  .topic-clicker {
    top: 7px;
  }

  .flex-item {
    margin-bottom: 5.51vw;
  }

  .blog-cta-title h2 {
    font-size: 19px;
  }

  .flex-content {
    height: 55vw;
  }

  .blog__pagination{
    margin-bottom: 15.37vw;
  }

  .flex-item:first-child .flex-content {
    height: 55vw;
  }

  .author-body-content:before {
    display: none;
  }

  .category-listing .flex-item:first-child .flex-content {
    height: 55vw;
  }

  .flex-read-more {
    bottom: 5vw;
  }

  .blog-cta-module .title{
    margin-top: 4vw;
    font-size: 1.4rem;
  }

  .blog-cta-module .category{
    font-size: 1.4rem;
  }
  
  .classic-title-container h1 {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .flex-text {
    height: 69%;
  }

  .blog-cta-module .wrapper.d-flex {
    flex-flow: column;
    align-items: center;
  }

  .blog-cta-module .span6 {
    text-align: left;
    margin: 0;
    width: 100% !important;
    padding: 0;
    margin-bottom: 10vw;
  }

  .row-fluid .span12{
    width: 100% !important;
  }

  .blog-cta-module{
    padding-top: 2rem;
    margin:5rem 1rem 0 1rem;
  }

}

@media (max-width: 600px) {
  .filieres-list p, 
  .filieres--txt {
    font-size: 2.2vw !important;
  }

  .flex-item:first-child .flex-text,
  .flex-text,
  .posts-container.search-listing .flex-item:first-child .flex-text, 
  .category-listing .flex-item:first-child .flex-text{
    min-height: 30.25vw;
  }

  .web-series-link a, 
  .default-cta a {
    font-size: 14px;
  }

  .listing-cat-list:before {
    right: 10%;
  }

  .listing-cat-li.current-category:after {
    right: 11%;
  }

  .topic-list,
  #blog-search-form input{
    width: 80%;
  }

  .topics-container:after {
    right: 22%;
  }

  .blog__searchbar--submit {
    right: 17%;
  }

  .classic-date-topic {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .classic-title-container h1 {
    max-width: 90%;
  }

  .classic-title-container h1, 
  .webseries-post-title h1 {
    font-size: 30px;
  }

  .blog-title-block h1:before {
    bottom: 7px;
  }

  .blog-title-block h1:before {
    height: 7px;
    width: 50px;
    left: 3%;
  }

  .more-link {
    padding: 1.35vw 4.27vw;
  }

  .action-topics, 
  .topic-clicker {
    top: 11px;
  }

  .post-sidebar-padding-control,
  .sidebar-padding-control {
    padding-left: 0;
    padding: 0 4vw;
  }

  .webserie-block {
    padding-top: 7vw;
  }

  .web-series-link a {
    padding: 3vw 6.56vw;
  }

  .web-series-generic-description {
    margin-bottom: 8.76vw;
  }

  .blog-cta-title {
    margin: 0 0 10vw 0;
  }

  .blog-cta-title h2:before {
    bottom: -4.97vw;
  }

  .back-to-blog-title h1 {
    font-size: 5.96vw;
  }

  .back-to-blog-title h1:before {
    height: 6px;
  }

  .active-list-topic.listing-cat-list:before {
    border-radius: 0 20px 50px 0;
  }

  .blog-noriap .wrapper {
    padding: 0 3.5%;
  }

  .webseries-article .post-body {
    margin: 0 0 6vw 0;
  }

  .webseries-article {
    padding: 0 0 8rem 0;
  }

  .classic-img-container {
    border-radius: 0 0 100px 0;
  }

  .post-back-to-blog {
    margin-bottom: 7.57vw;
  }

  .classic-img-container {
    min-height: 60vw;
  }

  .post-body iframe {
    width: 70vw;
    height: 39vw;
  }

  .post-text-body ul li {
    line-height: 2;
    font-size: 14px !important;
  }

  .read-also-block a {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
  }

  .read-also-block p {
    line-height: 6vw;
    font-size: 16px !important;
  }

  .post-txt, .read-also-block {
    margin-bottom: 2.6vw;
    padding: 7vw 0;
  }

  .recent-articles-title {
    margin-bottom: 6.35vw;
  }

  .post-pop-art-block, 
  .recent-articles-block, 
  .search-bar-block, 
  .popular-articles-block {
    margin-bottom: 11.43vw;
  }

  .twitter-block {
    margin: 0 0 12vw 0;
  }

  .flex-content,
  .flex-item:first-child .flex-content,
  .category-listing .flex-item:first-child .flex-content {
    height: 66vw;
  }

  .webserie-block {
    padding: 30px 0 0 0;
  }
}

@media (max-width: 480px) {
  .posts-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex-item,
  .flex-item:first-child,
  .category-listing .flex-item:first-child,
  .posts-container.search-listing .flex-item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }

  .blog-noriap .body-container-wrapper {
    padding-top: 20.1vw;
  }

  .blog-title-block h1, 
  .web-series-title h2, 
  .classic-title-container h1, 
  .webseries-post-title h1 {
    font-size: 25px;
    max-width: 80%;
  }

  .blog__pagination a {
    font-size: 16px;
  }

  .classic-header-topic a {
    font-size: 14px;
  }

  .flex-title h2 {
    font-size: 18px;
  }

  .listing-cat-li.current-category:after {
    height: 25px;
    width: 25px;
  }

  .flex-description p {
    font-size: 12px !important;
  }

  .author-and-social-sharing-block {
    margin-bottom: 10.84vw;
    padding: 6vw 0;
  }

  .more-link {
    font-size: 12px;
  }

  .flex-title h2 {
    line-height: 120%;
  }

  .webseries-back-to-blog {
    padding: 0 0 5vw 17vw;
  }

  .webseries-post-title h1:before {
    bottom: -7px;
  }

  .flex-item, 
  .flex-item:first-child, 
  .category-listing .flex-item:first-child, 
  .posts-container.search-listing .flex-item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }

  .blog-author-avatar:after {
    display: none;
  }

  .flex-read-more {
    margin-top: auto;
  }

  .flex-item:first-child .flex-content,
  .flex-content,
  .category-listing .flex-item:first-child .flex-content {
    height: 90vw;
  }

  .publish-date {
    padding: 20px 0 10px 0;
  }

  .flex-item:first-child .frame-control, 
  .frame-control {
    min-height: 25vw;
  }

  .popular-articles-block-title {
    margin-bottom: 30px;
    padding: 0 0 10px 0;
  }

  .pop-item {
    margin-bottom: 20px;
  }

  .pop-topic-container {
    margin-bottom: 10px;
  }

  #blog-search-form input {
    width: 90%;
  }

  .topics-container {
    margin: 0 8px 50px 8px;
  }

  .post-back-to-blog {
    margin-bottom: 3.57vw;
  }

  .classic-img-container {
    min-height: 65vw;
  }

  .classic-date-topic {
    flex-direction: column;
    align-items: flex-start;
  }

  .classic-header-topic a {
    margin-left: 0;
  }

  .classic-header-topic {
    margin: 0 0 15px 0;
  }

  .post-back-to-blog a:before {
    top: -5px;
  }

  .flex-description
}

@media (max-width: 420px) {
  .flex-item:first-child .flex-text, 
  .flex-text, .posts-container.search-listing .flex-item:first-child .flex-text, 
  .category-listing .flex-item:first-child .flex-text {
    min-height: 40.25vw;
  }
}

@media screen and (max-width: 375px){
    .blog-cta-module .title{
    font-size: 1.2rem;
  }
  
  .blog-cta-module .category{
    font-size: 1.2rem;
  }
  
  .classic-title-container h1{
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  .flex-item:first-child .frame-control, 
  .frame-control {
    min-height: 30vw;
  }

  .flex-item:first-child .flex-text, 
  .flex-text, .posts-container.search-listing .flex-item:first-child .flex-text, 
  .category-listing .flex-item:first-child .flex-text {
    min-height: 50.25vw;
  }

  .flex-topic {
    padding: 6px;
  }

  .flex-item:first-child .flex-content,
  .flex-content {
    height: 100vw;
  }
}