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


.product-group-grid img {
    object-fit: contain !important;
    background: white !important;
}

.top-footer .footer-flex {
	display: flex;
	justify-content: center;
	gap: 20px;
	font-size: 14px;
}

.top-footer .footer-flex a {
	color: white;
}

#footer-outer #copyright[data-layout="centered"] {
	padding: 20px 0 !important;
}

.video-box a {
	width: 100% !important;
}

.video-box .column-image-bg {
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.team-member {
	position: relative;
}

.team-meta h5:not(:empty) {
    position: absolute;
    background: red;
    padding: 15px 25px;
    border-radius: 50vh;
    top: -30px;
    right: 0;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
    font-weight: bold;
}

.promotion h3 {
    margin-bottom: 10px;
}

.promotion table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.promotion table th, .promotion table td {
    padding: 10px 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.promotion table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.promotion table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.promotion table tbody tr:hover {
    background-color: #f1f1f1;
}

.promotion h4 {
    margin: 20px 0;
	font-size: 24px;
}

.promotion p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.promotion a {
    text-decoration: none;
}

.promotion a:hover {
    text-decoration: underline;
}

.team_member_image {
	background-position: center !important;
	background-size: 90% !important;
}
