:root {
  --first-bypeople-color: #e60064;
  --second-bypeople-color: #000000;
  --third-bypeople-color: #a5a5a5;
  --background-bypeople-color: #ffffff;
  --main-title-color: var(--second-bypeople-color);
  --main-gradient: linear-gradient(90deg, #f43699 0%, #cc0146 100%);
  --hover-color: #3D3F41;
  --color1: #1C1D1E;
  --color-title: #081b57;
  --color-link: #7000ff;
  scrollbar-color: #E00876 #f4f4f4;
  scrollbar-width: thin;
}
body {
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 14px;
}

body.no-scroll {
  overflow-y: hidden;
}

.card_post-frame, .post-main-info {
    position: relative;  
    background-color: #ffffff;   
    border-radius: 16px;
    transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
    transition-duration: 0.3s, 0.3s;
    transition-timing-function: ease-out, ease-out;
    transition-delay: 0s, 0s;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
    border: 2px solid #e1e2ea;
}

#main_flex_items a#cat-id {
  display: none !important;
}

.post-main-info {
  flex-direction: column-reverse;
}

.post-main-info div.inlist_items {
}

.card_post-frame:hover, .post-main-info:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

hr {
  border-top:1px solid transparent;
}
.related{display:none}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-thumb{background-color:#E00876; border-radius: 3px;}

/* CROSS BROWSER SCROLL BAR */
.ps__thumb-y {
  background-color: #E00876 !important;
  border-radius: unset !important;
}
.ps__rail-y {
  opacity: 1 !important;
}

.core_page_v2 .post-page-main-title {
    margin-left: -20px!Important;
    margin-bottom: 40px!Important;
  }
/* CROSS BROWSER SCROLL BAR */

h1,h2,h3,h4,h5 {
  font-family: 'Poppins', serif;
}
p {
  font-family: 'Poppins', sans-serif;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
  color: var(--color-link);
}
button,
button:focus {
  outline: none;
}
button:hover {
  opacity: 0.8;
}
#topbar1 {
  position: relative !important;
}
.checkbox_label {
  display: flex;
  flex-wrap: nowrap;
}
.checkbox_label .box_chk {
  display: none;
}
.checkbox_label .check_text {
  display: inline-block;
  width: calc(100% - 10px);
  margin-left: 9px;
}

.checkbox_label .check_box_shock {
  margin-top: 5px;
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
  cursor: pointer;
  margin-bottom: -3px;
  background-color: #fff;
  border-radius: 2px;
  border: solid 1px #e00876;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;

}
.box_chk:checked ~ .check_box_shock {
  background-color: #e00876;
}
.box_chk:checked ~ .check_box_shock:before {
  position: absolute;
  top: 2px;
  left: 2px;
  color: #fff;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 600;
  font-family: 'Font Awesome\ 5 Free';
}

.maing_page_link {
  display: table;
  padding: 8px;
  background-color: #f1f1f1;
  margin: 15px auto;
  color: #000;
}

.main_link {
  padding: 15px 0;
  width: 100%;
  display: block;
}

.core_page_v2 {
  max-width: 1366px;
  margin: 0 auto;
}
.core_page_v2 .row {
  margin-top: 0px;
  max-width: 100%;
  margin: 0;
}
.text-bppl-1 {
  color: #e00876;
}
.main_page_v2 {
  display: block;
  color: var(--color1);
  position: relative;
}
.main_page_v2.related-deals {
  margin-top: -14px;
}
.post_title_v2 {
  font-size: 2em;
  margin: 10px 20px;
  color: var(--color1);
  opacity: 0.9;
}

.main_wrapper_v2 {
  margin-top:0px;
}
.item_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: var(--color-title);
  font-family: 'Poppins', sans-serif;
  overflow-y: hidden;
  margin: 0;
  padding: 6px 20px;
  min-height: 58px;
}
.title_collections {
  min-height: 20px;
  color: var(--color1);
  font-size: 1.75rem;
  font-family: 'Poppins', sans-serif;
}
.item_content a {
  color: var(--color1);
}
.social-buttons.social-buttons-collections {
  bottom: 8px;
}
.social-buttons-collections button {
padding: 4px 8px;
}
.item_title:hover {
  color: var(--hover-color);
}
.item_content, .item_content_list_view, .list_view_collections {
  font-family: 'Poppins', serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 1.3;
  text-align: left;
  margin: 10px 0;
  color: var(--color1);
}
.content_collections {
  margin: 20px 0;
  font-size: 15px;
}
.related_lists {
  margin: 20px 0;
  font-size: 12px;
}
.category-collections {
  font-size: 14px;
}
.flex_items_v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}    
.grid__item {
  position: relative;
  color: inherit;
  background: #fff;
  min-height: 200px;
  text-align: center;
  border: none;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*-webkit-justify-content: center;
  justify-content: center;*/
  -webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
  -moz-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
  transition: all 250ms cubic-bezier(.02, .01, .47, 1);
}
.grid__item.item_collections {
  min-height: 150px;
}

/* LIST VIEW ITEMS */
.grid__item.list_view {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /*flex-direction: row-reverse;*/
    min-height: auto;
    padding: 10px;
}
.grid__item .post-thumb-area {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.grid__item.list_view .post-thumb-area {
  width: 100%;
  height: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.grid__item .item_content_list_view {
  margin: 0 0 5px 0;
  display: none;
}
.grid__item .list_view_collections {
  display: none;
}
.grid__item.list_view .item_content {
  margin: 0 0 5px 0;
  display: none;
}
.grid__item.list_view .social-buttons-collections {
  display: none;
}
.grid__item.list_view .item_content_list_view {
  margin: 0 0 5px 0;
  display: block;
}
.grid__item.list_view .collection-like-list-view {
  display: inline-block !important;
}
.grid__item.list_view .list_view_collections {
  margin: 15px 0;
  display: block;
}
.grid__item.list_view .post-thumb-area img {
  margin: 0;
  filter: brightness(93%);
}
.grid__item.list_view .inlist_items {
  display: inline-block;
  width: 68%;
  vertical-align: top;
  margin: 10px 0;
}
.grid__item .post-thumb-area img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(93%);
  border-radius: 16px;
}
.grid__item .post-thumb-area button {
  padding: 4px 8px;
}
.grid__item .post-thumb-area button img {
  margin: 0;
}
.grid__item .thumb-deal img {
  /*height: 115px;*/
}
.grid__item .thumb-featured-deal img {
  height: auto;
}
.grid__item .post-thumb-area img:hover {
  opacity: 0.9;
}
.grid__item.list_view .post-thumb-area img {
  max-width: 100%;
}
.grid__item.list_view .post-main-info {
  width: 100%;
}
.grid__item.list_view .item_title {
  display: block;
  min-height: 0;
}
.grid__item.list_view .loader {
  display: none;
}
.ribbon-categories {
  width: auto;
  height: 33px;
  font-size: 11px;
  position: absolute;
  background-color: transparent;
  padding: 2px 0;
  line-height: 1.24;
  right: 0;
  z-index: 11 !important;
}
.ribbon-categories-list {
  background-color: #fff;
  margin-right: 4px;
  margin-top: 2px;
  border-radius: 10px;
}
.ribbon-categories a {
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  padding: 3px 7px;
  float: right;
  background-color: rgba(0, 0, 0, 0.6);
}
.ribbon-categories a:hover {
  opacity: 0.8;
}

.btn:hover {
  opacity: 0.8;
}

.btn-shock {
	color: #fff;
  background: linear-gradient(116.49deg,#0036df,#7000ff 66.15%,#e700b7);
  padding: 10px 20px;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  border: none; 
  border-radius: 10px;
}
.btn-shock:hover {
    opacity: 0.8;
    color: #fff;
}
.btn-shock:visited {
  color: #fff;
}
/* LIST VIEW ITEMS */

/* MINI DOWN MENU */
  .mini-down-menu {
    /*display: flex;*/
    display: none;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 100;
    bottom:0;
    right: 0;
    margin-right: 15px;
    margin-bottom: 40px;
    border-radius: 7px;
    background-color: transparent;
    opacity: .8;
  }

  .mini-menu-button {
    border: 0;
    background-color: transparent;
    color: #4c4a4a;
    font-size: 2em;
    cursor: pointer;
  }

  .mini-menu-button:hover,
  .mini-menu-button.active {
    background-color: #e00876;
    color: #fff;
  }
/* MINI DOWN MENU */

.grid__item:before {
    position: absolute;
    content: '';
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    /*border: 1px solid rgba(74, 74, 74, 0.075);*/
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.grid__item * {
  z-index:10;
}

.grid__item .loader {
    height: 1px;
    width: 40%;
    margin: 1em auto;
    position: relative;
    background: var(--color1);
    opacity: 0.1;
}

.separator_grid {
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin: 15px auto;
}

/* SOCIAL BUTTONS */
.social-buttons {
    position: absolute;
    bottom: 8px;
    height: 33px;
    right: 32%;
    left: 50%;
    width: auto;
    width: max-content;
    margin: 0 auto;
    background-color: #fff;
    transform: translateX(-50%);
    border-radius: 20px;
    padding: 0 5px;
}
.social-buttons a {
  color : #c9d4d2;
}
.social-buttons a:hover {
  opacity: 0.8;
}
.grid__item:hover > .post-main-info .post-thumb-area .social-buttons {
  bottom: 8px;
  transition: bottom 0.2s;
}
.grid__item > .post-main-info .post-thumb-area .social-buttons {
  display: none;
}
.detail-list-unit:hover > .img-detail .social-buttons {
  bottom: 8px;
  transition: bottom 0.2s;
}
.social-button {
  background-color: transparent;
  border-radius: 50%;
  border: 0;
  margin: 0 2px;
  cursor: pointer;
  color: #bdbdbd;
  outline: none;
}
.social-button:hover {
  color: #e00876;
  outline: none;
}
.social-button.disabled {
  opacity: .5;
}
.social-button.like {
  color: #ec9494;
}
.social-button.flag {
  color: #b24c4c;
}
.interact-button-main img:hover, .item_title:hover, .img_deal:hover {
  opacity: 0.8;
}
.download-button img:hover {
  opacity: 0.8;
}


.social-button:hover i {
  color: var(--first-bypeople-color);
  background: -webkit-linear-gradient(#6cddff, var(--first-bypeople-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900 !important;
}
/* SOCIAL BUTTONS */

/* NAVBAR */
.v2-cat {
  position: sticky;
  top: 0;
  background: white;
  overflow: hidden;
  width:100%;
  height: 35px;
  z-index: 12;
  border-top: solid 2px #e00876;
  display: none;
}
.bppl-v2-navbar {
  max-width: 1366px;
  margin: 0 auto;
  height: 72px;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--color1);
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--hover-color);
}
.navbar-brand {
  margin-right: 0.2rem;
}
.bypeople_logo {
  vertical-align: top;
}
.brand-premium {
  font-family: 'Poppins', serif;
  text-transform: uppercase;
  font-size: 18px;
  color: rgba(0,0,0,.5) !important;
}
.brand-premium:hover {
  color: rgba(0,0,0,.7) !important;
}
.close-navbar {
  border: 0;
  background-color: transparent;
  width: 38px;
  height: 34px;
  display: none;
  position: absolute;
  top: 24px;
  right: 41px;
  color: rgba(0,0,0,.5);
  cursor: pointer;
}
.dropdown-toggle::after {
  color: var(--color1);
  opacity: 0.7;
}
.mobile-nav {
  display: none;
}
/* NAVBAR */

/* CATEGORIES LIST */
  .cat-list {
    list-style: none;
    width: 100%;
    padding: 0 5px 0 22px;
  }

  .cat-list li {
    display: inline-block;
    padding: 0;
    margin-right: 12px;
    height: 17px;
    line-height: 17px;
    vertical-align: middle;
  }
  .cat-list li a {
    color: var(--color1);
    opacity: 0.7;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
  }
  .cat-list li a:hover {
    opacity: 0.8 !important;
  }
/* CATEGORIES LIST */

/* FILTER AREA */
.filter_area {
  width: 100%;
  padding: 15px 0 10px 5px;
  margin: 10px 5px 10px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form_filter {
  width: 95%;
  display: inline-block;
  max-width: 300px;
  margin-right: 10px;
}
.filter_area .form-group {
  /* border: 2px solid #e00876; */
  border: none;
}

.filter_area .form-control {
    border-radius: 0;
    outline: none;
}
.filter_area .form-control:focus {
  outline: none;
}
select.form-control:not([size]):not([multiple]) {
  height: unset;
}
.alert.alert-success:before {
  content: "";
  width: 100vw;
  height: 50px;
  position: absolute;
  display: block;
  z-index: -1;
  background-color: #d4edda;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border: none;
}

.alert.alert-success {
  max-width: 1366px;
  margin: 0 auto;
  border: none;
}

.form_filter.ui-widget .form-group .form-control {
  border: none;
  border-bottom: 2px solid #1c1d1e;
  max-width: 95%;
  margin: 0 auto;
}

.form_filter.categoriesPrem .form-group .form-control {
  border: none;
  border-bottom: 2px solid #1c1d1e;
  /* border-radius: 25px; */
  /* background-color: var(--first-bypeople-color); */
  /* color: #fff; */
  cursor: pointer;
  max-width: 95%;
  margin: 0 auto;
}

.form_filter.categoriesPrem .form-group .form-control:focus, .form_filter.ui-widget .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: unset;
}

.form_filter.categoriesPrem .form-group {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
}
.form_filter.ui-widget .form-group {
  /* width: 205px; */
  max-width: 100%;
  margin-right: auto;
}

.form_filter.categoriesPrem {
  max-width: 300px;
}
/* FILTER AREA */

/* LATESTS POSTS */
.flex_latest_posts {
  display: flex;
  flex-wrap: wrap;
}
.flex_latest_posts .grid__item {
  width: 33.3%;
  min-height: 200px;
}
.flex_latest_posts .item_title {
  font-size: 1.4em;
}
.flex_latest_posts .item_content, .item_content_list_view, .list_view_collections {
  font-size: .8em;
}
.underBox {
  letter-spacing: 1px;
  text-align: left;
}
.underBox ul {
  font-weight: 100;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.underBox ul li {
  line-height: 1;
  min-height: fit-content;
  vertical-align: middle;
  list-style: none;
  list-style-type: none;
  padding: 5px 10px;
}
.underBox ul li:hover, .deals_hover a:hover, .general_hover:hover {
    opacity: 0.8;
}
.underBox ul li a {
  color: #7000ff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0px;
}
.home-under.underBox ul li a {
  font-size: 13px;
}
/* LATEST POSTS */

/* SESSION MODAL */
.modal-subtitle {
  text-align: center;
  margin: 15px 0 12px 0;
  font-size: 1.1em;
} 
/* SESSION MODAL */ 

/* NEWSLETTER */
.newsletter-form-v2 {
  margin-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
  width: 190px;
  max-width: 100%;
}
.newsletter-form-v2 #newsSubmit, .search-form-v2 #newsSubmit {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    border: 0;
    height: calc(100% - 1px);
    background: transparent;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    color: rgba(0,0,0,.5);
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.newsletter-form-v2 #newsSubmit:hover, .search-form-v2 #newsSubmit:hover {
  background: #e00876;
  color: #fff;
}

.newsletter-form-v2 .title-info {
  font-size: .9em;
  margin: 0 5px;
}

/* NEWSLETTER */

/* LINK TO POST */
.read-more-post {
  color: var(--color1);
}

.read-more-post:hover,
.read-more-post:focus {
  color: #e00876;
  text-decoration: none;
}
/* LINK TO POST */

/* MODAL VIEW */
  .detail-modal {
    position: fixed;
    z-index: 1000;
    right: 0;
    /*width: calc(100% - 550px);*/
    height: calc(100vh - 10px);
    background-color: #fff;
    visibility: hidden;
    overflow-y: hidden;
  }

  .detail-v2-main-scroll {
    overflow: auto;
    overflow-y: scroll;
    position: relative;
    height: 100%;
  }

  .detail-modal .detail-content {
    padding: 80px 60px 20px 60px;
  }
  .detail-modal .detail-content h1 {
    color: var(--color1);
  }
  .collections-p {
    font-family: Poppins, sans-serif;
    line-height: 1.3;
  }
  .detail-list-unit .secondary-post-unit p {
    font-family: Poppins, sans-serif;
    opacity: 0.85;
    line-height: 1.3;
    font-size: .8em;
  }
  .detail-modal.show {
    visibility: visible;
  }
  .post-main-info .post-modal {
    font-family: Poppins, sans-serif;
  }
  .detail-modal .close-detail-btn {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    margin-top: 75px;
    margin-right: 30px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
  }

  .detail-modal .detail-list-unit {
    padding: 15px 0;
    border-top: solid 1px #eee;
    display: flex;
    flex-wrap: nowrap;
  }
  .detail-modal .detail-list-unit .img-detail {
    align-self: flex-start;
    width: 400px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
  }
  .detail-modal .detail-list-unit .img-detail img {
    display: block;
    margin-right: auto;
    max-width: 100%;
  }
  .detail-modal .detail-list-unit .img-detail img:hover {
    opacity: 0.9;
  }
  .detail-modal .detail-list-unit .post-detail {
    width: calc(100% - 150px);
  }
  .detail-modal .detail-list-unit .post-detail h3 {
    margin-bottom:10px;
    font-size:1em;
    opacity: 0.85;
  }
  .detail-modal .post-sub-link {
    color: var(--color1);
  }
  .detail-modal .post-sub-link:hover,
  .detail-modal .post-sub-link:focus {
    color: var(--hover-color);
  }
  .detail-modal .social-buttons {
    text-align: center;
  }
  .detail-modal .social-buttons button {
    padding: 4px 8px;
  }
  .detail-modal .social-buttons .social-button:first-child {
    margin: 0;
  }
  .detail-modal .social-buttons .social-button:not(:first-child) {
    margin: 0 0 0 10px;
  }
  .detail-modal .list-nav {
    position: absolute;
    z-index: 800;
    width: 60px;
    /*height: calc(100vh - 68px);*/
    height: 100px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .detail-modal .list-nav.next-list {
    right: 11px;
  }
  .detail-modal .list-nav:hover {
    background-color: rgba(169,191,30,.3); 
  }
  .detail-modal .list-nav.prev-list {
    left: 5px;
  }
  .detail-modal .list-paragraph {
    line-height: 1.3;
    font-size: .8em;
  }


/* MODAL VIEW */

/* DEALS SIDEBAR */
  .deals-col {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-right: 0;
  }
  .deals-col.home-desktop {
    display: block;
  }
  .deals-col.home-mobile {
    display: none;
  }
  .deals_sidebar {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
    height: calc(100vh);
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    transition: width .3s linear;
    -webkit-transition: width .3s linear;
    -moz-transition: width .3s linear;
    -o-transition: width .3s linear;
    scrollbar-color: #E00876 #f4f4f4;
    scrollbar-width: thin;
    padding: 0 15px;
  }
  .sidebar_edge {
    position: relative;
    height: unset;
  }
  .home-title {
    text-align: center;
    color: var(--second-bypeople-color);
    overflow: hidden;
    margin-top: 20px;
    font-family: 'Poppins', serif;
  }

  .home-title strong{
    font-weight: 600;
  }

  .home-title .gradient-text {
    background: var(--main-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .home-subtitle {
    text-align:center;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Poppins', serif;
  }
  .related_deals {
    padding: 50px 0 0 21px;
    color: var(--first-bypeople-color);
    font-size: 1.5rem;
  }
  .home-subtitle.secondary-sub {
    font-size: 2.5em;
  }
  .subtitle-premium, 
  .subtitle-and, 
  .mobile-and, 
  .subtitle-fonts,
  .subtitle-icons {
    color: var(--second-bypeople-color);
  }
  .subtitle-deals, 
  .subtitle-deals-mobile, 
  .subtitle-plugins, 
  .subtitle-themes {
    color: var(--third-bypeople-color);
  }
  .subtitle-freebies, .subtitle-more {
    color: var(--first-bypeople-color);
  }
  .subtitle-cats {
    color: var(--color1);
  }
  .mobile-and, .subtitle-more, .subtitle-deals-mobile {
    display: none;
  }
  .deals_title {
    width: 100%; 
    display: block;
    text-align: left;
    margin: 0 24px;
    display: none;
  }
  .deals_title a {
    color: #009fb4;
    font-size: 65px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -6px;
  }
  .deals_promo {
    width: 100%;
    display: block;
    text-align: left; 
    color: #414141;
    font-size: 15px;
    font-family: Poppins, Sans serif;
    line-height: 1.1;
    letter-spacing: 2px;
    margin: 5px 10px;
  }
  .freebies_title {
    width: 100%; 
    display: block;
    text-align: left;
    margin: 0 24px;
    display: none;
  }
  .freebies_title a {
    color: #e00876;
    font-size: 65px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -6px;
  }
  .premium-deals-area {
    background: transparent;
    position: fixed;
    align-items: center;
    z-index: 15;
    left: 13px;
    bottom: 10px;
    padding: 0;
    border: none;
    display: none;
  }
  .premium-deals-area .toggle_sidebar {
    border: 0;
    background-color: var(--first-bypeople-color);
    font-family: 'Poppins', serif;
    font-size: 1.3em;
    cursor: pointer;
    color: white;
    opacity: 1;
    padding: 20px 10px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
  }

  .deal_content_ind {
    padding: 0;
    position: relative;
    margin: 20px 0;
    -webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    -moz-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    border: 2px solid #e1e2ea;
    border-radius: 16px;
  }
  
  .deal_content_ind:hover {
    transition-delay: 0s !important;
    transform: translateY(2px);
  }

  .deal_content_ind:before {
    position: absolute;
    content: '';
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    /*border: 1px solid rgba(74, 74, 74, 0.075);*/
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .deal_content_ind .deal_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: var(--color-title);
    font-family: 'Poppins', sans-serif;
    overflow-y: hidden;
    margin: 0;
  }
  .deal_content_ind .deal_title:hover {
    opacity: 0.8;
  }
  .deal_content_ind .img-deal {
    position: relative;
    width: 100%;
    height: auto;
    filter: brightness(93%);
    overflow: hidden;
    margin: 0 auto;
    order: 1;
    border-radius: 8px 8px 0 0;
  }
  .deal_content_ind .img-deal img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    border-radius: 16px;
  }
  .deal_content_ind .img-deal img:hover {
    opacity: 0.9;
  }
  .deal_content_ind .deal-main-content {
    position: relative;
    z-index: 15;
    text-align: center;
    margin: 0;
    padding: 15px;
  }
  .deals-get-now-button-v2 {
    text-align: center;
    padding: 10px 10px;
    font-weight: normal;
    display: block;
    line-height: 1;
    width: 60px;
  }
  .deals-get-now-button-v2 {
    opacity: 0.9;
  }
  .deals-get-now-button-v2:hover {
    opacity: 1;
  }
  .deals-get-now-button-v2 li {
    font-size: 14px;
    font-weight: 700;
    color: var(--first-bypeople-color);
    /* color: #1c1d1e; */
    font-family: "Poppins", sans-serif;
    list-style: none;
    line-height: 0.7;
    /* font-weight: 600; */
    display: flex;
  }
  #load_more_deals_button {
    background-color: var(--first-bypeople-color);
    color: #fff;
  }
  .deal-button {
    background-color: var(--color1);
    margin: 0 5px;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    display: inline-block;
  }
  .grid-deal-button {
    background-color: rgba(255, 255, 255, 0);
    width: auto;
    height: auto;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
  }
  .price-buttons, .grid-price-buttons {
    position: absolute;
    margin: 0 auto;
    bottom: 0px;
    width: 100%;
    height: 44px;
  }

  .grid-price-buttons {
    right: unset;
    padding: 0px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
  }
  .vip-button {
    background-color: var(--color1);
    width: 53px;
    height: 53px;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  .grid-vip-button {
    background-color: var(--background-bypeople-color);
    width: 100%;
    height: auto;
    margin: 0;
    display: inline-block;
    border-radius: 5px;
  }
  .span-button {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Poppins', serif;
    color: var(--second-bypeople-color);
    /* font-weight: 600; */
    margin-left: 5px;
  }

  .deal-data {
    font-size: 15px;
    margin-right: 10px;
    font-family: 'Poppins', sans-serif;
  }
  .deals-get-now-button-v2:hover li {
    color: var(--first-bypeople-color);
  }

  .deals-get-now-button-v2:hover li span {
    color: var(--first-bypeople-color);
  }
    
/* DEALS SIDEBAR */

/* LOAD MORE */
#load-more-area {
  position: relative;
  display: block;
  width: 100%;
  padding:15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#load_more_button {
  background-color: var(--first-bypeople-color);
  color: #fff;
}
/* LOAD MORE */

/* COLLECTION AFTER GRID */
  .post_collection_dummy {
    display: block;
    width: 100%;
    padding: 15px;
    padding: 80px 25px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .post_collection_dummy svg {
    width: 100%;
    height: auto;
  }

  .list_collection_imgs {
    display: block;
      position: relative;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: left;
  }

  .img_grid_collections {
    opacity: 0;
    width: 300px;
    max-width: 100%;
    border: solid 5px var(--first-bypeople-color);
    position: absolute;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
  }
  .img_grid_collections.img_show {
    opacity: 1;
  }
  .img_grid_collections:nth-child(1) {
    z-index: 1;
    transform: rotate(3deg) translate(179px, -62px);
  }
  .list_collection_imgs:hover .img_grid_collections:nth-child(1) {
    transform: rotate(1deg) translate(150px, -59px);
  }

  .img_grid_collections:nth-child(2) {
    z-index: 2;
    transform: rotate(6deg) translate(81px, -39px);
  }
  .list_collection_imgs:hover .img_grid_collections:nth-child(2) {
    transform: rotate(4deg) translate(75px, -33px);
  }

  .img_grid_collections:nth-child(3) {
    z-index: 3;
    transform: rotate(2deg) translate(157px, 35px);
  }
  .list_collection_imgs:hover .img_grid_collections:nth-child(3) {
    transform: rotate(4deg) translate(135px, 15px);
  }

  .img_grid_collections:nth-child(4) {
    z-index: 4;
    transform: rotate(0) translate(13px, 0px);
  }
  .list_collection_imgs:hover .img_grid_collections:nth-child(4) {
    transform: rotate(0) translate(10px, -5px);
  }

  .img_grid_collections:nth-child(5) {
    z-index: 5;
    transform: rotate(-5deg) translate(60px, 32px);
  }
  .list_collection_imgs:hover .img_grid_collections:nth-child(5) {
    transform: rotate(-2deg) translate(53px, 25px);
  }

  @keyframes moveChild_one {
      0%   { transform: rotate(3deg) translate(179px, -62px); }
      20%  { transform: rotate(0deg) translate(0, 0); }
      80%  { transform: rotate(0deg) translate(0, 0); }
      100% { transform: rotate(3deg) translate(179px, -62px); }
  }
  @keyframes moveChild_two {
      0%   { transform: rotate(6deg) translate(81px, -39px); }
      20%  { transform: rotate(0deg) translate(0, 0); }
      80%  { transform: rotate(0deg) translate(0, 0); }
      100% { transform: rotate(6deg) translate(81px, -39px); }
  }
  @keyframes moveChild_three {
      0%   { transform: rotate(2deg) translate(157px, 35px); }
      20%  { transform: rotate(0deg) translate(0, 0); }
      80%  { transform: rotate(0deg) translate(0, 0); }
      100% { transform: rotate(2deg) translate(157px, 35px); }
  }
  @keyframes moveChild_four {
      0%   { transform: rotate(0) translate(13px, 0px); }
      20%  { transform: rotate(0deg) translate(0, 0); }
      80%  { transform: rotate(0deg) translate(0, 0); }
      100% { transform: rotate(0) translate(13px, 0px); }
  }
  @keyframes moveChild_five {
      0%   { transform: rotate(-5deg) translate(60px, 32px); }
      20%  { transform: rotate(0deg) translate(0, 0); }
      80%  { transform: rotate(0deg) translate(0, 0); }
      100% { transform: rotate(-5deg) translate(60px, 32px); }
  }

  .list-grid-inner-title {
    margin: 15px 0;
    text-align: left!important;
    font-family: 'Poppins', serif;
    font-weight: bold;
    color: var(--first-bypeople-color);
  }
  .list-grid-inner-title:hover {
    opacity: .7;
  }
  .list-grid-inner-content {
    font-family: 'Poppins', serif;
    font-size: 12px;
    font-weight: 100;
    line-height: 1.3;
    text-align: left;
    color: var(--color1);
  }
  .mobile-check-collections {
    display: none;
  }
  .check-collections li a, .mobile-check-collections li a {
    color: #fff; 
    background-color: var(--first-bypeople-color); 
    padding: 5px 10px;
    font-size: 13px;
    float: right;
  }
  .check-collections li a:hover, .mobile-check-collections li a:hover {
    opacity: 0.8;
  }
  .check-collections li, .mobile-check-collections li {
    list-style: none;
  }
  .list-grid-inner-main-content {
    font-family: 'Poppins', serif;
    font-size: 12px;
    font-weight: 100;
    line-height: 1.3;
    text-align: left;
    margin: 10px 0;
    color: var(--color1);
  }
  .list-grid-inner-featured-collection {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #324C60/* text-base */;
    text-align: center;
    font-family: 'Poppins', serif;
    font-size: 12px;
    font-weight: 100;
    line-height: 1.3;
    text-align: left;
    color: #85a0a6;
  }
  .list-grid-inner-featured-collection:before {
    margin-right: 6px;
    margin-left: 0;
    content: '';
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #85a0a6;
    min-width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
  }
  .list-grid-inner-featured-collection.collections-page {
    margin-top: 15px;
  }
  .list-grid-inner-featured-collection.collections-page:before {
    min-width: unset;
    max-width: 5px;
    display: none;
  }
  .list-grid-inner-featured-collection.list-related-page:before {
    min-width: unset;
    max-width: 5px;
    display: none;
  }
  .list-grid-inner-featured-collection:after {
    margin-left: 0px;
    margin-right: 0;
    content: '';
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #85a0a6;
    min-width: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 135px;
    margin-top: 2px;
  }
      
/* COLLECTION AFTER GRID */

/* SINGLE POST */
  .main_page_v2.main_single_v2 {
    padding: 0;
    margin: 0 auto;
    max-width: 800px; 
  }
  .main_single_post {
    width: 100%;
    padding: 0;
    position: relative;
  }

  .single_post_main_content {
    margin: 0;
    font-family: Poppins, sans-serif;
  }
  .single_post_main_content.single_deal {
    margin-top: 20px;
  }
  .single_post_main_content img,
  .single_post_main_content video,
  .single_post_main_content iframe {
    display: block;
    max-width: 100%;
  }

  .single_post_main_content h1,
  .single_post_main_content h2,
  .single_post_main_content h3,
  .single_post_main_content h4,
  .single_post_main_content h5 {
    margin: 30px 0 20px 0;
  }

  .comment_area_v2 {
    margin: 15px 0;
  }
  /* SOCIAL BUTTONS SECTION */
    .single_social_buttons {
      position: relative;
      display: block;
      margin-bottom: 40px;
      left: 1px;
      height: 1px;
      width: 100%;
    }

    .single_social_buttons .social-buttons {
      position: absolute;
      bottom: 0;
      right: 0;
      left: unset;
      text-align: center;
      display: flex;
      width: auto;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      padding: 0px 15px;
      height: auto;
      transform: unset;
      border-radius: 20px 0 0 0;
    }

    .single_social_buttons .social-buttons .social-button {
      display: inline-table;
      position: relative;
      height: 50px;
      width: 50px;
      font-size: 23px;
    }
    .single_social_buttons .social-buttons button {
      background-color: transparent;
      color: #bdbdbd;
      transition: color .2s ease-out;
    }
    .price-buttons.grid-price-buttons a:nth-child(3n+3) {
      display: none;
    }

    .price-buttons.grid-price-buttons a:nth-child(3n+1),
    .price-buttons.grid-price-buttons a:nth-child(3n+2) {
      background-color: var(--background-bypeople-color);
      color: var(--second-bypeople-color);
      border-radius: 5px;
    }

    .price-buttons.grid-price-buttons a:nth-child(3n+1) .grid-vip-button li:before {
      content: "from";
      font-family: 'Poppins', sans-serif;
      font-size: 13px;
      font-weight: normal;
      color: #1c1d1e;
      color: #bdbdbd;
      color: #535456;
      display: none;
      position: relative;
      padding-right: 5px;
    }
    .deal_content_ind .deal-main-content .img-deal .price-buttons a:nth-child(4n+3), .deal_content_ind .deal-main-content .img-deal .price-buttons a:nth-child(4n+4) {
      display: none;
    }

    .deal_content_ind .deal-main-content .img-deal .price-buttons {
      right: unset;
      padding: 0 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .deal_content_ind .deal-main-content .img-deal .price-buttons a:nth-child(4n+2) .grid-vip-button li .span-button {
      display: none;
    }

    .deal_content_ind .deal-main-content .img-deal .price-buttons a:nth-child(4n+2) .grid-vip-button li:before {
      content: "from";
      font-family: 'Poppins', sans-serif;
      font-size: 13px;
      font-weight: normal;
      color: #1c1d1e;
      color: #bdbdbd;
      color: #535456;
      display: inline-block;
      position: relative;
      padding-right: 5px;
    }

.deal_content_ind .deal-main-content .img-deal .price-buttons a:nth-child(4n+2) .grid-vip-button li {}
        
    .single_social_buttons .social-buttons button:hover {
      color: var(--first-bypeople-color);
    }
    .single_social_buttons .social-buttons button:hover i {
      color: var(--first-bypeople-color);
      background: -webkit-linear-gradient(#6cddff, var(--first-bypeople-color));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 900 !important;
    }
    
    
    .single_social_buttons .social-buttons button i.fa-heart {
      font-weight: 100;
    }
    
    .single_social_buttons .social-buttons .social-button.like i {
      font-weight: 900 !important;
      color: #e96a6a;
    }
    
    .core_page_v2 .row.row_single_post {
      margin: 0 15px;
    }

  .single_post_titles_area .home-subtitle {
    font-size: 3rem;
    text-align: left;
    margin-bottom: 0;
  }

  .core_page_v2 .home-subtitle.post-v2-main-title {
    color:var(--color1);
    font-size: 2rem;
    font-family: 'Poppins', serif;
    margin-bottom: 7px;
    margin-left: -20px;

  }

  .secondary_content_single h3.home-subtitle.post-v2-main-title.col-flex-end {
    padding-left: 20px;
  }

  .main_single_post .home-subtitle.post-v2-main-title.col-flex-end {
    display: table-cell;
    padding-bottom: 20px;
  }

  .col-flex-end {
    align-self: flex-end;
  }
  .single_post_titles_area {
    margin-top: 60px !important;
    margin-bottom: 15px;
  }

  .core_page_v2 .row.row_single_post .home-subtitle {
    position: relative;
    z-index: 5;
    font-size: 2rem;
    text-align: left;
    margin: 0;
    margin-bottom: 20px !important;
  }

  .core_page_v2 .row.row_single_post .home-subtitle.post-page-main-title {
    margin-bottom: 35px!Important; 
  }

  .single_post_image {
    display: table;
    margin: 0;
  }

  .single_post_image img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    filter: brightness(0.97);
  }

  .secondary_content_single {
    margin: 35px auto 0 auto;
    display: block;
  }

  .single_wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .disqus_single {
    margin: 60px 10px 15px 10px;
    display: block;
  }
  .v2-single-date {
    color: #707070;
    position: relative;
    right: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 0;
    margin: 0 !important;
    margin-bottom: 5px !important;
  }
/* SINGLE POST */

/* SINGLE LIST */
.list_main_content_p {
  color: var(--color1);
  margin: 1.8rem 2rem;
  font-size: 1.2rem;
  font-family: 'Poppins', serif;
  opacity: 0.85;
}
/* SINGLE LIST */

/* DEALS */
  .pricing_deal {
    color: var(--color1);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-top: solid 3px #e00876;
    display: block;
    z-index: 800;
  }

  .deal_pricing {
    position: relative;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: 'Poppins', sans-serif;
  }

  .deal_pricing .prices-collapser {
    height: 100%;
    position: relative;
    display: flex;
    z-index: 950;
  }
  
  .deal_pricing .price_box {
    position: relative;
    width: 0;
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }

  .deal_pricing .price-box-drop {
    position: relative;
  }
  .deal_pricing .price-box-drop:after {
    color: #191919;
    content: " \f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    font-family: 'Font Awesome\ 5 Free';
  }
  .deal_pricing .price-button:hover {
    background-color: rgba(224,8,118,0.8);
  }
  .deal_pricing .price-button.vip-button-bar:hover {
    color: #191919;
    background-color: rgba(49,207,255,0.55);
  }

  .deal_pricing .prices-collapser .prices-box {
    visibility: hidden;
    min-width: 530px;
    min-height: 20px;
    position: absolute;
    bottom: 100%;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 2;
    padding: 28px;
    background-color: #f3f3f3;
  }
  body.hasHover .deal_pricing .prices-collapser:hover .prices-box {
    visibility: visible;
  }
  body.hasHover .deal_pricing .prices-collapser:focus .prices-box {
    visibility: visible;
  }

  

  .deal_pricing .price-title {
    color: var(--color1);
    width: 100%;
    text-align: left;
    font-weight:bold;
  }

  .deal_pricing .original-price {
    font-size: 15px;
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
  }

  .deal_pricing .price-ind-box {
    width: 100%;
    margin-bottom: 15px;
  }

  .deal_pricing .prices-ind-flex {
    display: flex;
    flex-flow: row wrap;
  }

  .deal_pricing .price-item {
    height: 50px;
    display: flex;
    align-items: center;
  }
  .deal_pricing .price-item.price-item-deal {
    flex-grow: 1;
    margin-right: 5px;
    border: solid 2px #e00876;
  }
  .deal_pricing .price-item.price-item-vip {
    flex-grow: 2;
    border: solid 2px var(--first-bypeople-color);
  }
  .deal_pricing .price-item .name-price-item {
    width: 0;
    flex-grow: 3;
    height: auto;
    font-family: 'Poppins', serif;
    color: var(--color1);
    opacity: 0.9;
    text-align: center;
  }

  .deal_pricing .price-button {
    cursor: pointer;
    background-color: #e00876;
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    border: 0;
    height: 100%;
  }

  .deal_pricing .deal-pack {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 2;
    font-size: 15px;
  }
  .deal_pricing .deal-pack:not(:last-child) {
    margin-bottom: 20px;
  }

  .deal_pricing .price-button.button-dropped {
    width: 0;
    flex-grow: 0;
    padding: 5px 34px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .deal_pricing .price-button.vip-button-bar {
    background-color: var(--first-bypeople-color);
  }

  .tachado {
    text-decoration: line-through;
  }
  .deal-v2-content {
    margin-bottom: 50px;
  }

  .loading-content-v2 {
    text-align: center;
    color: #696969;
    font-size: 1.2em;
    font-family: 'Poppins', serif;
  }

  .instructions_vip {
    position: relative;
    cursor: pointer;
  }
  .instructions_vip:hover {
    color: var(--first-bypeople-color);
  }

  .instructions_vip .tooltip-instructions {
    display: table;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,.9);
    color: #fff;
    position: absolute;
    left: calc(100% + 5px);
    top: -1.2em;
    padding: 5px;
    border-radius: 3px;
    z-index: 50;
    transition: opacity .1s linear;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    font-size: 12px;
    font-family: 'Poppins', serif;
  }

  .instructions_vip:hover .tooltip-instructions {
    visibility: visible;
    opacity: 1;
  }
  .deals-col-hide {
    display: none;
  }
/* DEALS */

/* DEALS AFFILIATES GRID */
.item_deal {
  padding: 20px 15px 10px 15px;
}

.img-deals {
  border: solid 1px var(--first-bypeople-color);
}
.img-deals-designshock {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}

.img-deals-artify {
  max-height: 382px;
  width: 100%;
  object-fit: cover;
}

.item_deal_info {
  margin-top: 15px;
  text-align: center;
}

.affiliate-link {
  margin-top:0;
}

.affiliate-link-content {
    background-color: #f1f1f1;
    border-radius: 0px;
    font-size: 13px;
    padding: 7px;
    margin-bottom: 12px;
}
/* DEALS AFFILIATES GRID */

/* AFFILIATES */
.single_wrapper.affiliates {
  max-width: 1366px;
}
#affiliates-program {
  margin-bottom: 100px;
}
section.affiliate-section {
  margin: 60px auto;
}
.paragraph-container p {
  text-align: center;
  font-size: 24px;
  line-height: 1.15;
}
.main_wrapper_v2.affiliates {
  margin-top: 100px;
}
.tooltip {
  z-index: 10;
}

.a-menu-section {
  position: relative;
  padding: 15px;
  border-radius: 8px;
}
.a-menu-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  opacity: 0.1;
  z-index: 1;
  border-radius: 8px;
}
.a-menu-section.instructions-menu:before {
  background-color: var(--first-bypeople-color);
}
.a-menu-section.config-menu:before {
  background-color: rgb(180, 204, 32);
}
.a-menu-section.download-menu:before {
  background-color: #6cddff;
}

.a-menu-section .menu-content {
  position: relative;
  z-index: 2;
}

/*AFFILIATES */

.vip-subtitle {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  color: var(--second-bypeople-color);
  margin-bottom: 90px; 
  font-size: 24px;
}

.vip-feature {
  margin-bottom: 30px;
}

.vip-feature .img-feature {
  margin-bottom: 20px;
}
.vip-feature .img-feature:hover {
  opacity: .8;
}

.btn-vip-now {
    background-color: #e00876;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    display: table;
    margin: 20px auto;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    padding: 6px 20px;
}
.btn-vip-now:hover {
  opacity: .8;
}
.vip-feature .feature-title {
  text-align: center;
  margin-bottom: 16px;
  font-family: 'Poppins', sans-serif;
  color: var(--color-title);
  font-weight: 600;
}

.vip-feature .feature-text {
  text-align: center;
  color: var(--second-bypeople-color);
}

/* Settings Page */
.settings-page {
  margin-top: 45px;
  min-height: 800px;
  padding: 15px;
}
.settings-page .page-header {
  padding-bottom: 10px;
  margin: 22px 0 33px;
  border-bottom: 1px solid #ccc;
}
.settings-page input[type="checkbox"] { margin: 0 0 2px 0; }
.settings-page  h3.page-header { border-bottom: 1px solid #ccc; }
.settings-page .control-group {
  margin-bottom: 11px;
  display: block;
}
.settings-page input[type="email"], .settings-page input[type="text"], .settings-page textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 22px;
  color: #555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
}
.settings-page .input-xxlarge {
  width: 530px;
}
.settings-page label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
/* DELETING DESCRIPTIONS FROM DEALS AND RELATED POSTS */
  #featured_deals .inlist_items {
    display: none;
  }
  .secondary_content_single .inlist_items {
    display: none;
  }
/* DELETING DESCRIPTIONS FROM DEALS AND RELATED POSTS */
/* ICON EXTERNAL LINK */
  .social-button i.fas.fa-external-link-alt:before {
    content: "\f0c1";
  }
/* ICON EXTERNAL LINK */
.dd-cat-link.dropdown {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  display: none;
}
.bppl-v2-content {
  position: relative;
  top: 0px;
}
@media screen and (max-width: 1200px) { 
  .v2-single-date {
    top: 0;
    position: relative;
    font-size: 18px;
  }
  .grid__item {
    width: 50%;
    padding: 10px;
  }
  .latest-posts-grid {
    display: none;
  }
  .post_title_v2 {
    text-align: center;
    margin:20px auto 10px auto;
  }
  .grid__item.list_view .post-thumb-area {
    width: 100%;
  }
  .grid__item.list_view .inlist_items {
    width: 100%;
  }
  .list_collection_imgs {
    overflow: hidden;
  }
  .grid__item .thumb-deal img {
    height: auto;
  }
  .detail-modal .detail-list-unit {
    display: block;
  }
  .detail-modal .detail-list-unit .img-detail {
    width: 100%;
  }
  .detail-modal .detail-list-unit .post-detail {
    width: 100%;
    margin: 10px 0;
  }
  .detail-modal .detail-content {
    padding: 90px 30px 20px 30px;
  }
  .detail-modal .list-nav {
    width: 44px;
  }
  .sub-premium span {
    position: unset !important;
  }
  .core_page_v2 .row.row_single_post {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .single_wrapper {
    max-width: 100%;
    /* margin-left: 0; */
    width: 100%;
    flex: 0 0 60%;
  }
  .bppl-v2-navbar {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
  }
  .bppl-v2-content {
    margin-top: 34px;
  }
  .v2-vertical-collapse {
    position: fixed;
    background: #fff;
    height: calc(100vh) !important;
    top: 0;
    right: 0;
    padding: 15px;
    display: block;
    visibility: hidden;
    width: 0;
    transition: width .2s linear, visibility .2s linear;
    -webkit-transition: width .2s linear, visibility .2s linear;
    -moz-transition: width .2s linear, visibility .2s linear;
    -o-transition: width .2s linear, visibility .2s linear;
    overflow-y: auto;
  }
  .v2-vertical-collapse.show {
    visibility: visible;
    width: 280px;
    margin-top: 60px;
  }
  .v2-vertical-collapse .navbar-nav {
    opacity: 0;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition: transform .2s linear, visibility .2s linear;
    -webkit-transition: transform .2s linear, visibility .2s linear;
    -moz-transition: transform .2s linear, visibility .2s linear;
    -o-transition: transform .2s linear, visibility .2s linear;
  }
  .v2-vertical-collapse.show .navbar-nav {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  #menu-menu_v2 {
    margin-top: 25px !important;
  }
  .social-list {
    flex-direction: row;
  }
  .social-list li {
    margin-left: 25px;
  }
  .close-navbar {
    display: block;
  }
  .v2-cat {
    display: none;
  }
  .list_collection_imgs {
    min-height: 285px;
  }
  .list-grid-inner-featured-collection:after {
    width: 0;
  }
  .list-grid-inner-featured-collection:before {
    width: 0;
  }
  .mobile-nav {
    display: block;
    margin-left: 33px;
  }
  .mobile-nav ul {
    margin: auto 0;
  }
  .home-subtitle.title-cats, .home-subtitle.title-lists {
    text-align: left;
    font-size: 9vw;
    margin: 120px 10px 0;
  }
  .mobile-check-collections {
    display: block;
  }
  .check-collections {
    display: none;
  }

  .item_content_list_view {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
  }
  .list-paragraph {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
  }
  div#v2-collapse-nav ul:nth-child(6n + 5) {
    order: 1;
    margin: 30px 0;
  }
  div#v2-collapse-nav ul:nth-child(6n + 5) li a{
    text-align: right;
    padding-top: 25px;
  }
  
  div#v2-collapse-nav > button {
    order: 1;
  }
  
  div#v2-collapse-nav ul:nth-child(6n + 3) {
    order: 3;
    margin: 0 !important;
    padding-left: 0px;
    padding-top: 15px;
  }
  
  div#v2-collapse-nav {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    overflow-x: hidden;
    padding: 40px;
  }
  .newsletter-form-v2, .search-form-v2{
    margin-right: 10px;
  }
  
  div#v2-collapse-nav ul:nth-child(6n + 4) {
    order: 5;
    margin: 0 !important;
    padding-top: 25px;
  }
  
  div#v2-collapse-nav ul:nth-child(6n + 6) {
    order: 2;
  }
  div#v2-collapse-nav ul:nth-child(6n + 7) {
    order: 6;
  }
  #main-v2-toggler span.navbar-toggler-icon {
    background-image: unset;
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--color1);
    left: 0;
  }
  
  #main-v2-toggler span.navbar-toggler-icon:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    top: -8px;
  }
  
  #main-v2-toggler span.navbar-toggler-icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    top: 8px;
  }
  
  #v2-collapse-nav .close-navbar .fa-times:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    transform: rotate(-90deg);
  }
  
  #v2-collapse-nav .close-navbar .fa-times {
    display: block;
    position: absolute;
    width: 80%;
    height: 3px;
    background-color: var(--color1);
    transform: rotate(45deg);
    right: 0;
    top: 10px;
  }
  .grid__item.list_view {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) { 

  .main_page_v2.main_single_v2 {
    padding: 0 10px; 
  }

  .core_page_v2 .post-page-main-title {
    margin-left: 0!Important;
  }

  .core_page_v2 .home-subtitle.post-v2-main-title {
    margin-left: 0;
    text-align: center;
  }

  .vip-subtitle {
    font-size: 24px;
  }
  .subtitle-premium.subtitle-secondary {
    font-size: 24px;
    text-align: center;
    margin: 15px 10px 0;
  }
  .core_page_v2 {
    overflow: hidden;
  }
  .item_title {
    min-height: 0;
    font-size: 17px;
  }
  .deals-col {
    display: none;
  }
  .deals-col.home-desktop {
    display: none;
  }
  .deals_sidebar {
    width: 0;
    height: 100%;
    padding-bottom: 40px;
    border-right: solid 1px #eee;
  }
  .deals_sidebar {
    width: 100%;
  }
  .premium-deals-area {
    display: none;
  }
  .deals-col.display {
    display: block;
  }
  .deals-col.home-mobile.display {
    display: block;
  }
  .display-deals {
    display: block;
  }
  .main_page_v2 {
    margin: 10px 0 0 0;
  }
  .grid__item {
    width: 100%;
    padding: 25px 12.5px;
  }
  .grid__item.item_collections {
    padding: 10px 12.5px;
    min-height: 150px;
  }
  .home-title, .subtitle, .subtitle-deals, .subtitle-and {
    display: none;
  }
  .subtitle-cats {
    color: var(--first-bypeople-color);
  }
  .home-title {
    font-size: 15vw;
    max-height: 11.9vw;
    margin: 120px 0 0;
  }
  .main_wrapper_v2 {
    display: inline-block;
    padding: 0 !important;
  }
  .row.row_collections {
    margin-top: 0px;
  }
  .core_page_v2 .row.row_single_post .home-subtitle {
    font-size: 20px;
    margin: 20px 0 20px 12px;
  }
  .single_post_titles_area {
    margin-bottom: 0px;
  }
  .v2-single-date {
    margin-left: 12px;
  }
  .img_grid_collections {
    width: 255px;
  }
  .post_collection_dummy {
    padding: 80px 12px;
  }
  .grid__item.list_view {
    padding: 25px 12.5px;
  }
  .list_main_content_p {
    margin: 1rem;
  }
  .home-subtitle {
    text-align: left;
    font-size: 9vw;
    margin: -28px 0 18px 4vw;
  }
  .home-subtitle.medium-subtitle {
    margin: auto;
  }
  .mobile-and, .subtitle-more {
    display: inline-block;
  }
  .subtitle-themes::before { content: '\A'; white-space: pre; }

  .mini-down-menu {
    margin-right: 120px;
  }
  .title_collections {
    font-size: 22px;
  }
  .deal_pricing .date-deal {
    display: none;
  }
  .deal_pricing .date-deal.expiration {
    display: flex;
  }
  .deal_pricing .price-item {
      width: 100%;
  }
  .deal_pricing .price-item.price-item-deal {
      margin-right: 0;
      margin-bottom: 10px;
  }
  .pricing_deal {
    height: auto;
  }
  .deal_pricing {
    height: auto;
    flex-wrap: wrap-reverse;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  .deal_pricing .price-box-drop {
    width: 100%;
    padding: 0;
    height: 40px;
  }
  .deal-data {
    width: 100%;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .deal_pricing .prices-collapser .prices-box {
    width: 100%;
    min-width: auto;
    color: rgba(0,0,0,.9);
  }
  .instructions_vip .tooltip-instructions {
    left: none;
    left: -148px;
    top: -2.2em;
  }
  .detail-modal {
    padding: 0;
  }
  .detail-modal .list-nav.prev-list {
    left: 0px;
  }
  .detail-modal .list-nav.next-list {
    right: 6px;
  }
  .detail-modal .detail-content h1 {
    font-size: 1.5rem;
  }
  .detail-modal .close-detail-btn {
    margin-right: 10px;
  }
  .deal_pricing .prices-collapser .prices-box {
    padding: 5px;
  }
  .deal_pricing .prices-collapser {
    position: initial;
    min-width: 180px;
  }
  .filter_area {
    margin: 40px auto 0;
    padding: 0;
    width: calc(100% - 20px);
  }
  .form_filter.categories {
    position: fixed;
    top: 22px;
    padding-left: 65px;
    z-index: 12;
  }
  .form_filter.categoriesPrem {
    /* position: fixed; */
    top: 12px;
    /* padding-left: 115px; */
    z-index: 12;
    width: 50%;
    max-width: 50%;
    margin: 0;
    margin-right: 15px;
  }
  .form_filter.ui-widget {
    /* position: fixed; */
    top: 9px;
    left: 75px;
    z-index: 12;
    width: 50%;
    max-width: 50%;
  }
  .main_wrapper_v2.affiliates {
    margin-top: 0px;
    padding: 0;
  }
  .paragraph-container.affiliates p {
    text-align: left;
    display: none;
  }
  .home-subtitle.affiliates {
    margin-top: 60px;
  }
  .home-subtitle.secondary-sub {
    font-size: 24px;
    margin: 15px 0;
  }
  .related_deals {
    font-size: 22px;
    padding: 50px 0 0;
  }
  .deal_pricing .prices-collapser .prices-box {
    visibility: visible;
    display: none;
  }
  .deal_pricing {
    padding: 0 0 0 20px;
    justify-content: left;
  }
  .deal_pricing .deal-pack {
    width: 70%;
  }
  .topbar_hide {
    display: none;
  }
  .deal_pricing .original-price {
    display: none;
  }
  .main_page_v2.related-deals {
    margin-top: 5px;
  }
  /* FONT SIZE DESCRIPTION */
    .single_post_main_content p{
      font-size: 16px;
    }
  /* FONT SIZE DESCRIPTION */
  
  /* RELATED AND DEAL CARDS SECTION */
    /* DESCRIPTION AND DEAL CARDS */
      .grid__item {
        min-height: 250px;
      }
    /* DESCRIPTION AND DEAL CARDS */
    /* DESCRIPTION AND DEALS TITLES */
      .core_page_v2 .row.row_single_post .home-subtitle {
        text-align: left;
        padding-left: 0 !important;
      }
    /* DESCRIPTION AND DEALS TITLES */
  /* RELATED AND DEAL CARDS SECTION */

  /* SOCIAL BUTTONS MOBILE */
    .single_social_buttons .social-buttons .social-button {
      height: 38px;
      width: 40px;
      font-size: 18px;
    }
  /* SOCIAL BUTTONS MOBILE */
  /* ALL SECTION COLUMN WRAPPER */
    .single_wrapper {
      top: 0px;
    }

    div#main_flex_items {
      grid-template-columns: auto;
      grid-gap: 0;
    }

    .become-vip-title.join-page {
      font-size: 2.5rem !important;
    }
    .btn-vip-now.join-page {
      margin: 10px auto;
    }
    .pricing-section.black-friday.join-page {
      padding-right: 5px !important;
      padding-left: 5px !important;
    }

    .home-title.affiliates-title {
      font-size: 19vw;
      max-height: 15.9vw;
    }
}

@media screen and (max-width: 400px) {
  .mobile-nav {
    display: none;
  }
  .home-title.join-page {
    font-size: 9vw !important;
  }
  .join-subtitle {
    display: none !important;
  }
  .join-subtitle-mobile {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) and (min-width: 491px) {
  .grid__item {
    width: 50%;
    padding: 10px;
  }
  .list_collection_imgs {
    justify-content: unset;
    margin: 0 auto;
    width: 70%;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .mini-down-menu {
    display: none;
  }
  .home-subtitle.title-cats, .home-subtitle.title-lists {
    text-align: left;
    font-size: 6vw;
    margin: 120px 30px 0;
  }
  .grid__item.home {
    width: 100%;
    padding: 10px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .grid__item {
    width: 50%;
    padding: 10px;
  }
  .newsletter-form-v2, .search-form-v2 {
    width: 190px;
  }
  .social-list {
    display: none;
  }
}
@media screen and (max-width: 490px) {
  .mini-down-menu {
    display: none;
  }
  .grid__item {
    width: 100%;
    padding: 10px;
  }
  .grid__item.list_view {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .premium-deals-area {
    display: none;
  }
  .subtitle-premium.subtitle-secondary {
    font-size: 2.5vw;
  }
  .modal-dialog {
    margin: 3.75rem auto;
  }
}
@media screen and (min-width: 992px) {
  .deals-col {
    padding-right: 0;
  }
  .home-subtitle.title-lists {
    text-align: left;
    margin: 80px 30px 12px;
  }
  .home-subtitle.title-cats {
    font-family: 'Poppins';
    text-align: center;
    margin: 5rem 0 4rem 0px;
  }
  
}
@media screen and (min-width: 1200px) {
  /* 3 columns */
  .grid__item {
    width: 33.333%;
    padding: 10px;
  }
  .grid__item.home {
    width: 50%;
    padding: 10px;
  }
  .social-buttons {
    bottom: -33px;
  }
  .grid-price-buttons {
    bottom: -53px;
  }
  .grid-price-buttons.premium {
    bottom: 0px;
  }
  .single_post_image {
    width: 100%;
  }  
}

/* HOME TITLE QUERIES */
@media all and (min-width: 768px)  {
    .home-title  { 
      font-size: 16vw;
      max-height: 13.8vw;
    } 
  }
@media all and (min-width: 1400px) {
    .home-title  { 
      font-size: 16vw;
      max-height: 13.8vw;
     }
   }
@media all and (min-width: 1450px) {
    .home-title  { 
      font-size: 15vw;
      max-height: 12.8vw;
     }
   }
@media all and (min-width: 1500px) {
    .home-title  { 
      font-size: 15.4vw;
      max-height: 13.8vw;
    } }
@media all and (min-width: 1550px) {
    .home-title  { 
      font-size: 14.5vw;
      max-height: 12.4vw;
    } }
@media all and (min-width: 1600px) {
    .home-title  { 
      font-size: 13.74vw;
      max-height: 11.9vw;
  } }
@media all and (min-width: 1650px) {
    .home-title  { 
      font-size: 13.5vw;
      max-height: 11.6vw;
  } }
@media all and (min-width: 1700px) {
    .home-title  { 
      font-size: 13vw;
      max-height: 11.5vw;
    }
}
    
@media all and (min-width: 1750px) {
    .home-title  { 
      font-size: 12.6vw;
      max-height: 11.2vw;
  } 
}
@media all and (min-width: 1800px) {
    .home-title  { 
      font-size: 12.3vw;
      max-height: 11vw;
    } 
}
@media all and (min-width: 1850px) {
    .home-title  { 
      font-size: 12vw;
      max-height: 10.7vw;
  } 
}
@media all and (min-width: 1900px) {
    .home-title  { 
      font-size: 11.5vw;
      max-height: 10.2vw;
  } }
@media all and (min-width: 1950px) {
    .home-title  { 
      font-size: 11.2vw;
      max-height: 9.8vw;
  } }
@media all and (min-width: 2000px) {
    .home-title  { 
      font-size: 10.25vw; 
      max-height: 8.2vw; 
  } }

@media all and (min-width: 2050px) {  .home-title  { font-size: 10vw; max-height: 7.8vw; } }
@media all and (min-width: 2100px) {  .home-title  { font-size: 9.77vw; max-height: 7.8vw; } }
@media all and (min-width: 2150px) {  .home-title  { font-size: 9.55vw; max-height: 7.5vw; } }
@media all and (min-width: 2200px) {  .home-title  { font-size: 9.34vw; max-height: 7.4vw; } }
@media all and (min-width: 2250px) {  .home-title  { font-size: 9.14vw; max-height: 7.2vw; } }
@media all and (min-width: 2300px) {  .home-title  { font-size: 8.94vw; max-height: 7.1vw; } }
@media all and (min-width: 2350px) {  .home-title  { font-size: 8.76vw; max-height: 6.9vw; } }
@media all and (min-width: 2400px) {  .home-title  { font-size: 8.58vw; max-height: 6.8vw; } }
@media all and (min-width: 2450px) {  .home-title  { font-size: 8.41vw; max-height: 6.6vw; } }
@media all and (min-width: 2500px) {  .home-title  { font-size: 8.24vw; max-height: 6.5vw; } }
@media all and (min-width: 2550px) {  .home-title  { font-size: 8.08vw; max-height: 6.2vw; } }
@media all and (min-width: 2600px) {  .home-title  { font-size: 7.93vw; max-height: 6.3vw; } }
@media all and (min-width: 2650px) {  .home-title  { font-size: 7.78vw; max-height: 5.9vw; } }
@media all and (min-width: 2700px) {  .home-title  { font-size: 7.64vw; max-height: 6.1vw; } }
@media all and (min-width: 2750px) {  .home-title  { font-size: 7.5vw; max-height: 5.9vw; } }
@media all and (min-width: 2800px) {  .home-title  { font-size: 7.37vw; max-height: 5.9vw; } }
@media all and (min-width: 2850px) {  .home-title  { font-size: 7.25vw; max-height: 5.75vw; } }
@media all and (min-width: 2900px) {  .home-title  { font-size: 6.78vw; max-height: 5.4vw; } }
@media all and (min-width: 3100px) {  .home-title  { font-size: 6.37vw; max-height: 5vw; } }
@media all and (min-width: 3300px) {  .home-title  { font-size: 6vw; max-height: 4.7vw; } }
@media all and (min-width: 3500px) {  .home-title  { font-size: 5.68vw; max-height: 4vw; } }
@media all and (min-width: 3700px) {  .home-title  { font-size: 5.12vw; max-height: 4vw; } }
@media all and (min-width: 4000px) {  .home-title  { font-size: 5vw; max-height: 4vw; } }

@media all and (min-width: 768px)  {  .home-title  { font-size: 14vw; max-height: 11.9vw; } }
@media all and (min-width: 1400px) {  .home-title  { font-size: 13.5vw; max-height: 11.3vw;  } }
@media all and (min-width: 1450px) {  .home-title  { font-size: 13vw; max-height: 11vw;  } }
@media all and (min-width: 1500px) {  .home-title  { font-size: 12.56vw; max-height: 10.8vw;  } }
@media all and (min-width: 1550px) {  .home-title  { font-size: 12.14vw; max-height: 10.4vw;  } }
@media all and (min-width: 1600px) {  .home-title  { font-size: 11.74vw; max-height: 9.9vw; } }
@media all and (min-width: 1650px) {  .home-title  { font-size: 11.37vw; max-height: 9.6vw; } }
@media all and (min-width: 1700px) {  .home-title  { font-size: 11vw; max-height: 9.5vw; } }
@media all and (min-width: 1750px) {  .home-title  { font-size: 10.68vw; max-height: 9.2vw; } }
@media all and (min-width: 1800px) {  .home-title  { font-size: 10.36vw; max-height: 9vw; } }
@media all and (min-width: 1850px) {  .home-title  { font-size: 10.06vw; max-height: 8.8vw; } }
@media all and (min-width: 1900px) {  .home-title  { font-size: 10.78vw; max-height: 8.5vw; } }
@media all and (min-width: 1950px) {  .home-title  { font-size: 9.51vw; max-height: 8.3vw; } }
@media all and (min-width: 2000px) {  .home-title  { font-size: 9.25vw; max-height: 8.2vw; } }
@media all and (min-width: 2050px) {  .home-title  { font-size: 9vw; max-height: 7.8vw; } }
@media all and (min-width: 2100px) {  .home-title  { font-size: 8.77vw; max-height: 7.8vw; } }
@media all and (min-width: 2150px) {  .home-title  { font-size: 8.55vw; max-height: 7.5vw; } }
@media all and (min-width: 2200px) {  .home-title  { font-size: 8.34vw; max-height: 7.4vw; } }
@media all and (min-width: 2250px) {  .home-title  { font-size: 8.14vw; max-height: 7.2vw; } }
@media all and (min-width: 2300px) {  .home-title  { font-size: 7.94vw; max-height: 7.1vw; } }
@media all and (min-width: 2350px) {  .home-title  { font-size: 7.76vw; max-height: 6.9vw; } }
@media all and (min-width: 2400px) {  .home-title  { font-size: 7.58vw; max-height: 6.8vw; } }
@media all and (min-width: 2450px) {  .home-title  { font-size: 7.41vw; max-height: 6.6vw; } }
@media all and (min-width: 2500px) {  .home-title  { font-size: 7.24vw; max-height: 6.5vw; } }
@media all and (min-width: 2550px) {  .home-title  { font-size: 7.08vw; max-height: 6.2vw; } }
@media all and (min-width: 2600px) {  .home-title  { font-size: 6.93vw; max-height: 6.3vw; } }
@media all and (min-width: 2650px) {  .home-title  { font-size: 6.78vw; max-height: 5.9vw; } }
@media all and (min-width: 2700px) {  .home-title  { font-size: 6.64vw; max-height: 6.1vw; } }
@media all and (min-width: 2750px) {  .home-title  { font-size: 6.5vw; max-height: 5.9vw; } }
@media all and (min-width: 2800px) {  .home-title  { font-size: 6.37vw; max-height: 5.9vw; } }
@media all and (min-width: 2850px) {  .home-title  { font-size: 6.25vw; max-height: 5.75vw; } }
@media all and (min-width: 2900px) {  .home-title  { font-size: 5.78vw; max-height: 5.4vw; } }
@media all and (min-width: 3100px) {  .home-title  { font-size: 5.37vw; max-height: 5vw; } }
@media all and (min-width: 3300px) {  .home-title  { font-size: 5vw; max-height: 4.7vw; } }
@media all and (min-width: 3500px) {  .home-title  { font-size: 4.68vw; max-height: 4vw; } }
@media all and (min-width: 3700px) {  .home-title  { font-size: 4.12vw; max-height: 4vw; } }
@media all and (min-width: 4000px) {  .home-title  { font-size: 4vw; max-height: 4vw; } }
/* HOME TITLE QUERIES */


/* HOME SUBTITLE QUERIES */
@media all and (min-width: 768px) {  .home-subtitle  { font-size: 3.8vw; } }
@media all and (min-width: 1400px) {  .home-subtitle  { font-size: 3.76vw; } }
@media all and (min-width: 1450px) {  .home-subtitle  { font-size: 3.6vw; } }
@media all and (min-width: 1500px) {  .home-subtitle  { font-size: 3.5vw; } }
@media all and (min-width: 1550px) {  .home-subtitle  { font-size: 3.4vw; } }
@media all and (min-width: 1600px) {  .home-subtitle  { font-size: 3.29vw; } }
@media all and (min-width: 1650px) {  .home-subtitle  { font-size: 3.2vw; } }
@media all and (min-width: 1700px) {  .home-subtitle  { font-size: 3.1vw; } }
@media all and (min-width: 1750px) {  .home-subtitle  { font-size: 3.04vw; } }
@media all and (min-width: 1800px) {  .home-subtitle  { font-size: 2.93vw; } }
@media all and (min-width: 1850px) {  .home-subtitle  { font-size: 2.85vw; } }
@media all and (min-width: 1900px) {  .home-subtitle  { font-size: 2.78vw; } }
@media all and (min-width: 1950px) {  .home-subtitle  { font-size: 2.71vw; } }
@media all and (min-width: 2000px) {  .home-subtitle  { font-size: 2.59vw; } }
@media all and (min-width: 2050px) {  .home-subtitle  { font-size: 2.59vw; } }
@media all and (min-width: 2100px) {  .home-subtitle  { font-size: 2.52vw; } }
@media all and (min-width: 2150px) {  .home-subtitle  { font-size: 2.46vw; } }
@media all and (min-width: 2200px) {  .home-subtitle  { font-size: 2.42vw; } }
@media all and (min-width: 2250px) {  .home-subtitle  { font-size: 2.35vw; } }
@media all and (min-width: 2300px) {  .home-subtitle  { font-size: 2.3vw; } }
@media all and (min-width: 2350px) {  .home-subtitle  { font-size: 2.26vw; } }
@media all and (min-width: 2400px) {  .home-subtitle  { font-size: 2.21vw; } }
@media all and (min-width: 2450px) {  .home-subtitle  { font-size: 2.18vw; } }
@media all and (min-width: 2500px) {  .home-subtitle  { font-size: 2.12vw; } }
@media all and (min-width: 2550px) {  .home-subtitle  { font-size: 2.09vw; } }
@media all and (min-width: 2600px) {  .home-subtitle  { font-size: 2.05vw; } }
@media all and (min-width: 2650px) {  .home-subtitle  { font-size: 2.01vw; } }
@media all and (min-width: 2700px) {  .home-subtitle  { font-size: 1.97vw; } }
@media all and (min-width: 2750px) {  .home-subtitle  { font-size: 1.93vw; } }
@media all and (min-width: 2800px) {  .home-subtitle  { font-size: 1.9vw; } }
@media all and (min-width: 2850px) {  .home-subtitle  { font-size: 1.87vw; } }
@media all and (min-width: 2900px) {  .home-subtitle  { font-size: 1.75vw; } }
@media all and (min-width: 3100px) {  .home-subtitle  { font-size: 1.65vw; } }
@media all and (min-width: 3300px) {  .home-subtitle  { font-size: 1.55vw; } }
@media all and (min-width: 3500px) {  .home-subtitle  { font-size: 1.46vw; } }
@media all and (min-width: 3700px) {  .home-subtitle  { font-size: 1.33vw; } }
@media all and (min-width: 4000px) {  .home-subtitle  { font-size: 1.28vw; } }

/* HOME SUBTITLE QUERIES */

    div#header-bppl-freebies_dc:before {
        content: "";
        position: absolute;
        display: block;
        height: 5px;
        width: 100%;
        background: red;
        background: linear-gradient(to right, #FF0000, #FE00EC, #7700FF, #0008FF, #006FFF, #00E5FF, #00FF6F);
        left: 0;
        top: -25px;
    }
    header#header-bppl-freebies_vc {
        width: 100%;
        max-width: 1580px;
        margin: 0 auto;
        overflow: visible;
        margin-bottom: 6rem;
    }

    div#header-bppl-freebies_dc {
        width: calc(100% - 255px);
        /*   width: 100%; */
        margin-left: auto;
        padding: 0 50px;
        margin-top: 25px;
        display: grid;
        grid-template-columns: 50% auto;
        height: 100%;
        overflow: visible;
        align-items: end;
        /*   align-items: center; */
    }

    h1.h-bppl {
        font-size: 80px;
        height: max-content;
        font-family: 'Poppins', serif;
        font-weight: bold;
        line-height: 0.8;
        margin: 0 !important;
        color: var(--first-bypeople-color);
        /* background: -webkit-linear-gradient(#F44336, #E91E63); */
        /* -webkit-background-clip: text; */
        color: #e00876;
        /* -webkit-text-fill-color: transparent; */
        overflow: visible;
        text-align: left;
    }

    p.p-bppl {
        min-width: unset !important;
        font-size: 27px !important;
        padding: 0;
        padding-left: 5%;
        /*   padding-left: 0; */
        padding-top: 3%;
        padding-top: 10px;
        margin: 0 !important;
        line-height: 1.4;
        height: min-content;
        text-align: left;
        color: black;
        font-family: 'Poppins', sans-serif !important;
    }

    @media screen and (max-width:1920px) {
        h1.h-bppl {
            font-size: calc(70px + (145 - 70) * ((100vw - 1013px) / (1920 - 1013)));
        }

        p.p-bppl {
            font-size: calc(12px + (20 - 12) * ((100vw - 1013px) / (1920 - 1013))) !important;
        }
    }

    @media screen and (max-width:1012px) {
        h1.h-bppl {
            font-size: calc(48px + (74 - 48) * ((100vw - 696px) / (1012 - 696)));
        }

        p.p-bppl {
            font-size: calc(16px + (21 - 16) * ((100vw - 696px) / (1012 - 696))) !important;
        }

        div#header-bppl-freebies_dc {
            width: 100%;
            grid-template-columns: 40% auto;
        }
    }

    @media screen and (max-width:695px) {
        h1.h-bppl {
            --padding-rs: calc(45px + (45 - 0) * ((100vw - 320px) / (695 - 320)));
            font-size: calc(48px + (58 - 48) * ((100vw - 320px) / (695 - 320)));
            text-align: left;
            padding-right: var(--padding-rs);
        }

        p.p-bppl {
            font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (695 - 320))) !important;
            padding-left: 0;
            text-align: left;
        }

        div#header-bppl-freebies_dc {
            --padding-res: calc(15px + (50 - 15) * ((100vw - 320px) / (695 - 320)));
            width: 100%;
            display: flex;
            padding: 0 var(--padding-res);
        }

    }
    h1.h-bppl .new_mini_title {
        font-size: 34px;
        position: absolute;
        top: 45px;
    }







    .pricing-section.black-friday {
      --second-bypeople-color: #000000;
      --background-bypeople-color: #ffffff;

        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--second-bypeople-color);
        text-align: left;
        box-sizing: border-box;
        display: flex;
        box-shadow: 0px 5px 20px #0002;
        padding: 2rem 5rem 4rem;
        flex-wrap: wrap; 
        border-radius: 10px;
        background-color: var(--background-bypeople-color);
        background-image: url("https://www.bypeople.com/wp-content/themes/bppl-alpha/assets/images/backg-black-friday.png");
        background-repeat: no-repeat;
        background-position: right;
        background-position-x: 80%;
        background-size: cover;
    }

    .pricing-section.black-friday.join-page {
      padding: 1rem;
      margin: 2rem 1rem;
    }


    .become-vip {
        min-width: 100%;
        flex: 1 0 100%;
        display: flex;
        margin: 2rem 0rem 4rem;
        justify-content: space-between;
        align-items: flex-end;
    }
    .become-vip .become-vip-title{
        font-family: Poppins;
        font-weight: 800;
        font-size: 4rem;
        text-align: left;
        line-height: 1;
        margin: 0rem;
        color: var(--first-bypeople-color); 
        max-width: 510px;
    }
    .become-vip .become-vip-title span{
        color: var(--second-bypeople-color);
    }
    .become-vip .become-vip-parag{
      font-family: Poppins;
      font-weight: 400;
      color: var(--second-bypeople-color);
      font-size: 1.6rem;
      text-align: left;
      margin: 0px;
      line-height: 1.2;
      max-width: 33%;
    }
    .become-vip .become-vip-title span {
        font-weight: 600; 
        color: var(--second-bypeople-color);
    }
    .btn-vip-now {
        background-color: var(--background-bypeople-color);
        color: var(--second-bypeople-color);
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        display: table;
        /* margin: 20px auto; */
        border: 2px solid var(--second-bypeople-color);
        height: 80px;
        border-radius: 4px;
        cursor: pointer;
        flex: 1;
        padding: 6px 35px;
        margin: 0.5rem;
        min-width: 310px;
    }
    .btn-vip-now.vip-lifetime {
      --first-bypeople-color: #e60064;
      --second-bypeople-color: #ffff;
      background: linear-gradient(116.49deg,#0036df,#7000ff 66.15%,#e700b7);
      color: var(--second-bypeople-color);
    }
    .btn-vip-now::first-child {
        margin-left: 0px;
    }
    .btn-vip-now::last-child {
        margin-right: 0px;
    }
    .btn-vip-content {
        position: relative;
        font-size: 1.2rem;
        font-weight: 100;
        text-align: justify;
        line-height: 1;
    }
    span.btn-vip-title {
        font-weight: 800;
        font-size: 1.5rem;
        line-height: 1;
        font-family: Poppins;
    }
    span.price-button {
        position: absolute;
        font-size: 2.8rem;
        top: -2px;
        right: 0px;
        font-weight: 800;
        font-family: Poppins;
    }

    
    @media (max-width: 1366px) {
      .pricing-section.black-friday { 
        padding: 10%;
        border-radius: 0px;
      }
    }

    @media (max-width: 1280px) {
      .become-vip .become-vip-parag{
        max-width: 510px;
        margin-top: 1.5rem;
      }

      .become-vip {
        min-width: 100%;
        flex: 1 0 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }
      
    }

    @media (max-width: 768px) {
      .pricing-section.black-friday { 
        border-radius: 0px;
        margin: 0 -10px;
      }
    }