/**
 * @package 	WordPress
 * @subpackage 	Be Fit
 * @version 	1.0.7
 * 
 * Theme Fonts Rules
 * Created by CMSMasters
 * 
 */


/***************** Start Theme Font Styles ******************/

	/* Start Content Font */
	body {
		font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:24px;
		font-weight:300;
		font-style:normal;
	}
	
	.footer_copyright {
		font-size:12px;
	}
	
	.cmsmasters_open_post .cmsmasters_post_date .cmsmasters_month,
	.cmsmasters_post_default .cmsmasters_post_date .cmsmasters_month, 
	.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_title {
		font-size:16px;
	}
	
	.cmsmasters_icon_list_items li:before {
		line-height:24px;
	}
	/* Finish Content Font */


	/* Start Link Font */
	a {
		font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:24px;
		font-weight:300;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	a:hover {
		text-decoration:none;
	}
	/* Finish Link Font */


	/* Start Navigation Title Font */
	.navigation > li > a, 
	.top_line_nav > li > a, 
	.footer_nav > li > a,
	nav > div > ul div.menu-item-mega-container > ul > li > a {
		font-family:'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:15px;
		line-height:20px;
		font-weight:700;
		font-style:normal;
		text-transform:uppercase;
	}
	
	nav > div > ul div.menu-item-mega-container > ul > li > a,
	.top_line_nav > li > a {
		font-size:14px;
	}
	
	.navigation > li > a .nav_tag {
		font-size:12px;
	}
	
	@media only screen and (max-width: 1024px) {
		.navigation > li > a {
			font-size:14px;
		}
	}
	/* Finish Navigation Title Font */


	/* Start Navigation Dropdown Font */
	.navigation ul li a,
	.navigation li a .nav_subtitle,
	.header_top,
	.header_top a,
	.top_line_nav ul li a {
		font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:12px;
		line-height:20px;
		font-weight:500;
		font-style:normal;
		text-transform:none;
	}
	
	.top_line_nav ul li a {
		font-size:10px;
	}
	
	.header_top .meta_wrap > *[class^="cmsmasters-icon-"]:before, 
	.header_top .meta_wrap > *[class*=" cmsmasters-icon-"]:before, 
	.header_top .meta_wrap > *[class^="cmsmasters_theme_icon_"]:before, 
	.header_top .meta_wrap > *[class*=" cmsmasters_theme_icon_"]:before {
		font-size:16px;
	}
	
	.bot_nav.navigation li a .nav_subtitle {
		line-height:16px;
	}
	
	@media only screen and (max-width: 1024px) {
		.top_line_nav ul li a,
		.top_line_nav > li > a {
			font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
			font-size:12px;
			line-height:20px;
			font-weight:500;
			font-style:normal;
			text-transform:none;
		}
		
		.top_line_nav ul li a {
			font-size:10px;
		}
	}
	/* Finish Navigation Dropdown Font */


	/* Start H1 Font */
	h1,
	h1 a,
	.logo .title, 
	.cmsmasters_pricing_table .cmsmasters_currency,
	.cmsmasters_pricing_table .cmsmasters_price,
	.cmsmasters_pricing_table .cmsmasters_coins,
	#header .search_wrap .search_bar_wrap .search_field input,
	.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_counter_wrap,
	.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap, 
	.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap {
		font-family:'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:36px;
		line-height:44px;
		font-weight:bold;
		font-style:italic;
		text-transform:uppercase;
		text-decoration:none;
	}
	
	@media only screen and (min-width: 767px) {
		#header .search_wrap .search_bar_wrap .search_field input {
			font-size:60px;
			line-height:60px;
		}
	}
	
	.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:'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-weight:bold;
		font-style:italic;
	}
	
	.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_counter_wrap,
	.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap {
		font-size:48px;
	}
	
	.headline_outer .headline_inner .headline_icon:before {
		font-size:41px;
	}
	
	.cmsmasters_pricing_table .cmsmasters_currency,
	.cmsmasters_pricing_table .cmsmasters_price,
	.cmsmasters_pricing_table .cmsmasters_coins,
	.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap {
		font-size:60px;
	}
	
	.headline_outer .headline_inner.align_center .headline_icon:before {
		font-size:41px;
	}
	
	.headline_outer .headline_inner.align_left .headline_icon {
		padding-left:61px;
	}
	
	.headline_outer .headline_inner.align_right .headline_icon {
		padding-right:61px;
	}
	
	.headline_outer .headline_inner.align_center .headline_icon {
		padding-top:49px;
	}
	/* Finish H1 Font */


	/* Start H2 Font */
	h2,
	h2 a,
	.cmsmasters_open_post > .cmsmasters_post_info .cmsmasters_post_date .cmsmasters_day,
	.cmsmasters_post_default .cmsmasters_post_date .cmsmasters_day,
	.cmsmasters_post_masonry .cmsmasters_post_date .cmsmasters_day,
	.cmsmasters_post_timeline .cmsmasters_post_date .cmsmasters_day,
	.cmsmasters_slider_post .cmsmasters_slider_post_date .cmsmasters_day,
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > a {
		font-family:'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:24px;
		line-height:30px;
		font-weight:bold;
		font-style:italic;
		text-transform:uppercase;
		text-decoration:none;
	}
	
	.cmsmasters_open_post > .cmsmasters_post_info .cmsmasters_post_date .cmsmasters_day,
	.cmsmasters_post_default .cmsmasters_post_date .cmsmasters_day {
		font-size:30px;
	}
	/* Finish H2 Font */


	/* Start H3 Font */
	h3,
	h3 a, 
	.cmsmasters_table caption,
	.cmsmasters_dropcap,
	.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat_title {
		font-family:'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:18px;
		line-height:24px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
		text-decoration:none;
	}
	
	.cmsmasters_dropcap.type1 {
		font-size:60px; /* static */
		line-height:72px;
	}
	
	.cmsmasters_dropcap.type2 {
		font-size:30px; /* static */
		line-height:56px; /* static */
	}
	
	/* Finish H3 Font */


	/* Start H4 Font */
	h4, 
	h4 a, 
	.cmsmasters_twitter_wrap .published,
	.page #fbuilder .fields > label,
	.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_comments li .tab_comments_header,
	.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_comments li .tab_comments_header a,
	.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_lpr_tabs_cont > a,
	.widget_custom_twitter_entries .tweet_time,
	.widget_rss ul li .rsswidget,
	.widget_recent_comments li,
	.widget_recent_comments li a,
	.widget_recent_entries li a,
	tfoot td,
	#wp-calendar th,
	.cmsmasters_toggles .cmsmasters_toggle_title a,
	.cmsmasters_tabs .cmsmasters_tabs_list_item span,
	.cmsmasters_pricing_table .cmsmasters_period,
	.cmsmasters-form-builder .cmsmasters_input label,
	.cmsmasters-form-builder .cmsmasters_radio > label,
	.cmsmasters-form-builder .cmsmasters_checkboxes > label,
	.cmsmasters-form-builder .cmsmasters_textarea label,
	.cmsmasters-form-builder .cmsmasters_select label,
	.wp-caption .wp-caption-text,
	.wp-caption .wp-caption-text a,
	.cmsmasters_img_caption,
	.cmsmasters_wrap_pagination ul li .page-numbers,
	.cmsmasters_stats .cmsmasters_stat_wrap .cmsmasters_stat_title, 
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > a, 
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > a {
		font-family:'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:20px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
		text-decoration:none;
	}
	
	#wp-calendar th {
		font-size:12px;
	}
	
	.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat {
		padding-top:53px;
	}
	
	.cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat_container {
		height:273px;
	}
	/* Finish H4 Font */


	/* Start H5 Font */
	h5,
	h5 a,
	.widget_nav_menu li a,
	.widget_pages ul li a,
	#wp-calendar tfoot a,
	#wp-calendar caption,
	thead th,
	.cmsmasters_archive_type .cmsmasters_archive_item_type,
	.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap, 
	.cmsmasters_open_project .project_details_item_title, 
	.cmsmasters_open_project .project_features_item_title,
	.cmsmasters_open_profile .profile_details_item_title, 
	.cmsmasters_open_profile .profile_features_item_title,
	.footer_nav > li a,
	.comment-reply-link,
	.comment-edit-link,
	.post_nav > span a,
	.share_posts a {
		font-family:'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:20px;
		font-weight:bold;
		font-style:italic;
		text-transform:uppercase;
		text-decoration:none;
	}
	
	.comment-reply-link,
	.comment-edit-link {
		font-size:10px;
		line-height:8px;
	}
	
	.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap {
		font-size:18px;
	}
	
	.cmsmasters_footer_default .footer_nav > li a {
		font-size:16px;
	}
	
	#wp-calendar tfoot a,
	#wp-calendar caption {
		font-size:12px;
	}
	/* Finish H5 Font */


	/* Start H6 Font */
	h6,
	h6 a,
	.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tabs_list_item a span,
	.widget_tag_cloud a,
	.widget_custom_contact_info_entries,
	.widget_custom_contact_info_entries a,
	.widget_categories ul li, 
	.widget_categories ul li a, 
	.widget_archive ul li, 
	.widget_archive ul li a, 
	.widget_meta ul li,
	.widget_meta ul li a,
	.cmsmasters_archive_type .cmsmasters_archive_item_date_wrap a,
	.cmsmasters_archive_type .cmsmasters_archive_item_category a,
	.cmsmasters_archive_type .cmsmasters_archive_item_user_name a,
	.cmsmasters_pricing_table .cmsmasters_pricing_best_text,
	.cmsmasters_project_puzzle .cmsmasters_project_category,
	.cmsmasters_project_puzzle .cmsmasters_project_category a,
	.cmsmasters_project_grid .cmsmasters_project_category,
	.cmsmasters_project_grid .cmsmasters_project_category a,
	.cmsmasters_open_post > .cmsmasters_post_wrap > .cmsmasters_post_footer .cmsmasters_post_tags a,
	.cmsmasters_post_cont_info a,
	.cmsmasters_slider_post_cont_info a,
	.cmsmasters_slider_project_category a,
	.cmsmasters_items_filter_wrap .cmsmasters_items_sort_but,
	.cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li a {
		font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:12px;
		line-height:20px;
		font-weight:500;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	@media only screen and (max-width: 1440px) {
		.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tabs_list_item a span {
			font-size:11px;
		}
	}
	
	.widget_tag_cloud a {
		font-size:12px !important;
	}
	
	.cmsmasters_items_filter_wrap .cmsmasters_items_sort_but,
	.cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li a {
		font-size:14px;
	}
	
	.cmsmasters_items_filter_wrap .cmsmasters_items_sort_but {
		line-height:26px;
	}
	
	.cmsmasters_open_project .project_details_item_title, 
	.cmsmasters_open_project .project_features_item_title,
	.cmsmasters_open_profile .profile_details_item_title, 
	.cmsmasters_open_profile .profile_features_item_title {
		line-height:24px;
	}
	/* Finish H6 Font */


	/* Start Button Font */
	.page #fbuilder .pbreak .pbPrevious,
	.page #fbuilder .pbreak .pbNext,
	.cmsmasters_post_read_more,
	.cmsmasters_slider_post_read_more,
	.header_bot_button, 
	.cmsmasters_button, 
	.button, 
	input[type=submit], 
	input[type=button], 
	button {
		font-family:'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:45px;
		font-weight:bold;
		font-style:italic;
		text-transform:uppercase;
	}
	
	.cmsmasters_slider_post_read_more,
	.cmsmasters_post_read_more {
		line-height:14px;
	}
	
	.cmsmasters_slider_project .cmsmasters_open_post_link {
		line-height:39px;
	}
	
	.header_bot_button {
		font-size:16px;
		line-height:16px;
	}
	
	.gform_wrapper .gform_footer input.button, 
	.gform_wrapper .gform_footer input[type=submit] {
		font-size:14px !important;
	}
	
	.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:65px;
	}
	
	.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:45px;
	}
	/* Finish Button Font */


	/* Start Small Text Font */
	small,
	.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_comments li,
	.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_lpr_tabs_cont > .published,
	.widget_custom_twitter_entries .tweet_text,
	.widget_rss ul li,
	.widget_recent_comments .post-date, 
	.widget_recent_entries .post-date,
	#wp-calendar tbody td,
	.cmsmasters_archive_type .cmsmasters_archive_item_date_wrap,
	.cmsmasters_archive_type .cmsmasters_archive_item_category,
	.cmsmasters_archive_type .cmsmasters_archive_item_user_name,
	.cmsmasters_quotes_slider_type_box .cmsmasters_quote_subtitle_wrap,
	.cmsmasters_quotes_slider_type_box .cmsmasters_quote_subtitle_wrap a,
	.cmsmasters_quotes_grid .cmsmasters_quote_subtitle_wrap,
	.cmsmasters_quotes_grid .cmsmasters_quote_subtitle_wrap a,
	.cmsmasters_post_masonry .cmsmasters_post_date .cmsmasters_month,
	.cmsmasters_post_timeline .cmsmasters_post_date .cmsmasters_month,
	.cmsmasters_slider_post .cmsmasters_slider_post_date .cmsmasters_month,
	.cmsmasters_breadcrumbs,
	.cmsmasters_breadcrumbs a,
	.cmsmasters_post_cont_info,
	.cmsmasters_slider_post_cont_info,
	.cmsmasters_slider_project_category,
	.cmsmasters_comment_item .cmsmasters_comment_item_date,
	form .formError .formErrorContent {
		font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:12px;
		line-height:18px;
		font-weight:300;
		font-style:normal;
		text-transform:none;
	}
	
	.gform_wrapper .description, 
	.gform_wrapper .gfield_description, 
	.gform_wrapper .gsection_description, 
	.gform_wrapper .instruction {
		font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif !important;
		font-size:12px !important;
		line-height:18px !important;
	}
	/* Finish Small Text Font */


	/* Start Text Fields Font */
	input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	textarea,
	select,
	option,
	code {
		font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:20px;
		font-weight:300;
		font-style:normal;
	}
	
	.gform_wrapper input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	.gform_wrapper textarea, 
	.gform_wrapper select {
		font-size:14px !important;
	}
	/* Finish Text Fields Font */


	/* Start Blockquote Font */
	.cmsmasters_twitter_wrap .cmsmasters_twitter_item_content,
	.cmsmasters_twitter_wrap .cmsmasters_twitter_item_content a,
	.cmsmasters_quotes_slider_type_center .cmsmasters_quote_content,
	blockquote {
		font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:18px;
		line-height:32px;
		font-weight:300;
		font-style:normal;
	}
	
	q {
		font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-weight:300;
		font-style:normal;
	}
	
	.cmsmasters_quotes_slider_type_box .cmsmasters_quote_content_inner:before,
	.cmsmasters_quotes_grid .cmsmasters_quote_content_inner:before,
	.cmsmasters_quotes_slider_type_center .cmsmasters_quote_image_placeholder:before,
	blockquote:before,
	q:before {
		font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:140px;
		line-height:140px;
		font-weight:normal;
		font-style:normal;
	}
	
	.cmsmasters_twitter_wrap .cmsmasters_twitter_item_content,
	.cmsmasters_twitter_wrap .cmsmasters_twitter_item_content a {
		font-size:16px;
	}
	
	.cmsmasters_quotes_slider_type_center .cmsmasters_quote_image_placeholder:before {
		font-size:180px;
		line-height:225px;
	}
	
	.cmsmasters_quotes_slider_type_box .cmsmasters_quote_content_inner:before,
	.cmsmasters_quotes_grid .cmsmasters_quote_content_inner:before {
		font-size:100px;
		line-height:100px;
	}
	/* Finish Blockquote Font */

/***************** Finish Theme Font Styles ******************/



/***************** Start WooCommerce Font Styles ******************/

	/* Start Content Font */
	ul.order_details strong,
	.shop_table td > .amount, 
	.shop_table td strong > .amount, 
	.widget_shopping_cart .total, 
	.widget_shopping_cart .total strong, 
	.shop_table.woocommerce-checkout-review-order-table .product-name dl, 
	.shop_table.order_details .product-name dl, 
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .total, 
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .total strong {
		font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:24px;
		font-weight:300;
		font-style:normal;
	}
	
	.cmsmasters_single_product .price del,
	.onsale, 
	.stock, 
	.cmsmasters_product .price {
		font-size:16px;
	}
	
	.cmsmasters_single_product .price {
		font-size:18px;
	}
	
	ul.order_details strong,
	.shop_table.woocommerce-checkout-review-order-table .product-name dl, 
	.shop_table.order_details .product-name dl {
		text-transform:none;
	}
	/* Finish Content Font */
	
	
	/* Start Link Font */
	/* Finish Link Font */
	
	
	/* Start H1 Font */
	/* Finish H1 Font */
	
	
	/* Start H2 Font */
	#order_review_heading,
	.woocommerce-billing-fields > h3, 
	.woocommerce-shipping-fields > h3, 
	.cmsmasters_single_product .product_title {
		font-family:'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:24px;
		line-height:30px;
		font-weight:bold;
		font-style:italic;
		text-transform:uppercase;
		text-decoration:none;
	}
	/* Finish H2 Font */
	
	
	/* Start H3 Font */
	.cmsmasters_products .product.product-category .woocommerce-loop-category__title,
	.cart_totals table .order-total th,
	.cart_totals table .order-total td,
	.cart_totals table .order-total .amount, 
	div.products > h2 {
		font-family:'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:18px;
		line-height:24px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
		text-decoration:none;
	}
	/* Finish H3 Font */
	
	
	/* Start H4 Font */
	.shop_table.order_details tfoot tr:last-child th, 
	.shop_table.order_details tfoot tr:last-child td > .amount,
	.form-row label,
	.shop_table.woocommerce-checkout-review-order-table .shipping th, 
	.shop_table.woocommerce-checkout-review-order-table .order-total th, 
	.shop_table.woocommerce-checkout-review-order-table .order-total td, 
	.cart_totals table .cart-subtotal .amount, 
	.shop_table thead th,
	.cart_totals table th,
	.cmsmasters_added_product_info .cmsmasters_added_product_info_text,
	.widget > .product_list_widget a, 
	.widget_shopping_cart .cart_list a, 
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list a,
	.shop_table.woocommerce-checkout-review-order-table .product-name, 
	.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th, 
	.shop_table.order_details tfoot tr th, 
	ul.order_details {
		font-family:'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:20px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
		text-decoration:none;
	}
	/* Finish H4 Font */
	
	
	/* Start H5 Font */
	.woocommerce-MyAccount-navigation ul li a,
	.widget_rating_filter ul li a,
	.cmsmasters_single_product .product_meta > span,
	.shop_attributes th, 
	.shipping-calculator-button, 
	.shop_table.order_details tfoot tr td {
		font-family:'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:20px;
		font-weight:bold;
		font-style:italic;
		text-transform:uppercase;
		text-decoration:none;
	}
	/* Finish H5 Font */
	
	
	/* Start H6 Font */
	.widget_product_tag_cloud a,
	.widget_layered_nav ul li, 
	.widget_layered_nav ul li a, 
	.widget_layered_nav_filters ul li, 
	.widget_layered_nav_filters ul li a, 
	.widget_product_categories ul li, 
	.widget_product_categories ul li a, 
	.out-of-stock, 
	.cmsmasters_single_product .product_meta > span *,
	.cmsmasters_product .cmsmasters_product_cat, 
	.cmsmasters_product .cmsmasters_product_cat a, 
	.cmsmasters_single_product .product_meta, 
	.cmsmasters_single_product .product_meta a {
		font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:12px;
		line-height:20px;
		font-weight:500;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	.widget_product_tag_cloud a {
		font-size:12px !important;
	}
	
	.onsale, 
	.stock,
	.out-of-stock {
		line-height:20px;
	}
	/* Finish H6 Font */
	
	
	/* Start Button Font */
	.widget_shopping_cart .buttons .button {
		font-size:12px;
		line-height:42px;
	}
	
	.cmsmasters_details_button,
	.added_to_cart,
	.cmsmasters_add_to_cart_button {
		line-height:48px;
	}
	/* Finish Button Font */
	
	
	/* Start Text Fields Font */
	.select2-dropdown {
		font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:20px;
		font-weight:300;
		font-style:normal;
	}
	/* Finish Text Fields Font */
	
	
	/* Start Small Text Font */
	.widget > .product_list_widget .reviewer,
	.widget > .product_list_widget .amount, 
	.widget_shopping_cart .cart_list .quantity, 
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list .quantity, 
	.cmsmasters_product .price del {
		font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:12px;
		line-height:18px;
		font-weight:300;
		font-style:normal;
		text-transform:none;
	}
	/* Finish Small Text Font */

/***************** Finish WooCommerce Font Styles ******************/



/***************** Start Timetable Font Styles ******************/

	/* Start Content Font */
	table.tt_timetable .event, 
	table.tt_timetable .event a {
		font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:24px;
		font-weight:300;
		font-style:normal;
	}
	
	table.tt_timetable .event {
		font-size:13px;
	}
	/* Finish Content Font */

	
	/* Start H2 Font */
	table.tt_timetable .event .hours,
	.event_layout_4 table.tt_timetable .event .hours {
		font-family:'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:24px;
		line-height:30px;
		font-weight:bold;
		font-style:italic;
		text-transform:uppercase;
		text-decoration:none;
	}
	/* Finish H2 Font */
	
	
	/* Start H3 Font */
	.table.tt_timetable td.tt_hours_column {
		font-family:'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:18px;
		line-height:24px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
		text-decoration:none;
	}
	/* Finish H3 Font */
	
	
	/* Start H4 Font */
	ul.tt_items_list li a,
	ul.tt_upcoming_events li .tt_upcoming_events_event_container,
	table.tt_timetable .tt_tooltip_content a,
	table.tt_timetable .event .event_header,
	table.tt_timetable th,
	.tabs_box_navigation .tabs_box_navigation_selected,
	table.tt_timetable .event .event_hour_booking_wrapper .event_hour_booking,
	#tt_booking_popup_message a.tt_btn {
		font-family:'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:20px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
		text-decoration:none;
	}
	
	.cmsmasters_tt_event .cmsmasters_tt_event_header .cmsmasters_tt_event_subtitle {
		font-size:16px;
	}
	/* Finish H4 Font */
	
	
	/* Start H5 Font */
	.cmsmasters_tt_event .cmsmasters_tt_event_details .cmsmasters_tt_event_details_item .cmsmasters_tt_event_details_item_title,
	.cmsmasters_tt_event .cmsmasters_tt_event_hours .cmsmasters_tt_event_hours_item .cmsmasters_tt_event_hours_item_title,
	.tt_tabs_navigation li a {
		font-family:'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:20px;
		font-weight:bold;
		font-style:italic;
		text-transform:uppercase;
		text-decoration:none;
	}
	/* Finish H5 Font */


	/* Start H6 Font */ 
	ul.tt_upcoming_events li .tt_upcoming_events_event_container *,
	.ui-tabs .tt_tabs_navigation.ui-widget-header li a,
	.tabs_box_navigation .tabs_box_navigation_selected .sub-menu a,
	table.tt_timetable .event .after_hour_text {
		font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:12px;
		line-height:20px;
		font-weight:500;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	.ui-tabs .tt_tabs_navigation.ui-widget-header li a {
		font-size:14px;
	}
	/* Finish H6 Font */
	
	
	/* Start Small Font */
	table.tt_timetable .event .before_hour_text {
		font-family:'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:12px;
		line-height:18px;
		font-weight:300;
		font-style:normal;
		text-transform:none;
	}
	/* Finish Small Font */
	

/***************** Finish Timetable Font Styles ******************/


