/*
Theme Name: Astra child theme
Author: Wise Eye
Description: This is a child theme generated from astra
Version: 1.01.1
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


.footer-column {
  color: #fff;
}

.footer-column h2 {
  font-size: 1.6em;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  color: #fff; /* Headings white */
}

.footer-column p,
.footer-column ul {
	font-size: .7rem;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* Icons */
.footer-icons {
  margin-top: 10px;
}
.footer-icons a {
  margin-right: 10px;
  color: #fff;
  font-size: 1.4em;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-icons a:hover {
  color: #00aced;
}

/* Remove bullets from all footer lists */
.footer-column ul,
.quick-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-menu li {
  margin: 8px 0;
}

.quick-menu a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.quick-menu a:hover {
  color: #00aced;
}

/* Designer credit */
.designer-credit {
  margin-top: 20px;
  font-size: 0.9em;
  color: #ccc;
}

.site-primary-footer-wrap {
    padding-top:5px !important;
    padding-bottom:5px !important;
}