/*------------------------------------------------------------------
[Table of contents]

1. Text color
2. Background color
3. Border color
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Text color
    - site title text (logo)
    - category links in single post
    - quotes in alternative view
    - weather report icon
    - article score    
-------------------------------------------------------------------*/
h1#site_title span,
article.item .item_category a,
blockquote.alt:before,
#header .header_meta .weather_report i,
.editor_review .review_summary .item_score .summary {
    color: #016BB7}

/*------------------------------------------------------------------
    2. Background color
    - review box background
    - article header line
    - category background for article and widget post
    - category background for main slider
    - timeline circles hover
    - review fill lines for score
    - onsale label for products
    - author bio number of posts
-------------------------------------------------------------------*/
.review_box,
article.item .item_header_line,
.article_overlay_view .item .item_overlay_category a,
.widget_gallery_post .item .item_overlay_category a,
.main_slider .item .item_overlay_category a,
.widget_timeline_posts .item:hover .timeline_content .pin_holder .inside,
.editor_review .review_group .review .review_footer span,
.onsale,
.author_box .posts,
.price_slider_wrapper .ui-slider-range {
    background-color: #016BB7}

/*------------------------------------------------------------------
    3. Border color
    - timeline circles border
    - blockquotes
-------------------------------------------------------------------*/
.widget_timeline_posts .timeline_content .pin_holder .inside,
blockquote {
    border-color: #0189EA}


/*------------------------------------------------------------------
    Hover
-------------------------------------------------------------------*/

		/* Background Color/Texture/Image */
		body {
							background: #F1F1F1;
			
		}

			/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Headings
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Body
-------------------------------------------------------------------*/
body {
    font-family: 'Roboto', sans-serif
}


