/*
Theme Name: BColor Salient Child
Description: Child theme per la ricostruzione autorizzata di BColor.
Author: BColor
Template: salient
Version: 1.6.2
Text Domain: bcolor-salient-child
*/

:root {
  --bcolor-red: #ff110b;
  --bcolor-teal: #4bb0a9;
  --bcolor-teal-dark: #2d6965;
  --bcolor-text: #666666;
  --bcolor-heading: #333333;
  --bcolor-off-white: #f7f5f5;
}

body {
  color: var(--bcolor-text);
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
.bcolor-display {
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  font-weight: 500;
}

body.bcolor-managed .page-header-no-bg,
body.bcolor-managed #page-header-bg {
  display: none;
}

body.bcolor-managed #ajax-content-wrap > .container-wrap {
  padding-top: 0;
}

.bcolor-section-title {
  color: var(--bcolor-red);
  font-size: clamp(30px, 3.15vw, 45px);
  line-height: 1.2;
  margin: 0 0 32px;
  text-align: center;
}

body.bcolor-managed .wpb_text_column > .wpb_wrapper > :first-child {
  margin-top: 0;
}

body.bcolor-managed .wpb_text_column > .wpb_wrapper > :last-child {
  margin-bottom: 0;
}

body.bcolor-managed .wpb_row:has(.bcolor-contact-form),
body.bcolor-managed .wpb_row:has(.bcolor-logo-group),
body.bcolor-managed .wpb_row:has(.bcolor-detail-image) {
  padding-bottom: 55px;
  padding-top: 55px;
}

.bcolor-hero {
  background-position: center;
  background-size: cover;
  min-height: 344px;
  position: relative;
}

.bcolor-hero::before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.bcolor-hero > .row_col_wrap_12,
.bcolor-hero > .row-bg-wrap + .row_col_wrap_12,
.bcolor-hero .bcolor-hero-content {
  position: relative;
  z-index: 1;
}

.bcolor-home-hero {
  min-height: 665px;
}

.bcolor-hero h1,
.bcolor-hero .bcolor-hero-title {
  color: #fff;
  font-size: clamp(30px, 3.5vw, 50px);
  line-height: 1.3;
  margin-bottom: 28px;
  max-width: 1080px;
}

/* Salient strips custom classes from vc_row, so rows are addressed by content. */
body.home #ajax-content-wrap .wpb_row.first-section,
.wpb_row:has(.bcolor-hero-title) {
  background-position: center;
  background-size: cover;
  min-height: 344px;
  position: relative;
}

body.home #ajax-content-wrap .wpb_row.first-section {
}

html body.home #ajax-content-wrap .wpb_row.first-section::before,
.wpb_row:has(.bcolor-hero-title)::before {
  background: rgba(0, 0, 0, 0.68);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

body.home #ajax-content-wrap .wpb_row.first-section .row_col_wrap_12,
.wpb_row:has(.bcolor-hero-title) .row_col_wrap_12 {
  position: relative;
  z-index: 2;
}

.bcolor-hero-content h1,
.bcolor-hero-title {
  color: #fff !important;
  font-size: clamp(30px, 3.5vw, 50px);
  line-height: 1.3;
  margin-bottom: 28px;
  max-width: 1080px;
}

body.home .bcolor-hero-content {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
}

body.home .bcolor-hero-content h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

.bcolor-hero-title {
  font-size: clamp(30px, 3vw, 45px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bcolor-inner-hero .bcolor-hero-title {
  font-size: clamp(30px, 3vw, 45px);
  text-align: center;
}

body.bcolor-managed a.nectar-button {
  border-radius: 8px !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wpb_row:has(.bcolor-hero-content) .wpb_column,
.wpb_row:has(.bcolor-hero-content) .vc_column-inner {
  text-align: center;
}

.bcolor-eyebrow {
  color: var(--bcolor-red);
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.wpb_row:has(.bcolor-service-hero-copy),
.wpb_row:has(.bcolor-wallpaper-hero-copy) {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: 500px;
  position: relative;
}

.wpb_row:has(.bcolor-service-hero-copy)::before,
.wpb_row:has(.bcolor-wallpaper-hero-copy)::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.38));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.wpb_row:has(.bcolor-service-hero-copy) .row_col_wrap_12,
.wpb_row:has(.bcolor-wallpaper-hero-copy) .row_col_wrap_12 {
  position: relative;
  width: 100%;
  z-index: 2;
}

.bcolor-service-hero-copy {
  color: #fff;
  max-width: 720px;
  padding: 70px 0;
}

.bcolor-service-hero-copy .bcolor-eyebrow,
.bcolor-wallpaper-hero-copy .bcolor-eyebrow {
  color: #fff;
}

.bcolor-service-hero-copy h1,
.bcolor-wallpaper-hero-copy h1 {
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.08;
  margin: 0 0 20px;
}

.bcolor-service-hero-copy p,
.bcolor-wallpaper-hero-copy p {
  color: #fff;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
  margin-bottom: 30px;
}

.wpb_row:has(.bcolor-brands-hero-copy) {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: 500px;
  position: relative;
}

.wpb_row:has(.bcolor-brands-hero-copy)::before {
  background: rgba(0, 0, 0, 0.62);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.wpb_row:has(.bcolor-brands-hero-copy) .row_col_wrap_12 {
  position: relative;
  width: 100%;
  z-index: 2;
}

.bcolor-brands-hero-copy {
  color: #fff;
  margin: 0 auto;
  max-width: 900px;
  padding: 70px 0;
  text-align: center;
}

.bcolor-brands-hero-copy .bcolor-eyebrow,
.bcolor-brands-hero-copy h1,
.bcolor-brands-hero-copy p {
  color: #fff;
}

.bcolor-brands-hero-copy h1 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.08;
  margin: 0 0 20px;
}

.bcolor-brands-hero-copy p {
  font-size: clamp(18px, 2vw, 23px);
  margin: 0;
}

body.bcolor-managed .wpb_row:has(.bcolor-about-copy) {
  padding-bottom: 75px !important;
  padding-top: 75px !important;
}

.bcolor-about-copy .bcolor-section-title {
  margin-bottom: 24px;
  text-align: left;
}

.bcolor-about-copy h2 {
  color: var(--bcolor-heading);
  font-size: clamp(27px, 2.7vw, 40px);
  line-height: 1.25;
  margin-bottom: 24px;
}

.bcolor-about-copy p,
.bcolor-about-copy li {
  line-height: 1.75;
}

.bcolor-about-copy ul {
  margin-bottom: 0;
}

body.bcolor-managed .bcolor-about-image {
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.bcolor-service-intro {
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
}

.bcolor-service-intro h2,
.bcolor-wallpaper-copy h2,
.bcolor-gallery-heading h2,
.bcolor-cta-copy h2,
.bcolor-form-wrap h2 {
  color: var(--bcolor-heading);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.2;
  margin: 0 0 20px;
}

.bcolor-service-intro p {
  font-size: 18px;
  line-height: 1.75;
}

.bcolor-service-highlight {
  background: #fff;
  border-top: 4px solid var(--bcolor-red);
  box-shadow: 0 14px 35px rgba(27, 31, 35, 0.1);
  height: 100%;
  min-height: 245px;
  padding: 36px 30px;
  text-align: center;
}

.bcolor-service-highlight > span {
  align-items: center;
  background: rgba(255, 17, 11, 0.1);
  border-radius: 50%;
  color: var(--bcolor-red);
  display: inline-flex;
  font-size: 22px;
  height: 52px;
  justify-content: center;
  margin-bottom: 20px;
  width: 52px;
}

.bcolor-service-highlight h3 {
  color: var(--bcolor-heading);
  font-size: 23px;
  margin: 0 0 12px;
}

.bcolor-service-highlight p {
  line-height: 1.7;
  margin: 0;
}

.wpb_row:has(.bcolor-cta-copy) {
  background: var(--bcolor-red);
  padding-bottom: 55px;
  padding-top: 55px;
}

.bcolor-cta-copy {
  color: #fff;
}

.bcolor-cta-copy .bcolor-eyebrow,
.bcolor-cta-copy h2,
.bcolor-cta-copy p {
  color: #fff;
}

.bcolor-cta-copy h2 {
  margin-bottom: 10px;
}

.bcolor-cta-copy p {
  font-size: 17px;
  margin: 0;
}

.wpb_row:has(.bcolor-cta-copy) .vc_col-sm-3,
.wpb_row:has(.bcolor-cta-copy) .wpb_column:last-child {
  text-align: right;
}

html body.bcolor-managed .wpb_row:has(.bcolor-cta-copy) a.nectar-button {
  background: #fff !important;
  box-shadow: 0 10px 22px rgba(102, 0, 0, 0.2);
  color: var(--bcolor-red) !important;
}

.bcolor-services-grid .wpb_column,
.bcolor-contact-cards .wpb_column {
  margin-bottom: 30px;
}

.bcolor-card {
  background: #fff;
  box-shadow: 0 0 18px -6px rgba(0, 0, 0, 0.3);
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.bcolor-card img {
  aspect-ratio: 8 / 5;
  display: block;
  object-fit: cover;
  width: 100%;
}

.bcolor-card h2 {
  color: var(--bcolor-heading);
  font-size: 22px;
  line-height: 1.35;
  margin: 0;
  padding: 20px 16px 24px;
}

.bcolor-card a {
  color: inherit;
  text-decoration: none;
}

.bcolor-split-copy {
  align-items: center;
  background: #f7f5f5;
  display: flex;
  min-height: 460px;
  padding: 58px max(6vw, 50px) !important;
}

.bcolor-split-copy .bcolor-section-title {
  margin-bottom: 32px;
}

.bcolor-split-image {
  background-position: center;
  background-size: cover;
  min-height: 460px;
}

body.home .wpb_row:has(.bcolor-home-services-heading) {
  padding-bottom: 58px;
  padding-top: 64px;
}

body.home .wpb_row:has(.bcolor-home-wallpaper-heading) {
  padding-bottom: 64px;
  padding-top: 58px;
}

.bcolor-wallpaper-panel {
  background-position: center;
  background-size: cover;
  min-height: 383px;
}

.bcolor-feature-strip {
  background-position: center;
  background-size: cover;
  position: relative;
}

.wpb_row:has(.bcolor-feature) {
  background-position: center;
  background-size: cover;
  padding-bottom: 58px;
  padding-top: 58px;
  position: relative;
}

body.home .wpb_row:has(.bcolor-feature)::before {
  background: rgba(0, 0, 0, 0.64);
  content: "";
  inset: 0;
  position: absolute;
}

.bcolor-feature-strip::before {
  background: rgba(0, 0, 0, 0.64);
  content: "";
  inset: 0;
  position: absolute;
}

.bcolor-feature {
  background: rgba(255, 255, 255, 0.93);
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  min-height: 220px;
  padding: 34px 22px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.bcolor-feature .bcolor-wpb-image {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.bcolor-feature img {
  height: 68px !important;
  max-height: 68px !important;
  max-width: 68px !important;
  object-fit: contain !important;
  width: 68px !important;
}

.bcolor-feature h4 {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.bcolor-feature p {
  color: var(--bcolor-text);
  line-height: 1.6;
  margin: 10px auto 0;
  max-width: 230px;
}

.bcolor-cta {
  background: var(--bcolor-red);
  color: #fff;
  padding: 45px 20px;
  text-align: center;
}

.wpb_row:has(.bcolor-services-cta-marker) {
  background: var(--bcolor-red);
  color: #fff;
  padding: 45px 20px;
  text-align: center;
}

html body.bcolor-managed .wpb_row:has(.bcolor-services-cta-marker) a.nectar-button {
  background: #fff !important;
  box-shadow: 0 10px 22px rgba(102, 0, 0, 0.2);
  color: var(--bcolor-red) !important;
  font-family: "Marcellus", Georgia, serif;
  font-size: 20px;
}

.bcolor-cta a {
  color: #fff;
  font-family: "Marcellus", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.bcolor-logo-group {
  border-bottom: 1px solid #ececec;
  padding: 28px 0;
  text-align: center;
}

.bcolor-logo-group h2 {
  color: var(--bcolor-heading);
  font-size: 20px;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.bcolor-logo-grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  justify-content: center;
}

.bcolor-logo-grid .bcolor-wpb-image {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 180px;
}

.bcolor-logo-grid img {
  height: auto;
  max-height: 80px;
  max-width: 180px;
  object-fit: contain;
}

.bcolor-about-image,
.bcolor-detail-image,
.bcolor-sample-image {
  display: block;
  width: 100%;
}

.bcolor-about-image img,
.bcolor-detail-image img,
.bcolor-sample-image img {
  display: block;
  height: auto !important;
  width: 100% !important;
}

.bcolor-detail-image {
  margin: 35px auto 0;
  max-width: 1100px;
}

.bcolor-wallpaper-hero-copy {
  margin: 0 auto;
  max-width: 920px;
  padding: 70px 0;
  text-align: center;
}

.wpb_row:has(.bcolor-wallpaper-hero-copy)::before {
  background: rgba(38, 16, 28, 0.58);
}

.bcolor-wallpaper-copy p {
  font-size: 17px;
  line-height: 1.75;
}

.wpb_row:has(.bcolor-wallpaper-copy) a.nectar-button {
  margin-top: 8px;
}

.bcolor-wallpaper-brands {
  background: var(--bcolor-off-white);
  border-radius: 14px;
  padding: 34px;
}

.bcolor-wallpaper-brands h3 {
  color: var(--bcolor-heading);
  font-size: 22px;
  margin: 0 0 24px;
  text-align: center;
}

.bcolor-wallpaper-brand-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bcolor-wallpaper-brand {
  align-items: center;
  background: #fff;
  border: 1px solid #e6e3e3;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  min-height: 140px;
  overflow: hidden;
  padding: 18px;
}

.bcolor-wallpaper-brand .img-with-aniamtion-wrap,
.bcolor-wallpaper-brand .hover-wrap,
.bcolor-wallpaper-brand .hover-wrap-inner {
  width: 100%;
}

.bcolor-wallpaper-brand img {
  display: block;
  height: 92px !important;
  margin: 0 auto;
  max-width: 100% !important;
  object-fit: contain !important;
  width: 100% !important;
}

.bcolor-gallery-heading {
  margin: 0 auto 32px;
  text-align: center;
}

body.bcolor-managed .bcolor-slider {
  background: #111;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  max-width: 1080px;
  min-height: 320px;
  overflow: hidden;
  position: relative;
}

.bcolor-slide {
  display: none;
  margin: 0;
}

.bcolor-slide.is-active {
  display: block;
}

body.bcolor-managed .bcolor-slide img {
  display: block;
  height: clamp(320px, 42vw, 560px) !important;
  max-width: none !important;
  object-fit: cover;
  width: 100% !important;
}

.bcolor-slider-prev,
.bcolor-slider-next {
  align-items: center;
  background: rgba(0, 0, 0, 0.42);
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 38px;
  height: 54px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  z-index: 2;
}

.bcolor-slider-prev { left: 20px; }
.bcolor-slider-next { right: 20px; }

.bcolor-slider-status {
  background: rgba(0, 0, 0, 0.45);
  bottom: 18px;
  color: #fff;
  left: 50%;
  padding: 5px 10px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}

body.bcolor-managed .bcolor-contact-card {
  align-items: center;
  background: var(--bcolor-red);
  border-radius: 12px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 217px;
  padding: 28px 22px;
  text-align: center;
}

body.bcolor-managed .bcolor-contact-card .bcolor-contact-icon {
  color: #fff;
  font-size: 34px;
  margin-bottom: 12px;
}

body.bcolor-managed .bcolor-contact-card h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

body.bcolor-managed .bcolor-contact-card p,
body.bcolor-managed .bcolor-contact-card a {
  color: #fff !important;
}

.bcolor-contact-heading {
  margin: 0 auto 42px;
  max-width: 720px;
  text-align: center;
}

.bcolor-contact-heading .bcolor-section-title {
  margin-bottom: 14px;
}

.bcolor-contact-heading p {
  font-size: 17px;
}

.bcolor-form-wrap {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 14px 35px rgba(27, 31, 35, 0.1);
  margin-top: 15px;
  padding: 45px;
}

.bcolor-form-wrap > h2,
.bcolor-form-wrap > p {
  text-align: center;
}

.bcolor-form-wrap > p {
  margin-bottom: 34px;
}

.bcolor-contact-form {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bcolor-contact-form .bcolor-field-full,
.bcolor-contact-form .bcolor-consent,
.bcolor-contact-form .bcolor-form-actions,
.bcolor-contact-form .bcolor-form-status {
  grid-column: 1 / -1;
}

.bcolor-contact-form label {
  color: var(--bcolor-heading);
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.bcolor-contact-form input:not([type="checkbox"]),
.bcolor-contact-form textarea {
  background: var(--bcolor-off-white);
  border: 1px solid #dedede;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 13px 14px;
  width: 100%;
}

.bcolor-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

body[data-button-style] .container-wrap .bcolor-contact-form button[type="submit"] {
  background: var(--bcolor-red);
  border: 0;
  border-radius: 8px !important;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 13px 28px;
}

.bcolor-contact-form .bcolor-hp {
  left: -9999px;
  position: absolute;
}

iframe[title="Mappa di BColor"] {
  border: 0;
  display: block;
  height: 450px;
  width: 100%;
}

#footer-outer {
  background: #fff !important;
  color: var(--bcolor-text) !important;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

#footer-outer a,
#footer-outer h3,
#footer-outer h4 {
  color: var(--bcolor-heading) !important;
}

#bcolor-global-footer {
  clear: both;
}

#bcolor-global-footer .bcolor-footer-column {
  color: var(--bcolor-text);
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  line-height: 1.75;
  padding: 0 12px;
}

#bcolor-global-footer .bcolor-footer-column a,
#bcolor-global-footer .bcolor-footer-column h4 {
  color: var(--bcolor-heading);
}

#bcolor-global-footer .bcolor-footer-column h4 {
  font-size: 20px;
  margin-bottom: 18px;
}

#bcolor-global-footer .bcolor-footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#bcolor-global-footer .bcolor-global-footer-logo {
  margin-bottom: 20px;
  max-width: 190px;
}

#bcolor-global-footer .bcolor-global-footer-logo img {
  height: auto !important;
  width: 100% !important;
}

#bcolor-global-footer .bcolor-footer-credit {
  display: none !important;
}

#footer-outer .widget_custom_html img {
  height: auto;
  max-width: 200px;
}

#copyright {
  display: none !important;
}

#header-secondary-outer,
#header-outer {
  background: #fff;
}

#header-secondary-outer a,
#header-outer a {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

#header-secondary-outer {
  border-bottom: 1px solid #dedede;
}

#header-secondary-outer .container,
#header-secondary-outer nav {
  height: 100%;
  position: relative;
}

#header-secondary-outer .nectar-center-text {
  align-items: center;
  display: flex;
  font-size: 0 !important;
  left: 0 !important;
  right: auto !important;
  text-align: left !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: auto !important;
}

#header-secondary-outer .nectar-center-text::before {
  color: var(--bcolor-red);
  content: "☎";
  font-size: 32px;
  line-height: 1;
  margin-right: 13px;
}

#header-secondary-outer .nectar-center-text a {
  display: block;
  font-size: 0 !important;
  line-height: 1.2 !important;
  padding: 0 !important;
}

#header-secondary-outer .nectar-center-text a::before {
  color: var(--bcolor-heading);
  content: "Contattaci subito";
  display: block;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  position: static;
  transform: none;
}

#header-secondary-outer .nectar-center-text a::after {
  background: none !important;
  bottom: auto !important;
  color: var(--bcolor-red);
  content: "+39 0171 791040";
  display: block !important;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: auto !important;
  left: auto !important;
  letter-spacing: 0;
  line-height: 1.25;
  position: static !important;
  transform: none !important;
  width: auto !important;
}

#header-secondary-outer nav > #social {
  align-items: center;
  display: flex;
  float: none !important;
  gap: 16px;
  left: auto !important;
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#header-secondary-outer nav > #social li,
#header-secondary-outer nav > #social a {
  height: auto !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#header-secondary-outer nav > #social i {
  color: var(--bcolor-red) !important;
  font-size: 17px !important;
}

#header-outer .search-button,
#header-outer a[href="#search-box"],
#search-outer {
  display: none !important;
}

@media (min-width: 1000px) {
  #header-secondary-outer {
    height: 62px !important;
    min-height: 62px !important;
  }

  #header-outer #logo img.default-logo {
    height: 76px !important;
    max-height: 76px !important;
    width: auto !important;
  }

  #header-outer #top .container,
  #header-outer #top .container > .row {
    min-height: 104px;
  }

  #header-outer .slide-out-widget-area-toggle:not(.mobile-icon) {
    display: none !important;
  }
}

@media (max-width: 999px) {
  body #header-secondary-outer {
    display: block !important;
    height: 74px !important;
    min-height: 74px !important;
    padding: 0 !important;
    top: 0 !important;
  }

  body #header-secondary-outer .container {
    height: 74px !important;
    max-width: calc(100% - 38px) !important;
    min-height: 74px !important;
    width: calc(100% - 38px) !important;
  }

  body #header-secondary-outer nav {
    height: 74px !important;
    min-height: 74px !important;
  }

  body #header-secondary-outer .nectar-center-text {
    margin: 0 !important;
    position: absolute !important;
  }

  #header-secondary-outer .nectar-center-text::before {
    font-size: 27px;
    margin-right: 9px;
  }

  #header-secondary-outer .nectar-center-text a::before {
    font-size: 11px;
  }

  #header-secondary-outer .nectar-center-text a::after {
    font-size: 15px;
  }
  .bcolor-home-hero {
    min-height: 516px;
  }

  body.home #ajax-content-wrap .wpb_row.first-section {
    min-height: 516px;
  }

  .bcolor-split-copy,
  .bcolor-split-image {
    min-height: 0;
  }

  .bcolor-split-copy {
    padding: 52px 6% !important;
  }

  .bcolor-split-image {
    min-height: 420px;
  }

  .bcolor-service-highlight {
    min-height: 280px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .bcolor-wallpaper-brands {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .bcolor-home-hero {
    min-height: 451px;
  }

  body.home #ajax-content-wrap .wpb_row.first-section {
    min-height: 451px;
  }

  .bcolor-hero {
    min-height: 264px;
  }

  .bcolor-hero h1,
  .bcolor-hero .bcolor-hero-title {
    font-size: 30px;
  }

  .bcolor-section-title {
    font-size: 30px;
  }

  .wpb_row:has(.bcolor-service-hero-copy),
  .wpb_row:has(.bcolor-wallpaper-hero-copy),
  .wpb_row:has(.bcolor-brands-hero-copy) {
    min-height: 430px;
  }

  .bcolor-service-hero-copy,
  .bcolor-wallpaper-hero-copy,
  .bcolor-brands-hero-copy {
    padding: 56px 0;
    text-align: center;
  }

  .wpb_row:has(.bcolor-service-hero-copy)::before {
    background: rgba(0, 0, 0, 0.6);
  }

  .bcolor-service-hero-copy h1,
  .bcolor-wallpaper-hero-copy h1,
  .bcolor-brands-hero-copy h1 {
    font-size: 38px;
  }

  .bcolor-service-hero-copy p,
  .bcolor-wallpaper-hero-copy p,
  .bcolor-brands-hero-copy p {
    font-size: 18px;
  }

  body.bcolor-managed .wpb_row:has(.bcolor-about-copy) {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }

  .bcolor-about-copy .bcolor-section-title,
  .bcolor-about-copy {
    text-align: center;
  }

  body.bcolor-managed .bcolor-about-image {
    margin-top: 36px;
  }

  .bcolor-service-highlight {
    min-height: 0;
    margin-bottom: 22px;
  }

  .wpb_row:has(.bcolor-service-hero-copy) .wpb_column,
  .wpb_row:has(.bcolor-cta-copy) .wpb_column {
    text-align: center;
  }

  .wpb_row:has(.bcolor-cta-copy) .wpb_column:last-child {
    margin-top: 26px;
    text-align: center;
  }

  .bcolor-wallpaper-brand-grid {
    grid-template-columns: 1fr;
  }

  .bcolor-wallpaper-brand {
    min-height: 120px;
  }

  body.bcolor-managed .bcolor-slider {
    border-radius: 10px;
    min-height: 270px;
  }

  body.bcolor-managed .bcolor-slide img {
    height: 270px !important;
  }

  .bcolor-form-wrap {
    padding: 30px 20px;
  }

  .bcolor-wallpaper-panel {
    min-height: 313px;
  }

  body.home .wpb_row:has(.bcolor-home-services-heading),
  body.home .wpb_row:has(.bcolor-home-wallpaper-heading) {
    padding-bottom: 44px !important;
    padding-top: 44px !important;
  }

  .bcolor-split-copy {
    padding-bottom: 46px !important;
    padding-top: 46px !important;
  }

  .bcolor-feature-strip {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .wpb_row:has(.bcolor-feature) {
    padding-bottom: 34px;
    padding-top: 34px;
  }

  .bcolor-feature {
    padding: 18px 0;
  }

  #bcolor-global-footer .bcolor-footer-column {
    padding: 12px 0 22px;
  }

  .bcolor-contact-form {
    grid-template-columns: 1fr;
  }

  iframe[title="Mappa di BColor"] {
    height: 450px;
  }
}
