/*
	Name:		 Typography
	Description: For font related CSS
*/

/* GENERAL -----------------------------------*/

	body {
		font-family: Lato, Arial, sans-serif;
		font-style: normal;
		font-weight: 400;		
		font-size:14px;		
	}
	
	h1 {
		font-size: 35px;
	}
	
	h2 {
		font-size: 25px;
	}
	
	h3 {
		font-size: 20px;
	}
	
	h4 {
		font-size: 16px;
	}
	
	h5 {
		font-size: 14px;
	}
	
	h6 {
		font-size: 12px;
	}
	
/* MENU --------------------------------------*/
	
	.navbar-default .navbar-nav > li > a {
		font-size:16px;
		font-weight:300;	
	}
	
	.dropdown-menu {
		font-size:12px;		
	}
	
	.dropdown-menu > li > a {
		font-size:12px;
	}

/* BLOG --------------------------------------*/
	
	.blog-cat-title {
		font-family:'Palanquin Dark', sans-serif;
		font-size:20px;	
	}
	
	.post-title {
		font-family:'Palanquin Dark', sans-serif;
		font-size:20pt;	
	}

	.blog-category {
		font-size:12px;
	}
	
	.blog-meta-left,
	.blog-meta-right {
		font-size:12px;	
	}
	
	.nav-numbered {
		font-size:15px;	
	}
	
/* WIDGET ------------------------------------*/

	.widget-title {
		
	}
	
	.widget_tag_cloud a {
		font-size:12px;	
	}
	
	.widget_calendar thead {
		font-size:10px;	
	}
	
	.widget_calendar tbody td {
		font-size:14px;	
	}
	
	

/* WIDGET IN MENU ----------------------------*/
	
	.navbar-nav .widget-title { 		
		font-size:16px;		
	}
	
	.dropdown-menu > li > a {		
		font-size:16px !important;		
	}
	
/* SHORTCODE */
	.welcome-title {
		font-size:30px;	
	}
	
	.custom_link_title {
		font-size:20px;		
	}
	
	.highlight_page_title {
		float:left;
		font-size:20px;	
	}
	
	@media( max-width:997px ) {
		.custom_link_title {
			font-size:18px;	
		}
	}
	
	.subscribe-title {
		font-size:30px;	
	}
	
	.subscribe-form-input .infusion-submit input[type=submit] { 
		font-size:15px;
	}
	
	.shortcode-about-name { 
		font-size:20px;
	}
	
	.shortcode-introduction-title {	
		font-size:30px;	
	}
	
	.shortcode-introduction-content {
		font-size:14px;
	}
	
	.shortcode-introduction-link a {
		font-size:18px;
	}
	
/* CONTACT */
	.contactpage-title {
		font-size:20px;
	}
	
/* SINGLE */
	.single-category-wrapper a {
		font-size:12px;	
	}
	
	.post-meta-top {
		font-size:15px;	
	}
	
	.single .post-title {
		font-size:40px;	
	}