/* TREX2 (basic) skin for the theme
------------------------------------------------------------------------- */
/* TABLE OF CONTENTS:

1. Theme typography
2. Theme Accent Colors
	 2.1 Common colors
3. Form fields settings
7. Section's decorations
	 7.1 User and main menu
	 7.2 Slider
	 7.3 Top panel: Page title and breadcrumbs
	 7.4 Main content wrapper
	 7.5 Post Formats
	 7.6 Post Layouts
	 7.7 Paginations
8. Single page parts
	 8.1 Attachment and Portfolio post navigation
	 8.2 Reviews block
	 8.3 Post author
	 8.4 Comments
	 8.5 Page 404
9. Sidebars
10. Footer areas
11. Utils
12. Registration and Login popups
13. Third party plugins
	 13.4 BB Press
14. Predefined classes for users
15. Shortcodes

-------------------------------------------------------------- */
/* 1. Theme typography
-------------------------------------------------------------- */
body {
	color: #37353d;
}
.scheme_dark {
	color: #fff;
}
/* Headers */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #232a34;
}
h4, h5, h4 a, h5 a {
	text-transform: uppercase;
}
.scheme_dark h1,
.scheme_dark h2,
.scheme_dark h3,
.scheme_dark h4,
.scheme_dark h5,
.scheme_dark h6,
.scheme_dark h1 a,
.scheme_dark h2 a,
.scheme_dark h3 a,
.scheme_dark h4 a,
.scheme_dark h5 a,
.scheme_dark h6 a {
	color: #fff;
}
.scheme_light h1,
.scheme_light h2,
.scheme_light h3,
.scheme_light h4,
.scheme_light h5,
.scheme_light h6,
.scheme_light h1 a,
.scheme_light h2 a,
.scheme_light h3 a,
.scheme_light h4 a,
.scheme_light h5 a,
.scheme_light h6 a {
	color: #232a34;
}
blockquote::before {
	color: rgba(255, 255, 255, 0.1);
}
blockquote,
blockquote p {
	color: #fff;
}

/* 2.1 Common colors
-------------------------------------------------------------- */
/* Portfolio hovers */
.post_content.ih-item.circle.effect1.colored .info,
.post_content.ih-item.circle.effect2.colored .info,
.post_content.ih-item.circle.effect3.colored .info,
.post_content.ih-item.circle.effect4.colored .info,
.post_content.ih-item.circle.effect5.colored .info .info-back,
.post_content.ih-item.circle.effect6.colored .info,
.post_content.ih-item.circle.effect7.colored .info,
.post_content.ih-item.circle.effect8.colored .info,
.post_content.ih-item.circle.effect9.colored .info,
.post_content.ih-item.circle.effect10.colored .info,
.post_content.ih-item.circle.effect11.colored .info,
.post_content.ih-item.circle.effect12.colored .info,
.post_content.ih-item.circle.effect13.colored .info,
.post_content.ih-item.circle.effect14.colored .info,
.post_content.ih-item.circle.effect15.colored .info,
.post_content.ih-item.circle.effect16.colored .info,
.post_content.ih-item.circle.effect18.colored .info .info-back,
.post_content.ih-item.circle.effect19.colored .info,
.post_content.ih-item.circle.effect20.colored .info .info-back,
.post_content.ih-item.square.effect1.colored .info,
.post_content.ih-item.square.effect2.colored .info,
.post_content.ih-item.square.effect3.colored .info,
.post_content.ih-item.square.effect4.colored .mask1,
.post_content.ih-item.square.effect4.colored .mask2,
.post_content.ih-item.square.effect5.colored .info,
.post_content.ih-item.square.effect6.colored .info,
.post_content.ih-item.square.effect7.colored .info,
.post_content.ih-item.square.effect8.colored .info,
.post_content.ih-item.square.effect9.colored .info .info-back,
.post_content.ih-item.square.effect10.colored .info,
.post_content.ih-item.square.effect11.colored .info,
.post_content.ih-item.square.effect12.colored .info,
.post_content.ih-item.square.effect13.colored .info,
.post_content.ih-item.square.effect14.colored .info,
.post_content.ih-item.square.effect15.colored .info,
.post_content.ih-item.circle.effect20.colored .info .info-back,
.post_content.ih-item.square.effect_book.colored .info,
.post_content.ih-item.square.effect_more.colored .info,
.post_content.ih-item.square.effect_fade.colored .info,
.post_content.ih-item.square.effect_fade.colored:hover .info,
.post_content.ih-item.square.effect_dir.colored .info,
.post_content.ih-item.square.effect_shift.colored .info {
	color: #ffffff;
}
.post_content.ih-item .post_readmore .post_readmore_label,
.post_content.ih-item .info a,
.post_content.ih-item .info a > span {
	color: #ffffff;
}
.post_content.ih-item .post_readmore:hover .post_readmore_label,
.post_content.ih-item .info a:hover,
.post_content.ih-item .info a:hover > span {
	color: #ffffff;
}
/* Tables */
td,
th {
	border-color: #ebebeb;
}
.sc_table table {
	/*overflow: hidden;*/
	/* In Chrome hide right and bottom borders for the table */
}
.sc_table table {
	color: #999ca9;
}
.sc_table table tr:first-child {
	background-color: #fcfcfd;
}
.sc_table table tr:first-child {
	color: #37353d;
}
.sc_table table tr:first-child th,
.sc_table table tr:first-child td {
	font-family: Montserrat;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	text-transform: uppercase;
	padding-top: 1.1em;
	padding-bottom: 1.1em;
}
.sc_table table tr+tr:hover {
	background-color: #fff5f5;
}
/* Table of contents */
pre.code,
#toc .toc_item.current,
#toc .toc_item:hover {
	border-color: #20c7ca;
}
::selection,
::-moz-selection {
	color: #ffffff;
}


/* 3. Form fields settings
-------------------------------------------------------------- */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
select,
textarea {
	color: #999ca9;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	color: #999ca9;
	border-color: #a9afe3;
}


.scheme_dark input[type="text"],
.scheme_dark input[type="number"],
.scheme_dark input[type="email"],
.scheme_dark input[type="search"],
.scheme_dark input[type="password"],
.scheme_dark select,
.scheme_dark textarea {
	color: #fff;
}
.scheme_dark input[type="text"]:focus,
.scheme_dark input[type="number"]:focus,
.scheme_dark input[type="email"]:focus,
.scheme_dark input[type="search"]:focus,
.scheme_dark input[type="password"]:focus,
.scheme_dark select:focus,
.scheme_dark textarea:focus {
	color: #fff;
	border-color: #4e4a59;
}


/*.scheme_dark input[type="text"],
.scheme_dark input[type="number"],
.scheme_dark input[type="email"],
.scheme_dark input[type="search"],
.scheme_dark input[type="password"],
.scheme_dark select,
.scheme_dark textarea {
	color: #999999;
	background-color: #666666;
}
.scheme_light input[type="text"],
.scheme_light input[type="number"],
.scheme_light input[type="email"],
.scheme_light input[type="search"],
.scheme_light input[type="password"],
.scheme_light select,
.scheme_light textarea {
	color: #8a8a8a;
	background-color: #ffffff;
}
.scheme_dark input[type="text"]:focus,
.scheme_dark input[type="number"]:focus,
.scheme_dark input[type="email"]:focus,
.scheme_dark input[type="search"]:focus,
.scheme_dark input[type="password"]:focus,
.scheme_dark select:focus,
.scheme_dark textarea:focus {
	color: #d0d0d0;
	background-color: #505050;
}
.scheme_light input[type="text"]:focus,
.scheme_light input[type="number"]:focus,
.scheme_light input[type="email"]:focus,
.scheme_light input[type="search"]:focus,
.scheme_light input[type="password"]:focus,
.scheme_light select:focus,
.scheme_light textarea:focus {
	color: #232a34;
	background-color: #f0f0f0;
}*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999ca9;
}
::-webkit-input-placeholder {color:#999ca9; opacity: 1;}
::-moz-placeholder          {color:#999ca9; opacity: 1;}
:-moz-placeholder           {color:#999ca9; opacity: 1;}
:-ms-input-placeholder      {color:#999ca9; opacity: 1;}

.scheme_dark ::-webkit-input-placeholder {color:#fff; opacity: 1;}
.scheme_dark ::-moz-placeholder          {color:#fff; opacity: 1;}
.scheme_dark :-moz-placeholder           {color:#fff; opacity: 1;}
.scheme_dark :-ms-input-placeholder      {color:#fff; opacity: 1;}

.widget_area .widget_search .search_field ::-webkit-input-placeholder {color:#fff; opacity: 1;}
.widget_area .widget_search .search_field ::-moz-placeholder          {color:#fff; opacity: 1;}
.widget_area .widget_search .search_field :-moz-placeholder           {color:#fff; opacity: 1;}
.widget_area .widget_search .search_field :-ms-input-placeholder      {color:#fff; opacity: 1;}

/* 6. Page layouts
-------------------------------------------------------------- */
.body_style_boxed .body_wrap {
	background: url(../../images/bg/image_1.jpg) no-repeat center top cover;
}
.body_style_boxed .body_wrap {
	background-color: #ffffff;
}


/* 7. Section's decorations
-------------------------------------------------------------- */
/* If in the Theme options set "Body filled", else - leave this sections transparent */
body,
.page_wrap,
.copy_wrap,
.sidebar_cart,
.widget_area_inner,
#page_preloader {
	background-color: #ffffff;
}
.scheme_dark body,
.scheme_dark .page_wrap,
.scheme_dark .copy_wrap,
.scheme_dark .sidebar_cart,
.scheme_dark .widget_area_inner,
.scheme_dark #page_preloader {
	background-color: #232315;
}
.scheme_light body,
.scheme_light .page_wrap,
.scheme_light .copy_wrap,
.scheme_light .sidebar_cart,
.scheme_light .widget_area_inner,
.scheme_light #page_preloader {
	background-color: #f7f7f7;
}
/*
.body_filled.article_style_boxed .page_wrap {
	background-color: #f7f7f7;
}
*/
/*.article_style_boxed.layout_excerpt .content,*/
/*.article_style_boxed .sidebar_inner,*/
.article_style_boxed .content > article > .post_content,
/*.article_style_boxed[class*="single-"] .content > article,*/
.article_style_boxed[class*="single-"] .content > .comments_wrap,
.article_style_boxed[class*="single-"] .content > article > .post_info_share,
.article_style_boxed:not(.layout_excerpt):not(.single) .content .post_item {
	background-color: #f7f7f7;
}


/* 7.1 Top panel
-------------------------------------------------------------- */
.top_panel_wrap_inner {
	/*background-color: #ffffff;*/
}

.scheme_original .top_panel_wrap_inner {
	background-color: rgba(32, 36, 43, 0.23);
}
.scheme_white .top_panel_wrap_inner {
	background-color: rgba(255, 255, 255, 1);
}
.scheme_red .top_panel_wrap_inner {
	background-color: rgba(239, 89, 90, 1);
}

.top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {
	background-color: #f7f7f7 ;
}
.top_panel_inner_style_3 .top_panel_cart_button,
.top_panel_inner_style_4 .top_panel_cart_button {
	background-color: rgba(24, 151, 153, 0.2);
}
.top_panel_style_8 .top_panel_buttons .top_panel_cart_button:after {
	color: #ffffff;
}
.top_panel_middle .sidebar_cart:after,
.top_panel_middle .sidebar_cart {
	border-color: #e4e7e8;
}
.top_panel_middle .sidebar_cart:after,
.top_panel_middle .sidebar_cart {
	background-color: #ffffff;
}
.top_panel_inner_style_3 .top_panel_top,
.top_panel_inner_style_4 .top_panel_top,
.top_panel_inner_style_5 .top_panel_top,
.top_panel_inner_style_3 .top_panel_top .sidebar_cart,
.top_panel_inner_style_4 .top_panel_top .sidebar_cart {
	color: #ffffff;
}
.top_panel_inner_style_3 .top_panel_top,
.top_panel_inner_style_4 .top_panel_top,
.top_panel_inner_style_5 .top_panel_top,
.top_panel_inner_style_3 .top_panel_top .sidebar_cart,
.top_panel_inner_style_4 .top_panel_top .sidebar_cart {
	background-color: #20c7ca;
}
.top_panel_top a {
	color: #8a8a8a;
}
.top_panel_top a:hover {
	color: #189799;
}
.top_panel_inner_style_3 .top_panel_top a,
.top_panel_inner_style_3 .sc_socials.sc_socials_type_icons a,
.top_panel_inner_style_4 .top_panel_top a,
.top_panel_inner_style_4 .sc_socials.sc_socials_type_icons a,
.top_panel_inner_style_5 .top_panel_top a,
.top_panel_inner_style_5 .sc_socials.sc_socials_type_icons a {
	color: #ffffff;
}
.top_panel_inner_style_3 .top_panel_top a:hover,
.top_panel_inner_style_3 .sc_socials.sc_socials_type_icons a:hover,
.top_panel_inner_style_4 .top_panel_top a:hover,
.top_panel_inner_style_4 .sc_socials.sc_socials_type_icons a:hover,
.top_panel_inner_style_5 .top_panel_top a:hover,
.top_panel_inner_style_5 .sc_socials.sc_socials_type_icons a:hover {
	color: #ffffff;
}

/* User menu */
.menu_user_nav > li > a {
	color: #8a8a8a;
}
.top_panel_inner_style_3 .menu_user_nav > li > a,
.top_panel_inner_style_4 .menu_user_nav > li > a,
.top_panel_inner_style_5 .menu_user_nav > li > a {
	color: #ffffff;
}
.top_panel_inner_style_3 .menu_user_nav > li > a:hover,
.top_panel_inner_style_4 .menu_user_nav > li > a:hover,
.top_panel_inner_style_5 .menu_user_nav > li > a:hover {
	color: #ffffff;
}
.menu_user_nav > li ul:not(.cart_list) {
	border-color: #e4e7e8;
}
.menu_user_nav > li ul:not(.cart_list) {
	background-color: #ffffff;
}
.top_panel_inner_style_1 .menu_user_nav > li > ul:after,
.top_panel_inner_style_2 .menu_user_nav > li > ul:after {
	border-color: #e4e7e8;
}
.top_panel_inner_style_1 .menu_user_nav > li > ul:after,
.top_panel_inner_style_2 .menu_user_nav > li > ul:after {
	background-color: #ffffff;
}
.top_panel_inner_style_3 .menu_user_nav > li > ul:after,
.top_panel_inner_style_4 .menu_user_nav > li > ul:after,
.top_panel_inner_style_5 .menu_user_nav > li > ul:after,
.top_panel_inner_style_3 .menu_user_nav > li ul,
.top_panel_inner_style_4 .menu_user_nav > li ul,
.top_panel_inner_style_5 .menu_user_nav > li ul {
	color: #ffffff;
}
.menu_user_nav > li > ul ul {
	left: 12em;
	margin-left:4px;
}
.menu_user_nav > li > ul ul.submenu_left {
	left: -12em;
	margin-left:-1px;
}
.menu_user_nav > li ul li a {
	color: #8a8a8a;
}
.menu_user_nav > li ul li a:hover,
.menu_user_nav > li ul li.current-menu-item > a,
.menu_user_nav > li ul li.current-menu-ancestor > a {
	color: #232a34;
}
.menu_user_nav > li ul li a:hover,
.menu_user_nav > li ul li.current-menu-item > a,
.menu_user_nav > li ul li.current-menu-ancestor > a {
	background-color: #f0f0f0;
}
.menu_user_nav > li.menu_user_controls .user_avatar {
	border-color: #e4e7e8;
}
.top_panel_inner_style_3 .menu_user_nav > li.menu_user_controls .user_avatar,
.top_panel_inner_style_4 .menu_user_nav > li.menu_user_controls .user_avatar,
.top_panel_inner_style_5 .menu_user_nav > li.menu_user_controls .user_avatar {
	border-color: #ffffff;
}

/* Bookmarks */
.menu_user_nav > li.menu_user_bookmarks .bookmarks_add {
	border-bottom-color: #dddddd;
}

/* Top panel - middle area */
.top_panel_middle {
	/*background-color: #f7f7f7;*/
}
.top_panel_position_over.top_panel_middle {
	background-color: rgba(247, 247, 247, 0.75);
}
.logo .logo_text { color: #fff; }
.logo .logo_slogan { color: #fff; }



/* Top panel image in the header 7  */
.top_panel_image_header,
.top_panel_image_title,
.top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_text,
.top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_slogan {
	color: #ffffff;
}
.top_panel_image_header a,
.top_panel_image_title > a,
.top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav > li > a {
	color: #ffffff;
}
.post_featured .post_header a:hover,
.top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav > li > a:hover {
	color: #ffffff;
}

/* Main menu */
.menu_main_nav > li > a {
	color: #232a34;
}
.top_panel_inner_style_1 .menu_main_nav > li > a,
.top_panel_inner_style_2 .menu_main_nav > li > a {
	color: #ffffff;
}
.scheme_white .top_panel_inner_style_1 .menu_main_nav > li > a {color: #37353d;}

.top_panel_inner_style_1 .menu_main_nav > li > a:hover,
.top_panel_inner_style_2 .menu_main_nav > li > a:hover {
	color: #ffffff;
}
.scheme_white .top_panel_inner_style_1 .menu_main_nav > li > a:hover {color: #37353d;}


.menu_main_nav > li ul {
	color: #232a34;
	background-color: rgba(62, 59, 69, 0.9);
}
.menu_main_nav > li > ul {
	top: 3.9em;
}
.menu_main_nav > li > ul, x:-moz-any-link {
	top: 4em;
}
.top_panel_inner_style_1 .menu_main_nav > a:hover,
.top_panel_inner_style_1 .menu_main_nav > li.sfHover > a,
.top_panel_inner_style_1 .menu_main_nav > li#blob,
.top_panel_inner_style_1 .menu_main_nav > li.current-menu-item > a,
.top_panel_inner_style_1 .menu_main_nav > li.current-menu-parent > a,
.top_panel_inner_style_1 .menu_main_nav > li.current-menu-ancestor > a {
	color: #ffffff;
}
.scheme_white .top_panel_inner_style_1 .menu_main_nav > a:hover,
.scheme_white .top_panel_inner_style_1 .menu_main_nav > li.sfHover > a,
.scheme_white .top_panel_inner_style_1 .menu_main_nav > li#blob,
.scheme_white .top_panel_inner_style_1 .menu_main_nav > li.current-menu-item > a,
.scheme_white .top_panel_inner_style_1 .menu_main_nav > li.current-menu-parent > a,
.scheme_white .top_panel_inner_style_1 .menu_main_nav > li.current-menu-ancestor > a {
	color: #37353d;
}


.menu_main_nav > li ul li a {
	color: #232a34;
}
.menu_main_nav > li ul li a:hover,
.menu_main_nav > li ul li.current-menu-item > a,
.menu_main_nav > li ul li.current-menu-ancestor > a {
	background-color: #f0f0f0;
}
.top_panel_inner_style_1 .menu_main_nav > li ul li a,
.top_panel_inner_style_2 .menu_main_nav > li ul li a {
	color: #ffffff;
}
.top_panel_inner_style_1 .menu_main_nav > li ul li a:hover,
.top_panel_inner_style_1 .menu_main_nav > li ul li.current-menu-item > a,
.top_panel_inner_style_1 .menu_main_nav > li ul li.current-menu-ancestor > a,
.top_panel_inner_style_2 .menu_main_nav > li ul li a:hover,
.top_panel_inner_style_2 .menu_main_nav > li ul li.current-menu-item > a,
.top_panel_inner_style_2 .menu_main_nav > li ul li.current-menu-ancestor > a {
	color: #ffffff;
}

/* Relayout menu */
.top_panel_inner_style_1 .search_wrap,
.top_panel_inner_style_2 .search_wrap {
	border-color: rgba(255, 255, 255, 0.1);
}

/* Responsive menu */
.menu_main_responsive_button {
	color: #8a8a8a;
}
.top_panel_inner_style_1 .menu_main_responsive_button,
.top_panel_inner_style_1 .menu_main_responsive a,
.top_panel_inner_style_1 .menu_main_responsive li.menu-item-has-children .open_child_menu:after {
	color: #ffffff;
}
.top_panel_inner_style_1 .menu_main_responsive_button:hover,
.top_panel_inner_style_1 .menu_main_responsive a:hover {
	color: #ffffff;
}
.scheme_white .top_panel_inner_style_1 .menu_main_responsive_button {
	color: #8a8a8a;
}
.scheme_white .top_panel_inner_style_1 .menu_main_responsive_button:hover {
	color: #232a34;
}




.menu_main_responsive {
	background-color: #37353d;
}
.menu_main_responsive li,
.menu_main_responsive a {
	color: #8a8a8a;
}
.menu_main_responsive a:hover {
	background-color: #f0f0f0;
}
.top_panel_inner_style_1 .menu_main_responsive li,
.top_panel_inner_style_1 .menu_main_responsive a,
.top_panel_inner_style_2 .menu_main_responsive li,
.top_panel_inner_style_2 .menu_main_responsive a {
	color: #ffffff;
}

/* Contact fields */
.top_panel_middle .contact_field,
.top_panel_middle .contact_field > a {}
.top_panel_middle .contact_icon {
	color: #acb4b6;
}
.top_panel_middle .contact_icon {
	background-color: #ffffff;
}
/* Search field */
.top_panel_inner_style_4 .search_form_wrap {
	background-color: rgba(35, 42, 52, 0.05);
}
.content .search_form_wrap {
	background-color: #f7f7f7;
}
.content .search_field,
.content .search_submit {
	color: #8a8a8a;
}
.content .search_field:focus,
.content .search_submit:hover {
	color: #232a34;
}
.top_panel_inner_style_1 .search_field,
.top_panel_inner_style_1 .search_submit,
.top_panel_inner_style_2 .search_field,
.top_panel_inner_style_2 .search_submit,
.top_panel_inner_style_4 .search_field,
.top_panel_inner_style_4 .search_submit {
	color: #232a34;
}
.top_panel_inner_style_3 .search_field {
	color: #ffffff;
}
.top_panel_inner_style_8 .search_field:focus {
	color: #232a34;
	background-color: #f0f0f0 ;
}
.top_panel_icon {
	padding: 0;
}
.top_panel_icon.search_wrap,
.top_panel_inner_style_5 .menu_main_responsive_button,
.top_panel_inner_style_6 .menu_main_responsive_button,
.top_panel_inner_style_7 .menu_main_responsive_button {
	background-color: #ffffff;
}
.top_panel_icon.menu_main_cart .contact_icon {
	background-color: #ffffff;
}
.top_panel_middle a:hover .contact_icon,
.top_panel_icon.search_wrap:hover,
.top_panel_icon:hover .contact_icon,
.top_panel_icon:hover .search_submit,
.top_panel_inner_style_5 .menu_main_responsive_button:hover,
.top_panel_inner_style_6 .menu_main_responsive_button:hover,
.top_panel_inner_style_7 .menu_main_responsive_button:hover {
	color: #ffffff;
}

/* Search results */
.top_panel_inner_style_1 .search_results,
.top_panel_inner_style_1 .search_results:after,
.top_panel_inner_style_2 .search_results,
.top_panel_inner_style_2 .search_results:after,
.top_panel_inner_style_3 .search_results,
.top_panel_inner_style_3 .search_results:after {
	color: #ffffff;
}
.top_panel_inner_style_1 .search_results a,
.top_panel_inner_style_1 .search_results .post_info a,
.top_panel_inner_style_1 .search_results .post_info a > span,
.top_panel_inner_style_1 .search_results .post_more,
.top_panel_inner_style_1 .search_results .search_results_close,
.top_panel_inner_style_2 .search_results a,
.top_panel_inner_style_2 .search_results .post_info a,
.top_panel_inner_style_2 .search_results .post_info a > span,
.top_panel_inner_style_2 .search_results .post_more,
.top_panel_inner_style_2 .search_results .search_results_close,
.top_panel_inner_style_3 .search_results a,
.top_panel_inner_style_3 .search_results .post_info a,
.top_panel_inner_style_3 .search_results .post_info a > span,
.top_panel_inner_style_3 .search_results .post_more,
.top_panel_inner_style_3 .search_results .search_results_close {
	color: #ffffff;
}
.top_panel_inner_style_1 .search_results a:hover,
.top_panel_inner_style_1 .search_results .post_info a:hover,
.top_panel_inner_style_1 .search_results .post_info a:hover > span,
.top_panel_inner_style_1 .search_results .post_more:hover,
.top_panel_inner_style_1 .search_results .search_results_close:hover,
.top_panel_inner_style_2 .search_results a:hover,
.top_panel_inner_style_2 .search_results .post_info a:hover,
.top_panel_inner_style_2 .search_results .post_info a:hover > span,
.top_panel_inner_style_2 .search_results .post_more:hover,
.top_panel_inner_style_2 .search_results .search_results_close:hover,
.top_panel_inner_style_3 .search_results a:hover,
.top_panel_inner_style_3 .search_results .post_info a:hover,
.top_panel_inner_style_3 .search_results .post_info a:hover > span,
.top_panel_inner_style_3 .search_results .post_more:hover,
.top_panel_inner_style_3 .search_results .search_results_close:hover {
	color: #ffffff;
}

/* Header Style 8 */
.top_panel_inner_style_8 .menu_pushy_wrap .menu_pushy_button,
.top_panel_inner_style_8 .top_panel_buttons .contact_icon,
.top_panel_inner_style_8 .top_panel_buttons .top_panel_icon .search_submit {
	color: #8a8a8a;
}
.top_panel_inner_style_8 .menu_pushy_wrap .menu_pushy_button:hover,
.top_panel_inner_style_8 .top_panel_buttons a:hover .contact_icon,
.top_panel_inner_style_8 .top_panel_buttons .top_panel_icon:hover .search_submit {
	color: #232a34;
}
.pushy_inner {
	color: #8a8a8a; 
	background-color:#e4e7e8; 
}
.pushy_inner ul ul {
	background-color: rgba(247, 247, 247, 0.8);
}

/* Register and login popups */
.top_panel_inner_style_3 .popup_wrap,
.top_panel_inner_style_4 .popup_wrap,
.top_panel_inner_style_5 .popup_wrap,
.top_panel_inner_style_3 .popup_wrap .popup_close,
.top_panel_inner_style_3 .popup_wrap .sc_socials.sc_socials_type_icons a,
.top_panel_inner_style_4 .popup_wrap .popup_close,
.top_panel_inner_style_4 .popup_wrap .sc_socials.sc_socials_type_icons a,
.top_panel_inner_style_5 .popup_wrap .popup_close,
.top_panel_inner_style_5 .popup_wrap .sc_socials.sc_socials_type_icons a {
	color: #8a8a8a; 
}
.top_panel_inner_style_3 .popup_wrap .popup_close:hover,
.top_panel_inner_style_4 .popup_wrap .popup_close:hover,
.top_panel_inner_style_5 .popup_wrap .popup_close:hover {
	color: #232a34;
}


/* 7.2 Slider
-------------------------------------------------------------- */
.tparrows.default {
	color: #ffffff;
}
.tp-bullets.simplebullets.round .bullet {
	background-color: #ffffff;
}
.tp-bullets.simplebullets.round .bullet.selected {
	border-color: #ffffff;
}

/* 7.3 Top panel: Page title and breadcrumbs
-------------------------------------------------------------- */
.top_panel_title_inner {
	/*background-color: #f0f0f0;*/
}
.top_panel_title_inner {
/*	border-color: rgba(221, 221, 221, 0.1);*/
}
.top_panel_title_inner .page_title {
	color: #fff;
}
.top_panel_title_inner .post_navi .post_navi_item a,
.top_panel_title_inner .breadcrumbs a.breadcrumbs_item {
	color: #fff;
}
.top_panel_title_inner .post_navi .post_navi_item a:hover,
.top_panel_title_inner .breadcrumbs a.breadcrumbs_item:hover {
	color: #ef595a;
}
.top_panel_title_inner .post_navi span,
.top_panel_title_inner .breadcrumbs span {
/*	color: #acb4b6;*/
	color: #ffffff;
}
.top_panel_title_inner .post_navi .post_navi_delimiter,
.top_panel_title_inner .breadcrumbs .breadcrumbs_delimiter {
/*	color: #acb4b6;*/
	color: #fff;
}

/* 7.5 Post formats
-------------------------------------------------------------- */
/* Aside */
.post_format_aside.post_item_single .post_content p,
.post_format_aside .post_descr {
	background-color: #ffffff;
}

/* 7.6 Posts layouts
-------------------------------------------------------------- */

/* Hover icon */
.hover_icon:after {
	background-color: rgba(55,53,61,0.67);
}

/* Post info */
.post_info {
	color: #999ca9;
}
.post_info a,
.post_info a > span {}
.post_item .post_readmore_label {
	color: #232a34;
}

/* Related posts */
.post_item_related .post_info a {
	color: #8a8a8a;
}
.related_wrap .post_item_related,
.article_style_stretch .post_item_related {
	background-color: #f7f7f7;
}
.article_style_boxed.sidebar_show[class*="single-"] .related_wrap .post_item_related {
	background-color: #f7f7f7;
}

/* Style "Colored" */
.isotope_item_colored .post_featured .post_mark_new,
.isotope_item_colored .post_featured .post_title,
.isotope_item_colored .post_content.ih-item.square.colored .info {
	color: #ffffff;
}
.isotope_item_colored .post_featured .post_title a {
	color: #ffffff;
}
.isotope_item_colored .post_featured .post_descr {
	background-color: #f7f7f7;
}
.article_style_boxed .isotope_item_colored .post_featured .post_descr {
	background-color: #f7f7f7;
}
.isotope_item_colored .post_info_wrap .post_button .sc_button {
	background-color: #ffffff;
}

/* Isotope filters */
.isotope_filters a {
	color: #ffffff;
}

/* 7.7 Paginations
-------------------------------------------------------------- */
/* Style 'Pages' and 'Slider' */
.pagination_single > .pager_numbers,
.pagination_single a,
.pagination_slider .pager_cur,
.pagination_pages > a,
.pagination_pages > span {
	color: #ffffff;
}
.pagination_single > .pager_numbers,
.pagination_single a:hover,
.pagination_slider .pager_cur:hover,
.pagination_slider .pager_cur:focus,
.pagination_pages > .active,
.pagination_pages > a:hover {
	background-color: #ffffff;
}
.pagination_slider .pager_slider {
	border-color: #e4e7e8;
}
.pagination_slider .pager_slider {
	background-color: #ffffff;
}

/* Style 'Load more' */
.pagination_viewmore > a {
	color: #ffffff;
}
.pagination_viewmore > a:hover {
	color: #ffffff;
}
.pagination_viewmore > a:hover {
	background-color: #189799;
}

/* 8 Single page parts
-------------------------------------------------------------- */

/* 8.1 Attachment and Portfolio post navigation
------------------------------------------------------------- */
.post_featured .post_nav_item {
	color: #ffffff;
}
.post_featured .post_nav_item:before {
	border-color: transparent;
}
.post_featured .post_nav_item:before {
	color: #ffffff;
}

/* 8.2 Reviews block
-------------------------------------------------------------- */
.reviews_block .reviews_summary .reviews_item {
	background-image: url(../../images/rating_summary_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.reviews_block .reviews_max_level_100 .reviews_stars_hover,
.reviews_block .reviews_item .reviews_slider {
	color: #ffffff;
}
.reviews_block .reviews_value {
	color: #232a34;
}
.reviews_block .reviews_summary .reviews_criteria {
	color: #8a8a8a;
}
.reviews_block .reviews_summary .reviews_value {
	color: #ffffff;
}

/* 8.3 Post author
-------------------------------------------------------------- */
.post_author {
	background-color: #878fd6;
}
.post_author {
	color: #fff;
}
.post_author .post_author_title {
	color: #fff;
}
.post_author .post_author_title a {
	color: #fff;
}
.post_author .post_author_title a:hover {
	color: #e7e9ff;
}
.post_author .post_author_info .sc_socials a {
	color: #52588e;
}
.post_author .post_author_info .sc_socials a:hover {
	color: #e7e9ff;
}

/* 9. Sidebars
-------------------------------------------------------------- */
.sidebar.widget_area {}
.sidebar_inner.widget_area_inner {
	background-color: #37353d;
	color: #999ca9;
}

.footer_wrap.widget_area {}
.footer_wrap_inner.widget_area_inner {
	background-color: #3e3b45;
	color: #999ca9;
}

.widget_area_inner h1,
.widget_area_inner h2,
.widget_area_inner h3,
.widget_area_inner h4,
.widget_area_inner h5,
.widget_area_inner h6,
.widget_area_inner h1 a,
.widget_area_inner h2 a,
.widget_area_inner h3 a,
.widget_area_inner h4 a,
.widget_area_inner h5 a,
.widget_area_inner h6 a {
	color: #e6e8ed;
	letter-spacing: 1px;
}





/* Side menu */
.sidebar_outer_menu .menu_side_nav li > a,
.sidebar_outer_menu .menu_side_responsive li > a {
	color: #232a34;
}
.scheme_dark .sidebar_outer_menu .menu_side_nav li > a,
.scheme_dark .sidebar_outer_menu .menu_side_responsive li > a {
	color: #e0e0e0;
}
.scheme_light .sidebar_outer_menu .menu_side_nav li > a,
.scheme_light .sidebar_outer_menu .menu_side_responsive li > a {
	color: #232a34;
}
.sidebar_outer_menu .menu_side_nav li > a:hover,
.sidebar_outer_menu .menu_side_nav li.sfHover > a,
.sidebar_outer_menu .menu_side_responsive li > a:hover,
.sidebar_outer_menu .menu_side_responsive li.sfHover > a {
	color: #232a34;
	background-color: #f0f0f0;
}
.scheme_dark .sidebar_outer_menu .menu_side_nav li > a:hover,
.scheme_dark .sidebar_outer_menu .menu_side_nav li.sfHover > a,
.scheme_dark .sidebar_outer_menu .menu_side_responsive li > a:hover,
.scheme_dark .sidebar_outer_menu .menu_side_responsive li.sfHover > a {
	color: #d0d0d0;
	background-color: #505050;
}
.scheme_light .sidebar_outer_menu .menu_side_nav li > a:hover,
.scheme_light .sidebar_outer_menu .menu_side_nav li.sfHover > a,
.scheme_light .sidebar_outer_menu .menu_side_responsive li > a:hover,
.scheme_light .sidebar_outer_menu .menu_side_responsive li.sfHover > a {
	color: #232a34;
	background-color: #f0f0f0;
}
.sidebar_outer_menu .menu_side_nav > li ul,
.sidebar_outer_menu .menu_side_responsive > li ul {
	color: #232a34;
	background-color: #ffffff;
	border-color: #e4e7e8;
}
.scheme_dark .sidebar_outer_menu .menu_side_nav > li ul,
.scheme_dark .sidebar_outer_menu .menu_side_responsive > li ul {
	color: #e0e0e0;
	background-color: #232315;
	border-color: #000000;
}
.scheme_light .sidebar_outer_menu .menu_side_nav > li ul,
.scheme_light .sidebar_outer_menu .menu_side_responsive > li ul {
	color: #232a34;
	background-color: #f7f7f7;
	border-color: #dddddd;
}
.sidebar_outer_menu .menu_side_nav li.current-menu-item > a,
.sidebar_outer_menu .menu_side_nav li.current-menu-parent > a,
.sidebar_outer_menu .menu_side_nav li.current-menu-ancestor > a,
.sidebar_outer_menu .menu_side_responsive li.current-menu-item > a,
.sidebar_outer_menu .menu_side_responsive li.current-menu-parent > a,
.sidebar_outer_menu .menu_side_responsive li.current-menu-ancestor > a {
	color: #acb4b6;
}
.scheme_dark .sidebar_outer_menu .menu_side_nav li.current-menu-item > a,
.scheme_dark .sidebar_outer_menu .menu_side_nav li.current-menu-parent > a,
.scheme_dark .sidebar_outer_menu .menu_side_nav li.current-menu-ancestor > a,
.scheme_dark .sidebar_outer_menu .menu_side_responsive li.current-menu-item > a,
.scheme_dark .sidebar_outer_menu .menu_side_responsive li.current-menu-parent > a,
.scheme_dark .sidebar_outer_menu .menu_side_responsive li.current-menu-ancestor > a {
	color: #aaaaaa;
}
.scheme_light .sidebar_outer_menu .menu_side_nav li.current-menu-item > a,
.scheme_light .sidebar_outer_menu .menu_side_nav li.current-menu-parent > a,
.scheme_light .sidebar_outer_menu .menu_side_nav li.current-menu-ancestor > a,
.scheme_light .sidebar_outer_menu .menu_side_responsive li.current-menu-item > a,
.scheme_light .sidebar_outer_menu .menu_side_responsive li.current-menu-parent > a,
.scheme_light .sidebar_outer_menu .menu_side_responsive li.current-menu-ancestor > a {
	color: #acb4b6;
}
.sidebar_outer_menu .sidebar_outer_menu_buttons > a {
	color: #232a34;
}
.scheme_dark .sidebar_outer_menu .sidebar_outer_menu_buttons > a {
	color: #e0e0e0;
}
.scheme_light .sidebar_outer_menu .sidebar_outer_menu_buttons > a {
	color: #232a34;
}

/* Common rules */
.sidebar_outer_inner aside,
.sidebar_inner aside {
	border-top-color: #e4e7e8;
}
.scheme_dark .sidebar_outer_inner aside,
.scheme_dark .sidebar_inner aside {
	border-top-color: #000000;
}
.scheme_light .sidebar_outer_inner aside,
.scheme_light .sidebar_inner aside {
	border-top-color: #dddddd;
}
.sidebar_inner aside:nth-child(3n+4),
.sidebar_inner aside:nth-child(3n+5),
.sidebar_inner aside:nth-child(3n+6),
.sidebar_outer_inner aside:nth-child(3n+4),
.sidebar_outer_inner aside:nth-child(3n+5),
.sidebar_outer_inner aside:nth-child(3n+6),
.widget_area_inner aside:nth-child(2n+3),
.widget_area_inner aside:nth-child(2n+4),
.widget_area_inner aside + aside {
	border-color: #48464d;
}
.scheme_dark .sidebar_inner aside:nth-child(3n+4),
.scheme_dark .sidebar_inner aside:nth-child(3n+5),
.scheme_dark .sidebar_inner aside:nth-child(3n+6),
.scheme_dark .sidebar_outer_inner aside:nth-child(3n+4),
.scheme_dark .sidebar_outer_inner aside:nth-child(3n+5),
.scheme_dark .sidebar_outer_inner aside:nth-child(3n+6),
.scheme_dark .widget_area_inner aside:nth-child(2n+3),
.scheme_dark .widget_area_inner aside:nth-child(2n+4),
.scheme_dark .widget_area_inner aside + aside {
	border-color: #000000;
}
.scheme_light .sidebar_inner aside:nth-child(3n+4),
.scheme_light .sidebar_inner aside:nth-child(3n+5),
.scheme_light .sidebar_inner aside:nth-child(3n+6),
.scheme_light .sidebar_outer_inner aside:nth-child(3n+4),
.scheme_light .sidebar_outer_inner aside:nth-child(3n+5),
.scheme_light .sidebar_outer_inner aside:nth-child(3n+6),
.scheme_light .widget_area_inner aside:nth-child(2n+3),
.scheme_light .widget_area_inner aside:nth-child(2n+4),
.scheme_light .widget_area_inner aside + aside {
	border-color: #dddddd;
}

.widget_area_inner ul li:before {
	font-size: 1em;
}
.widget_area ul li:before {
	color: #999ca9;
}
.widget_area_inner a,
.widget_area_inner ul li a {
	color: #ffffff;
}



/* Widget: Search */
/*.widget_area_inner .widget_product_search .search_form,
.widget_area_inner .widget_search .search_form {
	background-color: #f7f7f7;
}
.scheme_dark .widget_area_inner .widget_product_search .search_form,
.scheme_dark .widget_area_inner .widget_search .search_form {
	background-color: #666666;
}
.scheme_light .widget_area_inner .widget_product_search .search_form,
.scheme_light .widget_area_inner .widget_search .search_form {
	background-color: #ffffff;
}
.widget_area_inner .widget_product_search .search_field,
.widget_area_inner .widget_search .search_field {
	color: #8a8a8a;
}
.widget_area_inner .widget_product_search .search_button,
.widget_area_inner .widget_search .search_button {
	color: #8a8a8a;
}
.widget_area_inner .widget_product_search .search_button:hover,
.widget_area_inner .widget_search .search_button:hover {
	color: #232a34;
}*/

/* Widget: Calendar */
.widget_area_inner .widget_calendar .weekday {
	color: #999ca9;
}
.widget_area_inner .widget_calendar td a:hover {
	color: #ffffff;
}

/* Widget: Tag Cloud */
.widget_area_inner .widget_product_tag_cloud a,
.widget_area_inner .widget_tag_cloud a {
	color: #ffffff;
}


/* 10. Footer areas
-------------------------------------------------------------- */
/* Contacts */
.contacts_wrap_inner {
	color: #999ca9;
	background-color: #37353d;
}
.scheme_dark .contacts_wrap_inner {
	color: #909090;
	background-color: #232315;
}
.scheme_light .contacts_wrap_inner {
	color: #8a8a8a;
	background-color: #f7f7f7;
}

/* Testimonials and Twitter */
.testimonials_wrap,
.testimonials_wrap .sc_testimonials,
.twitter_wrap,
.twitter_wrap .sc_twitter {
	color: #f0f0f0;
}
.testimonials_wrap a,
.twitter_wrap a {
	color: #ffffff;
}

.contacts_wrap_inner .sc_socials.sc_socials_type_icons a {
	color: #999ca9;
	border-color: #999ca9;
}



/* Copyright */
.copyright_wrap_inner {
	background-color: #302e35;
}
.copyright_wrap_inner .copyright_text {
	color: #999ca9;
}
.copyright_wrap_inner .menu_footer_nav li a {
	color: #999ca9;
}
.scheme_dark .copyright_wrap_inner {
	background-color: #232315;
}
.scheme_light .copyright_wrap_inner {
	background-color: #f7f7f7;
}
.scheme_dark .copyright_wrap_inner .copyright_text {
	color: #e0e0e0;
}
.scheme_light .copyright_wrap_inner .copyright_text {
	color: #232a34;
}
.scheme_dark .copyright_wrap_inner .menu_footer_nav li a {
	color: #909090;
}
.scheme_light .copyright_wrap_inner .menu_footer_nav li a {
	color: #8a8a8a;
}

/* 11. Utils
-------------------------------------------------------------- */
/* Scroll to top */
.scroll_to_top {
	border: none;
}
.scroll_to_top {
	color: #ffffff;
}
.scroll_to_top:hover {
	color: #ffffff;
}
.custom_options #co_toggle {
	color: #ffffff;
}

/* 12. Registration and Login popups
-------------------------------------------------------------- */
.popup_wrap {
	background-color: #ffffff;
}


/* 13. Third party plugins
------------------------------------------------------- */

/* 13.2 WooCommerce
------------------------------------------------------ */

/* Theme colors */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-account .addresses .title .edit {
	color: #ffffff;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-account .addresses .title .edit:hover {
	color: #ffffff;
}

.woocommerce div.quantity span, .woocommerce-page div.quantity span {
	color: #ffffff;
}

/* Messages */
.article_style_boxed.woocommerce .woocommerce-error,
.article_style_boxed.woocommerce .woocommerce-info,
.article_style_boxed.woocommerce .woocommerce-message,
.article_style_boxed.woocommerce-page .woocommerce-error,
.article_style_boxed.woocommerce-page .woocommerce-info,
.article_style_boxed.woocommerce-page .woocommerce-message {
	background-color: #f7f7f7;
}
.article_style_boxed.woocommerce.archive .woocommerce-error,
.article_style_boxed.woocommerce.archive .woocommerce-info,
.article_style_boxed.woocommerce.archive .woocommerce-message,
.article_style_boxed.woocommerce-page.archive .woocommerce-error,
.article_style_boxed.woocommerce-page.archive .woocommerce-info,
.article_style_boxed.woocommerce-page.archive .woocommerce-message {
	background-color: #f7f7f7;
}

/* Products stream */
.woocommerce span.new,
.woocommerce-page span.new,
.woocommerce span.onsale,
.woocommerce-page span.onsale {
	color: #ffffff;
}
.article_style_boxed.woocommerce ul.products li.product .post_item_wrap,
.article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap {
	background-color: #f7f7f7;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
	color: #acb4b6;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #ffffff;
}

/* Single product */
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
	border-color: #e4e7e8;
}

.single-product div.product .woocommerce-tabs.trx-stretch-width {
	background-color: #f7f7f7;
}
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:hover,
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li.active a {
	color: #232a34;
}

/* Cart */
.woocommerce table.cart thead th,
.woocommerce #content table.cart thead th,
.woocommerce-page table.cart thead th,
.woocommerce-page #content table.cart thead th {
	color: #ffffff;
}

/* Widgets */
.top_panel_inner_style_4 .widget_shopping_cart .empty,
.top_panel_inner_style_4 .widget_shopping_cart .quantity,
.top_panel_inner_style_4 .widget_shopping_cart .quantity .amount,
.top_panel_inner_style_4 .widget_shopping_cart .total,
.top_panel_inner_style_4 .widget_shopping_cart .total .amount {
	color: #ffffff;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #acb4b6;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range { 
	background-color: #232a34;
}

/* Widget Product Categories */
body:not(.woocommerce) .sidebar .widget_product_categories ul.product-categories li+li {
	border-color: #dddddd;
}
body:not(.woocommerce) .sidebar .widget_product_categories ul.product-categories li,
body:not(.woocommerce) .sidebar .widget_product_categories ul.product-categories li > a {
	color: #8a8a8a;
}
body:not(.woocommerce) .sidebar .widget_product_categories ul.product-categories li:hover,
body:not(.woocommerce) .sidebar .widget_product_categories ul.product-categories li:hover > a,
body:not(.woocommerce) .sidebar .widget_product_categories ul.product-categories li > a:hover {
	color: #232a34;
}
body:not(.woocommerce) .sidebar .widget_product_categories ul.product-categories ul {
	background-color: #f7f7f7;
}



/* 13.3 Tribe Events
------------------------------------------------------- */
/* Buttons */
a.tribe-events-read-more,
.tribe-events-button,
.tribe-events-nav-previous a,
.tribe-events-nav-next a,
.tribe-events-widget-link a,
.tribe-events-viewmore a {
	color: #ffffff;
}
a.tribe-events-read-more:hover,
.tribe-events-button:hover,
.tribe-events-nav-previous a:hover,
.tribe-events-nav-next a:hover,
.tribe-events-widget-link a:hover,
.tribe-events-viewmore a:hover {
	color: #ffffff;
}



/* 13.4 BB Press and Buddy Press
------------------------------------------------------- */
/* Buttons */
#bbpress-forums div.bbp-topic-content a,
#buddypress button,
#buddypress a.button,
#buddypress input[type="submit"],
#buddypress input[type="button"],
#buddypress input[type="reset"],
#buddypress ul.button-nav li a,
#buddypress div.generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button,
#buddypress div.item-list-tabs ul li.selected a {
	color: #ffffff;
}
#bbpress-forums div.bbp-topic-content a:hover,
#buddypress button:hover,
#buddypress a.button:hover,
#buddypress input[type="submit"]:hover,
#buddypress input[type="button"]:hover,
#buddypress input[type="reset"]:hover,
#buddypress ul.button-nav li a:hover,
#buddypress div.generic-button a:hover,
#buddypress .comment-reply-link:hover,
a.bp-title-button:hover,
#buddypress div.item-list-tabs ul li.selected a:hover {
	color: #ffffff;
}
#buddypress #item-nav,
#buddypress div#subnav.item-list-tabs,
#buddypress div.item-list-tabs {
	background-color: #f7f7f7;
}
#buddypress #item-nav li:not(.selected) a,
#buddypress div#subnav.item-list-tabs li:not(.selected) a,
#buddypress div.item-list-tabs li:not(.selected) a {
	color: #8a8a8a;
}
#buddypress #item-nav li:not(.selected) a:hover,
#buddypress div#subnav.item-list-tabs li:not(.selected) a:hover,
#buddypress div.item-list-tabs li:not(.selected) a:hover {
	color: #232a34;
	background-color: #f0f0f0;
}
#buddypress .dir-search input[type="search"], #buddypress .dir-search input[type="text"], #buddypress .groups-members-search input[type="search"], #buddypress .groups-members-search input[type="text"], #buddypress .standard-form input[type="color"], #buddypress .standard-form input[type="date"], #buddypress .standard-form input[type="datetime-local"], #buddypress .standard-form input[type="datetime"], #buddypress .standard-form input[type="email"], #buddypress .standard-form input[type="month"], #buddypress .standard-form input[type="number"], #buddypress .standard-form input[type="password"], #buddypress .standard-form input[type="range"], #buddypress .standard-form input[type="search"], #buddypress .standard-form input[type="tel"], #buddypress .standard-form input[type="text"], #buddypress .standard-form input[type="time"], #buddypress .standard-form input[type="url"], #buddypress .standard-form input[type="week"], #buddypress .standard-form select, #buddypress .standard-form textarea {
	color: #8a8a8a;
	background-color: #f7f7f7;
	border-color: #dddddd;
}
#buddypress .dir-search input[type="search"]:focus, #buddypress .dir-search input[type="text"]:focus, #buddypress .groups-members-search input[type="search"]:focus, #buddypress .groups-members-search input[type="text"]:focus, #buddypress .standard-form input[type="color"]:focus, #buddypress .standard-form input[type="date"]:focus, #buddypress .standard-form input[type="datetime-local"]:focus, #buddypress .standard-form input[type="datetime"]:focus, #buddypress .standard-form input[type="email"]:focus, #buddypress .standard-form input[type="month"]:focus, #buddypress .standard-form input[type="number"]:focus, #buddypress .standard-form input[type="password"]:focus, #buddypress .standard-form input[type="range"]:focus, #buddypress .standard-form input[type="search"]:focus, #buddypress .standard-form input[type="tel"]:focus, #buddypress .standard-form input[type="text"]:focus, #buddypress .standard-form input[type="time"]:focus, #buddypress .standard-form input[type="url"]:focus, #buddypress .standard-form input[type="week"]:focus, #buddypress .standard-form select:focus, #buddypress .standard-form textarea:focus {
	color: #232a34;
	background-color: #f0f0f0;
	border-color: #bbbbbb;
}

#buddypress #reply-title small a span, #buddypress a.bp-primary-action span {
	background-color: #ffffff;
}

#buddypress .activity .activity-item:nth-child(2n+1) {
	background-color: #f7f7f7;
}



/* 13.5 Visual Composer
------------------------------------------------------ */
.scheme_dark.vc_row {
	background-color: #232315;
}
.scheme_light.vc_row {
	background-color: #f7f7f7;
}


/* 13.5 Booking Calendar
------------------------------------------------------ */
.booking_month_container_custom,
.booking_month_navigation_button_custom {
	background-color: #f7f7f7 ;
}
.booking_month_name_custom,
.booking_month_navigation_button_custom {
	color: #232a34 ;
}
.booking_month_navigation_button_custom:hover {
	color: #ffffff ;
}


/* 13.6 LearnDash LMS
------------------------------------------------------ */
.learndash #learndash_next_prev_link > a {
	color: #ffffff;
}


/* 13.7 HTML5 Audio Player
------------------------------------------------------- */
#myplayer .ttw-music-player .progress-wrapper {
	background-color: #f0f0f0;
}
#myplayer .ttw-music-player .tracklist li.track {
	border-bottom-color: #e4e7e8;
}
#myplayer .ttw-music-player .tracklist,
#myplayer .ttw-music-player .buy,
#myplayer .ttw-music-player .description,
#myplayer .ttw-music-player .artist,
#myplayer .ttw-music-player .artist-outer {
	color: #8a8a8a;
}
#myplayer .ttw-music-player .player .title,
#myplayer .ttw-music-player .tracklist li:hover {
	color: #232a34;
}




/* 15. Shortcodes
-------------------------------------------------------------- */
/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.sc_button.sc_button_style_filled {
	border: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.sc_button.sc_button_style_filled {
	background: #ef595a;
	color: #ffffff;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.sc_button.sc_button_style_filled:hover {
	background: #cd4445;
	color: #ffffff;
}

input#send_comment {
	background: #4e4a59;
}
input#send_comment:hover {
	background: #201e24;
}


/* Blogger */
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date {
	color: #ffffff;
}
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year:before {
	border-color: #ffffff;
}
.sc_blogger.layout_date .sc_blogger_item::before {
	background-color: #f7f7f7;
}
.sc_blogger_item.sc_plain_item {
	background-color: #f7f7f7;
}

/* Call to Action */
.sc_call_to_action .sc_call_to_action_descr {
	color: #232a34;
}
.sc_call_to_action_accented {
	color: #ffffff;
}
.sc_call_to_action_accented .sc_item_title,
.sc_call_to_action_accented .sc_item_subtitle,
.sc_call_to_action_accented .sc_item_descr {
	color: #ffffff;
}
.sc_call_to_action_accented .sc_item_button > a {
	background-color: #ffffff;
}
.sc_call_to_action_accented .sc_item_button > a:before {
	color: #ffffff;
}

/* Chat */
.sc_chat:after {
	background-color: #f7f7f7;
}
.sc_chat:after {
	border-color: #dddddd;
}
.sc_chat_inner {
	color: #8a8a8a;
}
.sc_chat_inner {
	background-color: #f7f7f7;
}
.sc_chat_inner {
	border-color: #dddddd;
}

/* Clients */
.sc_clients_style_clients-2 .sc_client_image .sc_client_hover {
	color: #ffffff;
	background-color: rgba(35, 42, 52, 0.8);
}
.sc_clients_style_clients-2 .sc_client_title,
.sc_clients_style_clients-2 .sc_client_title a {
	color: #ffffff;
}

/* Contact form */
.sc_form .sc_form_button button:hover {
	color: #ffffff;
}
.sc_form .sc_form_address_label,
.sc_form .sc_form_item > label {
	color: #232a34;
}
.sc_form .sc_form_item .sc_form_element input[type="radio"] + label:before,
.sc_form .sc_form_item .sc_form_element input[type="checkbox"] + label:before {
	border-color: #dddddd;
}
.sc_form .sc_form_item .sc_form_element input[type="radio"] + label:before,
.sc_form .sc_form_item .sc_form_element input[type="checkbox"] + label:before {
	background-color: #f7f7f7;
}
.sc_form_select_container {
	background-color: #f7f7f7;
}

/* picker */
.sc_form .picker {
	border-color: #dddddd;
	color: #fafafa;
	background-color: #f7f7f7;
}
.sc_form .picker__month,
.sc_form .picker__year {
	  color: #232a34;
}
.sc_form .picker__nav--prev:before,
.sc_form .picker__nav--next:before {
	color: #8a8a8a;
}
.sc_form .picker__nav--prev:hover:before,
.sc_form .picker__nav--next:hover:before {
	  color: #232a34;
}
.sc_form .picker__nav--disabled,
.sc_form .picker__nav--disabled:hover,
.sc_form .picker__nav--disabled:before,
.sc_form .picker__nav--disabled:before:hover {
	  color: #acb4b6;
}
.sc_form table.picker__table th {
	  color: #ffffff;
}
.sc_form .picker__day--infocus {
	  color: #232a34;
}
.sc_form .picker__day--today,
.sc_form .picker__day--infocus:hover,
.sc_form .picker__day--outfocus:hover,
.sc_form .picker__day--highlighted:hover,
.sc_form .picker--focused .picker__day--highlighted {
	  color: #232a34;
	background-color: #f0f0f0;
}
.sc_form .picker__day--disabled,
.sc_form .picker__day--disabled:hover {
	  color: #acb4b6;
}
.sc_form .picker__day--highlighted.picker__day--disabled,
.sc_form .picker__day--highlighted.picker__day--disabled:hover {
	  color: #acb4b6;
	background-color: #f0f0f0 ;
}
.sc_form .picker__footer {
	border-color: #dddddd;
}
.sc_form .picker__button--today,
.sc_form .picker__button--clear,
.sc_form .picker__button--close {
	  color: #8a8a8a;
}
.sc_form .picker__button--today:hover,
.sc_form .picker__button--clear:hover,
.sc_form .picker__button--close:hover {
	  color: #232a34;
	background-color: #f0f0f0 ;
}
.sc_form .picker__button--today[disabled],
.sc_form .picker__button--today[disabled]:hover {
	  color: #acb4b6;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}
.sc_form .picker__button--today[disabled]:before {
	  border-top-color: #acb4b6;
}

/* Time picker */
.sc_form .picker__list-item {
	  color: #8a8a8a;
	  border-color: #dddddd;
}
.sc_form .picker__list-item:hover,
.sc_form .picker__list-item--highlighted,
.sc_form .picker__list-item--highlighted:hover,
.sc_form .picker--focused .picker__list-item--highlighted,
.sc_form .picker__list-item--selected,
.sc_form .picker__list-item--selected:hover,
.sc_form .picker--focused .picker__list-item--selected {
	  color: #232a34;
	background-color: #f0f0f0;
	  border-color: #bbbbbb;
}
.sc_form .picker__list-item--disabled,
.sc_form .picker__list-item--disabled:hover,
.sc_form .picker--focused .picker__list-item--disabled {
	  color: #acb4b6;
	background-color: #f7f7f7;
	border-color: #dddddd;
}


/* Countdown Style 1 */
.sc_countdown.sc_countdown_style_1 .sc_countdown_digits {
	border-color: #dddddd;
}
.sc_countdown.sc_countdown_style_1 .sc_countdown_digits {
	background-color: #f7f7f7;
}


/* Events */
.sc_events {
	color: #8a8a8a;
}
.sc_events_item .sc_events_item_readmore {
	color: #232a34;
}
.sc_events_style_events-1 .sc_events_item {
	background-color: #f7f7f7;
	color: #8a8a8a;
}
.sc_events_style_events-2 .sc_events_item {
	border-color: #dddddd;
}
.sc_events_style_events-2 .sc_events_item_date {
	color: #ffffff;
}
.sc_events_style_events-2 .sc_events_item_time:before,
.sc_events_style_events-2 .sc_events_item_details:before {
	background-color: #dddddd;
}

/* Highlight */
.sc_highlight_style_1 {
	color: #ffffff;
}
.sc_highlight_style_2 {
	color: #ffffff;
}
.sc_highlight_style_3 {
	background-color: #f7f7f7;
}
.sc_highlight_style_3 {
	color: #8a8a8a;
}

/* Icon */
.sc_icon_hover:hover,
a:hover .sc_icon_hover {
	color: #ffffff ;
}
.sc_icon_shape_round.sc_icon,
.sc_icon_shape_square.sc_icon {
	color: #ffffff;
}
.sc_icon_shape_round.sc_icon:hover,
.sc_icon_shape_square.sc_icon:hover,
a:hover .sc_icon_shape_round.sc_icon,
a:hover .sc_icon_shape_square.sc_icon {
	background-color: #ffffff;
}

/* List */
.sc_list_style_iconed li .sc_list_title {
	color: #232a34;
}

/* Line */
.sc_line {
	border-color: #ebebeb;
}
.sc_line .sc_line_title {	color: #232a34; background-color: #ffffff; }
.scheme_light .sc_line .sc_line_title {	color: #232a34; background-color: #f7f7f7; }
.scheme_dark .sc_line .sc_line_title {	color: #e0e0e0; background-color: #333333; }

/* Price */
.sc_price .sc_price_currency,
.sc_price .sc_price_money,
.sc_price .sc_price_penny {
	color: #232a34;
}
.sc_price .sc_price_info {
	color: #acb4b6;
}

/* Price block */



/*
.sc_price_block,
.sc_price_block .sc_price_block_money * {
	color: #ffffff;
}
.sc_price_block.sc_price_block_style_3,
.sc_price_block.sc_price_block_style_3 .sc_price_block_money * {
	color: #8a8a8a;
	background-color: #f0f0f0;
}
.sc_price_block.sc_price_block_style_3 .sc_price_block_title {
	color: #232a34;
}
.sc_price_block.sc_price_block_style_3 .sc_price_block_link .sc_button:hover {
	background-color: #ef631f ;
}*/

/* Promo */
.sc_promo_image,
.sc_promo_block {
	background-color: #f0f0f0;
}

/* YREG_ESTATE - Recent News */
.sc_recent_news_header {
	border-color: #232a34;
}
.sc_recent_news_header_more_categories {
	border-color: #dddddd;
	background-color:#f7f7f7;
}
.sc_recent_news_header_more_categories > a:hover {
	background-color:#f0f0f0;
}
.sc_recent_news .post_item .post_title {
	font-size:1.5em;
}
.sc_recent_news .post_item h6.post_title {
	font-size:1.2857em;
}
.sc_recent_news .post_counters_item,
.sc_recent_news .post_counters .post_edit a {
	background-color:#f7f7f7;
}
.sidebar .sc_recent_news .post_counters_item,
.sidebar .sc_recent_news .post_counters .post_edit a {
	background-color:#ffffff;
}
.sc_recent_news .post_counters .post_edit a {
	color:#232a34;
}
.sc_recent_news_style_news-magazine .post_accented_border {
	border-color: #e4e7e8;
}
.sc_recent_news_style_news-excerpt .post_item {
	border-color: #e4e7e8;
}


/* Scroll controls */
.sc_scroll_controls_wrap a {
	color: #ffffff;
}
.sc_scroll_controls_wrap a:hover {
	color: #ffffff;
}
.sc_scroll .sc_scroll_bar {
	border-color: #f7f7f7;
}

/* Skills */
.sc_skills_bar .sc_skills_item {
	background-color: #f0f1f5;
}
.sc_skills_counter .sc_skills_item .sc_skills_info {
	color: #232a34;
}
.sc_skills_legend_title,
.sc_skills_legend_value {
	color: #232a34;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_1 {
	background-color: #f7f7f7;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_1:hover {
	background-color: #f0f0f0;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_count,
.sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info {
	color: #232a34;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info:before {
	background-color: #dddddd;
}
.sc_skills_bar .sc_skills_item .sc_skills_count,
.sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info {
	color: #ffffff;
}

/* Slider */
.sc_slider_controls_wrap a {
	color: #e6e8ed;
}
.sc_slider_controls_wrap a {
	border-color: #e4e7e8;
}
.sc_slider_controls_wrap a {}
.sc_slider_controls_wrap a:hover {
	color: #fff;
}
.sc_slider_pagination.widget_area .post_item + .post_item {
	border-color: #e4e7e8;
}
.sc_slider_pagination_over .sc_slider_pagination {
	background-color: rgba(247, 247, 247, 0.8);
}
.sc_slider_pagination_over .sc_slider_pagination_wrap span {
	border-color: #e4e7e8;
}
.sc_slider_pagination_over .sc_slider_pagination .post_title {
	color: #232a34;
}
.sc_slider_pagination_over .sc_slider_pagination .post_info {
	color: #8a8a8a;
}
.sc_slider_pagination_area .sc_slider_pagination .post_item.active {
	background-color: #f7f7f7 ;
}

/* Socials */
.sc_socials.sc_socials_type_icons a {
	color: #acb4b6;
	border-color: #acb4b6;
}
.scheme_dark .sc_socials.sc_socials_type_icons a {
	color: #aaaaaa;
	border-color: #aaaaaa;
}
.scheme_light .sc_socials.sc_socials_type_icons a {
	color: #acb4b6;
	border-color: #acb4b6;
}
.sc_socials.sc_socials_share.sc_socials_dir_vertical .sc_socials_item a {
	background-color: #f7f7f7;
}


/* Team */
/*.sc_team_item .sc_team_item_info .sc_team_item_title a {
	color: #232a34;
}
.sc_team_style_team-1 .sc_team_item_info,
.sc_team_style_team-3 .sc_team_item_info {
	color: #8a8a8a;
}
.sc_team.sc_team_style_team-3 .sc_socials_item a {
	color: #ffffff;
}
.sc_team.sc_team_style_team-3 .sc_socials_item a {
	border-color: #ffffff;
}
.sc_team.sc_team_style_team-3 .sc_socials_item a:hover {
	color: #ffffff;
}
.sc_team.sc_team_style_team-3 .sc_socials_item a:hover {
	border-color: #ffffff;
}
.sc_team.sc_team_style_team-4 .sc_socials_item a {
	color: #ffffff;
}
.sc_team.sc_team_style_team-4 .sc_socials_item a {
	border-color: #ffffff;
}
.sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover {
	color: #ffffff;
}
.sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover {
	background-color: rgba(35, 42, 52, 0.8);
}
.sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a {
	color: #ffffff;
}
.sc_team_style_team-4 .sc_team_item_info .sc_team_item_position {
	color: #ffffff;
}*/

/* Testimonials */
.sc_testimonials_style_testimonials-1 .sc_slider_controls_wrap a,
.sc_testimonials_style_testimonials-2 .sc_slider_controls_wrap a {
	color: #a6a8ad;
}
.sc_testimonials_style_testimonials-1 .sc_slider_controls_wrap a:hover,
.sc_testimonials_style_testimonials-2 .sc_slider_controls_wrap a:hover {
	color: #37353d;
}
.sc_testimonials_style_testimonials-1.sc_slider_swiper .sc_slider_pagination_wrap span,
.sc_testimonials_style_testimonials-2.sc_slider_swiper .sc_slider_pagination_wrap span {
	border-color: #d4d5d7;
}
.sc_testimonials_style_testimonials-1.sc_slider_swiper .sc_slider_pagination_wrap span.swiper-pagination-bullet-active,
.sc_testimonials_style_testimonials-2.sc_slider_swiper .sc_slider_pagination_wrap span.swiper-pagination-bullet-active {
	background: #d4d5d7;
}


.scheme_dark .sc_testimonials_style_testimonials-1 .sc_slider_controls_wrap a,
.scheme_dark.sc_testimonials_style_testimonials-2 .sc_slider_controls_wrap a {
	color: #fff;
}
.scheme_dark .sc_testimonials_style_testimonials-1 .sc_slider_controls_wrap a:hover,
.scheme_dark.sc_testimonials_style_testimonials-2 .sc_slider_controls_wrap a:hover {
	color: #fff;
}
.scheme_dark .sc_testimonials_style_testimonials-1.sc_slider_swiper .sc_slider_pagination_wrap span,
.scheme_dark.sc_testimonials_style_testimonials-2.sc_slider_swiper .sc_slider_pagination_wrap span {
	border-color: #fff;
}
.scheme_dark .sc_testimonials_style_testimonials-1.sc_slider_swiper .sc_slider_pagination_wrap span.swiper-pagination-bullet-active,
.scheme_dark.sc_testimonials_style_testimonials-2.sc_slider_swiper .sc_slider_pagination_wrap span.swiper-pagination-bullet-active {
	background: #fff;
}

.scheme_dark .sc_testimonials_style_testimonials-1 .sc_testimonial_avatar {
	border-color: #fff;
}
.scheme_dark .sc_testimonials_style_testimonials-1 .sc_testimonial_three_dots,
.scheme_dark .sc_testimonials_style_testimonials-1 .sc_testimonial_author,
.scheme_dark .sc_testimonials_style_testimonials-1 .sc_testimonial_author a {
	color: #37353d;
}
.scheme_dark .sc_testimonials_style_testimonials-1 .sc_testimonial_author a:hover {
	color: #fff;
}
.scheme_dark.sc_testimonials_style_testimonials-2 .sc_testimonial_author a {
	color: #fff;
}
.scheme_dark.sc_testimonials_style_testimonials-2 .sc_testimonial_author a:hover {
	color: #fff;
}


/*.sc_testimonials {
	color: #8a8a8a;
}
.sc_testimonial_author_name {
	color: #232a34;
}
.sc_testimonial_position_position {
	color: #acb4b6;
}
.scheme_dark .sc_testimonials,
.testimonials_wrap .sc_testimonials {
	color: #f0f0f0;
}
.scheme_dark .sc_testimonial_author_name,
.testimonials_wrap .sc_testimonial_author_name {
	color: #ffffff;
}
.scheme_dark .sc_testimonial_position_position,
.testimonials_wrap .sc_testimonial_position_position {
	color: #f0f0f0;
}

.sc_testimonials_style_testimonials-2 .sc_testimonial_author_name:before {
	color: #acb4b6;
}
.sc_testimonials_style_testimonials-3 .sc_testimonial_content,
.sc_testimonials_style_testimonials-3 .sc_testimonial_content:after {
	background-color: #f7f7f7;
}
.sc_testimonials_style_testimonials-4 .sc_testimonial_item {
	background-color: #ffffff;
}*/




/* Title */
.sc_title_divider .sc_title_divider_before,
.sc_title_divider .sc_title_divider_after {
	background-color: #232a34;
}

/* Toggles */
.sc_toggles .sc_toggles_item .sc_toggles_title {
	border-color: #e4e7e8;
}
.sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
	color: #acb4b6;
}
.sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
	background-color: #f7f7f7;
}
.sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened {
	color: #ffffff;
}
.sc_toggles .sc_toggles_item .sc_toggles_content {
	border-color: #e4e7e8;
}

/* Twitter */
.sc_twitter {
	color: #8a8a8a;
}
.scheme_dark .sc_twitter,
.twitter_wrap .sc_twitter {
	color: #f0f0f0;
}
.scheme_dark .sc_twitter a,
.twitter_wrap .sc_twitter a {
	color: #ffffff;
}
.sc_twitter .sc_slider_controls_wrap a {
	color: #ffffff;
}

/* Common styles (title, subtitle and description for some shortcodes) */
.sc_item_button > a:before {
	background-color: #ffffff;
}


.ih-item.square .info .post_title a {
    color: #fff;
}
.ih-item.square .info .post_title a:hover {
    color: #69e3cd;
}

/* CSS-file with custom styles - don't delete this file and this rule!!! */
.custom_rule { color: inherit; }
body {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.714em
}
h1 {
    font-family: Open Sans;
    font-size: 3.429em;
    font-weight: 400;
    line-height: normal;
    margin-top: 0.208em;
    margin-bottom: 0.292em
}
h2 {
    font-family: Open Sans;
    font-size: 2.571em;
    font-weight: 700;
    line-height: normal;
    margin-top: 0.417em;
    margin-bottom: 0.459em
}
h3 {
    font-family: Open Sans;
    font-size: 2.143em;
    font-weight: 700;
    line-height: normal;
    margin-top: 0.533em;
    margin-bottom: 0.633em
}
h4 {
    font-family: Montserrat;
    font-size: 1.571em;
    font-weight: 400;
    line-height: normal;
    margin-top: 1em;
    margin-bottom: 1em
}
h5 {
    font-family: Montserrat;
    font-size: 1em;
    font-weight: 400;
    line-height: normal;
    margin-top: 1.714em;
    margin-bottom: 1.714em
}
h6 {
    font-family: Open Sans;
    font-size: 1em;
    font-weight: 400;
    line-height: normal;
    margin-top: 1.643em;
    margin-bottom: 1.643em
}
a,
.scheme_dark a,
.scheme_light a {
    ;
    color: #ef595a
}
a:hover,
.scheme_dark a:hover,
.scheme_light a:hover {
    color: #878fd6
}
.accent1 {
    color: #ef595a
}
.accent1_bgc {
    background-color: #ef595a
}
.accent1_bg {
    background: #ef595a
}
.accent1_border {
    border-color: #ef595a
}
a.accent1:hover {
    color: #878fd6
}
.accent1h {
    color: #878fd6
}
.post_content.ih-item.circle.effect1.colored .info,
.post_content.ih-item.circle.effect2.colored .info,
.post_content.ih-item.circle.effect3.colored .info,
.post_content.ih-item.circle.effect4.colored .info,
.post_content.ih-item.circle.effect5.colored .info .info-back,
.post_content.ih-item.circle.effect6.colored .info,
.post_content.ih-item.circle.effect7.colored .info,
.post_content.ih-item.circle.effect8.colored .info,
.post_content.ih-item.circle.effect9.colored .info,
.post_content.ih-item.circle.effect10.colored .info,
.post_content.ih-item.circle.effect11.colored .info,
.post_content.ih-item.circle.effect12.colored .info,
.post_content.ih-item.circle.effect13.colored .info,
.post_content.ih-item.circle.effect14.colored .info,
.post_content.ih-item.circle.effect15.colored .info,
.post_content.ih-item.circle.effect16.colored .info,
.post_content.ih-item.circle.effect18.colored .info .info-back,
.post_content.ih-item.circle.effect19.colored .info,
.post_content.ih-item.circle.effect20.colored .info .info-back,
.post_content.ih-item.square.effect1.colored .info,
.post_content.ih-item.square.effect2.colored .info,
.post_content.ih-item.square.effect3.colored .info,
.post_content.ih-item.square.effect4.colored .mask1,
.post_content.ih-item.square.effect4.colored .mask2,
.post_content.ih-item.square.effect5.colored .info,
.post_content.ih-item.square.effect6.colored .info,
.post_content.ih-item.square.effect7.colored .info,
.post_content.ih-item.square.effect8.colored .info,
.post_content.ih-item.square.effect9.colored .info .info-back,
.post_content.ih-item.square.effect10.colored .info,
.post_content.ih-item.square.effect11.colored .info,
.post_content.ih-item.square.effect12.colored .info,
.post_content.ih-item.square.effect13.colored .info,
.post_content.ih-item.square.effect14.colored .info,
.post_content.ih-item.square.effect15.colored .info,
.post_content.ih-item.circle.effect20.colored .info .info-back,
.post_content.ih-item.square.effect_book.colored .info {
    background: #ef595a
}
.post_content.ih-item.circle.effect1.colored .info,
.post_content.ih-item.circle.effect2.colored .info,
.post_content.ih-item.circle.effect5.colored .info .info-back,
.post_content.ih-item.circle.effect19.colored .info,
.post_content.ih-item.square.effect4.colored .mask1,
.post_content.ih-item.square.effect4.colored .mask2,
.post_content.ih-item.square.effect6.colored .info,
.post_content.ih-item.square.effect7.colored .info,
.post_content.ih-item.square.effect12.colored .info,
.post_content.ih-item.square.effect13.colored .info,
.post_content.ih-item.square.effect_more.colored .info,
.post_content.ih-item.square.effect_fade.colored:hover .info,
.post_content.ih-item.square.effect_dir.colored .info,
.post_content.ih-item.square.effect_shift.colored .info {
    /*background:rgba(239,89,90,0.6);*/
    
    background: rgba(55, 53, 61, 0.67)
}
.post_content.ih-item.square.effect_fade.colored .info {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(239, 89, 90, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(239, 89, 90, 0.6)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(239, 89, 90, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(239, 89, 90, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(239, 89, 90, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(239, 89, 90, 0.6) 100%)
}
.post_content.ih-item.circle.effect17.colored:hover .img:before {
    -webkit-box-shadow: inset 0 0 0 110px rgba(239, 89, 90, 0.6), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 0 110px rgba(239, 89, 90, 0.6), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 110px rgba(239, 89, 90, 0.6), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1)
}
.post_content.ih-item.circle.effect1 .spinner {
    border-right-color: #ef595a;
    border-bottom-color: #ef595a
}
pre.code,
#toc .toc_item.current,
#toc .toc_item:hover {
    border-color: #ef595a
}
::selection,
::-moz-selection {
    background-color: #ef595a
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
select,
textarea {} .top_panel_inner_style_3 .top_panel_cart_button,
.top_panel_inner_style_4 .top_panel_cart_button {
    background-color: rgba(239, 89, 90, 0.2)
}
.top_panel_style_8 .top_panel_buttons .top_panel_cart_button:before {
    background-color: #ef595a
}
.top_panel_inner_style_3 .top_panel_top,
.top_panel_inner_style_4 .top_panel_top,
.top_panel_inner_style_5 .top_panel_top,
.top_panel_inner_style_3 .top_panel_top .sidebar_cart,
.top_panel_inner_style_4 .top_panel_top .sidebar_cart {
    background-color: #ef595a
}
.top_panel_top a:hover {
    color: #878fd6
}
.menu_user_nav>li>a:hover {
    color: #878fd6
}
.top_panel_inner_style_3 .menu_user_nav>li>ul:after,
.top_panel_inner_style_4 .menu_user_nav>li>ul:after,
.top_panel_inner_style_5 .menu_user_nav>li>ul:after,
.top_panel_inner_style_3 .menu_user_nav>li ul,
.top_panel_inner_style_4 .menu_user_nav>li ul,
.top_panel_inner_style_5 .menu_user_nav>li ul {
    background-color: #ef595a;
    border-color: #878fd6
}
.top_panel_inner_style_3 .menu_user_nav>li ul li a:hover,
.top_panel_inner_style_3 .menu_user_nav>li ul li.current-menu-item>a,
.top_panel_inner_style_3 .menu_user_nav>li ul li.current-menu-ancestor>a,
.top_panel_inner_style_4 .menu_user_nav>li ul li a:hover,
.top_panel_inner_style_4 .menu_user_nav>li ul li.current-menu-item>a,
.top_panel_inner_style_4 .menu_user_nav>li ul li.current-menu-ancestor>a,
.top_panel_inner_style_5 .menu_user_nav>li ul li a:hover,
.top_panel_inner_style_5 .menu_user_nav>li ul li.current-menu-item>a,
.top_panel_inner_style_5 .menu_user_nav>li ul li.current-menu-ancestor>a {
    background-color: #878fd6
}
.top_panel_middle .logo {} .logo .logo_text {
    font-family: Montserrat;
    font-size: 2em;
    font-weight: normal;
    line-height: 2em
}
.top_panel_middle .menu_main_wrap {
    margin-top: calc(inherit*0.75)
}
.top_panel_style_5 .top_panel_middle .logo {
    margin-bottom: calc(inherit*0.5)
}
.top_panel_image_hover {
    background-color: rgba(135, 214, 214, 0.8)
}
.menu_main_nav>li>a {
    padding: inherit 1.5em inherit;
    font-family: Montserrat;
    font-size: 0.929em
}
.menu_main_nav>li>a:hover,
.menu_main_nav>li.sfHover>a,
.menu_main_nav>li#blob,
.menu_main_nav>li.current-menu-item>a,
.menu_main_nav>li.current-menu-parent>a,
.menu_main_nav>li.current-menu-ancestor>a {
    color: #878fd6
}
.top_panel_inner_style_1 .menu_main_nav>li>a:hover,
.top_panel_inner_style_2 .menu_main_nav>li>a:hover {
    /*background-color:#878fd6;*/
    
    border-color: #ef595a
}
.scheme_red .top_panel_inner_style_1 .menu_main_nav>li>a:hover {
    border-color: #fff
}
.top_panel_inner_style_1 .menu_main_nav>li ul,
.top_panel_inner_style_2 .menu_main_nav>li ul {} .top_panel_inner_style_1 .menu_main_nav>a:hover,
.top_panel_inner_style_1 .menu_main_nav>li.sfHover>a,
.top_panel_inner_style_1 .menu_main_nav>li#blob,
.top_panel_inner_style_1 .menu_main_nav>li.current-menu-item>a,
.top_panel_inner_style_1 .menu_main_nav>li.current-menu-parent>a,
.top_panel_inner_style_1 .menu_main_nav>li.current-menu-ancestor>a,
.top_panel_inner_style_2 .menu_main_nav>a:hover,
.top_panel_inner_style_2 .menu_main_nav>li.sfHover>a,
.top_panel_inner_style_2 .menu_main_nav>li#blob,
.top_panel_inner_style_2 .menu_main_nav>li.current-menu-item>a,
.top_panel_inner_style_2 .menu_main_nav>li.current-menu-parent>a,
.top_panel_inner_style_2 .menu_main_nav>li.current-menu-ancestor>a {
    /*background-color:#878fd6;*/
    
    border-color: #ef595a
}
.scheme_red .top_panel_inner_style_1 .menu_main_nav>a:hover,
.scheme_red .top_panel_inner_style_1 .menu_main_nav>li.sfHover>a,
.scheme_red .top_panel_inner_style_1 .menu_main_nav>li#blob,
.scheme_red .top_panel_inner_style_1 .menu_main_nav>li.current-menu-item>a,
.scheme_red .top_panel_inner_style_1 .menu_main_nav>li.current-menu-parent>a,
.scheme_red .top_panel_inner_style_1 .menu_main_nav>li.current-menu-ancestor>a {
    border-color: #fff
}
.menu_main_nav>li ul a {
    font-family: Montserrat;
    font-size: 0.857em
}
.menu_main_nav>li>ul {
    top: calc(inherit+inherit+inherit)
}
.menu_main_nav>li ul li a {
    padding: inherit 1.5em inherit
}
.menu_main_nav>li ul li a:hover,
.menu_main_nav>li ul li.current-menu-item>a,
.menu_main_nav>li ul li.current-menu-ancestor>a {
    color: #878fd6
}
.top_panel_inner_style_1 .menu_main_nav>li ul li a:hover,
.top_panel_inner_style_1 .menu_main_nav>li ul li.current-menu-item>a,
.top_panel_inner_style_1 .menu_main_nav>li ul li.current-menu-ancestor>a,
.top_panel_inner_style_2 .menu_main_nav>li ul li a:hover,
.top_panel_inner_style_2 .menu_main_nav>li ul li.current-menu-item>a,
.top_panel_inner_style_2 .menu_main_nav>li ul li.current-menu-ancestor>a {
    background-color: #878fd6
}
.menu_main_responsive_button {
    margin-top: inherit;
    margin-bottom: inherit
}
.menu_main_responsive_button:hover {
    color: #878fd6
}
.responsive_menu .top_panel_middle .menu_main_responsive_button {
    top: inherit
}
.responsive_menu .menu_main_responsive_button {
    margin-top: calc(inherit*0.8);
    margin-bottom: calc(inherit*0.6)
}
.top_panel_inner_style_1 .menu_main_responsive,
.top_panel_inner_style_2 .menu_main_responsive {
    /*background-color:#ef595a;*/
}
.top_panel_inner_style_1 .menu_main_responsive a:hover,
.top_panel_inner_style_2 .menu_main_responsive a:hover {
    background-color: #878fd6
}
.top_panel_bottom .search_wrap,
.top_panel_inner_style_4 .search_wrap {
    padding-top: calc(inherit*0.65);
    padding-bottom: calc(inherit*0.5)
}
.top_panel_inner_style_1 .search_form_wrap,
.top_panel_inner_style_2 .search_form_wrap {
    background-color: rgba(135, 143, 214, 0.2)
}
.top_panel_icon {
    margin: calc(inherit*0.7) 0 inherit 1em
}
.top_panel_icon.search_wrap,
.top_panel_inner_style_5 .menu_main_responsive_button,
.top_panel_inner_style_6 .menu_main_responsive_button,
.top_panel_inner_style_7 .menu_main_responsive_button {
    color: #ef595a
}
.top_panel_icon .contact_icon,
.top_panel_icon .search_submit {
    color: #ef595a
}
.top_panel_middle a:hover .contact_icon,
.top_panel_icon.search_wrap:hover,
.top_panel_icon:hover .contact_icon,
.top_panel_icon:hover .search_submit,
.top_panel_inner_style_5 .menu_main_responsive_button:hover,
.top_panel_inner_style_6 .menu_main_responsive_button:hover,
.top_panel_inner_style_7 .menu_main_responsive_button:hover {
    background-color: #ef595a
}
.search_results .post_more,
.search_results .search_results_close {
    color: #ef595a
}
.search_results .post_more:hover,
.search_results .search_results_close:hover {
    color: #878fd6
}
.top_panel_inner_style_1 .search_results,
.top_panel_inner_style_1 .search_results:after,
.top_panel_inner_style_2 .search_results,
.top_panel_inner_style_2 .search_results:after,
.top_panel_inner_style_3 .search_results,
.top_panel_inner_style_3 .search_results:after {
    background-color: #ef595a
}
.top_panel_fixed .menu_main_wrap {
    padding-top: calc(inherit*0.3)
}
.top_panel_fixed .top_panel_wrap .logo {
    margin-top: calc(inherit*0.6);
    margin-bottom: calc(inherit*0.6)
}
.top_panel_inner_style_8 .top_panel_buttons,
.top_panel_inner_style_8 .menu_pushy_wrap .menu_pushy_button {
    padding-top: inherit;
    padding-bottom: inherit
}
.pushy_inner a {
    color: #ef595a
}
.pushy_inner a:hover {
    color: #878fd6
}
.top_panel_inner_style_3 .popup_wrap a,
.top_panel_inner_style_3 .popup_wrap .sc_socials.sc_socials_type_icons a:hover,
.top_panel_inner_style_4 .popup_wrap a,
.top_panel_inner_style_4 .popup_wrap .sc_socials.sc_socials_type_icons a:hover,
.top_panel_inner_style_5 .popup_wrap a,
.top_panel_inner_style_5 .popup_wrap .sc_socials.sc_socials_type_icons a:hover {
    color: #ef595a
}
.top_panel_inner_style_3 .popup_wrap a:hover,
.top_panel_inner_style_4 .popup_wrap a:hover,
.top_panel_inner_style_5 .popup_wrap a:hover {
    color: #878fd6
}
.post_title .post_icon {
    color: #ef595a
}
.pagination>a {
    border-color: #ef595a
}
.post_format_aside.post_item_single .post_content p,
.post_format_aside .post_descr {
    border-color: #ef595a
}
.post_info {
    font-size: 0.786em;
}
.post_info a[class*="icon-"] {
    color: #ef595a
}
.post_info a:hover,
.post_info a:hover>span {
    color: #878fd6
}
.post_item .post_readmore:hover .post_readmore_label {
    color: #878fd6
}
.post_item_related .post_info a:hover,
.post_item_related .post_title a:hover {
    color: #878fd6
}
.isotope_item_colored .post_featured .post_mark_new,
.isotope_item_colored .post_featured .post_title,
.isotope_item_colored .post_content.ih-item.square.colored .info {
    background-color: #ef595a
}
.isotope_item_colored .post_category a,
.isotope_item_colored .post_rating .reviews_stars_bg,
.isotope_item_colored .post_rating .reviews_stars_hover,
.isotope_item_colored .post_rating .reviews_value {
    color: #ef595a
}
.isotope_item_colored .post_info_wrap .post_button .sc_button {
    color: #ef595a
}
.isotope_wrap .isotope_item_colored_1 .post_featured {
    border-color: #ef595a
}
.isotope_filters a {
    border-color: #ef595a;
    background-color: #ef595a
}
.isotope_filters a.active,
.isotope_filters a:hover {
    border-color: #878fd6;
    background-color: #878fd6
}
.pagination_single>.pager_numbers,
.pagination_single a,
.pagination_slider .pager_cur,
.pagination_pages>a,
.pagination_pages>span {
    border-color: #ef595a;
    background-color: #ef595a
}
.pagination_single>.pager_numbers,
.pagination_single a:hover,
.pagination_slider .pager_cur:hover,
.pagination_slider .pager_cur:focus,
.pagination_pages>.active,
.pagination_pages>a:hover {
    color: #ef595a
}
.pagination_wrap .pager_next,
.pagination_wrap .pager_prev,
.pagination_wrap .pager_last,
.pagination_wrap .pager_first {
    color: #ef595a
}
.pagination_wrap .pager_next:hover,
.pagination_wrap .pager_prev:hover,
.pagination_wrap .pager_last:hover,
.pagination_wrap .pager_first:hover {
    color: #878fd6
}
.pagination_viewmore>a {
    background-color: #ef595a
}
.pagination_viewmore>a:hover {
    background-color: #878fd6
}
.viewmore_loader,
.mfp-preloader span,
.sc_video_frame.sc_video_active:before {
    background-color: #878fd6
}
.post_featured .post_nav_item:before {
    background-color: #ef595a
}
.post_featured .post_nav_item .post_nav_info {
    background-color: #ef595a
}
.reviews_block .reviews_summary .reviews_item {
    background-color: #ef595a
}
.reviews_block .reviews_summary,
.reviews_block .reviews_max_level_100 .reviews_stars_bg {
    background-color: #ef595a
}
.reviews_block .reviews_max_level_100 .reviews_stars_hover,
.reviews_block .reviews_item .reviews_slider {
    background-color: #ef595a
}
.reviews_block .reviews_item .reviews_stars_hover {
    color: #ef595a
}
/* Summary stars in the post item (under the title) */

.post_item .post_rating .reviews_stars_bg,
.post_item .post_rating .reviews_stars_hover,
.post_item .post_rating .reviews_value {
    color: #ef595a
}
/*.post_author .post_author_title a{color:#ef595a}.post_author .post_author_title a:hover{color:#878fd6}.post_author .post_author_info .sc_socials a:hover{color:#878fd6}*/

.post_item_404 .page_title {
    color: #878fd6
}
.sidebar_outer_menu .menu_side_nav>li>a,
.sidebar_outer_menu .menu_side_responsive>li>a {
    font-family: Montserrat;
    font-size: 0.929em
}
.sidebar_outer_menu .menu_side_nav>li ul,
.sidebar_outer_menu .menu_side_responsive>li ul {
    font-family: Montserrat;
    font-size: 0.857em
}
.sidebar_outer_menu .menu_side_nav>li ul li a,
.sidebar_outer_menu .menu_side_responsive>li ul li a {
    padding: inherit 1.5em inherit
}
.sidebar_outer_menu .sidebar_outer_menu_buttons>a:hover,
.scheme_dark .sidebar_outer_menu .sidebar_outer_menu_buttons>a:hover,
.scheme_light .sidebar_outer_menu .sidebar_outer_menu_buttons>a:hover {
    color: #ef595a
}
.widget_area_inner a:hover,
.widget_area_inner ul li a:hover {
    color: #ef595a
}
.widget_area_inner .post_info a.post_info_author {
    color: #ef595a
}
.widget_area_inner .post_info a.post_info_author:hover {
    color: #878fd6
}
/*.widget_area_inner a,.widget_area_inner ul li:before,.widget_area_inner ul li a:hover,.widget_area_inner button:before{color:#ef595a}.widget_area_inner a:hover,.widget_area_inner ul li a,.widget_area_inner button:hover:before{color:#878fd6}.widget_area_inner .widget_text a:not(.sc_button),.widget_area_inner .post_info a{color:#ef595a}.widget_area_inner .widget_text a:not(.sc_button):hover,.widget_area_inner .post_info a:hover{color:#878fd6}*/
/* Widget:Calendar */

.widget_area_inner .widget_calendar td a:hover {
    color: #ef595a
}
/* Widget:Tag Cloud */

.widget_area_inner .widget_product_tag_cloud a,
.widget_area_inner .widget_tag_cloud a {} .widget_area_inner .widget_product_tag_cloud a:hover,
.widget_area_inner .widget_tag_cloud a:hover {
    border-color: #878fd6;
    background-color: #878fd6
}
.testimonials_wrap_inner,
.twitter_wrap_inner {
    background-color: #ef595a
}
.copyright_wrap_inner .menu_footer_nav li a:hover,
.scheme_dark .copyright_wrap_inner .menu_footer_nav li a:hover,
.scheme_light .copyright_wrap_inner .menu_footer_nav li a:hover {
    color: #ef595a
}
.contacts_wrap_inner .sc_socials.sc_socials_type_icons a:hover,
.contacts_wrap_inner .scheme_dark .sc_socials.sc_socials_type_icons a:hover,
.contacts_wrap_inner .scheme_light .sc_socials.sc_socials_type_icons a:hover {
    color: #878fd6;
    border-color: #878fd6
}
.copyright_wrap_inner .sc_socials.sc_socials_type_icons a:hover,
.copyright_wrap_inner .scheme_dark .sc_socials.sc_socials_type_icons a:hover,
.copyright_wrap_inner .scheme_light .sc_socials.sc_socials_type_icons a:hover {
    color: #878fd6;
    border-color: #878fd6
}
.scroll_to_top {
    background-color: #ef595a
}
.scroll_to_top:hover {
    background-color: #878fd6
}
.custom_options #co_toggle {
    background-color: #878fd6 
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.woocommerce .quantity input[type="button"]:hover,
.woocommerce #content input[type="button"]:hover,
.woocommerce-page .quantity input[type="button"]:hover,
.woocommerce-page #content .quantity input[type="button"]:hover,
.woocommerce ul.cart_list li>.amount,
.woocommerce ul.product_list_widget li>.amount,
.woocommerce-page ul.cart_list li>.amount,
.woocommerce-page ul.product_list_widget li>.amount,
.woocommerce ul.cart_list li span .amount,
.woocommerce ul.product_list_widget li span .amount,
.woocommerce-page ul.cart_list li span .amount,
.woocommerce-page ul.product_list_widget li span .amount,
.woocommerce ul.cart_list li ins .amount,
.woocommerce ul.product_list_widget li ins .amount,
.woocommerce-page ul.cart_list li ins .amount,
.woocommerce-page ul.product_list_widget li ins .amount,
.woocommerce.widget_shopping_cart .total .amount,
.woocommerce .widget_shopping_cart .total .amount,
.woocommerce-page.widget_shopping_cart .total .amount,
.woocommerce-page .widget_shopping_cart .total .amount,
.woocommerce a:hover h3,
.woocommerce-page a:hover h3,
.woocommerce .cart-collaterals .order-total strong,
.woocommerce-page .cart-collaterals .order-total strong,
.woocommerce .checkout #order_review .order-total .amount,
.woocommerce-page .checkout #order_review .order-total .amount,
.woocommerce .star-rating,
.woocommerce-page .star-rating,
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before,
.widget_area_inner .widgetWrap ul>li .star-rating span,
.woocommerce #review_form #respond .stars a,
.woocommerce-page #review_form #respond .stars a {
    color: #ef595a
}
.woocommerce div.quantity span,
.woocommerce-page div.quantity span {
    background-color: #ef595a
}
.woocommerce div.quantity span:hover,
.woocommerce-page div.quantity span:hover {
    background-color: #878fd6
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #ef595a
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    background: #ef595a
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active,
.woocommerce #respond input#submit.alt:active,
.woocommerce #content input.button.alt:active,
.woocommerce-page a.button.alt:active,
.woocommerce-page button.button.alt:active,
.woocommerce-page input.button.alt:active,
.woocommerce-page #respond input#submit.alt:active,
.woocommerce-page #content input.button.alt:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce #content input.button:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page #content input.button:active {
    border-top-color: #ef595a
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-account .addresses .title .edit {
    background-color: #ef595a
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-account .addresses .title .edit:hover {
    background-color: #878fd6
}
.woocommerce span.new,
.woocommerce-page span.new,
.woocommerce span.onsale,
.woocommerce-page span.onsale {
    background-color: #878fd6
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .star-rating:before,
.woocommerce ul.products li.product .star-rating span {
    color: #ef595a
}
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce-page ul.products li.product .add_to_cart_button {
    background-color: #ef595a
}
.woocommerce ul.products li.product .add_to_cart_button:hover,
.woocommerce-page ul.products li.product .add_to_cart_button:hover {
    background-color: #878fd6
}
.single-product .woocommerce-tabs.trx-stretch-width .wc-tabs li.active a:after {
    background-color: #ef595a
}
.single-product .woocommerce-tabs.trx-stretch-width .wc-tabs li.active a:hover:after {
    background-color: #878fd6
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
    border-color: #ef595a;
    background-color: #ef595a
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #ef595a
}
.woocommerce table.cart thead th,
.woocommerce #content table.cart thead th,
.woocommerce-page table.cart thead th,
.woocommerce-page #content table.cart thead th {
    background-color: #ef595a
}
.tribe-events-calendar thead th {
    background-color: #ef595a
}
a.tribe-events-read-more,
.tribe-events-button,
.tribe-events-nav-previous a,
.tribe-events-nav-next a,
.tribe-events-widget-link a,
.tribe-events-viewmore a {
    background-color: #ef595a
}
a.tribe-events-read-more:hover,
.tribe-events-button:hover,
.tribe-events-nav-previous a:hover,
.tribe-events-nav-next a:hover,
.tribe-events-widget-link a:hover,
.tribe-events-viewmore a:hover {
    background-color: #878fd6
}
#bbpress-forums div.bbp-topic-content a,
#buddypress button,
#buddypress a.button,
#buddypress input[type="submit"],
#buddypress input[type="button"],
#buddypress input[type="reset"],
#buddypress ul.button-nav li a,
#buddypress div.generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button,
#buddypress div.item-list-tabs ul li.selected a {
    background: #ef595a
}
#bbpress-forums div.bbp-topic-content a:hover,
#buddypress button:hover,
#buddypress a.button:hover,
#buddypress input[type="submit"]:hover,
#buddypress input[type="button"]:hover,
#buddypress input[type="reset"]:hover,
#buddypress ul.button-nav li a:hover,
#buddypress div.generic-button a:hover,
#buddypress .comment-reply-link:hover,
a.bp-title-button:hover,
#buddypress div.item-list-tabs ul li.selected a:hover {
    background: #878fd6
}
#buddypress #reply-title small a span,
#buddypress a.bp-primary-action span {
    color: #ef595a
}
.booking_font_custom,
.booking_day_container,
.booking_calendar_container_all {
    font-family: Open Sans
}
.booking_weekdays_custom {
    font-family: Open Sans
}
.booking_month_navigation_button_custom:hover {
    background-color: #878fd6 
}
#learndash_next_prev_link>a {
    background-color: #ef595a
}
#learndash_next_prev_link>a:hover {
    background-color: #878fd6
}
.widget_area dd.course_progress div.course_progress_blue {
    background-color: #878fd6
}
.sc_accordion .sc_accordion_item.sc_active .sc_accordion_title .sc_accordion_icon {
    background-color: #ef595a
}
.sc_audio .sc_audio_author_name,
.sc_audio .sc_audio_title {
    /*color:#ef595a;*/
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-current {
    /*background:#ef595a ;*/
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.sc_button {
    font-family: Montserrat
}
/*input[type="submit"],input[type="reset"],input[type="button"],button,.sc_button.sc_button_style_filled{background-color:#ef595a}input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,button:hover,.sc_button.sc_button_style_filled:hover{background-color:#878fd6}.sc_button.sc_button_style_border{border-color:#ef595a;	color:#ef595a}.sc_button.sc_button_style_border:hover{border-color:#878fd6 }*/

.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date {
    background-color: #ef595a;
    border-color: #ef595a
}
.sc_blogger.layout_polaroid .photostack nav span.current {
    background-color: #ef595a
}
.sc_blogger.layout_polaroid .photostack nav span.current.flip {
    background-color: #878fd6
}
.sc_call_to_action_style_1 .sc_call_to_action_icon {
    color: #878fd6
}
.sc_call_to_action_accented {
    background-color: #ef595a
}
.sc_call_to_action_accented .sc_item_button>a {
    color: #ef595a
}
.sc_call_to_action_accented .sc_item_button>a:before {
    background-color: #ef595a
}
.sc_chat_inner a {
    color: #ef595a
}
.sc_chat_inner a:hover {
    color: #878fd6
}
.sc_clients_style_clients-2 .sc_client_title a:hover {
    color: #ef595a
}
.sc_clients_style_clients-2 .sc_client_description:before,
.sc_clients_style_clients-2 .sc_client_position {
    color: #ef595a
}
.sc_form .sc_form_item.sc_form_button button {
    /*color:#ef595a;*/
    /*border-color:#ef595a;*/
}
.sc_form .sc_form_item.sc_form_button button:hover {
    /*background-color:#ef595a;*/
}
.sc_form table.picker__table th {
    background-color: #ef595a
}
.sc_form .picker__day--today:before,
.sc_form .picker__button--today:before,
.sc_form .picker__button--clear:before,
.sc_form button:focus {
    border-color: #ef595a
}
.sc_form .picker__button--close:before {
    color: #ef595a
}
.sc_form .picker--time .picker__button--clear:hover,
.sc_form .picker--time .picker__button--clear:focus {
    background-color: #878fd6
}
.sc_countdown.sc_countdown_style_1 .sc_countdown_digits,
.sc_countdown.sc_countdown_style_1 .sc_countdown_separator {
    color: #ef595a
}
.sc_countdown.sc_countdown_style_1 .sc_countdown_label {
    color: #ef595a
}
.sc_countdown.sc_countdown_style_2 .sc_countdown_separator {
    color: #ef595a
}
.sc_countdown.sc_countdown_style_2 .sc_countdown_digits span {
    background-color: #ef595a
}
.sc_countdown.sc_countdown_style_2 .sc_countdown_label {
    color: #ef595a
}
.sc_dropcaps .sc_dropcaps_item {
    background-color: #ef595a
}
.sc_events_style_events-2 .sc_events_item_date {
    background-color: #ef595a
}
.sc_highlight_style_1 {
    background-color: #ef595a
}
.sc_highlight_style_2 {
    background-color: #878fd6
}
.sc_icon_hover:hover,
a:hover .sc_icon_hover {
    background-color: #ef595a 
}
.sc_icon_shape_round.sc_icon,
.sc_icon_shape_square.sc_icon {
    background-color: #ef595a;
    border-color: #ef595a
}
.sc_icon_shape_round.sc_icon:hover,
.sc_icon_shape_square.sc_icon:hover,
a:hover .sc_icon_shape_round.sc_icon,
a:hover .sc_icon_shape_square.sc_icon {
    color: #ef595a
}
figure figcaption,
.sc_image figcaption {
    background-color: rgba(239, 89, 90, 0.6)
}
.sc_list_style_iconed li:before,
.sc_list_style_iconed .sc_list_icon {
    color: #ef595a
}
.sc_list_style_iconed li a:hover .sc_list_title {
    color: #878fd6
}
.sc_popup:before {
    background-color: #ef595a
}
.sc_price_block.sc_price_block_style_1 {
    background-color: #ef595a
}
.sc_price_block.sc_price_block_style_2 {
    background-color: #878fd6
}
.sc_recent_news_header_category_item_more {
    color: #ef595a
}
.sc_recent_news_header_more_categories>a {
    color: #ef595a
}
.sc_recent_news_header_more_categories>a:hover {
    color: #878fd6
}
.sc_scroll_controls_wrap a {
    background-color: #ef595a
}
.sc_scroll_controls_type_side .sc_scroll_controls_wrap a {
    background-color: rgba(239, 89, 90, 0.8)
}
.sc_scroll_controls_wrap a:hover {
    background-color: #878fd6
}
.sc_scroll_bar .swiper-scrollbar-drag:before {
    background-color: #ef595a
}
.sc_skills_counter .sc_skills_item .sc_skills_icon {
    color: #ef595a
}
.sc_skills_counter .sc_skills_item:hover .sc_skills_icon {
    color: #878fd6
}
.sc_skills_bar .sc_skills_item .sc_skills_count {
    border-color: #ef595a
}
.sc_skills_bar .sc_skills_item .sc_skills_count,
.sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info {
    background-color: #ef595a
}
.sc_slider_swiper .sc_slider_info {
    background-color: rgba(239, 89, 90, 0.8) 
}
.sc_slider_pagination_over .sc_slider_pagination_wrap span:hover,
.sc_slider_pagination_over .sc_slider_pagination_wrap .swiper-pagination-bullet-active {
    border-color: #ef595a;
    background-color: #ef595a
}
.sc_socials.sc_socials_type_icons a,
.scheme_dark .sc_socials.sc_socials_type_icons a,
.scheme_light .sc_socials.sc_socials_type_icons a {
    color: #878fd6;
    border-color: #878fd6
}
.sc_socials.sc_socials_type_icons a:hover,
.scheme_dark .sc_socials.sc_socials_type_icons a:hover,
.scheme_light .sc_socials.sc_socials_type_icons a:hover {
    color: #ef595a;
    border-color: #ef595a
}
.sc_socials a,
.sc_socials a span {
    color: #878fd6;
    border-color: #878fd6
}
.contacts_wrap_inner .sc_socials.sc_socials_type_icons a span {
    color: #999ca9;
    border-color: #999ca9
}
.sc_socials a:hover,
.sc_socials a:hover span {
    color: #ef595a;
    border-color: #ef595a
}
.contacts_wrap_inner .sc_socials.sc_socials_type_icons a:hover span {
    color: #878fd6;
    border-color: #878fd6
}
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a,
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.sc_tabs_active a {
    border-top-color: #ef595a
}
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a,
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.sc_tabs_active a {
    border-left-color: #ef595a
}
/*.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a,.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.sc_tabs_active a,.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:hover{color:#ef595a}.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a:after,.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.sc_tabs_active a:after{background-color:#ef595a}.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{border-color:#ef595a;	background-color:#ef595a}.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover,.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a,.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.sc_tabs_active a{color:#ef595a}*/
/*.sc_team_item .sc_team_item_info .sc_team_item_title a:hover{color:#878fd6}.sc_team_item .sc_team_item_info .sc_team_item_position{color:#ef595a}.sc_team_style_team-1 .sc_team_item_info,.sc_team_style_team-3 .sc_team_item_info{border-color:#ef595a}.sc_team.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover{background-color:rgba(239,89,90,0.8)}.sc_team.sc_team_style_team-4 .sc_socials_item a:hover{color:#ef595a;	border-color:#ef595a}.sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a:hover{color:#ef595a}*/

.sc_testimonials {} .scheme_dark .sc_testimonials_style_testimonials-1 {
    background-color: #878fd6
}
.sc_title_icon {
    color: #878fd6
}
.sc_title_underline::after {
    border-color: #ef595a
}
.sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active {
    color: #ef595a;
    border-color: #ef595a
}
.sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened {
    background-color: #ef595a
}
.sc_toggles .sc_toggles_item .sc_toggles_title:hover {
    color: #878fd6;
    border-color: #878fd6
}
.sc_toggles .sc_toggles_item .sc_toggles_title:hover .sc_toggles_icon_opened {
    background-color: #878fd6
}
.sc_tooltip_parent .sc_tooltip,
.sc_tooltip_parent .sc_tooltip:before {
    background-color: #ef595a
}
/* Common styles (title,subtitle and description for some shortcodes) */

.sc_item_subtitle {
    color: #ef595a
}
.sc_item_title:after {
    background-color: #ef595a
}
.sc_item_button>a:before {
    color: #ef595a
}
.sc_item_button>a:hover:before {
    color: #878fd6
}

body #booked-profile-page input[type=submit].button-primary:hover,
body table.booked-calendar input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary:hover,
body table.booked-calendar thead,
body table.booked-calendar thead th,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body #booked-profile-page .booked-profile-appt-list .appt-block .google-cal-button,
body #booked-profile-page .booked-profile-header {
	background: #365769 ;
}

body #booked-profile-page input[type=submit].button-primary:hover,
body table.booked-calendar input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary:hover,
body table.booked-calendar th,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body #booked-profile-page .booked-profile-appt-list .appt-block .google-cal-button,
body #booked-profile-page .booked-profile-header {
	border-color: #365769 ;
}
/* Dark Color */

body table.booked-calendar tr.days,
body table.booked-calendar tr.days th,
body .booked-calendarSwitcher,
body .booked-calendarSwitcher select {
	background: #264452 ;
}

body table.booked-calendar tr.days th {
	border-color: #264452 ;
}
/* Primary Button Color */

body #booked-profile-page input[type=submit].button-primary,
body table.booked-calendar input[type=submit].button-primary,
body .booked-modal input[type=submit].button-primary,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block {
	background: #365769;
}

body #booked-profile-page input[type=submit].button-primary,
body table.booked-calendar input[type=submit].button-primary,
body .booked-modal input[type=submit].button-primary,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
	border-color: #365769;
}

.bg_color_1 {
    background-color: #f0f1f5 ;
}

.bg_color_2 {
    background-color: #37353d ;
}
.bg_color_3 {
    background-color: #878fd6 ;
}

.color_1{
	color:#999ca9;
}
.color_2{
	color:#ef595a;
}
.color_3{
	color:#000000;
}