

/*------------------------------------------------------------------

[Table of contents]

1. Color
2. Background
3. Border

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Color
-------------------------------------------------------------------*/
a:hover,
.cs-block-title,
.cs-post-footer a,
h3.widget-title,
h3.widget-title a,
blockquote.alt i,
.widget_custom_top_rated .cs-post-score,
.cs-404-page h3 {
	color: #1C94C6}

/*------------------------------------------------------------------
    2. Background
-------------------------------------------------------------------*/
.cs-post:hover .cs-post-header div.cs-comment-window,
.cs-single-post .cs-post-header div.cs-comment-window,
.cs-post-review span.score,
.cs-module-5 .cs-post-thumbnail,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a,
.widget_custom_social ul li a:hover,
.widget_cover_categories ul li span,
.widget_cover_posts ul li span,
.cs-btn.cs-btn-with-icon i,
.cs-author-box ul.social_icons li a:hover,
.cs-single-post-review .cs-review-score-line-active,
.cs-module-6 ul li h4:before,
.widget_custom_trending_posts .cs-post-thumbnail span,
.onsale,
.price_slider_wrapper .ui-slider-handle,
.price_slider_wrapper .ui-slider-range,
.cs-module-1 .cs-post .cs-post-excerpt:after {
	background-color: #1C94C6}

/*------------------------------------------------------------------
    3. Border
-------------------------------------------------------------------*/
blockquote,
.cs-post:hover .cs-post-header div.cs-comment-window:after,
.cs-single-post .cs-post-header div.cs-comment-window:after,
.cs-tab-group .ui-tabs-nav li.ui-tabs-active a,
.cs-accordion-group .cs-accordion-title.ui-state-active {
    border-color: #1C94C6}


		/* Background Color/Texture/Image */
		body {
							background: #F1F1F1;
			
		}

			

/*------------------------------------------------------------------
    1. Work Sans
-------------------------------------------------------------------*/
body {
	font-family: 'Work Sans', sans-serif;
}

/*------------------------------------------------------------------
    2. Montserrat
-------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
}

