/*
Theme Name:   WP Bootstrap Starter for CEW
Theme URI:    https://afterimagedesigns.com/wp-bootstrap-starter/
Description:  Wordpress theme for CEW
Author:       Bean Creative
Author URI:   http://www.beancreative.com
Template:     wp-bootstrap-starter
Version:      1.0.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/**Test**/

.bc-overlay-mix .mpc-overlay{
  -webkit-filter: brightness(0.75) contrast(2);
  filter: brightness(0.75) contrast(2);
}

.page-content, .entry-content, .entry-summary {
  margin-top:0;
}

#main {
  margin-bottom: 35px;
}

.event-gitem .vc_gitem-zone.vc_gitem-zone-c {
  overflow: visible;
}

/***** ADVANCED ADS *****/
div[id^="cew-"] {
  text-align: center;
}

.cew-adlabel {
  display: none;
}


/** Temp people grids title fix **/
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h5 {
  margin-bottom: 0;
}

/*----- GLOBAL -----*/

body {
  font-family: 'Gothic A1', sans-serif;
  color: #101010;
  letter-spacing: 0.005rem;
  font-size: 16px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 1rem;
}

.h5, .h6, h5, h6  {
  font-weight: 700;
}

h1.entry-title {
  font-size: 3.5rem;
  text-align: center;
}

.page-title {
  margin-bottom: 3.75rem;
}

h1, .h1 {
  font-size: 3.5rem;
  padding: 0;
}

h2, .h2 {
  font-size: 2.75rem;
  padding-bottom: 0;
}

h3, .h3 {
  font-size: 2.5rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}


.display-4 {
  font-size: 2.5rem;
}
.display-5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.display-6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.lead {
  font-family: 'Gothic A1', sans-serif;
  font-weight: 400;
}

.text-body, .text-dark {
  color: #000000 !important;
}

.text-red {
  color: #d0021b;
}

.text-muted {
  color: #999 !important;
}

a {
  color: #d0021b;
}

a:hover {
  color: #e26776;
  text-decoration: none;
}

a:focus, .nav > li > a:hover, .nav > li > a:focus  {
  background-color: transparent;
}

.nav > li > a:focus {
  color: #eee;
}

.posts-navigation .nav-links a {
  padding: 0.75em 1.5em;
  min-width: 120px;
  text-transform: lowercase;
  font-weight: 400;
  background-color: #000000;
  border-color: #000000;
  border-radius: 3em;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.posts-navigation .nav-links a:hover {
  background-color: #191919;
}

.btn, button, .btn.btn-default {
  border-radius: 0;
  text-transform: lowercase;
  padding: 0.75em 1.5em;
  line-height: normal;
  font-weight: 400;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn.btn-dark, button.btn-dark, .btn.btn-default {
 /* background-color: #000000;
  color: #ffffff; */
}


.btn-light, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);
  background-image: -o-linear-gradient(top,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);
  background-repeat: repeat-x;
}

.btn-light:focus, input.btn-light:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0;
  color: #000000;
}

.btn-light, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #000000;
}


.btn-primary {
  background-color: #000000;
  border: none;
}

.btn-primary:hover{
  background-color: #191919;
}



.btn.focus, .btn:focus, .btn-primary.focus, .btn-primary:focus, input#wp-submit:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .show>.btn-primary.dropdown-toggle:focus {
  background-color: #000000 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 2, 27, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(208, 2, 27, 0.25);
  outline: transparent;
}

.btn-group-sm>.btn, .btn-sm {
  border-radius: 50px;
  padding: 0.5em 2em;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

div.vc_btn3-container {
  margin-bottom: 1.5em;
}

button.vc_btn3.vc_btn3-size-md, a.vc_btn3.vc_btn3-size-md {
  padding: 0.75em 1.5em;
  min-width: 120px;
  font-weight: 400;
}

.vc_btn3-style-modern {
  text-transform: lowercase;
}

.vc_general.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
  text-transform: lowercase;
  font-weight: 400;
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
  background-color: #191919;
  border-color: #191919;
}

.vc_general.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 3em;
}


a.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
  border: #d0021b;
  background-color: #d0021b;
}

a.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover,a.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:focus {
  border: #e26776;
  background-color: #e26776;
}

a.vc_btn3.vc_btn3-icon-right, a.vc_btn3.vc_btn3-icon-left {
  text-align: center;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
  background: #0e0e0e;
  color: #ffffff;
  border: 0;
  padding: 0.5em 2em;
  border-radius: 50px;
  text-transform: lowercase;
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
  background: #0e0e0e;
  opacity: 0.7;
}

blockquote {
  padding: 0.5rem 0;
  margin: 1.5rem 0;
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
}

blockquote:before {
  content: "\201D";
  color: #b7b7b7;
  font-size: 6rem;
  text-align: right;
  float: right;
  line-height: 6rem;
  font-family: 'playfair display',serif;
}

blockquote p {
  font-size: 1.5rem;
  font-family: 'Playfair Display', serif;
  text-align: left;
  margin: 0;
  padding: 1rem 0;
}

.wp-caption {
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
}

.wp-caption .wp-caption-text {
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  position: absolute;
  bottom: 0;
  text-align: left;
  padding: 1rem;
}

.bg-secondary {
  background-color: #ececec !important;
}

.bg-dark {
  background-color: #0e0e0e !important;
}

.rounded {
  border-radius: 5rem !important;
}

.center-text {
  text-align: center;
}

.border-dark {
  color: #000 !important;
}

.image-overlay {
  background: rgba(0, 0, 0, 0.50);
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f39e" !important;
}

.col-div-line > .wpb_column.vc_column_container:not(:last-child), .col-div-line > div:not(:last-child) {
  border-right: 1px solid #000000;
}

@media (max-width: 767.98px) {
  .col-div-line .wpb_column.vc_column_container:not(:last-child), .col-div-line > div:not(:last-child) {
    border-right: none;
  }
}



/*----- HEADER -----*/
.navbar-utility {
    margin-bottom: 5px;
}

span.utility-welcome {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: right;
    padding: 5px 10px;
}

@media (max-width: 767.98px) {
span.utility-welcome {
    text-align: center;
}
}

#mega-menu-wrap-utility-nav #mega-menu-utility-nav > li.mega-menu-item#mega-menu-item-signup > a.mega-menu-link {
  color: #d0021b;
}

#mega-menu-wrap-utility-nav #mega-menu-utility-nav > li.mega-menu-item#mega-menu-item-signup > a.mega-menu-link:hover {
  opacity: 0.7;
}


header#masthead {
  /*background-color: #101010;
  padding: 0.75rem 1rem 0 1rem;*/
}

nav.navbar {
  display: block;
  text-align: center;
}

nav.navbar a img {
  max-height: 50px;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-brand ul.navbar-nav {
  position: absolute;
  right: 0;
  top: 0;
}
.navbar-social {
  right: 0;
  bottom: 0.5rem;
}

.navbar-social .social-btn {
  display: inline;
}


.navbar-social span.fa-stack {
  height: 1.5em;
  line-height: 1.5em;
  width: 1.5em;
}

.navbar-social i.fa-stack-1x {
  font-size: 0.75em;
}
.navbar-social i.fa-stack-2x {
  font-size: 1.5em;
}

@media (max-width: 767.98px) {
  .navbar-social span.fa-stack {
    margin: 0 5px;
  }
}


#menu-main-nav {
  padding: 0.75rem 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

li.mega-menu-item.menu-search i.fa-search {
  padding: 10px;
  margin: -10px;
  line-height: inherit;
}

.search-bar {
  display: none;
  background-color: #ffffff;
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.09);
  -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.09);
  -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,0.09);
}

.search-bar form.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.fa-search {
  color: #ffffff;
}

.fa-search:hover {
  color: rgba(255, 255, 255, 0.75);
}

#right_desktop_menu ul li a:hover {
  color: #DB3A33 !important;
}

.search-bar input.search-field {
  border-radius: 0;
  background: #ffffff;
  border-width: 0 0 1px 0;
  border-color: #ececec;
}

.search-bar label {
  width: 100%;
  margin: 1em 1em 1em 0;
}

.form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 2, 27, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(208, 2, 27, 0.25);
}

.dropdown-toggle.nav-link::after {
  content: none;
}

ul.dropdown-menu {
  background: #4a4a4a;
  border: 0;
  border-radius: 0;
}

a.dropdown-item {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.875rem;
}

a.dropdown-item:hover {
  color: #ffffff;
  opacity: 0.7;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #d0021b;
}

.dropdown-menu li {
  border-bottom: 1px solid #eaeaea;
  padding: 0.5rem 0;
}

.dropdown-menu li:last-of-type {
  border: none;
}

ul.dropdown-menu {
  padding: 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 0.75rem;
  }
}

@media screen and (max-width: 991px) {
  nav.navbar .navbar-brand {
    border: none !important;
  }
  .navbar-nav .dropdown-menu {
    text-align: center;
    margin: 0;
  }

  .dropdown-menu li {
    border-bottom: none;
  }

  .dropdown-item {
    color: #ffffff;
  }
  .dropdown-item:hover {
    color: #ffffff;
  }

}



/*---- MEGA MENU ----*/
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
    display: none;
  }
}

/*---- CONTENT ----*/

.home h1.entry-title {
  display: none;
}

#content.site-content, .vc_desktop #content.site-content {
  padding-bottom: 3.75em;
  padding-top: 4.125em;
  overflow: hidden;
}
.vc_desktop .page-id-6224 #content.site-content {
  padding-top: 0;
}
.single-tribe_events #content.site-content, .vc_desktop .single-tribe_events #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}

/*---- WIDGET/SIDEBAR ----*/
h3.widget-title {
  font-size: 1.5rem;
}

.widget, .tribe-events-meta-group {
  margin: 0 0 2em;
}

aside > div > .tribe-events-meta-group:last-of-type {
  margin-bottom: 0;
}
#tribe-events-content .widget-area a {
  color: #000;
}
#tribe-events-content .widget-area a.btn-primary,
#tribe-events-content .widget-area a.tribe-events-button {
  color: #fff;
}


/*----- FOOTER -----*/
#footer-widget, #footer-widget a {
  color: #ffffff;
}


ul#menu-footer-nav {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-footer-nav-container li.menu-item {
  width: 50%;
}


/*----- Log in -----*/
div#theme-my-login {
  margin-bottom: 3.75rem;
}

input#wp-submit, input.tml-button {
  border-radius: 50px;
  text-transform: lowercase;
  padding: 0.5em 2em;
  font-weight: 400;
  border: none;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
input#wp-submit:hover, input.tml-button:hover, input.tml-button:focus {
  background-color: #191919 !important;
}

ul.tml-links {
  list-style: none;
  padding: 0;
}
input#jetpack_protect_answer {
  vertical-align: super !important;
  min-width: 50px;
}

.tml-field-wrap.tml-rememberme-wrap {
    display: none;
}


/*----- Full Width Layout -----*/


/* SMART SLIDER FEATURED IMAGE */
.vc_row.wpb_row.vc_row-fluid.ss-img-container {
  padding-top: 0;
}

.vc_row.wpb_row.vc_row-fluid.ss-img-container .wpb_column.vc_column_container .vc_column-inner {
  padding-top: 0;
  margin-top: -4.125rem;
}


div#featured-img {
  background-size: cover !important;
  margin-top: -4.125rem;
  margin-bottom: 3.75rem;

}

.entry-header-title {
  background: rgba(0, 0, 0, 0.35);
}

#featured-img .entry-title {
  border: none;
  color: #ffffff;
  padding: 0;
  margin: 0;
}


/** CUSTOM FEATURED IMAGES **/
.feature-img-container {
  position: relative;
  max-height: 500px;
  overflow: hidden;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -4.125em;
  margin-bottom: 3.75em;
  background: #000000;
}


#custom-feature > .wpb_column.vc_column_container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}


#custom-feature .wpb_column.vc_column_container > .vc_column-inner {
  color: white;
}
#custom-feature .mpc-column .vc_column-inner .wpb_wrapper>:last-child {
  margin-bottom: 0;
}

.feature-img-container .img-fluid {
  opacity: 0.65;
}

.feature-img-container h1.entry-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: none;
  color: #ffffff;
  z-index: 1;
}

.no-feature .entry-title {
  margin-bottom: 3.75rem;
}

.feature-img-container .vc_row.wpb_row.vc_inner.vc_row-fluid {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 101;
  color: #fff;
  margin: 0;
  padding: 0 10%;
}

.feature-img-container .vc_column-inner .wpb_wrapper .wpb_single_image {
  margin-bottom: 0;
}

.feature-img-container .vc_column-inner .wpb_wrapper .vc_figure div img {
  width: 100vw;
  opacity: 0.65;
}

.feature-img-container .vc_row .wpb_column .vc_column-inner > .wpb_wrapper div:last-child {
  margin-bottom: 5px;
}


/** BEAUTY NEWS SLIDER **/
#feature-slider {
  margin-top: -4.125em !important;
}


/* HOMEPAGE SLIDER */
@media screen and (max-width: 991px) {
  .n2-ss-widget.n2-ss-widget-display-desktop.n2-ss-widget-display-tablet.n2-ss-widget-display-mobile.nextend-thumbnail.nextend-thumbnail-default.n2-ow.nextend-thumbnail-horizontal {
    display: none;
  }
}

.entry-content>.vc_row.wpb_row, .entry-content> .container, .tribe-events-single-event-description.tribe-events-content > .vc_row  {
  margin-bottom: 3.25rem;
}


/* VC POST GRID */
.wpb_single_image a:hover {
  opacity: 1;
}

.vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link a:hover {
  opacity: 1;
}

.center-grid-items {
  text-align: center;
}

.vc_grid.owl-carousel.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span, .vc_grid.owl-carousel.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span, .vc_grid.owl-carousel.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
  background-color: #cccccc !important;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span {
  background-color: #d0021b !important;
}


.vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
  opacity: 0.25;
}

.vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
  left: -15px;
}

.vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
  right: -15px;
}

/*-----SPONSOR GRID-----*/
.sponsor-grid-item-wrap {
  text-align: center;
  vertical-align: middle;
}

/*-----AWARDS AND HONORS GRID-----*/
.vc_grid .vc_pageable-slide-wrapper.award-honor-grid-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.vc_grid.vc_row .vc_pageable-slide-wrapper.award-honor-grid-wrap .vc_grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.vc_grid .vc_pageable-slide-wrapper.award-honor-grid-wrap .vc_grid-item .vc_grid-item-mini {
  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-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.vc_grid .vc_pageable-slide-wrapper.award-honor-grid-wrap .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_gitem-zone-c {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 0 auto;
}

.vc_grid .vc_pageable-slide-wrapper.award-honor-grid-wrap .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_gitem-zone-c .vc_gitem-zone-mini {
  height: 100%;
  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;
}

.vc_grid .vc_pageable-slide-wrapper.award-honor-grid-wrap .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_gitem-zone-c .vc_gitem-zone-mini .vc_gitem_row.vc_row.vc_gitem-row-position-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


/*----BEAUTY NEWS GRID ----*/

.bn-grid-img .vc_gitem-zone-img {
  width: inherit;
}

.upev-featured-img{
  min-height: 162px;
  background:rgba(10,10,10,0.5);
  background:url("/wp-content/uploads/2018/08/speakerseries.jpg");
  background-size: cover;
}

.upev-featured-img > a {

}

.upev-featured-img .vc_gitem-row-position-middle{
  z-index: 10;
}

.vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block + .vc_gitem-zone .event-grid-title{
  display:none;
}

ul.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white li.vc_grid-filter-item {
  background-color: transparent;
  border-top: 2px solid #d0021b;
  border-right: 0;
  border-radius: 0;
  margin-left: 0;
  padding: 0.5em 1em;
}

ul.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white li.vc_grid-filter-item span {
  text-transform: uppercase;
}
ul.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white li.vc_grid-filter-item span:hover {
  color: #d0021b;
}

ul.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white li.vc_active.vc_grid-filter-item  {
  background-color: #d0021b;
}

ul.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white li.vc_active.vc_grid-filter-item span  {
  color: #ffffff;
}

ul.vc_grid-filter[data-vc-grid-filter="bn_category"] li.vc_grid-filter-item:first-of-type {
  background-color: #ececec;
}
.vc_grid-filter-select .vc_grid-styled-select [data-filter="bn_category"] option {
  color: #000000;
}
.vc_grid-item.beauty-news-gitem .vc_grid-item-mini {
  /*border-top: 1px solid black;*/
}

.beauty-news-gitem .vc_gitem_row.vc_row.vc_gitem-row-position-bottom {
  position: inherit;
}

.vc_gitem-acf.locked-content-label i.fas.fa-lock, .vc_gitem-acf.locked-content-label i.fas.fa-play {
  color: #ffffff;
  background: #000000;
  padding: 10px;
}


@media (max-width: 768px) {
  .vc_grid-styled-select {
    background: #d0021b;
    padding: 1em;
  }
  .vc_grid-styled-select select {
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
  }
}

/*----- People Grid -----*/
.people-grid-wrapper {
  text-align: center;
}

/*----- Member Grid -----*/
.connect-link {
  font-weight: 700;
  text-decoration: underline;
  margin-top: 10px;
}

/*----- Person w/ Headshot Grid -----*/
/* .vc_grid.vc_row .vc_grid-item .wpb_content_element.people-grid-headshot.no-headshot {
height: 150px;
}

@media (max-width: 768px) {
.vc_grid.vc_row .vc_grid-item .wpb_content_element.people-grid-headshot.no-headshot {
height: 0;
margin: 0;
}
} */
.vc_grid.vc_row .vc_grid-item .wpb_content_element.people-grid-headshot.no-headshot {
  background-image: url(/wp-content/uploads/2019/03/Headshot-Placeholder@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  margin: 0 auto 15px auto;
  border-radius: 50%;
}

/* ODOMETERS */
.lvca-odometers .lvca-odometer {
  border-left: 2px solid black;
  text-align: center;
}

.lvca-odometers .lvca-odometer:first-child {
  border: none;
}

.lvca-odometers .lvca-odometer .lvca-number {
  font-family: 'Unna', serif;
  font-weight: 400 !important;
  line-height: 3rem;
}

.lvca-odometers .lvca-odometer .lvca-suffix {
  font-family: 'Unna', serif;
}


.lvca-odometers .lvca-odometer .lvca-stats-title {
  font-family: 'Gothic A1', sans-serif;
  color: #0e0e0e;
  font-weight: 700;
  font-size: 1.25rem;
}

@media (max-width: 800px) {
  .lvca-odometers .lvca-odometer {
    border: none;
  }
}

/* THE EVENTS CALENDAR */

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background: #0e0e0e;
  border-radius: 50px;
  text-transform: lowercase;
  padding: 0.5em 2em;
  font-weight: 400;
  margin: 5px 0;
}

.tribe-bar-collapse #tribe-bar-collapse-toggle {
  background: #ffffff;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background: #ffffff;
}

#tribe-events .tribe-events-button, .tribe-events-button {
  border-radius: 50px;
  text-transform: lowercase;
  padding: 0.5em 2em;
  font-weight: 400;
  background: #0e0e0e;
  font-size: .75rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

#tribe-events .tribe-events-button:hover, .tribe-events-button:hover {
  background: #0e0e0e;
  opacity: 0.7;
  color: #ffffff;
}

a.tribe-events-gcal, a.tribe-events-ical {
  margin-top: 0;
  margin-bottom: 2em;
}

.event-social-media a {
  color: black;
}

/* Event List */

.tribe-events-list-separator-month {
  text-align: center;
}

.tribe-events-list .type-tribe_events {
  border: none;
}

.vc_mobile .event-details-left {
  text-align: center;
}

.tribe-events-list-event-description.tribe-events-content.description.entry-summary {
  border: none;
}

.venue-name a {
  color: #000000;
}

.tribe-events-event-cost {
  display: block;
  margin: 15px 0;
  font-size: 14px;
}

.tribe-events-event-cost span {
  border: none;
  text-align: left;
  padding: 0;
}

@media (max-width: 991.98px) {
  .cew-single-event {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .tribe-events-sub-nav li a {
    background: transparent;
    color: #d0021b;
  }
  #tribe-events-footer~a.tribe-events-ical.tribe-events-button {
    border-radius: 50px;
    width: max-content;
    height: auto;
    font-size: .75rem;
    line-height: 1.5;
    padding: 0.5em 2em;
  }
}

/* Month View */
.tribe-events-calendar thead th, .tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column, .tribe-grid-header {
  font-family: 'playfair display', serif;
  font-weight: 400;
  background-color: #ececec;
}

#tribe-events-content .tribe-events-calendar td div[id*="tribe-events-daynum-"] {
  font-weight: 400;
}

.tribe-events-month .tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-month .tribe-events-calendar div[id*="tribe-events-daynum-"] a, .tribe-events-month .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .tribe-events-month .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  background-color: #ffffff;
}

.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
  padding: 1em;
}

#tribe-events-content .tribe-events-tooltip h4 {
  font-size: 1.5rem;
  background-color: transparent;
  color: #000000;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.tribe-events-tooltip .tribe-events-event-body {
  font-size: 12px;
}

.tribe-events-sub-nav li a:visited {
  color: #d0021b;
}

@media (max-width: 768px) {
  #tribe-events-content .tribe-events-calendar td {
    vertical-align: middle;
  }
  .tribe-events-calendar td.mobile-active {
    background-color: #ffffff;
  }

  .tribe-events-calendar .tribe-events-present, .tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar td.tribe-events-present.mobile-active {
    background-color: #ffffff;
  }

  .tribe-events-calendar .mobile-trigger div[id*=tribe-events-daynum-]{
    color: #999999;
  }

  .tribe-events-calendar td.tribe-events-has-events.mobile-trigger div[id*=tribe-events-daynum-] {
    background-color: #d0021b;
    color: white;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    font-weight: 400;
  }

  .tribe-events-calendar td.tribe-events-has-events.mobile-trigger.mobile-active div[id*=tribe-events-daynum-] {
    background-color: #999999;
  }

  .tribe-events-calendar td div[id*=tribe-events-daynum-], .tribe-events-calendar td div[id*=tribe-events-daynum-] a {
    margin-top:0;
  }
  #tribe-events td.tribe-events-present div[id*="tribe-events-daynum-"], #tribe-events td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: transparent;
    color: #d0021b;
  }

  .tribe-events-calendar .tribe-events-has-events:after {
    display: none;
  }
  .tribe-mobile-day-heading {
    background-color: #eee;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 2.5em 0 0;
    padding: 6px 10px;
    text-transform: uppercase;
    text-align: center;
  }

  #tribe-mobile-container .type-tribe_events h4 {
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}

/* Event Page */

#tribe-events-content.tribe-events-single {
  padding: 0;
}

#tribe-events-content .tribe_events {
  margin-bottom: 3.25em;
}

.event-feature-img-container {
  /* position: relative;
  width: 100%;
  padding-top: 20%;
  padding-bottom: 20%;
  max-height: 500px;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  margin-bottom: 3.75em;
  margin-top: -4.125em;
  background-color: #000000; */
  position: relative;
  height: 1vw;
  /*max-height: 500px;*/
  overflow: hidden;
  /*width: 100vw;*/
  /*margin-left: -50vw;*/
  /*left: 50%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1em;
  background: #000000;
  padding: 20% 0;
}
.vc_desktop .single-tribe_events #content.site-content,
.vc_mobile .single-tribe_events #content.site-content,
#tribe-events, #tribe-events-pg-template,
.tribe-events-pg-template {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .single h1.entry-title {
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 375px) {
  .single h1.entry-title {
    font-size: 2.0rem;
  }
}

.event-feature-img-container .entry-title {
  position: relative;
  padding: 0 15px;
  margin: 0;
  border: none;
  color: #ffffff;
  z-index: 1;
}

.cew-event-feautre-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.65;
}

.single-tribe_events .tribe-events-event-meta {
  background-color: transparent !important;
  border: none !important;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  margin-top: 0;
}

.single-tribe_events .tribe-events-venue-map {
  background: transparent;
  border: 0;
  width: 100%;
  padding: 0;
  float: none;
}

.single-tribe_events .secondary .tribe-events-venue-map {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}

div#tribe-events-gmap-0 {
  height: 200px;
}

.tribe-events-meta-group.tribe-events-meta-group-venue {
  width: 100%;
}
@media (max-width: 768px) {
  #tribe-events-content.tribe-events-single {
    overflow: visible;
  }
}

/*** UPCOMING AND PAST EVENT CALLOUT ***/

.cew-overlay-container {
  padding: 20% 0;
  margin: 0 0 20px 0;
  position: relative;
}

[class|="cew-overlay-"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.cew-text-overlay {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cew-text-overlay a {
  color: #ffffff;
}


/*** Alert for no upcoming events in post grid ***/
.vc_grid-container.vc_clearfix.wpb_content_element.vc_basic_grid.upcoming-event-post-grid:empty:before, .vc_grid-container.vc_clearfix.wpb_content_element.vc_masonry_grid.upcoming-event-post-grid:empty:before {
  content: "No Events Scheduled";
  text-align: center;
  display: block;
}


/*** TRIBE RELATED EVENTS ***/
.tribe-related-events {
  margin-bottom: 35px;
}

.post .tribe-events-single ul.tribe-related-events, .tribe-events-single ul.tribe-related-events {
  margin-bottom: 35px;
}

.tribe-related-event {
  border-top: 1px solid #000;
  padding-top: 20px;
}

.tribe-events-single div.tribe-related-events div .tribe-related-event-info {
  padding: 10px;
}

.tribe-related-events-thumbnail img {
  width: 100%;
}

.cew-related-events-title a {
  color: #000000 !important;
}

.cew-event-date {
  color: #999;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .tribe-events-single div.tribe-related-events .tribe-related-events-thumbnail {
    float: none;
    width: 100%;
  }
}

/* Event Timeline */
.mpc-icon.mpc-icon--character .mpc-regular, .mpc-icon.mpc-icon--character .mpc-hover {
  min-width: 2.75em !important;
  font-style: normal;
}

/*---- Mini Calendar ---*/

.tribe-mini-calendar-grid-wrapper {
  border: 1px solid #ececec;
}

.tribe-mini-calendar thead.tribe-mini-calendar-nav {
  background: transparent;
  border: none;
}

.tribe-mini-calendar-nav span, .tribe-mini-calendar-dayofweek {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

.tribe-mini-calendar-grid-wrapper .tribe-mini-calendar th {
  border: 2px solid #ffffff;
  padding-left: 1px;
}

.tribe-mini-calendar-grid-wrapper .tribe-mini-calendar td {
  border: 0;
}

.tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar {
  width: 96%;
  margin: 1em auto;
}

thead.tribe-mini-calendar-nav tr td div > span {
  margin-bottom: 1em;
}

.tribe-mini-calendar th.tribe-mini-calendar-dayofweek {
  font-weight: 400;
  background: #ececec;
  padding: 5px 1px;
}


.tribe-mini-calendar-grid-wrapper .tribe-mini-calendar td a.tribe-mini-calendar-day-link, .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar td span.tribe-mini-calendar-no-event {
  padding: 10px 5px;
}

.tribe-mini-calendar-grid-wrapper td.tribe-events-has-events {
  vertical-align: middle;
}

.tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a {
  color: #ffffff;
  padding: 0 !important;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #d0021b;
  border-radius: 50%;
  font-size: 14px;
  margin: 0 auto;
}

.tribe-mini-calendar-grid-wrapper table.tribe-mini-calendar div[id*='daynum-'] a:before {
  display: none;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-events-has-events:hover {
  background: transparent;
}

.tribe-mini-calendar td a, .tribe-mini-calendar td span {
  color: #101010;
  font-weight: 400;
  font-size: 14px;
}

.tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-today {
  background: transparent;
}

td.tribe-events-present span {
  color: #d0021b;
}

.tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-events-past {
  opacity: .3;
}

.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event {
  overflow: visible;
}

.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-info {
  width: 100%;
  font-size: 1em;
}

div.tribe-mini-calendar-event .list-info p {
  display: block;
  margin-bottom: 1em !important;
  margin-top: 0;
}

/* SAVE THE DATE CALLOUT */
.save-date-container {
  min-height: 400px;
}
.save-the-date-gitem .vc_gitem_row .vc_gitem-col {
  padding: 15% 5%;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}

.vc_col-sm-12.save-date-bg::after {
    content: '';
    background-color: rgba(208, 2, 27, 0.85);
    -webkit-filter: contrast(1.2) brightness(0.9);
            filter: contrast(1.2) brightness(0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* ACCORDION */

.vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading, .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #ececec;
  border-color: #ffffff;
}

.vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: rgba(236, 236, 236, 0.5);
}

.vc_tta-container .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before, .vc_tta-container .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  border-color: #000000;
}

.vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a, .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  color: #000000;
}

.vc_tta-container .vc_tta.vc_tta.vc_general.vc_tta-o-all-clickable .vc_tta-panel .vc_tta-panel-title>a:hover {
  opacity: 1;
}

.vc_tta-container .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
  padding-bottom: 40px;
}

/* MASONARY UPCOMING EVENTS */

.vc_custom_heading.event-grid-title h2 {
  padding-bottom: 0;
}

.event-start,.vc_gitem-post-data.vc_gitem-post-data-source-post_date {
  color: #999;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/*---- Search Results ----*/

.archive article, .search article {
  margin: 1em 0;
}

.archive .entry-summary, .search .entry-summary {
  border-bottom: 1px solid #ececec;
}

.page-header .archive-description {
  text-align: center;
}

/*---- Beauty News Post ----*/

.beauty-news-post-thumbnail {
  max-height: 600px;
  margin-top: -4.125rem;
  margin-bottom: 4.125rem;
  overflow: hidden;
}

.beauty-news-post-thumbnail .feature-wrap {
  padding-bottom: 38%;
  position: relative;
}

.beauty-news-post-thumbnail .feature-wrap .feature-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.beauty-news-featured-img-container img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.beauty-news-featured-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  /*min-width: 100vw;*/
  height: auto;
  /*max-height: 500px;*/
  overflow: hidden;
  /*margin-left: 50%;*/
  /*margin-right: 50%;*/
  /*left: -50vw;*/
  /*right: -50vw;*/
  margin-top: -4.125em;
  margin-bottom: 3.75em;
}

header.entry-header {
  padding-bottom: 3.75rem;
}

header.entry-header.bn-header {
  text-align: center;
}

header.entry-header.bn-header .entry-title {
  border: 0;
}

.temp-crumbs {
  border-top: 1px solid #000000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 30px auto;
}

.temp-crumbs a, .temp-crumbs p {
  color: #000000;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 1px;
  padding-top: 5px;
}

/*
.single-beauty_news .entry-content p:first-of-type:first-letter {
  font-size: 2em;
  font-size: 400%;
  font-family: 'Playfair Display', serif;
  line-height: 80%;
  padding-right: 10px;
  float: left;
}
*/

.bn-video {
  margin: 1.5em 0;
}

/*---- Grayscale img ----*/

img.desaturate, iframe.desaturate, .desaturate img {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: url(inc/desaturate.svg#greyscale);
  filter: gray;
  filter: grayscale(100%);

}


/*---- Rev Slider ----*/

.rs-container {
  margin-top: -4.125rem;
}

.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0;
}

h1.tp-caption {
  font-size: 3.5em !important;
  line-height: 1em !important;
}

p.tp-caption {
  font-size: 1.5em !important;
  line-height: 1em !important;
}

.tp-videolayer iframe {
  border: 0;
}

.title-tab {
  height: 100%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgb(0,0,0);
  background: -moz-linear-gradient(360deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(360deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(360deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}

.tp-tab.selected .title-tab {
  border-top: 5px solid #d0021b;
  font-weight: 700;
}


#btn.rev-btn {
  border-radius: 50px;
  text-transform: lowercase;
  padding: 0.5em 2em;
  font-weight: 400;
}

#btn.rev-btn:hover {
  background: #000000;
  color: #ffffff;
  opacity: 0.7;
}

.tp-bullet {
  border-radius: 50px;
  width: 10px;
  height: 10px;
}

.tp-bullet.selected, .tp-bullet:hover {
  background: #d0021b;
}

@media (max-width: 767.98px) {
  .tp-caption.h1 {
    font-size: 1.75rem !important;
  }
}

/*---- Ninja Forms ----*/

.nf-before-form-content {
    margin-bottom: 25px;
}

.field-wrap .nf-field-element input:not([type='button']), .field-wrap .nf-field-element textarea {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.field-wrap .nf-field-element textarea {
  height: 200px;
}


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, input:focus, textarea:focus {
  background-color: white !important;
}

.nf-field-element input.ninja-forms-field.light-field {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.30);
  border: none;
}

.nf-field-element input.ninja-forms-field.light-field[type=text], .nf-field-element input.ninja-forms-field.light-field[type=email] {
  color: #ffffff;
}

.nf-field-element input.ninja-forms-field.light-field[type=text]:focus, .nf-field-element input.ninja-forms-field.light-field[type=email]:focus {
  color: #000000;
}

.nf-field-element input.ninja-forms-field.light-field::placeholder {
  color: #ffffff;
}

div#nf-form-2-cont {
  color: #fff;
  text-align: center;
}
.field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
    border-radius: 50px;
    text-transform: lowercase;
    padding: 0.75em 1.5em;
    line-height: normal;
    font-weight: 400;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: none;
}

@media (max-width: 767.98px) {
  .nf-form-cont .nf-field-container.one-third {
    width: 100%;
    margin: 0 auto 25px auto;
  }
}

/* Access Report Form */
#nf-form-2-cont .nf-before-form-content {
  display: none;
}




/*----- Massive Addons -----*/

a.mpc-button.mpc-transition {
  border-radius: 50px !important;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
}


.mpc-button.mpc-transition.mpc-typography--preset_1.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-black.mpc-inited {
  display: inline-block;
  border-radius: 50px;
  padding: 10px 20px !important;
}

.mpc-button.double-btn-top-img {
  margin-bottom: 20px;
  max-height: 225px;
  overflow: hidden;
}

.mpc-button.double-btn-top-img .mpc-button__content {
  background-color: rgba(0, 0, 0, 0.65);
}


.vc_row.wpb_row.vc_inner.vc_row-fluid.img-overlay-cta.vc_row-o-equal-height.vc_row-flex.mpc-row {
  min-height: 200px;
  align-items: center;
  padding: 20% 0;
  margin: 0 0 20px 0;
  position: relative;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.img-overlay-cta .wpb_text_column {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


/* Counter */
.col-3-counter .wpb_column.vc_column_container.vc_col-sm-4.mpc-column {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .vc_row.wpb_row.vc_row-fluid.text-center.col-3-counter.mpc-row .wpb_column:not(:last-child) {
    border-right: 2px solid #000000;
  }
}

/* Feature Img */

.vc_row.wpb_row.vc_row-fluid.rs-container.feature-img-container.vc_row-o-content-middle.vc_row-flex.mpc-row .mpc-column .vc_column-inner {
  padding: 45% 0;
}

/* Info List (Vertical Timeline) */

@media (min-width: 769px) {
  .mpc-connected-icons.horizontal-timeline .mpc-connected-icons__item:not(:last-child) {
    border-right: 1px solid #b7b7b7;
  }
}


/* Timeline */
.mpc-timeline-item.vertical-timeline-item .mpc-timeline-item__heading {
  border-top: 1px solid #000000;
  padding-top: 20px;
}

/* Image Grid */
@media screen and (max-width: 480px) {
  div.mpc-grid-images[data-grid-cols] .mpc-item {
    width: 50%;
  }
}

/* Counter */
@media screen and (max-width: 480px) {
  .mpc-counter__wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/*----- Header hidden for profiles -----*/

article#post-5923 .entry-header {
  display: none;
}


/*----- POP UP -----*/

.sgpb-theme-3-overlay.sgpb-popup-overlay {
  width: 0 !important;
  height: 0 !important;
}

div#sgpb-popup-dialog-main-div > div {
  overflow: hidden !important;
}

.sgpb-main-html-content-wrapper > p {
  display: none !important;
}


#sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 {
  left: 0 !important;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
}

#sgpb-popup-dialog-main-div.sgpb-content {
  border-width: 0 !important;
}


.white-border.wpb_column > .vc_column-inner > .wpb_wrapper {
  border: 1px solid white;
  margin: 20px;
  padding: 10px 20px;
  width: auto;
}

/*** SOCIAL MEDIA ***/
.social-media-icons a i {
  border: 2px solid #eee;
  border-radius: 50%;
  box-sizing: content-box;
  display: inline-block;
  font-size: 1em;
  height: 1em;
  padding: 10px;
  width: 1em;
  margin: 0 5px;
}


/*** SHARING BUTTONS ***/
.sd-content ul li a.sd-button.share-icon:before {
  font: normal 16px 'social-logos';
}

.sd-social-icon.sd-sharing .sd-content ul li[class*='share-'] a.sd-button.share-icon {
  background: #000000;
  color: #ffffff !important;
}

#sharing_email {
  left: 0 !important;
  right: 0;
  margin: 0 auto;
  max-width: 100vw;
}

#sharing_email input.sharing_send {
  background-color: #000000;
  border: 0;
  border-radius: 50px;
  padding: 0.5em 2em;
  color: #fff !important;
  font-size: .75rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
  box-shadow: none;
}


li.share-custom a.share-custom.share-custom-email.sd-button.share-icon.no-text {
  padding: 7px !important;
  top: -2px !important;
}

a.share-custom.share-custom-email.sd-button.share-icon.no-text span {
  background-image: none !important;
  height: 15px;
  padding: 0 !important;
  vertical-align: top;
}

a.share-custom.share-custom-email.sd-button.share-icon.no-text:before {
  content: '\f410';
}

/*** RELATED POSTS ***/

.jp-relatedposts-post {
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #000000;
}

.jp-relatedposts-post-a img {
  padding-bottom: 10px;
}

.jp-relatedposts-post-a {
  color: #000000;
}

.jp-relatedposts-post-date {
  color: #b7b7b7;
  text-transform: uppercase;
}

.related-read-more a {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
  text-transform: lowercase;
}

.related-post-thumbnail a:hover {
  opacity: 1;
}


/**** FORMS ****/
input {
  border-radius: 50px;
  border: 1px solid #b7b7b7;
  background-color: #f1f1f1;
  padding: 5px 10px;
  width: inherit;
}

.custom-select, .form-control {
  border-radius: 1.5rem;
  background-color: #ececec;
  border: 1px solid #cccccc;
  color: #4c4c4c;
  padding: .375rem .75rem;
  font-size: 16px;
  line-height: 1.5;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, input:focus, textarea:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 2, 27, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(208, 2, 27, 0.25);
  outline: transparent;
}


.vc_grid-filter-select[data-vc-grid-filter-select="bn_category"] .vc_grid-styled-select {
  width: 100%;
  height: unset;
}

select[data-filter="bn_category"] {
  background-color: transparent;
  border: none;
  color: #ffffff;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}


/**** FORM LIGHT ****/
.form-light .form-fields-light input {
  background-color: rgba(255, 255, 255, 0.30);
  border: none;
  color: #ffffff;
  font-size: 16px;
}

.form-light .form-fields-light input::placeholder {
  color:#ffffff;
  font-size: 16px;
}

.form-light .form-fields-light input:active, .form-light .form-fields-light input:focus {
  color: #000000;
}

.form-fields-light .sl-email-validation {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
}

.form-fields-light a.sl-hint-domain {
  color: #ffffff;
}

.form-fields-light a.sl-hint-button, .form-fields-dark a.sl-hint-button {
  background-color: #000000;
  border-radius: 50px;
  padding: 5px 15px;
  text-transform: lowercase;
  display: block;
  width: max-content;
  margin: 5px auto 0 auto;
  line-height: 14px;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.form-error-msg, .form-success-msg {
  width: 98%;
  padding: 10px;
}
.form-error-msg {
  background: rgba(208, 2, 27, 0.7);
}

/***** FORM DARK *****/

.form-row.form-fields-dark input {
  background: #ffffff;
  border-color: #000000;
}

.form-fields-dark .sl-email-validation {
  text-align: center;
}
.form-fields-dark span.sl-suggestion a {
  color: #000000;
}


/*** AWARDS ***/
a#ba-finalists-toggle {
  display: block;
  text-align: center;
}

/*Landing Page*/
.award-category-block {
  position: relative;
  height: 100%;
}

.award-category-block a {
  display: block;
  height: 100%;
  min-height: 100px;
  background: #000000;
}

.award-category-block img {
  width: 100%;
  opacity: 0.65;
}

.award-category-block .category-name {
  z-index: 99;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}

.no-results-container {
  background-color: #ececec;
  margin-bottom: 3.25rem;
  padding: 10px;
}

.no-results-container .no-results {
  margin: 0;
  border: 1px solid #b7b7b7;
  text-align: center;
  padding: 10px;
}

.pb-30 {
  padding-bottom: 30px;
}

.product-image {
  position: relative;
}

.product-image img {
  display: block;
  margin: 0 auto;
  max-height: 200px;
  width: auto;
}



/* placement for award grid */
.product-image .badge-container {
  position: absolute;
  top: 0;
}
/*--*/

.Finalist .badge-container {
  background-color: #b7b7b7;
}

.Winner .badge-container {
  background-color: #d0021b;
}

.badge-container.Winner {
  display: inline-block;
  background-color: #d0021b;
}

.badge-container.Finalist {
  display: inline-block;
  background-color: #b7b7b7;
}

.award-status {
  display: block;
  color: white;
  border: 1px solid white;
  padding: 5px;
  margin: 5px;
  text-transform: uppercase;
}

.awards-pagination {
  text-align: center;
  margin-bottom: 1.5rem;
}

.awards-pagination .page-jump a {
  padding: 10px;
  color: #000000;
  font-weight: 700;
}

.awards-year .lookbook:before {
  content: "•";
  color: #b7b7b7;
  display: block;
}

.awards-year .lookbook.current-year:before {
  color: #d0021b;
}

.awards-year .lookbook {
  font-weight: 700;
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
  text-align: center;
  margin: 1em 0;
  padding: 1em 0;
  border-right: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  margin-left: -0.5px;
  margin-right: -0.5px;
}

.awards-year .lookbook a {
  color: #000000;
}

/*** AWARDS 2021 PAGE ***/
.nextend-thumbnail-scroller .n2-thumbnail-dot {
  opacity: 1!important;
}
.nextend-thumbnail-scroller .n2-ss-caption {
  height: auto!important;
  padding-left: 0!important;
  padding-right: 0!important;
}
.nextend-thumbnail-scroller .n2-active .n2-ss-caption>div {
  text-decoration: underline!important;
  color: #DB3A33 !important;
}
.nextend-thumbnail-scroller .n2-ss-caption>div {
  padding: 0 11px 0 10px;
  white-space: nowrap;
  border-left: 1px solid #fff;
}
.nextend-thumbnail-scroller .n2-thumbnail-dot:first-child .n2-ss-caption>div {
  border-left: none!important;
}
.nextend-thumbnail-scroller .n2-thumbnail-dot .n2-ss-caption>div a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-indent: -30000em;
}
.meet_the_ambassador_slider {
  background: #000;
  padding: 80px 34px 61px;
  position: relative;
}
#meet_the_ambassador_slider::before {
	content: "123";
}
.meet_the_ambassadors_slider::before,
.meet_the_ambassador_slider::before {
  content: "MEET THE AMBASSADORS";
  font-size: 18px;
  line-height: 22px;
  font-family: 'Gothic A1', sans-serif;
  font-weight: 700;
  position: absolute;
  top: 21px;
  left: 34px;
  letter-spacing: 0.1em;
  z-index: 2;
  color: #fff;
}
.meet_the_ambassador_slider.d_i_slider::before {
  content: "MEET OUR 13 TASK FORCE MEMBERS";
}
.meet_the_ambassador_slider .linked-image {
  max-height: 200px;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  cursor: default;
}
.meet_the_ambassador_slider.d_i_slider .linked-image {
  cursor: pointer;
}
.meet_the_ambassador_slider h4,
.meet_the_ambassador_slider p {
  font-family: 'Gothic A1', sans-serif;
  color: #ffffff;
  font-size: 100%;
  margin-top: 6px;
  text-shadow: none;
  line-height: 21px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  font-weight: 700;
}
.meet_the_ambassador_slider h4 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.meet_the_ambassador_slider p {
  margin-top: 0;
}
.meet_the_ambassador_slider:not(.d_i_slider) .carousel-button {
  background: none;
  padding: 0;
  text-decoration: underline;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  text-indent: -10000em;
}
.meet_the_ambassador_slider.d_i_slider .carousel-button {
  display: none;
}
.meet_the_ambassador_slider.d_i_slider .owl-btn-wrapper,
.meet_the_ambassador_slider.d_i_slider .owl-btn-wrapper .carousel-button {
  display: block;
  color: #fff;
}
.awards-grid-2021 .vc_pageable-load-more-btn .vc_general.vc_btn3 {
  font-size: 24pt;
  text-decoration: none;
}
.meet_the_ambassador_slider .owl-btn-wrapper {
  display: none;
}
.meet_the_ambassadors_slider .n2-ss-slider-pane {
  padding-top: 18px;
}
.meet_the_ambassadors_slider .nextend-arrow,
.beauty_awards_2021_top_slider .nextend-arrow,
.meet_the_ambassador_slider .owl-theme.nav-centered .owl-nav button.owl-prev,
.meet_the_ambassador_slider .owl-theme.nav-centered .owl-nav button.owl-next {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  opacity: 1;
  line-height: 18px;
  margin: 0;
}
.meet_the_ambassador_slider .owl-theme.nav-centered .owl-nav button.owl-prev:hover,
.meet_the_ambassador_slider .owl-theme.nav-centered .owl-nav button.owl-next:hover {
  color: #000;
}
.meet_the_ambassador_slider .owl-theme.nav-centered .owl-nav button.owl-prev {
  left: -25px;
}
.meet_the_ambassador_slider .owl-theme.nav-centered .owl-nav button.owl-next {
  right: -25px;
}
.beauty_awards_2021_top_slider .nextend-arrow {
  background: #0f0f0f;
}
.meet_the_ambassadors_slider .nextend-arrow img,
.beauty_awards_2021_top_slider .nextend-arrow img {
  margin: 50% auto auto!important;
  transform: translateY(-50%);
}
.beauty_awards_2021_top_slider .background-contain>div {
  background-size: contain;
}
/*.beauty_awards_2021_top_slider .n2-ss-align .n2-ss-slider::before {*/
  /*content: " ";*/
  /*width: 135px;*/
  /*height: 186px;*/
  /*position: absolute;*/
  /*bottom: -9px;*/
  /*background: url('img/2021_watermark.png') no-repeat;*/
  /*z-index: 2;*/
  /*left: -7px;*/
  /*background-size: contain;*/
/*}*/
/*.beauty_awards_2021_top_slider .n2-ss-align .n2-ss-slider::after {*/
  /*content: " ";*/
  /*width: 200px;*/
  /*height: 200px;*/
  /*position: absolute;*/
  /*right: 62px;*/
  /*background: url('img/bca_badge.png') no-repeat;*/
  /*background-size: contain;*/
  /*z-index: 2;*/
/*}*/

.beauty_awards_2021_top_slider {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .beauty_awards_2021_top_slider .background-contain>div {
    background-size: cover!important;
  }
}
@media (orientation: landscape) and (max-width: 900px), (orientation: portrait) and (max-width: 700px) {
  body div#n2-ss-13 [data-hide-mobileportrait="1"],
  body div#n2-ss-14 [data-hide-mobileportrait="1"] {
    display: block !important;
  }
}

.header-underline h4 a {
  text-decoration: underline;
}
.meet_the_ambassadors_slider .main-title {
  margin: 12px 0 18px!important;
}
.header-underline {
  margin-right: -10px!important;
  margin-left: -10px!important;
}
.header-underline>.vc_column_container>.vc_column-inner {
  padding-right: 10px!important;
  padding-left: 10px!important;
}
.awards-banner {
  font-size: 32px;
  line-height: 42px;
  font-family: Playfair Display, sans-serif;
}
.awards-banner strong,
.awards-grid-2021 h3 {
  font-weight: 600!important;
  margin-bottom: 9px;
}
.awards-copy-2021 {
  font-family: 'Gothic A1', sans-serif;
  font-size: 16px;
  line-height: 21px;
}
.awards-grid-2021 .vc_general.vc_btn3 {
  padding: 0;
  text-decoration: underline;
  background: none;
  text-align: left;
  font-family: 'Gothic A1', sans-serif;
  font-size: 16px;
  line-height: 21px;
  border: none;
  animation: none;
  transition: none;
}
.awards-grid-2021 .vc_general.vc_btn3:hover {
  border: none;
  text-decoration: underline;
  animation: none;
  transition: none;
  outline: none;
}
.awards-grid-2021 .vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item {
  padding-bottom: 31px;
}
.awards-grid-2021 .vc_grid-item-mini {
  border-top: 1px solid black;
  padding-top: 20px;
}
#menu-beauty-awards-2021-menu,
#menu-beauty-awards-2021-menu-winners,
#menu-product-finalists-2022 {
  background: #0f0f0f;
  display: flex;
  flex-direction: row!important;
  justify-content: center;
  padding: 5px 0;
}
#menu-beauty-awards-2021-menu li:not(:first-child),
#menu-beauty-awards-2021-menu-winners li:not(:first-child),
#menu-product-finalists-2022 li:not(:first-child) {
  border-left: 1px solid #fff;
}
#menu-beauty-awards-2021-menu li a,
#menu-beauty-awards-2021-menu-winners li a,
#menu-product-finalists-2022 li a {
  color: #fff;
  padding: 0 11px 0 10px;
  line-height: 20px;
  font-size: 14px;
}
.award-category-block-2021 a {
  background: none;
}
.award-category-block-2021 img {
  opacity: 1;
}
.award-category-block-2021 .category-name {
  position: static;
  top: auto;
  left: auto;
  background: white;
  transform: none;
  color: #0f0f0f;
  text-align: center;
  font-family: 'Gothic A1', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 12px 0;
}
.award-finalists-preview-2021 {
  padding-top: 6px;
}
.award-category-description {
  line-height: 21px;
  margin-bottom: 34px;
}
.award-category-title {
  font-size: 36px;
  line-height: 47px;
  margin: 17px auto 24px;
}
.award-category-menu {
  display: flex;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.award-category-menu li a {
  padding: 0 20px 0 19px;
  line-height: 20px;
  font-size: 14px;
  color: #0f0f0f;
  text-transform: uppercase;
}
.award-category-menu li:not(:first-child) a {
  border-left: 1px solid #0f0f0f;
}
.award-category-child-title {
  font-family: 'Gothic A1', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 98px;
  text-transform: uppercase;
  margin-bottom: 43px;
}
.awards-set-2021 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: 'Gothic A1', sans-serif;
}
.awards-set-2021 .award {
  width: calc(100% / 12 * 5);
  padding: 38px 10px 46px;
}
.awards-set-2021 .award-category {
  display: none;
  /*font-size: 14px;*/
  /*font-style: normal;*/
  /*font-weight: 700;*/
  /*line-height: 17px;*/
  /*color: #D92129;*/
  /*letter-spacing: 0.1em;*/
  /*text-align: center;*/
  /*text-decoration: underline;*/
  /*text-transform: uppercase;*/
  /*margin-bottom: 4px;*/
}
.awards-set-2021 .product-image img {
  max-width: 200px;
  max-height: 200px;
}
.awards-set-2021 .award h4,
.awards-set-2021 .award h4 a {
  font-family: 'Playfair Display', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}
.awards-set-2021 .shop-now {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #D92129;
  border: 1px solid #D92129;
  padding: 6px 34px 8px;
  border-radius: 18px;
  margin-top: 18px;
  display: inline-block;
}
.awards-set-2021 .slick-list {
  width: calc(100%/12*8);
  border: 2px solid #000;
}
.awards-set-2021.winner .slick-list.red-border {
  border: 2px solid #D92129;
}
.awards-set-2021 .award.Winner.slick-active {
  position: relative;
}
.awards-set-2021.winner .award.Winner.slick-active::after {
  content: "Winner";
  display: block;
  background: #D92129;
  color: white;
  position: absolute;
  top: 43px;
  right: -43px;
  padding: 0 70px;
  font-size: 20px;
  transform: rotate(45deg);
}
.awards-set-2021.winner .award.Winner.several_winners:nth-child(2)::after {
  content: "Winner 1 of 2";
  right: -70px;
}
.awards-set-2021.winner .award.Winner.several_winners:nth-child(3)::after {
  content: "Winner 2 of 2";
  right: -70px;
}
.awards-set-2021 .slick-prev,
.awards-set-2021 .slick-next {
  position: absolute;
  top: 30%;
  width: 18px;
  height: 18px;
  background: #0F0F0F;
  border: none;
  padding: 0;
  text-indent: -10000em;
  z-index: 10;
}
.awards-set-2021 .slick-prev {
  left: 18%;
}
.awards-set-2021 .slick-next {
  right: 18%;
}
.awards-set-2021 .slick-prev::after {
  content: " ";
  position: absolute;
  width: 6.56px;
  height: 0;
  border: 1px solid #FFFFFF;
  transform: matrix(-0.71, -0.79, 0.63, -0.71, 0, 0);
  left: 5px;
  top: 11px;
}
.awards-set-2021 .slick-prev::before {
  content: " ";
  position: absolute;
  width: 6.56px;
  height: 0;
  border: 1px solid #FFFFFF;
  transform: matrix(-0.71, 0.79, -0.63, -0.71, 0, 0);
  top: 6px;
  left: 5px;
}
.awards-set-2021 .slick-next::after {
  content: " ";
  position: absolute;
  width: 6.56px;
  height: 0;
  border: 1px solid #FFFFFF;
  transform: matrix(-0.71, -0.79, 0.63, -0.71, 0, 0);
  left: 7px;
  top: 6px;
}
.awards-set-2021 .slick-next::before {
  content: " ";
  position: absolute;
  width: 6.56px;
  height: 0;
  border: 1px solid #FFFFFF;
  transform: matrix(-0.71, 0.79, -0.63, -0.71, 0, 0);
  top: 10px;
  left: 7px;
}
#award-all .award-category-child-title:not(:first-child) {
  padding-top: 65px;
  border-top: 1px solid #000;
}
.awards-set-2021 .product-info {
  padding-top: 25px;
  width: calc(100%/8*6);
  margin: auto;
}
.awards-set-2021 .product-info .text-body {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
a.see-more-finalists {
  text-align: center;
  display: block;
  font-size: 24px;
  padding-top: 20px;
  color: #000000;
}
a.see-more-finalists:hover {
  color: #d0021b;
}

/*** GDPR PLUGIN ***/
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  background-color: #000000;
  font-weight: 400;
  text-transform: lowercase;
}

div#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  text-align: center;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content div.moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content div.moove-gdpr-button-holder button.mgbutton {
  padding: 0.75em 1.5em;
  font-weight: 400;
  text-transform: lowercase;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main h3.tab-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

#moove_gdpr_cookie_modal .moove-gdpr-status-bar .switch .slider {
  background-color: #d0021b;
}

#moove_gdpr_cookie_modal .moove-gdpr-status-bar .switch .slider:after {
  color: #d0021b;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content a.moove-gdpr-modal-close {
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: -25px;
  right: -25px;
  opacity:1;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i.moovegdpr-arrow-close {
  height: 50px;
  width: 50px;
  line-height: 50px;
}

/***** ACCORDION ***/

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-outline .vc_tta-panel-heading {
  border-width: 1px 0 0 0;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus, .wpb-js-composer .vc_general.vc_tta.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: transparent;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a:hover {
  color: #000000;
}


/**** POPUP ****/
.spu-box.spu-top-left{
  top: 25%;
}

span.spu-close.spu-close-popup {
  z-index: 999999999;
}

/*** CTA ***/
.vc_cta3-container .vc_general.vc_cta3.vc_cta3-style-outline {
  border-width: 1px;
}


/***** INSTAGRAM *****/
.sbi_lightbox_carousel_icon path {
  display: none;
}

#sb_instagram .sbi_header_img .sbi_header_img_hover {
  opacity: 1;
  background-color: #d0021b;
}

.sb_instagram_header .sbi_header_link .sbi_header_text h3:before {
    content: "@";
}

/****** GIVING MASONRY GRID BLOCK GRID STYLES ******/
.vc_grid-container-wrapper .vc_grid-container.vc_masonry_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  display: inline-block;
}
.vc_masonry_grid .vc_pageable-slide-wrapper.vc_clearfix {
  height: unset !important;
}

/***** D&I Page *****/
.panels-section .wpb_text_column {
  max-width: 401px;
  width: 100%;
  margin-bottom: 20px;
}
.panels-section .wpb_column:nth-child(odd) .wpb_text_column {
  float: right;
}
.panels-section .wpb_text_column h4 a {
  background: rgba(0,0,0,0.6);
  padding: 20% 0;
  display: block;
  color: #fff;
}

/***** 404 Search *****/
.error-404 form.search-form label {
  display: block;
  margin-bottom: 15px;
}

/****** PRINT STYLES ******/
@media print {
#moove_gdpr_cookie_info_bar, #mega-menu-wrap-primary, .navbar-utility, span.utility-welcome, .navbar-social, #nav_menu-9, .related_posts_by_taxonomy, .cew-widget, #footer-widget, #colophon {
  display:none;
}
a:not(.btn) {
    text-decoration: none;
}
}
.moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all {
  border-radius: 0 !important;
}
.moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all:hover {
  background-color: #DB3A33 !important;
  background-image: none !important;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #DB3A33 !important;
  background-color: #DB3A33 !important;
  background-image: none !important;
}

.mo_adjust_customize_button .mo_oauth_def_btn_salesforce {
  background: none !important;
  border-radius: 0 !important;
  color: black !important;
  border: none !important;
  font-size: 16px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.mo_adjust_customize_button .mo_oauth_def_btn_salesforce:before {
  content: normal;
}

.mo_adjust_customize_button .mo_oauth_def_btn_salesforce img {
  display: none !important;
}

.mo_adjust_customize_button .mo_oauth_login_button_font {
  font-family: 'Gothic A1', sans-serif;
  font-size: 16px !important;
  margin: 0 !important;
  vertical-align: middle !important;
}

.mega-menu-item-oauth .mo_adjust_customize_button .mo_oauth_login_button_font {
  color: #D93A33 !important;
  display: block !important;
  font-weight: 500;
  font-size: 12px !important;
  height: 50px !important;
  line-height: 50px !important;
  padding: 0 5px !important;
  text-transform: uppercase !important;
}

.mega-menu-item-oauth .mo_adjust_customize_button .mo_oauth_login_button_font:hover {
  color: black !important;
}

.mega-menu-item-oauth a {
  color: #D93A33 !important;
  display: inline-block !important;
  font-weight: 500;
  font-size: 12px !important;
  height: 50px !important;
  line-height: 50px !important;
  text-transform: uppercase !important;
}

#right_desktop_menu .mega-menu .cew_shoping_cart a {
  color: transparent !important;
}