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

/* Make sure both logos sit inline and align vertically */
.col.span_3 {
  display: flex;
  align-items: center;
  height: auto;
  min-height: 90px;
}

@media (max-width: 1024px) {
  .col.span_3 {
    min-height: 70px;
  }
}

@media (max-width: 767px) {
  .col.span_3 {
    min-height: 57px;
  }
}

/* Spacing between logos */
.col.span_3 a.ampedup-logo {
  margin-left: 16px;
}

/* Match main logo sizing behavior */
.ampedup-img {
  display: block;
  height: auto !important;
  max-height: 130px !important;
  width: auto;
  object-fit: contain;
  vertical-align: middle;
  margin-bottom: 0 !important; /* Remove unwanted bottom margin */
}

/* Responsively shrink like Salient’s main logo */
@media (max-width: 1024px) {
  .ampedup-img {
    max-height: 70px !important;
  }
}

@media (max-width: 767px) {
  .ampedup-img {
    max-height: 57px !important;
  }
}

/* SUPER SPECIFIC MARGIN BOTTOM OVERRIDE TO BEAT THEME */
.row .col.span_3 a.ampedup-logo img.ampedup-img {
    margin-bottom: 0 !important;
}