/**
Theme Name: HIPER Astra Child
Author: SSHSPH Developer
Author URI: http://wpastra.com/about/
Description: SSHSPH Header and Footer Guideline
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hiper-astra-child
Template: astra
*/

/*** Header ***/
.site-logo-img {
  display: block;
  border-left: 1px solid #dfdfdf;
  max-height: 60px;
  padding-left: 15px;
}

.ast-below-header-wrap {
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
}

@media (max-width: 544px) {
  [data-section="sidebar-widgets-header-widget-1"] section#block-7 {
    max-width: 100%;
    width: 80px;
  }
  [data-section="sidebar-widgets-header-widget-1"] .wp-block-image img {
    vertical-align: middle;
  }
}

/*** Footer ***/
h2.footnav-title {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.footnav-social a {
  display: inline-block;
  margin: 0px 6px;
}

.footnav-info {
  width: fit-content;
  margin: 0 auto;
}

.footnav-info,
.footnav-info .fa-envelope + a {
  color: #999;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section {
  width: fit-content;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"],
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
  border-top-color: #003d7c;
}

/*** Copyright ***/
.t3-copyright {
  color: #999999;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
}
.t3-copyright .copyright-info a {
  color: #999999;
}
.t3-copyright .copyright-info a:hover,
.t3-copyright .copyright-info a:focus {
  color: #ffffff;
  text-decoration: none;
}
.copyright-links .nav {
  display: inline-block;
}
.copyright-links .nav li {
  display: inline-block;
  margin: 0 0 5px 15px;
  text-align: center;
}
.copyright-links .nav li a {
  color: #999999;
  padding: 0;
  display: inline-block;
}
.copyright-links .nav li a:hover,
.copyright-links .nav li a:focus {
  color: #ffffff;
  text-decoration: none;
}
.copyright-links .nav li:before {
  content: "\f111";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 4px;
  margin-right: 15px;
  vertical-align: middle;
}

ul.nav.nav-pills.nav-stacked {
  margin-left: 0;
}

.copyright-links .nav li:first-child {
  margin-left: 0;
}
.copyright-links .nav li:first-child:before {
  display: none;
}
