/*
Theme Name: Mango Theme
Theme URI: http://themes.teamkraftt.com/mango/classic
Description: Fully Responsive Theme with Page Builder and Powerful Admin Menu
Author: kraftt Theme 
Author URI: http://themeforest.net/user/teamKraftt
Tags: blue, white, light, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.1
*/

/*Font Styles */
body {
	font-size:16px;
	line-height:1.1;
	font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
	color:#505e68;
}

p {
	font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size:1.05em;
	line-height:1.35em;
	font-weight:400;
	margin:1em 0;
	color:#505e68;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Ubuntu', 'Source Sans Pro', Helvetica, Arial, sans-serif;
	color:#505e68;
	font-weight: 500;
}

h1{
	font-size:1.75em;
}

h2 {
	font-size:1.5em;
}

h3{
	font-size:1.25em;
}

h4{
	font-size: 1.15em;
}

h5{
	font-size: 1em;
}

/* Captions and Asides */
div.alignright {
	padding-left: 30px;
}
.wp-caption-text {
	text-align: left;
}

/* Header */
.kraftt-header-search { 
	color: #fff;
}

/* Nav */
.dropdown-menu{
border: 2px solid #f78f1e;
}

.dropdown-menu>li>a {
	font-size: 14px;
}

/* Home Page Featured Post Slider */
.featured-meta {
	font-size: 14px;
	margin: -60px 0px 0px 0px;
}

.featured-meta p {
	color: #ccc;
	font-size: 14px;
	padding-top: 16px;
}

.featured-meta p a {
	color: #f78f1e;
}


/*Search Box */
input {
	font-weight: normal;
}

/* Blog */
.blog-standard-right-sidebar .blog-title a {
	color:#505e68;
}

/*Error Page */
div.error-page {
	padding: 30px 0px;
}

/* Footer */
.footer-widget a:hover {
	text-decoration: underline;
}

.footer-widget p {
	font-size: 14px;
}