/*
    Theme Name:     Astrid Child
    Description:    This is a child theme for Astrd which is developed by IT Solutions And Marketing for client use on the clients website.
    Author:         Ven Grollmus
    Author URI:     https://www.itsolutionsandmarketing.com
    Template:       astrid
*/

div.footer-info,
div.footer-contact {
    align-items: baseline;
}

a,
a:hover {
	color: blue;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.employee-title {
	margin: 0 0 30px;
	padding: 15px;
	background-color: blue;
}

.testimonial-title a {
	color: red !important;
}

.page .entry-title {
    text-align: center;
    color: #ff6600;
}

h2, h3, h4, h5, h6 {
    color: #ff6600;    
}

.entry-summary {
    text-align: justify;
}