/**
 * @package 	WordPress
 * @subpackage 	Psychology Help
 * @version 	1.1.5
 * 
 * Theme Fonts Rules
 * Created by CMSMasters
 * 
 */


/***************** Start Theme Font Styles ******************/

	/* Start Content Font */
	body,
	.copyright,
	.widget_custom_twitter_entries .tweet_list > li .tweet_text, 
	.cmsmasters_twitter_item_content,
	.widget_custom_contact_info_entries,
	.header_top_inner .meta_wrap {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:15px;
		line-height:24px;
		font-weight:400;
		font-style:normal;
	}
	
	.widget_custom_contact_info_entries span {
		font-size:13px;
		line-height:19px;
	}
	
	.cmsmasters_twitter_item_content, 
	.widget_custom_twitter_entries .tweet_list > li .tweet_text {
		font-size:16px;
	}
	
	.header_top_inner .meta_wrap,
	.header_top_inner .meta_wrap a {
		font-size:13px;
		font-weight:normal;
	}
	
	.cmsmasters_quote_subtitle_wrap > h6,
	.cmsmasters_quote_site a,
	.cmsmasters_quote_site {
		line-height:21px;
	}
	
	.cmsmasters_items_filter_wrap .cmsmasters_items_sort_block .cmsmasters_items_sort_but,
	table tfoot td,
	table tfoot th,
	.cmsmasters_items_filter_wrap .cmsmasters_items_filter_block .cmsmasters_items_filter_but {
		font-size:17px;
	}
	
	table thead th {
		font-size:19px;
		line-height:28px;
	}
	
	/* Finish Content Font */


	/* Start Link Font */
	a,
	.subpage_nav > strong,
	.subpage_nav > span,
	.subpage_nav > a {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:24px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	.cmsmasters_wrap_pagination ul li .page-numbers {
		font-size:16px;
		line-height:26px;
	}
	
	.header_top_inner nav > div > ul > li ul li > a {
		font-size:11px;
		font-weight:normal;
	}
	
	.header_top .top_line_nav > li > a {
		font-size:13px;
	}
	
	a:hover {
		text-decoration:none;
	}
	
	.share_posts a {
		font-size:13px;
	}
	
	.cmsmasters_items_sort_but, 
	.cmsmasters_items_filter_but {
		font-size:16px;
		font-weight:600;
	}
	
		
	@media only screen and (max-width: 1024px) {
		.header_top .top_nav_wrap .top_line_nav > li > a,
		.header_top .top_line_nav li a {
			font-size:11px;
			font-weight:normal;
		}
	}
	/* Finish Link Font */


	/* Start Navigation Title Font */
	#navigation > li > a,
	#footer_nav > li > a {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:20px;
		font-weight:600;
		font-style:normal;
		text-transform:uppercase;
	}
	
	#navigation > li > a > span:before {
		font-size:17px;
	}
	
	#navigation > li.menu-item-icon > a > span > span.nav_subtitle,
	#navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li.menu-item-icon > a > span > span.nav_subtitle {
		padding-left:24px;
	}
	
	body.rtl #navigation > li.menu-item-icon > a > span > span.nav_subtitle,
	body.rtl #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li.menu-item-icon > a > span > span.nav_subtitle {
		padding-right:24px;
		padding-left:0; /* static */
	}
	
	#navigation > li > a[data-tag]:before,
	#navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a[data-tag]:before {
		margin-top:-9px;
	}
	
	#navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a {
		font-weight:600;
	}
	
	@media only screen and (max-width: 1024px) {
		html #page #header nav #navigation li a {
			font-size:12px;
			font-weight:normal;
		}
		
		html #page #header nav #navigation > li > a {
			font-size:12px;
			font-weight:400; /* static */
		}
		
		html #page #header nav #navigation > li.menu-item-icon > a > span > span.nav_subtitle,
		html #page #header nav #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li.menu-item-icon > a > span > span.nav_subtitle {
			padding-left:24px;
		}
	}
	/* Finish Navigation Title Font */


	/* Start Navigation Dropdown Font */
	#navigation ul li a{
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:13px;
		line-height:40px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
	}
	
	.cmsmasters-form-builder .check_parent label,
	.wpcf7-list-item-label {
		font-weight:normal;
	}
	
	#navigation li > a[data-tag]:before {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:12px;
		line-height:39px;
		font-style:normal;
		text-transform:none;
		font-weight:400; /* static */
	}
	
	#navigation ul li a span:before {
		font-size:16px;
	}
	
	#navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a > span:before {
		font-size:17px;
	}
	
	@media only screen and (max-width: 1024px) {
		html #page #header nav #navigation > li.menu-item-hide-text > a > span > span.nav_subtitle,
		html #page #header nav #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li.menu-item-hide-text > a > span > span.nav_subtitle {
			font-size:11px;
			line-height:38px;
		}
		
		html #page #header nav #navigation li li li a {
			font-size:13px;
		}
		
		#navigation ul li a {
			line-height:14px;
		}
	}
	/* Finish Navigation Dropdown Font */


	/* Start H1 Font */
	h1,
	h1 a,
	#header .logo .title {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:36px;
		line-height:42px;
		font-weight:bold;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	.error_title {
		font-size:200px;
		line-height:200px;
	}
	
	.cmsmasters_dropcap {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-weight:bold;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	.cmsmasters_icon_list_items.cmsmasters_icon_list_icon_type_number .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:before,
	.cmsmasters_icon_box.box_icon_type_number:before,
	.cmsmasters_icon_box.cmsmasters_icon_heading_left.box_icon_type_number .icon_box_heading:before {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-weight:bold;
		font-style:normal;
	}
	
	.cmsmasters_dropcap.type1 {
		font-size:36px; /* static */
	}
	
	.cmsmasters_dropcap.type2 {
		font-size:20px; /* static */
	}
	
	.headline_outer .headline_inner .headline_icon:before {
		font-size:40px;
		line-height:52px;
	}
	
	.headline_outer .headline_inner.align_center .headline_icon:before {
		font-size:56px;
		line-height:62px;
	}
	
	.headline_outer .headline_inner.align_left .headline_icon {
		padding-left:52px;
	}
	
	.headline_outer .headline_inner.align_right .headline_icon {
		padding-right:52px;
	}
	
	.headline_outer .headline_inner.align_center .headline_icon {
		padding-top:72px;
	}
	/* Finish H1 Font */


	/* Start H2 Font */
	h2,
	h2 a,
	.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap, 
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > a, 
	.comment-respond .comment-reply-title {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:22px;
		line-height:30px;
		font-weight:bold;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner:before {
		font-size:22px;
	}
	
	.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner:before {
		line-height:30px;
	}
	
	.cmsmasters_price,
	.cmsmasters_currency {
		font-size:24px;
	}
	
	.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap, 
	.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner:before {
		font-size:36px;
		line-height:44px;
	}
	
	.cmsmasters_counters.counters_type_horizontal .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap {
		line-height:38px;
	}
	
	.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap {
		font-family:'Droid Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-weight:400; /* static */
	}
	
	.cmsmasters_counters.counters_type_horizontal .cmsmasters_counter_wrap .cmsmasters_counter.counter_has_icon .cmsmasters_counter_inner {
		padding-left:44px;
	}
	/* Finish H2 Font */


	/* Start H3 Font */
	h3,
	h3 a, 
	#bottom .widgettitle {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:20px;
		line-height:28px;
		font-weight:bold;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	.cmsmasters_timeline_type .cmsmasters_post_header h3 a{
		font-size:22px;
		line-height:30px;
	}
	
	.bypostauthor > .comment-body .alignleft:before {
		font-size:20px;
	}
	
	.bypostauthor > .comment-body .alignleft:before {
		line-height:28px;
	}
	
	.bypostauthor > .comment-body .alignleft:before {
		width:28px;
	}
	
	.bypostauthor > .comment-body .alignleft:before {
		height:28px;
	}
	/* Finish H3 Font */


	/* Start H4 Font */
	h4, 
	h4 a, 
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > a, 
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > a, 
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li > a, 
	.post_nav > span a {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:18px;
		line-height:26px;
		font-weight:600;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	.about_author .about_author_cont_title, 
	.about_author .about_author_cont_title a, 
	.post_comments .cmsmasters_comment_item_title, 
	.post_comments .cmsmasters_comment_item_title a {
		text-transform:none;
	}
	/* Finish H4 Font */


	/* Start H5 Font */
	h5,
	h5 a, 
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > ul li a, 
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li > ul li a,
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > ul li a,
	.cmsmasters_tabs .cmsmasters_tabs_list .cmsmasters_tabs_list_item > a,
	.cmsmasters_toggle_title > a,
	.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat_title,
	.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_title {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:16px;
		line-height:22px;
		font-weight:600;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_title {
		font-size:18px;
		line-height:30px;
	}
	
	/* Finish H5 Font */


	/* Start H6 Font */
	h6,
	.cmsmasters_period,
	#wp-calendar caption,
	#wp-calendar th,
	.widget_custom_twitter_entries .tweet_list > li .tweet_time, 
	.cmsmasters_tabs.lpr .cmsmasters_tabs_list .cmsmasters_tabs_list_item > a,
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li,
	.cmsmasters_stats .cmsmasters_stat_wrap .cmsmasters_stat_title, 
	.project_details_item .project_details_item_title,
	.profile_details_item .profile_details_item_title,
	.widget_custom_posts_tabs_entries .cmsmasters_lpr_tabs_cont > a,
	.project_features_item .project_features_item_title,
	.profile_features_item .profile_features_item_title,
	.cmsmasters_tabs.lpr .cmsmasters_tabs_wrap .tab_comments a, 
	.widget_recent_comments .recentcomments a,
	.widget_nav_menu > div > ul li a, 
	.widget.widget_recent_entries ul li a,
	h6 a {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:20px;
		font-weight:600;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner:before,
	.project_details_item .project_details_item_desc a,
	.project_details_item .project_details_item_desc,
	.profile_details_item .profile_details_item_desc a,
	.profile_details_item .profile_details_item_des,
	.project_features_item .project_features_item_desc a,
	.project_features_item .project_features_item_desc,
	.profile_features_item .profile_features_item_desc a,
	.profile_features_item .profile_features_item_desc {
		line-height:20px;
	}
	
	.cmsmasters_profile.horizontal .pl_subtitle, 
	.widget_custom_twitter_entries .tweet_list > li .tweet_time {
		font-size:13px;
		line-height:19px;
	}
	
	.cmsmasters_stats .cmsmasters_stat_container .cmsmasters_stat_counter_wrap, 
	.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap,
	.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap {
		font-size:14px;
		line-height:20px;
	}
	
	.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap {
		top:-30px;
	}
	
	.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner {
		margin-top:30px;
	}
	
	.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner {
		border-bottom-width:35px;
	}
	
	.cmsmasters_stats .cmsmasters_stat_container {
		height:320px;
	}
	
	label,
	.cmsmasters_contact_form,
	.cmsmasters_items_filter_wrap .cmsmasters_items_sort_block .cmsmasters_items_sort_but,
	.cmsmasters_items_filter_wrap .cmsmasters_items_filter_block .cmsmasters_items_filter_but,
	.header_top .top_line_nav > li > a,
	table tfoot td,
	table thead th {
		font-weight:600;
	}
	
	/* Finish H6 Font */

	/* Start Button Font */
	.cmsmasters_button,
	.button, 
	.cmsmasters_img_rollover > a,
	.cmsmasters_post_read_more,
	.cmsmasters_slider_post_read_more,
	input[type=submit], 
	input[type=button], 
	.cmsmasters_posts_slider .post .cmsmasters_slider_post_footer .cmsmasters_slider_post_meta_info,
	button {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:12px;
		line-height:36px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
	}
	
	.cmsmasters_img_rollover > a {
		font-size:14px;
	}
	
	#header .header_mid .button {
		font-size:14px;
		line-height:46px;
	}
	
	.cmsmasters_twitter_wrap .published {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:11px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
	}
	
	.wpcf7 input[type=submit] {
		line-height:34px;
	}
	
	.gform_wrapper .gform_footer input.button, 
	.gform_wrapper .gform_footer input[type=submit] {
		font-size:12px !important;
	}
	
	.post.cmsmasters_masonry_type .cmsmasters_post_footer .cmsmasters_post_footer_info,
	.post.cmsmasters_timeline_type .cmsmasters_post_footer .cmsmasters_post_footer_info .cmsmasters_post_meta_info {
		line-height:42px;
	}
	
	.cmsmasters_button.cmsmasters_but_icon_dark_bg, 
	.cmsmasters_button.cmsmasters_but_icon_light_bg, 
	.cmsmasters_button.cmsmasters_but_icon_divider, 
	.cmsmasters_button.cmsmasters_but_icon_inverse {
		padding-left:56px;
	}
	
	.cmsmasters_button.cmsmasters_but_icon_dark_bg:before, 
	.cmsmasters_button.cmsmasters_but_icon_light_bg:before, 
	.cmsmasters_button.cmsmasters_but_icon_divider:before, 
	.cmsmasters_button.cmsmasters_but_icon_inverse:before, 
	.cmsmasters_button.cmsmasters_but_icon_dark_bg:after, 
	.cmsmasters_button.cmsmasters_but_icon_light_bg:after, 
	.cmsmasters_button.cmsmasters_but_icon_divider:after, 
	.cmsmasters_button.cmsmasters_but_icon_inverse:after {
		width:36px;
	}
	/* Finish Button Font */


	/* Start Small Text Font */
	small,
	tbody,
	#wp-calendar tfoot a,
	#wp-calendar tbody,
	.widget ul li a,
	.cmsmasters_twitter_item_content a,
	.cmsmasters_stats .cmsmasters_stat_subtitle,
	.cmsmasters_slider_post_meta_info a,
	.cmsmasters_slider_post_meta_info .cmsmastersView > span,
	.cmsmasters_slider_project_footer .cmsmastersView > span,
	.cmsmasters_slider_project_footer a,
	.cmsmasters_post_meta_info a,
	.cmsmasters_post_meta_info .cmsmastersView > span,
	.cmsmasters_post_tags a,
	.cmsmasters_post_date abbr,
	.cmsmasters_post_category a,
	.cmsmasters_post_user_name a,
	.cmsmasters_project_cont_info,
	.cmsmasters_project_category a,
	.widget_custom_contact_info_entries span a,
	.cmsmasters_project_footer > span > a,
	.cmsmasters_project_footer > span,
	.cmsmasters_archive_item_type,
	.cmsmasters_archive_item_date_wrap abbr,
	.cmsmasters_archive_item_date_wrap abbr a,
	.cmsmasters_archive_item_user_name a,
	.cmsmasters_archive_item_category a,
	.cmsmasters_archive_item_info > span,
	.cmsmasters_slider_post_date abbr,
	.cmsmasters_slider_post_author a,
	.cmsmasters_post_cont_info,
	.cmsmasters_quotes_slider .cmsmasters_quote_content,
	.cmsmasters_slider_post_category a,
	.cmsmasters_slider_project_category a,
	.cmsmasters_slider_project_cont_info,
	.cmsmasters_counter_subtitle,
	.image-attachment .entry-meta > p,
	.image-attachment .entry-meta > p a,
	.image-attachment .entry-meta > .edit-link a,
	.widget_custom_posts_tabs_entries .cmsmasters_lpr_tabs_cont > abbr,
	.headline_outer, 
	.widget.widget_recent_entries ul li span,
	.cmsmasters_pricing_table .cmsmasters_pricing_item .feature_list li a,
	.cmsmasters_pricing_table .cmsmasters_pricing_item .feature_list li,
	.headline_outer a,
	.about_author_cont > a,
	.cmsmasters_items_filter_wrap .cmsmasters_items_filter_block .cmsmasters_items_filter_list li > a.button,
	#header .header_mid .slogan_wrap_text,
	#navigation > li span.nav_subtitle,
	ul.navigation li a .nav_tag,
	form .formError .formErrorContent {
		font-family:'Droid Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:12px;
		line-height:20px;
		font-weight:normal;
		font-style:italic;
		text-transform:none;
	}
	
	.cmsmasters_stats .cmsmasters_stat_counter_wrap {
		font-family:'Droid Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	}
	
	.project_details_item .project_details_item_desc a,
	.project_details_item .project_details_item_desc,
	.profile_details_item .profile_details_item_desc a,
	.profile_details_item .profile_details_item_desc,
	.project_features_item .project_features_item_desc a,
	.project_features_item .project_features_item_desc,
	.profile_features_item .profile_features_item_desc a,
	.profile_features_item .profile_features_item_desc {
		font-size:13px;
	}
	
	.error_subtitle,
	.cmsmasters_quote_subtitle_wrap > h6,
	.pl_content .pl_subtitle,
	.cmsmasters_quote_site a,
	.cmsmasters_profile_subtitle,
	.project_details_item .project_details_item_desc,
	.project_details_item .project_details_item_desc a,
	.profile_details_item .profile_details_item_desc,
	.profile_details_item .profile_details_item_desc a,
	.project_features_item .project_features_item_desc,
	.project_features_item .project_features_item_desc a,
	.profile_features_item .profile_features_item_desc,
	.profile_features_item .profile_features_item_desc a,
	.cmsmasters_quote_site {
		font-family:'Droid Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-weight:normal;
		font-style:italic;
	}
	
	.error_subtitle {
		font-size:24px;
		line-height:40px;
	}
	
	.cmsmasters_post_tags a {
		font-size:11px;
		line-height:22px;
	}
	
	.cmsmasters_quote_site,
	#wp-calendar tfoot a,
	.cmsmasters_twitter_item_content a,
	.cmsmasters_quote_subtitle_wrap > h6,
	.about_author_cont > a,
	.cmsmasters_quote_site a {
		font-size:14px;
	}
	
	
	.widget ul li a {
		font-size:14px;
		line-height:22px;
	}
	
	.cmsmasters_price,
	.cmsmasters_coins,
	.cmsmasters_currency {
		font-weight:normal;
		font-family:'Droid Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	}
	
	.cmsmasters_quotes_slider .cmsmasters_quote_content {
		font-size:15px;
		line-height:32px;
	}
	
	.cmsmasters_coins {
		font-size:15px;
		line-height:18px;
	}
	
	.cmsmasters-form-builder small,
	.image-attachment .entry-meta > p,
	.image-attachment .entry-meta > p a,
	.image-attachment .entry-meta > .edit-link a,
	.cmsmasters_items_filter_wrap .cmsmasters_items_filter_block .cmsmasters_items_filter_list li > a.button,
	tbody {
		font-size:14px;
		line-height:22px;
	}
	
	#header .header_mid .slogan_wrap_text {
		font-size:21px;
		line-height:29px;
	}
	
	ul.navigation li a .nav_tag {
		font-weight:600;
	}
	
	.headline_outer, 
	.cmsmasters_counter_subtitle,
	.cmsmasters_timeline_type .cmsmasters_post_meta_info a,
	.cmsmasters_timeline_type .cmsmasters_post_meta_info .cmsmastersView > span,
	.cmsmasters_timeline_type .cmsmasters_post_category a,
	.cmsmasters_timeline_type .cmsmasters_post_user_name a,
	.cmsmasters_default_type .cmsmasters_post_meta_info a,
	.cmsmasters_default_type .cmsmasters_post_meta_info .cmsmastersView > span,
	.cmsmasters_default_type .cmsmasters_post_category a,
	.cmsmasters_default_type .cmsmasters_post_user_name a,
	.cmsmasters_archive_item_type,
	.cmsmasters_archive_item_date_wrap abbr,
	.cmsmasters_archive_item_date_wrap abbr a,
	.cmsmasters_archive_item_user_name a,
	.cmsmasters_archive_item_category a,
	.cmsmasters_archive_item_info > span,
	.cmsmasters_default_type .cmsmasters_post_date abbr,
	.blog.opened-article .cmsmasters_post_meta_info a,
	.blog.opened-article .cmsmasters_post_meta_info .cmsmastersView > span,
	.blog.opened-article .cmsmasters_post_category a,
	.blog.opened-article .cmsmasters_post_user_name a,
	.blog.opened-article .cmsmasters_post_date abbr,
	.cmsmasters_pricing_table .cmsmasters_pricing_item .feature_list li a,
	.cmsmasters_pricing_table .cmsmasters_pricing_item .feature_list li,
	.headline_outer a,
	.cmsmasters_stats .cmsmasters_stat_subtitle,
	.cmsmasters_timeline_type .cmsmasters_day_mon {
		font-size:13px;
		line-height:21px;
	}
	
	.cmsmasters_timeline_type .cmsmasters_year {
		font-size:17px;
		line-height:25px;
	}
	
	#navigation > li span.nav_subtitle {
		font-size:15px;
		line-height:17px;
	}

	#navigation > li.menu-item-mega > div.menu-item-mega-container ul ul li.menu-item-mega-description span.menu-item-mega-description-container {
		font-size:12px;
		line-height:20px;
	}
	
	.gform_wrapper .description, 
	.gform_wrapper .gfield_description, 
	.gform_wrapper .gsection_description, 
	.gform_wrapper .instruction {
		font-family:'Droid Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif !important;
		font-size:12px !important;
		line-height:20px !important;
	}
	/* Finish Small Text Font */


	/* Start Text Fields Font */
	input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]),
	textarea,
	select,
	option {
		font-family:'Droid Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:13px;
		line-height:22px;
		font-weight:normal;
		font-style:italic;
	}
	
	.gform_wrapper input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]),
	.gform_wrapper textarea, 
	.gform_wrapper select {
		font-size:13px !important;
	}
	/* Finish Text Fields Font */


	/* Start Blockquote Font */
	blockquote,
	.notice_content {
		font-family:'Droid Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:18px;
		line-height:32px;
		font-weight:normal;
		font-style:italic;
	}
	
	.notice_content {
		font-size:13px;
		line-height:22px;
	}
	
	.post_comments .cmsmasters_comment_item_date,
	.post_comments .cmsmasters_comment_item_cont_info > a, 
	.comment-respond .comment-reply-title a {
		font-family:'Droid Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-weight:normal;
		font-style:italic;
		font-size:12px;
		line-height:24px;
	}
	
	.share_posts a {
		font-family:'Droid Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-weight:normal;
		font-style:italic;
	}
	
	.cmsmasters_wrap_pagination ul li .page-numbers {
		font-family:'Droid Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-style:italic;
	}
	
	.cmsmasters_wrap_pagination ul li .page-numbers.next,
	.cmsmasters_wrap_pagination ul li .page-numbers.prev {
		font-size: 8px; /* static */
	}
	
	q {
		font-family:'Droid Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-weight:normal;
		font-style:italic;
	}
	/* Finish Blockquote Font */

/***************** Finish Theme Font Styles ******************/



/***************** Start Tribe Events Font Styles ******************/
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-list__event-description,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-list__event-description p,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-day__event-description,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-day__event-description p,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-month__multiday-event-bar-title,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-month__multiday-event-bar-title p,
	.tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-description,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-week-grid__multiday-event-bar-title,
	.cmsmasters_tribe_events_views_v2 .tribe-events-single .tribe_events,
	.cmsmasters_tribe_events_views_v2 .tribe-events-single .tribe-events-single-event-description,
	.cmsmasters_tribe_events_views_v2 .tribe-events-single .tribe-events-single-event-description p {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:15px;
		line-height:24px;
		font-weight:400;
		font-style:normal;
	}

	.cmsmasters_tribe_events_views_v2 .tribe-events-single *,
	.cmsmasters_tribe_events_views_v2 .tribe-events *,
	.cmsmasters_tribe_events_views_v2 .tribe-events-pro *,
	.tribe-events-calendar-month__calendar-event-tooltip * {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif !important;
	}

	.tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-description {
		font-size:13px;
		line-height:22px;
	}

	.cmsmasters_tribe_events_views_v2 .tribe-events .tribe-events-calendar-month__multiday-event-wrapper,
	.cmsmasters_tribe_events_views_v2 .tribe-events .tribe-events-pro-week-grid__multiday-event-wrapper {
		height:24px;
	}

	.cmsmasters_tribe_events_views_v2 .tribe-events-single .tribe-events-single-event-title {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:36px;
		line-height:42px;
		font-weight:bold;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}

	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-list__event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-list__event-title a,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-day__event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-day__event-title a,
	.tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-title,
	.cmsmasters_tribe_events_views_v2 .tribe-events-single ul.tribe-related-events li .tribe-related-events-title {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:22px;
		line-height:30px;
		font-weight:bold;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}

	.tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-title {
		font-size:20px;
		line-height:28px;
	}

	
	@media only screen and (max-width: 540px) {
		.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-list__event-title,
		.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-list__event-title a,
		.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-day__event-title,
		.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-day__event-title a,
		.tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-title,
		.cmsmasters_tribe_events_views_v2 .tribe-events-single ul.tribe-related-events li .tribe-related-events-title {
			font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
			font-size:20px;
			line-height:28px;
			font-weight:bold;
			font-style:normal;
			text-transform:none;
			text-decoration:none;
		}
	
		.tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-title {
			font-size:18px;
			line-height:26px;
		}
	}

	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-summary__event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-summary__event-title a,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-photo__event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-photo__event-title a,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-week .tribe-events-pro-week-mobile-events__event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-week .tribe-events-pro-week-mobile-events__event-title a,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-shortcode-events-week .tribe-events-pro-week-mobile-events__event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-shortcode-events-week .tribe-events-pro-week-mobile-events__event-title a,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-month .tribe-events-calendar-month-mobile-events__mobile-event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-month .tribe-events-calendar-month-mobile-events__mobile-event-title a,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-shortcode-month .tribe-events-calendar-month-mobile-events__mobile-event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-shortcode-month .tribe-events-calendar-month-mobile-events__mobile-event-title a,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-featured-venue .tribe-events-widget-featured-venue__event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-featured-venue .tribe-events-widget-featured-venue__event-title a,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-events-list .tribe-events-widget-events-list__event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-events-list .tribe-events-widget-events-list__event-title a {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:20px;
		line-height:28px;
		font-weight:bold;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}

	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-map__event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-map__event-title a,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-week .tribe-events-pro-week-mobile-events__event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-week .tribe-events-pro-week-mobile-events__event-title a,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-shortcode-events-week .tribe-events-pro-week-mobile-events__event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-shortcode-events-week .tribe-events-pro-week-mobile-events__event-title a,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-month .tribe-events-calendar-month-mobile-events__mobile-event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-month .tribe-events-calendar-month-mobile-events__mobile-event-title a,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-shortcode-month .tribe-events-calendar-month-mobile-events__mobile-event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-shortcode-month .tribe-events-calendar-month-mobile-events__mobile-event-title a,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-featured-venue .tribe-events-widget-featured-venue__event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-featured-venue .tribe-events-widget-featured-venue__event-title a,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-events-list .tribe-events-widget-events-list__event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-events-list .tribe-events-widget-events-list__event-title a {
		font-size:18px;
		line-height:26px;
	}

	.cmsmasters_tribe_events_views_v2 .cmsmasters_sidebar .widgettitle,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-countdown .tribe-events-widget-countdown__header-title,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-featured-venue .tribe-events-widget-featured-venue__header-title,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-events-list .tribe-events-widget-events-list__header-title {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:20px;
		line-height:28px;
		font-weight:bold;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}

	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-list__event-datetime-wrapper,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-list__event-venue,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-list__event-cost,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-day__event-datetime-wrapper,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-day__event-venue,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-calendar-day__event-cost,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-photo__event-datetime,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-photo__event-venue,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-photo__event-cost,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-summary__event-datetime-wrapper,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-summary__event-venue,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-summary__event-cost,
	.tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-datetime,
	.tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-cost,
	.cmsmasters_tribe_events_views_v2 .tribe-events-single .tribe-events-schedule,
	.cmsmasters_tribe_events_views_v2 .tribe-events-single .tribe-events-schedule *,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-week .tribe-events-header,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-week .tribe-events-pro-week-mobile-events__event-datetime-wrapper,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-week .tribe-events-pro-week-mobile-events__event-venue,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-week .tribe-events-pro-week-mobile-events__event-cost,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-shortcode-events-week .tribe-events-header,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-shortcode-events-week .tribe-events-pro-week-mobile-events__event-datetime-wrapper,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-shortcode-events-week .tribe-events-pro-week-mobile-events__event-venue,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-shortcode-events-week .tribe-events-pro-week-mobile-events__event-cost,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-month .tribe-events-calendar-month-mobile-events__mobile-event-datetime,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-shortcode-month .tribe-events-calendar-month-mobile-events__mobile-event-datetime,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-countdown .tribe-events-widget-countdown__event-title,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-countdown .tribe-events-widget-countdown__event-title a,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-featured-venue .tribe-events-widget-featured-venue__venue-name,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-featured-venue .tribe-events-widget-featured-venue__venue-name a,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-featured-venue .tribe-events-widget-featured-venue__event-datetime-wrapper,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-events-list .tribe-events-widget-events-list__event-datetime-wrapper,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-events-list .tribe-events-widget-events-list__event-venue a,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-events-list .tribe-events-widget-events-list__event-organizer-title-wrapper a {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:20px;
		font-weight:600;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}

	.tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-datetime,
	.tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-cost,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-map__event-datetime-wrapper,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-map__event-venue,
	.cmsmasters_tribe_events_views_v2 .tribe-common .tribe-events-pro-map__event-cost,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-week .tribe-events-pro-week-mobile-events__event-datetime-wrapper,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-week .tribe-events-pro-week-mobile-events__event-venue,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-week .tribe-events-pro-week-mobile-events__event-cost,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-shortcode-events-week .tribe-events-pro-week-mobile-events__event-datetime-wrapper,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-shortcode-events-week .tribe-events-pro-week-mobile-events__event-venue,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-shortcode-events-week .tribe-events-pro-week-mobile-events__event-cost,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-month .tribe-events-calendar-month-mobile-events__mobile-event-datetime,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-widget-events-shortcode-month .tribe-events-calendar-month-mobile-events__mobile-event-datetime,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-featured-venue .tribe-events-widget-featured-venue__event-datetime-wrapper,
	.cmsmasters_tribe_events_views_v2 .tribe-events-widget.tribe-common.tribe-events.tribe-events-view--widget-events-list .tribe-events-widget-events-list__event-datetime-wrapper {
		font-size:12px;
		line-height:18px;
	}

	.cmsmasters_tribe_events_views_v2 .tribe-events .tribe-events-c-nav__next,
	.cmsmasters_tribe_events_views_v2 .tribe-events .tribe-events-c-nav__prev,
	.cmsmasters_tribe_events_views_v2 .tribe-events-pro .tribe-events-c-small-cta__link {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:12px;
		line-height:36px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
	}

	.cmsmasters_tribe_events_views_v2 .tribe-events-pro .tribe-events-c-small-cta__link {
		font-size:10px;
		line-height:34px;
	}
/***************** Finish Tribe Events Font Styles ******************/

/***************** Start Gutenberg Module Custom Font Styles ******************/
	
	 .wp-block-table tbody,
	 .wp-block-freeform.mce-content-body > table tbody {
		font-family:'Droid Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:22px;
		font-weight:normal;
		font-style:italic;
		text-transform:none;
	}
	
	 blockquote:before {
		font-size:80px;
		line-height:65px;
	}
	
	 .wp-block-table tfoot th,
	 .wp-block-table tfoot td,
	 .wp-block-freeform.mce-content-body > table tfoot th,
	 .wp-block-freeform.mce-content-body > table tfoot td {
		font-size:17px;
		font-weight:600;
	}
	
	 .wp-block-table thead th,
	 .wp-block-table thead td,
	 .wp-block-freeform.mce-content-body > table thead th,
	 .wp-block-freeform.mce-content-body > table thead td {
		font-size:19px;
		line-height:28px;
		font-weight:600;
	}

/***************** Finish Gutenberg Module Custom Font Styles ******************/





/***************** Start Gutenberg Module General Font Styles ******************/

	/* Start Content Font */
	body .editor-styles-wrapper,
	body .editor-styles-wrapper p,
	 p.has-drop-cap:not(:focus)::first-letter,
	 .wp-block-image figcaption,
	 .wp-block-gallery .blocks-gallery-image figcaption,
	 .wp-block-gallery .blocks-gallery-item figcaption,
	 .wp-block-gallery .gallery-item .gallery-caption,
	 .wp-block-audio figcaption,
	 .wp-block-video figcaption,
	 .wp-caption dd,
	 div.wp-block ul,
	 div.wp-block ul > li,
	 div.wp-block ol,
	 div.wp-block ol > li,
	 .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta, 
	 .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
	 .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt p, 
	 .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p,
	 .wp-block-freeform,
	 .wp-block-freeform p,
	 .wp-block-freeform.mce-content-body {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:15px;
		line-height:24px;
		font-weight:400;
		font-style:normal;
	}
	
	 p.has-drop-cap:not(:focus)::first-letter {
		font-size:3em;
		line-height:1.2em;
	}
	/* Finish Content Font */
	
	
	/* Start Link Font */
	.editor-styles-wrapper a,
	.editor-styles-wrapper .wp-block-file .wp-block-file__textlink .editor-rich-text__tinymce {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:24px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	/* Finish Link Font */
	
	
	/* Start H1 Font */
	 .wp-block-heading h1,
	 .wp-block-heading h1.editor-rich-text__tinymce,
	.editor-styles-wrapper h1,
	.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h1,
	.editor-post-title__block .editor-post-title__input {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:36px;
		line-height:42px;
		font-weight:bold;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	/* Finish H1 Font */
	
	
	/* Start H2 Font */
	 .wp-block-heading h2,
	 .wp-block-heading h2.editor-rich-text__tinymce,
	.editor-styles-wrapper h2,
	.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h2,
	 h2.editor-rich-text__tinymce,
	 .wp-block-cover h2, 
	 .wp-block-cover .wp-block-cover-text, 
	 .wp-block-cover .wp-block-cover-image-text, 
	 .wp-block-cover-image h2, 
	 .wp-block-cover-image .wp-block-cover-text, 
	 .wp-block-cover-image .wp-block-cover-image-text {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:22px;
		line-height:30px;
		font-weight:bold;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	/* Finish H2 Font */
	
	
	/* Start H3 Font */
	 .wp-block-heading h3,
	 .wp-block-heading h3.editor-rich-text__tinymce,
	.editor-styles-wrapper h3,
	.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h3 {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:20px;
		line-height:28px;
		font-weight:bold;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	/* Finish H3 Font */
	
	
	/* Start H4 Font */
	 .wp-block-heading h4,
	 .wp-block-heading h4.editor-rich-text__tinymce,
	.editor-styles-wrapper h4,
	.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h4 {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:18px;
		line-height:26px;
		font-weight:600;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	/* Finish H4 Font */
	
	
	/* Start H5 Font */
	 .wp-block-heading h5,
	 .wp-block-heading h5.editor-rich-text__tinymce,
	.editor-styles-wrapper h5,
	.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h5 {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:16px;
		line-height:22px;
		font-weight:600;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	/* Finish H5 Font */
	
	
	/* Start H6 Font */
	 .wp-block-heading h6,
	 .wp-block-heading h6.editor-rich-text__tinymce,
	.editor-styles-wrapper h6,
	.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h6 {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:20px;
		font-weight:600;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	/* Finish H6 Font */
	
	
	/* Start Button Font */
	 .wp-block-button .wp-block-button__link,
	 .wp-block-file .wp-block-file__button {
		font-family:'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:12px;
		line-height:36px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
	}
	/* Finish Button Font */
	
	
	/* Start Small Text Font */
	 small,
	 .wp-block-latest-posts .wp-block-latest-posts__post-date,
	 .wp-block-latest-comments .wp-block-latest-comments__comment-date {
		font-family:'Droid Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:12px;
		line-height:20px;
		font-weight:normal;
		font-style:italic;
		text-transform:none;
	}
	/* Finish Small Text Font */
	
	
	/* Start Text Fields Font */
	.editor-styles-wrapper select,
	.editor-styles-wrapper option {
		font-family:'Droid Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:13px;
		line-height:22px;
		font-weight:normal;
		font-style:italic;
	}
	
	.editor-styles-wrapper select {
		line-height:1em;
	}
	/* Finish Text Fields Font */
	
	
	/* Start Blockquote Font */
	 .wp-block-quote,
	 .wp-block-quote.is-large,
	 .wp-block-quote.is-style-large,
	 .wp-block-pullquote,
	.editor-styles-wrapper .wp-block-freeform blockquote,
	.editor-styles-wrapper .wp-block-freeform blockquote p {
		font-family:'Droid Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:18px;
		line-height:32px;
		font-weight:normal;
		font-style:italic;
	}
	
	 .wp-block-quote.is-large,
	 .wp-block-quote.is-style-large {
		font-size:22px;
		line-height:36px;
	}
	
	 .wp-block-pullquote {
		font-size:14px;
		line-height:28px;
	}
	
	.editor-styles-wrapper q {
		font-family:'Droid Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-weight:normal;
		font-style:italic;
	}
	/* Finish Blockquote Font */

/***************** Finish Gutenberg Module General Font Styles ******************/

