/*
Theme Name: DiscoveryPro
Theme URI: http://www.templateexpress.com/discovery-pro-theme/
Author: Ossie Heffell
Author URI: http://www.templateexpress.com/
Description: Discovery Pro is a highly customizable, fully responsive and Premium design WordPress Theme. With a focus on simple customization, Discovery allows you to add your own logo, header, featured areas, social media links and much more with a click of a button. This multi-purpose theme has a premium quality design that can fit the needs of any website.
Version: 1.7
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, white, one-column, two-columns, right-sidebar, fluid-layout, custom-header, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, threaded-comments, translation-ready, theme-options, full-width-template, black, responsive-layout, blue, left-sidebar, right-sidebar

This theme, like WordPress, is licensed under the GPL.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*
discoverypro Theme based on Underscores (_s) Theme
_s ("Underscores") WordPress Theme, Copyright 2012 Automattic, Inc.
_s ("Underscores") WordPress Theme is distributed under the terms of the GNU GPL
*

/*
discoverypro WordPress Theme, Copyright 2014 Ossie Heffell
discoverypro Theme is distributed under the terms of the GNU GPL

 Template:     discoverypro
 Text Domain:  discoverypro-child
**/


@import url("../discoverypro/style.css");

/* =Theme customization starts here

**/
.client h3{
	max-width: 200px;
}

/* Input type - add phone type
================================================== */

.input[type="tel"] {
    border: 1px solid #e6e6e6;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "Open Sans", Arial, sans-serif;
    color: #acacac;
    margin: 0;
    max-width: 100%;
    display: block;
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    background: #fff;
}

.widget h5 a{
   font-family:inherit;
   font-size: inherit; 
   color: #ffffff;
		}

