/*
Theme Name: Felos Child
Theme URI: http://creative-wp.com/wp-demos/felos
Author: Creative WP
Author URI: http://creative-wp.com/
Description: Finance, Business & Consulting WordPress Theme
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: felos
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: felos
*/

/* Header Widget Styling */
.header-info-widget i {
	color: #00a9eb;
}

/* Apply Now Form for Homepage */
.home-apply-form input {
	max-width: 100%;
	margin-bottom: 20px;
}

.home-apply-form select {
	width: 100%;
	margin-bottom: 10px;
}

input[type="submit"] {
	line-height: 44px;
	min-width: 150px;
	background: #00a9eb;
	border-radius: 30px;
	padding: 0 20px;
	text-transform: uppercase;
}

input[type="submit"]:hover {
	background: #0067b4;
}

/* Custom Widget Styling */
.wpcf7-form input {
	max-width: 100%;
}

.wpb_widgetised_column .widget .widget-title,
.page-sidebar .widget .widget-title,
.team-sidebar .widget .widget-title,
.partner-sidebar .widget .widget-title,
.single-service-sidebar .widget .widget-title {
	background: #00a9eb;
}

/* Funding Process */
.process-cta a {
	color: #00a9eb;
}

.process-cta a:hover {
	color: #0067b4;
}

/* Contact Page */
.contact-info h5.title {
	font-weight: bold;
}

/* Services Grid Custom Styling */
.service-wrapper .text-more {
	color: #fff;
}

.contact-info.felos-icon-box--style-2 .field-icon {
	margin-right: 28px;
}

/* Footer */
.footer-widgets {
	padding-top: 60px;
	color: #555;
}

.footer-widgets .widget ul li a {
	color: #222;
}

.footer-widgets .footer-sidebar {
	max-width: 25%;
	width: 25%;
}

.footer-widgets .learn-more-link {
	color: #727272;
	font-size: 90%;
	font-weight: bold;
}

.footer-contact-info strong {
	color: #222;
}

.footer-contact-info i {
	color: #222;
	margin-right: 5px;
}

.footer-contact-info a.ph-number,
.footer-contact-info a.email-address {
	font-weight: bold;
	color: #00a9eb;
}

.footer-widgets .subscribe-form input {
	margin-bottom: 8px;
}