/*
Theme Name: QuintusWP Child
Theme URI: http://modeltheme.com/mt_quintus
Template: quintuswp
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Quintus - Industry / Factory / Engineering WordPress Theme [child-theme]
Version: 1.0
Text Domain: quintuswp
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/

.contactInfo{
width: 50%;
float: left;
}

@media only screen and (max-width: 768px) {
	.contactInfo{
	width: 100%;
	}
	.contactInfo p{
	margin-right: 15px !important;
	}
	.nav-pills li {
    width: 90% !important;
	}
}
.contactInfo p{margin-right:15px !important; margin-bottom: 18px !important;}
.contactInfo input, .contactInfo textarea{width:100%}


.prev-post a, .next-post a{
	display: flex;
  align-items: center;
  justify-content: center;
	font-size:18px;

}

.prev-post i{
	margin-right:15px;	
}
.next-post i{
	margin-left:15px;	
}
.next-post a i, .prev-post a i {
	font-size: 40px;
}
.stats-content p {
font-size: 14px !important;
}

.footer a{color:#fff !important;}