/*
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
*/

.wpb_tab.ui-tabs-panel p {
  font-weight: 400;
}

.nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
  display: inline-flex;
  align-items: center;
}

.nectar-hor-list-item img.item-icon.x_large {
  width: 150px;
}

/* Contacts map fix */
@media only screen and (max-width: 999px) {
  .leaflet-container {
    max-height: 65vh;
  }
}

/* TeamTailor jobs widget styling */
.teamtailor-jobs__job {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: color 0.4s cubic-bezier(0.2, 0, 0.15, 1);
  padding: 15px;
}
.teamtailor-jobs__job:hover {
  border-color: #ff6b3d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.teamtailor-jobs__job-title {
  font-size: 1.25rem;
}
