/*------------------------------------------------------------------

@Author: CodeoStudio
@URL:    http://codeostudio.hr/
@Date:   04/1/2017

[Table of contents]

1. Colors
2. Background
3. Border

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Colors
-------------------------------------------------------------------*/
.cs-header-cart i,
.cs-section-title a.view-all,
.cs-primary-nav > nav > ul > li.menu-item-has-children > a:after,
.cs-instagram-gallery .cs-instagram-account a,
.cs-post-type .cs-post-body h3 a:hover,
.cs-main-carousel .cs-slide-post .cs-slide-body h3 a:hover {
	color: #97bf0d
}

/*------------------------------------------------------------------
    2. Background
-------------------------------------------------------------------*/
#cs-header .cs-header-middle .cs-header-search.active .cs-open-search,
#cs-footer .cs-footer-top .cs-footer-newsletter form i,
.cs-post-categories a,
.cs-btn,
ul.page-numbers li span.current,
.widget_email_subscribe form input[type="submit"],
.widget_tag_cloud .tagcloud a,
#commentform .form-submit input[type="submit"]:hover,
.cs-comment-list .cs-comment-content a.cs-reply,
.cs-post-single .cs-post-single-tags a,
.widget_product_tag_cloud .tagcloud a,
.price_slider_wrapper .ui-slider-range,
.price_slider_wrapper .ui-slider-handle,
.cs-accordion-group .cs-accordion-title:after {
	background-color: #97bf0d
}

/*------------------------------------------------------------------
    3. Border
-------------------------------------------------------------------*/
.widget_recent_comments ul li a,
.cs-tab-group .ui-tabs-nav li.ui-tabs-active a,
.cs-tab-group .ui-tabs-nav li:hover a,
blockquote {
	border-color: #97bf0d
}