/* Code to remove rare white borders in responsive in chrome */
html, body {
    width: 100%;
    overflow-x: hidden;
}

.page-template-page-awards header.site-header,
.tax-nb_award_category header.site-header,
.single-nb_award header.site-header,
.search-results-awards header.site-header {
    border: none;
    background-color: #25292B;
    background: transparent linear-gradient(270deg, #000000 0%, #262A2D 100%) 0% 0% no-repeat padding-box;
    margin-bottom: 0;
}

.page-permalink-awards-2023 header.site-header,
.tax-nb_award_category-2023 header.site-header,
.single-nb_award-2023 header.site-header,
.search-results-awards-2023 header.site-header {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #fef9f7 100%) 0% 0% no-repeat padding-box;
}

.page-permalink-awards-2024 header.site-header,
.tax-nb_award_category-2024 header.site-header,
.single-nb_award-2024 header.site-header,
.search-results-awards-2024 header.site-header {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #fef9f7 100%) 0% 0% no-repeat padding-box;
}

.header-awards__link-top .brand{
	color: var(--white);

}
.page-permalink-awards-2023 .header-awards__link-top .brand{
    color: var(--black);
}
.page-permalink-awards-2024 .header-awards__link-top .brand{
  color: var(--black);
}
.header-awards__link-top .arrow{
    max-width: 175px;
    margin-right:8px
}
.header-awards__logo{
    font-size: 48px;
    font-weight: var(--fw-semibold);
    line-height: 68px;
    color: var(--white);
    letter-spacing: 3.84px;
}
.page-permalink-awards-2023 .header-awards__logo,
.tax-nb_award_category-2023 .header-awards__logo,
.single-nb_award-2023 .header-awards__logo,
.search-results-awards-2023 .header-awards__logo {
    font-size: 40px;
    font-weight: var(--fw-regular);
    line-height: 65px;
    color: var(--black);
    letter-spacing: 3.2px;
    font-family:  "Slouchy Brush";
}

.page-permalink-awards-2024 .header-awards__logo,
.tax-nb_award_category-2024 .header-awards__logo,
.single-nb_award-2024 .header-awards__logo,
.search-results-awards-2024 .header-awards__logo {
    font-size: 40px;
    font-weight: var(--fw-bold);
    line-height: 65px;
    color: var(--black);
    letter-spacing: 3.2px;
    font-family:  inherit;
    text-transform:uppercase;
}

.site-header-top{
    border: none;
}
.site-header-top>.container-fluid{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 60px;
    padding: 10px 0;
    position: relative;
}
 .page-template-page-category .site-header{
    display: none;
} 
.home-awards__banner {
    position: relative;
    display: block;
    width: 100%;
    min-height: 704px;
}
.home-awards__banner .bg-image{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.home-awards__link-top{
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    padding: 35px;
}
.home-awards__link-top .brand{
    color: var(--white);
}
.home-awards__link-top .arrow{
    max-width: 175px;
    margin-right: 10px;
}
.home-awards__banner-overlay{
    z-index: 3;
    position: absolute;
    bottom: 115px;
    left: 0;
    padding: 28px 40px 34px 90px;
}
.home-awards__banner-overlay h1{
    font-size: 100px;
    font-weight: var(--fw-black);
    line-height: 100px;
    color: var(--c-peach);
}
.page-permalink-awards-2023 .home-awards__banner-overlay h1,
.tax-nb_award_category-2023 .home-awards__banner-overlay h1 {
    font-weight: var(--fw-regular);
    color: var(--black);
    font-family: "Slouchy Brush";
}
.page-permalink-awards-2024 .home-awards__banner-overlay h1,
.tax-nb_award_category-2024 .home-awards__banner-overlay h1 {
    font-weight: bold;
    color: var(--white);
    font-family: inherit;
    text-transform: uppercase;
}
.home-awards__banner-overlay h1 span{
    color: var(--pink);
}
.home-awards__badge{
    max-width: 213px;
    margin-bottom: 70px;
}
.home-awards__head{
    margin-top: 58px;
}
.page-permalink-awards-2023 .home-awards__head{
    max-width: 1017px;
    margin: 58px auto auto;
}
.page-permalink-awards-2024 .home-awards__head{
  max-width: 1017px;
  margin: 58px auto auto;
}
.home-awards__head .arrow-content{
    max-height: 17px;
    width: 175px;
}
.home-awards__head h2{
    font-size: 32px;
    line-height: 40px;
    font-weight: var(--fw-black);
    letter-spacing: 1.6px;
    color: var(--black);
}
.home-awards__head h2 span{
    color: var(--pink);
}
.home-awards__categories-content{
    padding-top: 30px;
}
.home-awards__categories-content .home-awards__category-parent{
    font-size: 26px;
    line-height: 32px;
    font-weight: var(--fw-bold);
    letter-spacing: 2.16px;
    color: var(--black);
    text-transform: uppercase;
    background-color: var(--c-peach);
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FDF3ED 100%) 0% 0% no-repeat padding-box;
    padding: 16px 20px;
    margin-top: 30px;
    margin-bottom: 0;
}
.category-page__banner{
    position: relative;
    display: block;
    width: 100%;
    min-height: 628px;
}
.category-page__banner img{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.category-page__banner .banner-overlay{
    z-index: 3;
    position: absolute;
    bottom: 115px;
    left: 0;
    padding: 28px 40px 34px 90px;
    background: #000000b3 0% 0% no-repeat padding-box;
}
.page-permalink-awards-2023 .category-page__banner .banner-overlay,
.tax-nb_award_category-2023 .category-page__banner .banner-overlay{
    background: rgba(255, 255, 255, 0.70) 0% 0% no-repeat padding-box;
    width: 100%;
    max-width: 960px;
}
.page-permalink-awards-2024 .category-page__banner .banner-overlay,
.tax-nb_award_category-2024 .category-page__banner .banner-overlay{
    background: rgba(255, 255, 255, 0.70) 0% 0% no-repeat padding-box;
    width: 100%;
    max-width: 960px;
}
.category-page__banner .banner-overlay h1{
    color: var(--white);
    letter-spacing: 0px;
    text-align: left;
    font-weight: var(--fw-black);
    font-size: 56px;
    line-height: 56px;
    display: block;
}
.page-permalink-awards-2023 .category-page__banner .banner-overlay h1,
.tax-nb_award_category-2023 .category-page__banner .banner-overlay h1{
    color: var(--black);
    letter-spacing: 0px;
    text-align: left;
    font-weight: var(--fw-regular);
    font-size: 60px;
    line-height: 64px;
    display: block;
    font-family: "Slouchy Brush";
}
.page-permalink-awards-2024 .category-page__banner .banner-overlay h1,
.tax-nb_award_category-2024 .category-page__banner .banner-overlay h1{
    color: var(--black);
    letter-spacing: 0px;
    text-align: left;
    font-weight: var(--fw-bold);
    font-size: 60px;
    line-height: 64px;
    display: block;
    font-family: inherit;
    text-transform:uppercase;
}
.category-page__banner .banner-overlay h1 span{
    color: var(--pink);
    letter-spacing: 3.84px;
    text-transform: uppercase;
    font-weight: var(--fw-semibold);
    font-size: 48px;
    line-height: 56px;
    display: block;
}
.page-permalink-awards-2023 .category-page__banner .banner-overlay h1 span,
.tax-nb_award_category-2023 .category-page__banner .banner-overlay h1 span
{
    color: var(--pink);
    letter-spacing: 3.84px;
    text-transform: uppercase;
    font-weight: var(--fw-bold);
    font-size: 42px;
    line-height: 56px;
    display: block;
    font-family: "Source Sans Pro";
}
.page-permalink-awards-2024 .category-page__banner .banner-overlay h1 span,
.tax-nb_award_category-2024 .category-page__banner .banner-overlay h1 span
{
    color: var(--pink);
    letter-spacing: 3.84px;
    text-transform: uppercase;
    font-weight: var(--fw-bold);
    font-size: 42px;
    line-height: 56px;
    display: block;
    font-family: "Source Sans Pro";
}
.category-page__searchbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 32px 34px;
    background: var(--c-peach);
    max-width: var(--site-max-width);
}
.site-width-breakout {
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 945pt;
    max-width: var(--site-max-width);
    position: relative;
    right: -50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
}
.find-winner {
    background-color: var(--c-peach);
    margin-bottom: 0;
    margin-top: 30px;
    padding: 32px 34px;
}
.page-permalink-awards-2023 .find-winner,
.tax-nb_award_category-2023 .find-winner,
.search-results-awards-2023 .find-winner {
    background-color: #F4F4F4;
}
.page-permalink-awards-2024 .find-winner,
.tax-nb_award_category-2024 .find-winner,
.search-results-awards-2024 .find-winner {
    background-color: #F4F4F4;
}
.find-winner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.find-winner__content {
    text-align: center;
}
.find-winner__form {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.find-winner__content .find-winner__heading {
    color: var(--black);
    text-transform: uppercase;
    font-style: normal;
    font-weight: var(--fw-semibold);
    font-size: var(--fs-medium);
    margin-bottom: 0;
}
.category-page__searchbar .col p{
    margin: 0px;
}
.category-page__searchbar .searchbar__input-text{
    background-color: var(--c-peach);
    font-family: var(--ff-sans-serif);
    border: none;
    padding-left: 35px!important;
}
.category-page__searchbar .searchbar__input-text::placeholder {
    color: #000000;
    text-transform: uppercase;
    font-style: normal;
    font-weight: var(--fw-bold);
}
.category-page__searchbar .search-icon{
    position: absolute;
    left: 0px;
}
.breadcrumb{
    background: transparent;
}
.breadcrumb-item {
    text-transform: uppercase;
    color: #797979;
    font: normal normal normal 16px/36px Source Sans Pro;
}
.breadcrumb-item.active{
    color: #797979;
}
.breadcrumb-item + .breadcrumb-item::before {
    font-family: 'dashicons';
    content: "\f345";
    font-weight: var(--fw-bold);
    font-size: 14px;
    margin-top: 7px;
    line-height: 15px;
}
.home-page__list{
    padding: 29px 0px 0px;
}
.home-page__list .post-card{
    background: var(--c-peach);
}
.home-page__list .post-card .post-card__image-wrap{
    margin-bottom: 0;
}
.home-page__list .post-card .post-card__image-wrap:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    width: 100%;
}
.home-page__list .post-card figcaption{
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    padding: 25px;
}
/* .home-page__list .post-card figcaption a{ */
.home-page__list .post-card figcaption a.best-link{
    color: var(--white);
    text-transform: uppercase;
    font-size: var(--fs-medium);
    line-height: 25px;
    font-weight: var(--fw-regular);
    letter-spacing: 2px;
    background-image: url(https://www.newbeauty.com/wp-content/themes/newbeauty/assets/svg/pink-arrow.svg);
    background-position: 110px;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    text-decoration: none;
}
.page-permalink-awards-2023 .home-page__list .post-card figcaption a.best-link,
.tax-nb_award_category-2023 .home-page__list .post-card figcaption a.best-link {
    color: var(--black);
    font-weight: var(--fw-semibold);
    text-decoration: none;
}
.page-permalink-awards-2024 .home-page__list .post-card figcaption a.best-link,
.tax-nb_award_category-2024 .home-page__list .post-card figcaption a.best-link {
    color: var(--black);
    font-weight: var(--fw-semibold);
    text-decoration: none;
}
.home-page__list .post-card figcaption h2{
    color: var(--white);
    text-transform: uppercase;
    font-size: var(--fs-large);
    line-height: 32px;
    font-weight: var(--fw-semibold);
    margin-top: 7px;
}
.page-permalink-awards-2023 .home-page__list .post-card figcaption h2{
    color: var(--black);
    font-size: 26px;
    line-height: 28px;
    font-weight: var(--fw-bold);
}
.page-permalink-awards-2024 .home-page__list .post-card figcaption h2{
  color: var(--black);
  font-size: 26px;
  line-height: 28px;
  font-weight: var(--fw-bold);
}

.home-page__list .post-card .post-card__content{
    padding: 30px 25px 41px;
    text-align: left;
}
.home-page__list .post-card .post-card__content .post-card__subtitle{
    font-size: 24px;
    font-weight: var(--fw-semibold);
    line-height: 31px;
    font-style: normal;
    letter-spacing: 0px;
    color: var(--black);
    margin-bottom: 10px;
}
.home-page__list .post-card .post-card__content .post-card__subtitle span{
    color: var(--pink);
    margin-right: 5px;
}
.home-page__list .post-card .post-card__content .post-card__price{
    font-size: var(--fs-medium);
    font-weight: var(--fw-semibold);
    line-height: 31px;
    font-style: normal;
    letter-spacing: 0px;
    color: var(--pink);
    margin-bottom: 17px;
    margin-top: 0;
}
.home-page__list .post-card .post-card__content .post-card__excerpt{
    font-size: var(--fs-medium);
    font-weight: var(--fw-regular);
    line-height: 31px;
    font-style: normal;
    letter-spacing: 0px;
    color: var(--black);
    margin-bottom: 28px;
}
.button-pink{
    background-color: var(--pink);
    color: var(--white);
    font-size: var(--fs-small);
    padding: 19px 53px;
    display: inline-block;
    text-transform: uppercase;
}
.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.99));
    z-index: 3;
    opacity: 1;
}
.page-permalink-awards-2023 .overlay {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.page-permalink-awards-2024 .overlay {
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.expert__section{
    max-width: 1260px;
    margin: 0 auto;
}
.expert__section .expert__section-column-top h2{
    font-size: 48px;
    line-height: 72px;
    font-weight: var(--fw-black);
    letter-spacing: 3.84px;
    color: var(--black);
    text-align: center;
}
.expert__section .expert__section-column-top h2 strong{
    color: var(--pink);
}
.expert__section .expert__section-column-top p{
    font-size: 24px;
    line-height: 32px;
    font-weight: var(--fw-regular);
    letter-spacing: 0px;
    color: var(--black);
    text-align: center;
}
.expert__section .expert__section-column .uagb-column__inner-wrap {
    padding: 0 25px;
}
.expert__section .expert__section-column h4{
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0px;
    color: var(--black);
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0;
}
.expert__section .expert__section-column h5{
    font-size: var(--fs-normal);
    line-height: 27px;
    font-weight: var(--fw-light);
    letter-spacing: 0.8px;
    color: var(--black);
    text-align: left;
    margin: 0;
}
.expert__section .expert__section-column p{
    font-size: var(--fs-normal-plus);
    line-height: 25px;
    font-weight: var(--fw-regular);
    letter-spacing: 0px;
    color: var(--black);
    text-align: left;
    margin-top: 10px;
}
.expert__section figure{
    margin-bottom: 0;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}
.expert__section figure:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    width: 100%;
}
.expert__section figure img{
    border-radius: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    display: block;
}
.category-page__list{
    max-width: 830px;
    margin: 0 auto;
}
.category-page__list .title-product{
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FDF3ED 100%) 0% 0% no-repeat padding-box;
    padding: 15px 20px;
    font-size: 26px;
    line-height: 32px;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 2.16px;
    font-weight: var(--fw-bold);
}
.category-page__list .post-card {
    margin-top: 50px;
} 
.category-page__list .post-card .post-card__content{
    word-wrap: break-word;
    position: relative;
    text-align: left;
}
.category-page__list .post-card .post-card__content .post-card__subtitle{
    font-size: 20px;
    line-height: 31px;
    color: var(--black);
    letter-spacing: 0px;
    font-weight: var(--fw-semibold);
    margin-bottom: 15px;
}
.category-page__list .post-card .post-card__content .post-card__subtitle span{
    color: var(--pink);
    margin-right: 5px;
}
.page-permalink-awards-2023 .category-page__list .post-card .post-card__content .post-card__subtitle span{
    margin-right: 0;
}
.page-permalink-awards-2024 .category-page__list .post-card .post-card__content .post-card__subtitle span{
  margin-right: 0;
}
.category-page__list .post-card .post-card__content .post-card__price{
    font-size: 20px;
    line-height: 31px;
    color: var(--black);
    letter-spacing: 0px;
    font-weight: var(--fw-semibold);
    margin-top: 0;
    margin-bottom: 15px;
}
.category-page__list .post-card .post-card__content .post-card__excerpt{
    font-size: 20px;
    line-height: 31px;
    color: var(--black);
    letter-spacing: 0px;
    font-weight: var(--fw-regular);
    margin-top: 0;
}
.category-page__list .post-card .post-card__content .arrow-link{
    font-size: 18px;
    line-height: 30px;
    color: var(--pink);
    letter-spacing: 0px;
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    margin-top: 0;
}
.page-permalink-awards-2023 .category-page__list .post-card .post-card__content .arrow-link{
    letter-spacing: 3.6px;
}
.page-permalink-awards-2024 .category-page__list .post-card .post-card__content .arrow-link{
  letter-spacing: 3.6px;
}
.category-page__list .post-card .post-card__content .arrow-link .arrow{
    max-width: 80px;
}

.find-winner__form .button:hover {
    background-color: #EC008C;
}
.site-main-award .content-reviews {
    margin-bottom: 90px;
}
.content-reviews .comment-navigation{
    margin: 30px 0;
}
.comment-respond .comment-reply-title{
    font-weight: var(--fw-bold);
    font-size: 26px;
    line-height: 20px;
    letter-spacing: 2.08px;
    color: var(--black);
    text-transform: uppercase;
}
.share-review-form input[type=submit] {
    width: 163px;
    height: 56px;
    background: #202020;
    color: white;
    cursor: pointer;
    border: none;
    font-size: 14px;
}
.share-review-form p .number{
    float: right;
}

.brand .icon-header-logo{
    max-width: 120px;
    vertical-align: middle;
    width:120px;
}
.post-card__image-wrap .post-card__image {   
    object-fit: contain;
}
.page-permalink-awards-2023 .icon-header-logo g,
.tax-nb_award_category-2023 .icon-header-logo g,
.single-nb_award-2023 .icon-header-logo g,
.search-results-awards-2023 .icon-header-logo g {
    fill: var(--black);
}
.page-permalink-awards-2024 .icon-header-logo g,
.tax-nb_award_category-2024 .icon-header-logo g,
.single-nb_award-2024 .icon-header-logo g,
.search-results-awards-2024 .icon-header-logo g {
    fill: var(--black);
}

.product-col-right h5 span {
  color:  var(--pink);
  margin-right: 4px;
}

cite.author-name {
  font-size: 18px;
}
.text-reviews p {
    margin-bottom: 7px;
}



/* Styles for single awards page template */

.single-page-banner {
    background: transparent linear-gradient(270deg, #000 0%, #262A2D 100%) 0% 0% no-repeat padding-box;
    color: white;
    padding-bottom: 50px;
    padding-top: 30px;
  }
 
.page-permalink-awards-2023 .single-page-banner,
.single-nb_award-2023 .single-page-banner {
    background: #FDF3ED 0% 0% no-repeat padding-box;
    color: var(--black);
  }
.page-permalink-awards-2024 .single-page-banner,
.single-nb_award-2024 .single-page-banner {
    background: #FDF3ED 0% 0% no-repeat padding-box;
    color: var(--black);
  }  



  .beauty-awards-row {
    display: flex;
  justify-content: space-between;
    margin: auto 27px;
    flex-wrap: wrap;
    flex-direction:row;
  }
  
  .beauty-awards-text {
    font-size:48px;
    margin-right: 20px;
  }
  .award-product-row {
    margin: 0 auto;
    max-width: 1266px;
  }
  
  .award-product-row h1 {
    margin-left: 20px;
    text-transform: uppercase;
  }
  
  .award-product-row h1 span{
    color: #EC008C;
  }
  
  .product-details, .arrow-nb, .button-row, .box-award-winner {
    display: flex;
  }
  
  .arrow-nb h4 {
    line-height: 87px;
    margin-bottom: 0;
    margin-left: 16px;
  }
  
  .product-details {
    max-width: 1266px;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction:row;
  }
  
  .product-description {
    border-bottom: 1px solid white;
    /*padding-bottom: 40px;*/
    margin-bottom: 0.5rem;
    margin-top: 12px;
  }  
  .page-permalink-awards-2023 .product-description,
  .single-nb_award-2023 .product-description {
    border-bottom: 2px solid #807772;
  }
  .page-permalink-awards-2024 .product-description,
  .single-nb_award-2024 .product-description {
    border-bottom: 2px solid #807772;
  }
  .product-main-left {
    margin-left: 20px;
    margin-right: 4%;
    min-width: 100px;
    width: 34%;
    object-fit: contain;
  }
  
  .product-col-right {
    min-width: 300px;
    width: 55%;
    margin-right: 10px;
  }
  
  .product-col-right h5 {
    font-size: 26px;
    line-height: 1;
  }
  .pink-star {
    width: 23px;
  }
  .page-permalink-awards-2023 .pink-star,
  .single-nb_award-2023 .pink-star {
    width: 18px;
  }
  .page-permalink-awards-2024 .pink-star,
  .single-nb_award-2024 .pink-star {
    width: 18px;
  }  
  
  .review-stars{
    color: #EC008C;
    font-size: 17px;
    margin-top: -7px;
  }
  .best-active-row {
    display: flex;
    justify-content: space-between;
  }
  
  .best-active-title {
    color: #EC008C;
    margin-bottom: 0;
  }
  

  .nb100_wrapper .best-active-title, .nb100_wrapper .category-page__list .post-card .post-card__content .post-card__subtitle span.best-active-title, .nb100_wrapper .category-page__list .post-card .post-card__content .arrow-link, .nb100_wrapper .category-page__banner .banner-overlay h1 span {
    color: #d8292f;
  }

  .best-for-col{
    margin-right: 10px;
  }
  
  .best-for-col p, .active-col p {
    margin-top: 8px;
  }
  
  .button-row a {
    border: none;
    top: 570px;
    left: 585px;
    width: 163px;
    height: 56px;
    Background: #EC008C 0% 0% no-repeat padding-box;
      opacity: 1;
    color: white;
    cursor: pointer;
    margin-right: 28px;
	text-align: center;
	padding-top: 18px;
	font-size: 14px;    
  }
  
  .page-permalink-awards-2023 .button-row a,
  .single-nb_award-2023 .button-row a {
    font-weight: var(--fw-bold);  
    letter-spacing: 2.8px;
  }
  .page-permalink-awards-2024 .button-row a,
  .single-nb_award-2024 .button-row a {
    font-weight: var(--fw-bold);  
    letter-spacing: 2.8px;
  }  
  
  .button-row a:hover {
  	text-decoration:none;
  }
  
  .button-row .price {
    line-height: 48px;
  }
  .page-permalink-awards-2023 .button-row .price,
  .single-nb_award-2023 .button-row .price {
	  font-weight: var(--fw-semibold);
  }
  .page-permalink-awards-2024 .button-row .price,
  .single-nb_award-2024 .button-row .price {
	  font-weight: var(--fw-semibold);
  }  
  
  .section-award-winner {
    background: #FDF3ED;
    /*margin-top: 10px;*/
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px;
    padding-bottom: 38px;
  }
  
  .box-award-winner {
    max-width: 987px;
    margin: 0 auto;
    flex-direction: row;
  flex-wrap: wrap;
  }
  
  .box-award-winner .pink-quote {
    width: 47px;
    height: max-content;
    margin-right: 20px;
    display: block;
      object-fit: contain;
  }
  
  .box-award-winner i {
    font-size: 52px;
    color: #EC008C;
    margin-right: 20px;
  }
  
  .award-winner-text {
    margin-right: 20px;
  }
  
  .img-award-winner {
   width: 17%;
   height: auto;
   object-fit: contain;
  }
  
  .content-reviews {
    max-width: 830px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  
  .review-title{
    margin-bottom: 0.25rem;
  }
  .text-reviews {
    border-bottom: 2px #a3a3a3 solid;
  }
  
  .share-review-form {
    max-width: 830px;
    margin: 0 auto;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    padding: 35px;
  }
  
  .share-review-form h4 {
    font-size: 26px;
  }
  .share-review-form input {
    width: 100%;
  }
  
  .share-review-form button {
    width: 163px;
    height: 56px;
    background: #202020;
    color: white;
    cursor: pointer;
    border:none;
    font-size: 14px;
  }
  .text-under-input {
    font-size: 14px;
  }
  
  .site-main-award {
    padding: 0 15px;
    margin-bottom: 52px;
  }
  
  .box-winner-text {
    width:80%;
    display:flex;
  }

/* Code to add Ads for the awards for home, category and single */
.tax-nb_award_category .ad, .page-template-page-awards .ad, .single-nb_award .ad {    
    background: transparent linear-gradient(270deg, #000000 0%, #262A2D 100%) 0% 0% no-repeat padding-box;       
    margin-bottom:0;   
    padding-bottom: 50px; 
  }
.tax-nb_award_category-2023 .ad,
.page-permalink-awards-2023 .ad,
.single-nb_award-2023 .ad {    
    background: transparent linear-gradient(180deg, #fef9f7 0%, #FDF3ED 100%) 0% 0% no-repeat padding-box;       
}
.tax-nb_award_category-2024 .ad,
.page-permalink-awards-2024 .ad,
.single-nb_award-2024 .ad {    
    background: transparent linear-gradient(180deg, #fef9f7 0%, #FDF3ED 100%) 0% 0% no-repeat padding-box;       
}


  .ad__inner {    
    max-width: 1266px;    
  }
/* remove line below when we use ads from google */
  .ad__inner .banner {
    background-image: url("https://www.newbeauty.com/wp-content/uploads/2022/04/NewBeautyAwardAd_970x250.png");
    height: 250px;
    width: 970px;
}

  .page-template-page-awards .site-header-top .container-fluid a .header-awards__logo {
      display: none;
  }

  .page-template-page-awards .site-header {
    margin-bottom: -3px;
}
.page-permalink-awards-2023 select,
.single-nb_award-2023 select {
	font-size: var(--fs-medium);
}
.page-permalink-awards-2024 select,
.single-nb_award-2024 select {
	font-size: var(--fs-medium);
}


/*===============================
===========Search Page===========
=================================*/
.search-page__title{
    margin-top: 40px;
}

/*********************************

******** MEDIA QUERIES ***********

*********************************/


@media screen and (max-width:1253px){
    .home-page__list .post-card:nth-child(2n) {
        margin-right: 0;
    }
    .home-page__list .post-card {
        flex: 1 0 29%;
    }
}
@media screen and (max-width:1023px){

    .site-width-breakout {
        margin-left: 0%;
        margin-right: -30px;
        width: unset;
      }

      .find-winner__form select {
        padding: 0.8rem 0.5rem !important;
        font-size: 20px;
      }
      .find-winner__form button {
        padding: 0.8rem 0.5rem;
      }
      .breadcrumb {
        margin-left: -13px;
        margin-bottom: -20px;
      }

      .find-winner__form select {
          color: #000000;
      }

      /* remove line below when we use ads from google */
.ad__inner .banner {
    background-image: url("https://www.newbeauty.com/wp-content/uploads/2022/04/NewBeautyAwardAd_728x90.png");
    height: 90px;
    width: 728px;
}


}


@media screen and (max-width:991px){
    .category-page__searchbar .col{
        flex-basis: 100%;
        text-align: center;
    }
    .find-winner__form input, 
    .find-winner__form select,
    .find-winner__content {
        margin-bottom: 9pt;
    }
    .home-awards__banner-overlay{
        bottom: 0;
    }
}
@media screen and (max-width:880px) and (min-width:768px){
    .home-page__list .post-card figcaption a{
        background-size: 35%;
    }    
}
@media screen and (max-width:767px){
    .share-review-form p .number {
        margin-top: 8px;
    }
    .share-review-form input[type=submit] {
        width: 100%;
    }
    .category-page__banner .banner-overlay {
        padding: 20px 40px 5px 40px;
        background: #000000;
    }
    .page-permalink-awards-2023 .category-page__banner .banner-overlay,
    .tax-nb_award_category-2023 .category-page__banner .banner-overlay,
    .single-nb_award-2023 .category-page__banner .banner-overlay {
	  	background: #FDF3ED;
    }
    .page-permalink-awards-2024 .category-page__banner .banner-overlay,
    .tax-nb_award_category-2024 .category-page__banner .banner-overlay,
    .single-nb_award-2024 .category-page__banner .banner-overlay {
  		background: #FDF3ED;
    }    
    .home-awards__banner-overlay {
        bottom: 0px;
        left: 0;
        padding: 25px;
        top: 50px;
    }
    .home-awards__banner-overlay h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .site-header-top > .container-fluid {
        flex-direction: column-reverse;
    }
    .container-fluid .header-awards__link-top {
        align-self: end;
        margin-right: 12px;
    }

    .header-awards__logo {
        align-self: start;
        font-size: 38px;
      }
      .category-page__banner {
        min-height: 400px;
      }
      .category-page__banner .banner-overlay {
        bottom: 0;
        width: 100%;
      }
      /* Fixing to show full image in responsive version */
      .category-page__banner img, .category-page__banner .banner-overlay {
       
      }
      .tax-nb_award_category-2023 .category-page__banner .banner-overlay h1 {
        font-size: 28px;
        line-height: 32px;
      }
      .tax-nb_award_category-2024 .category-page__banner .banner-overlay h1 {
        font-size: 28px;
        line-height: 32px;
      }
      .tax-nb_award_category-2023 .category-page__banner .banner-overlay h1 span {
        font-size: 24px;
        line-height: 27px;
      }
      .tax-nb_award_category-2024 .category-page__banner .banner-overlay h1 span {
        font-size: 24px;
        line-height: 27px;
      }

      .category-page__banner .banner-overlay h1 span {
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
      }
      .category-page__banner .banner-overlay h1 {
        font-size: 28px;
        line-height: 32px;
      }

      .home-awards__banner {
        width: 200%;
        min-height: 376px;
      }

      .home-awards__link-top {
        right: 49%;
        width: 50%;
      }

      .home-awards__link-top .brand {
       float: right;
      }

      .home-awards__badge {
        max-width: 144px;
        margin-bottom: 2.5vw;
      }

      .home-awards__banner .bg-image {
        left: -300px;
        height: 393px;
        object-fit: contain;
      }

      .home-awards__head h2 {
        font-size: 28px;
        line-height: 32px;
      }

      .home-awards__link-top .arrow {
        max-width: 148px;
      }


      /* Media Queries  for single awards page */
      .award-product-row h1 {
        margin-left: 4%;
        margin-right: 4%;
        width: 92%;
        font-size: 30px
      }
      .page-permalink-awards-2023 .award-product-row h1 {
        margin-left: 30px;
        margin-right: 30px;
      }
      .page-permalink-awards-2024 .award-product-row h1 {
        margin-left: 30px;
        margin-right: 30px;
      }
        .product-main-left {
          margin-left: 4%;
          margin-right: 4%;
          width: 92%;
        }  
        .page-permalink-awards-2023 .product-main-left {
          margin-left: 30px;
          margin-right: 30px;
        }
        .page-permalink-awards-2024 .product-main-left {
          margin-left: 30px;
          margin-right: 30px;
        }
        
        .product-col-right {
          width: 90%;
          margin-right: 4%;
          margin-left: 4%;
          margin-top: 30px;
        }  
        .page-permalink-awards-2023 .product-col-right {
          margin-right: 30px;
          margin-left: 30px;
        }
        .page-permalink-awards-2024 .product-col-right {
          margin-right: 30px;
          margin-left: 30px;
        }
        .box-award-winner {
        flex-direction: column-reverse;
        }
        
        .box-winner-text {
        width: 90%;
        margin-left: 4%;
        margin-right: 4%;
        margin-top: -30px;
        }
        .award-winner-text {
        margin-left: -63px;
        margin-top: 63px;
        margin-right: -10px;
        }
        
        .img-award-winner {
        width: 50%;
        margin-left: 25%;
        margin-right: 24%;
        }
        
        .best-active-row {
        flex-direction: column;
      }  
        .breadcrumb {
         padding-left: 0;
      }


    /* remove line below when we use ads from google */
.ad__inner .banner {
    background-image: url("https://www.newbeauty.com/wp-content/uploads/2022/04/NewBeautyAwardAd_300x250.jpg");
    height: 250px;
    width: 300px;
}

}

@media screen and (max-width:516px){
    .home-awards__link-top {
        right: 48%;
        width: 56%;
        background: #1F1F1F;
        bottom: 318px;
        top: -29px;
        padding-bottom: 32px;
}

.home-awards__banner {
   min-height: 274px;
   margin-top: -36px;
}
.home-awards__banner-overlay {
    top: 45px;
  }

.home-awards__banner .bg-image {
    left: -201px;
    height: 265px;
    top:35px;
    }
    .home-awards__badge {
    max-width: 100px;
    margin-bottom: 0;
      }

      .home-awards__banner-overlay h1 {
        font-size: 40px;
        line-height: 40px;
        margin-top: 23px;
    }

   /* .home-page__list .post-card figcaption a{
        background-size: 59%;
        background-position: 100%;
    } */

    .home-page__list .post-card figcaption a.best-link {
        background-size: 46%;
      }
      
    .page-permalink-awards-2023 .product-col-right {
        min-width: 250px;
    }
    .page-permalink-awards-2024 .product-col-right {
      min-width: 250px;
  }

}
@media screen and (min-width:768px){
    .give-subscription{
        margin: 0;
    }    
    .home-page__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 29px 0px 0px;
    }
    .home-page__list .post-card {
        margin: 0 30px 30px 0;
        align-items: center;
        flex-basis: 31.7%;
        /* getting a max wdith of half when the row of grid is odd */
        max-width: 47.7%;
    }
}


@media screen and (min-width:992px){
    .category-page__searchbar .col {
        flex: 0 1 19% 0;
        margin: 0;
        height: 56px;
        display: flex;
        align-items: center;
        padding: 0 14.5px;
    }
    .category-page__searchbar .col-custom{
        max-width: 177.5px;
    }
    .category-page__searchbar .col-input{
        max-width: 206.5px;
    }
    .category-page__searchbar .col .button-primary{
        min-width: 163px;
    }

    .category-page__list .title-product {
        font-size: 24px;
    }
}
@media screen and (min-width:1024px){
    .tax-nb_award_category header.site-header,
    .single-nb_award header.site-header {
        margin-bottom: 0;
    }
    .find-winner__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 56px;
    }
    .find-winner__content {
        background-image: url(https://www.newbeauty.com/wp-content/themes/newbeauty/assets/svg/search.svg);
        background-position: 0;
        background-repeat: no-repeat;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 40px;
        text-align: left;
        width: 19%;
    }
    .find-winner__form {
        -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;
        width: 81%;
    }
    .find-winner__form input, .find-winner__form select {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 0;
        margin-right: 29px;
        width: 20%;
    }
    .find-winner__form .button{
        min-width: 163px;
    }
}
@media screen and (min-width:1254px){
    .home-page__list .post-card:nth-child(3n) {
        margin-right: 0;
    }
}