/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/




/* === GRID ELEMENTS === */

.vc-grid-area {
    padding: 0.75em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.vc-grid-area:has(.vc-grid-area-link):hover {
  scale: 1.01;
}

.vc-grid-area .iwithtext {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 6px;
    width: fit-content;
    align-items: center;
}

.vc-grid-area .iwt-text {
    padding-left: 0 !important;
    padding-right: 6px;
}
.vc-grid-area .iwithtext .iwt-icon {
    position: relative;
    height: 50px;
}
.vc-grid-area .iwithtext .iwt-icon img{
    margin: 0;
    width: 50px !important;
}


.vc-grid-area:hover .iwithtext{
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
}

.vc-grid-area a.nectar-button.small.regular.regular-button {
    width: fit-content;
    margin: 0;
}

.grid-style-dark .vc-grid-area:hover .iwithtext{
  background-color: var(--nectar-accent-color);
  color: #fff;
}
.grid-style-light .vc-grid-area:hover .iwithtext{
  background-color: #fff;
  color: var(--nectar-accent-color);
}

.grid-style-light .grid-area-border {
  border: 1px solid #000;
}

@media only screen and (max-width: 1000px) {
  .vc-grid-area .iwithtext {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
  }
  .vc-grid-area .iwt-text {
    padding-left: 5px !important;
    padding-right: 5px;
    line-height: 1.5;
  }
  .vc-grid-area .iwithtext .iwt-text {
    padding-left: unset;
  }
  .vc-grid-area .iwithtext .iwt-icon {
    position: relative;
  }
  .grid-style-dark .vc-grid-area .iwithtext {
    background-color: var(--nectar-accent-color);
    color: #fff;
  }
  .grid-style-light .vc-grid-area .iwithtext {
    background-color: #fff;
    color: var(--nectar-accent-color);
  }
}

@media only screen and (min-width:1000px){
  .vc-grid-area .iwithtext .iwt-text {
    visibility: hidden;
  }
  .vc-grid-area:hover .iwithtext .iwt-text {
    visibility: visible;
  }
}

/* PRODUCT PAGINA'S */

.nav-icon-row .wpb_column:has(.column-link):hover {
  scale: 1.1;
}

.nav-icon-row .wpb_column p, body .as-section-title h2 {
  font-weight: 600;
  color: var(--nectar-accent-color);
  margin-top: 0.85em;
  line-height: 1.5;
}
.nav-icon-row .wpb_column .hover-wrap,  body .as-section-title .hover-wrap {
  margin: 0;
}

body .as-section-title h2 {
  font-size: 1em !important;
  border-bottom: 2px solid var(--nectar-accent-color);
  padding-bottom: 0.5em;
}

body .light .as-section-title h2 {
  border-color: #fff;
}

body .as-section-title {
  max-width: fit-content;
}

.as-section-subtitle {
  margin-top: 1em;
  font-size: 1.8em;
  font-weight: 600;
}

.vc_row-fluid.inner_row>.span_12 {
    margin: 0;
}

#ajax-content-wrap .divider-border[data-color=black], #ajax-content-wrap .divider-small-border[data-color=black] {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='4' stroke-dasharray='4%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
