/*
Attention! Do not modify this .css-file!
Please, make all necessary changes in the corresponding .less-file!
*/
@charset "utf-8";

/* Origano (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.1 Media player
   13.2 WooCommerce
   13.3 Tribe Events
   13.4 BB Press
14. Predefined classes for users
15. Shortcodes

-------------------------------------------------------------- */
/* 1. Theme typography
-------------------------------------------------------------- */
body {
  font-family: "PT Serif", serif;
  font-size: 15px;
  line-height: 1.78em;
  font-weight: 400;
}
.scheme_original body {
  color: #989894;
}
.scheme_dark body {
  color: #909090;
}
h1 {
  font-family: "Vidaloka", serif;
  font-size: 2.66em;
  line-height: 1.3em;
  font-weight: 400;
  margin-bottom: 0.62em;
}
h2 {
  font-family: "Vidaloka", serif;
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 400;
  margin-bottom: 0.43em;
}
h3 {
  font-family: "Vidaloka", serif;
  font-size: 1.33em;
  line-height: 1.3em;
  font-weight: 400;
  margin-bottom: 0.6em;
}
h4 {
  font-family: "Vidaloka", serif;
  font-size: 1.66em;
  line-height: 1.3em;
  font-weight: 400;
  margin-bottom: 0.26em;
}
h5 {
  font-family: "Vidaloka", serif;
  font-size: 1.12em;
  line-height: 1.3em;
  font-weight: 400;
  margin-bottom: 0.37em;
}
h6 {
  font-family: "Vidaloka", serif;
  font-size: 0.93em;
  line-height: 1.3em;
  font-weight: 400;
  margin-bottom: 0.7em;
}
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h5,
h4 + h6,
h5 + h6 {
  margin-top: 0;
}
dt,
b,
strong {
  font-weight: 500;
}
/* Normal state */
.scheme_original h1,
.scheme_original h2,
.scheme_original h3,
.scheme_original h4,
.scheme_original h5,
.scheme_original h6,
.scheme_original h1 a,
.scheme_original h2 a,
.scheme_original h3 a,
.scheme_original h4 a,
.scheme_original h5 a,
.scheme_original h6 a {
  color: #232a34;
}
.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: #e0e0e0;
}
h1,
h2,
h3,
h6 {
  text-transform: uppercase;
}
html.csstransitions a,
html.csstransitions button {
  -webkit-transition: all 0.3s 0 ease;
  -moz-transition: all 0.3s 0 ease;
  -ms-transition: all 0.3s 0 ease;
  -o-transition: all 0.3s 0 ease;
  transition: all 0.3s 0 ease;
}
.scheme_original a {
  color: #7ac369;
}
.scheme_dark a {
  color: #20c7ca;
}
.scheme_original a:hover {
  color: #66a756;
}
.scheme_dark a:hover {
  color: #189799;
}
.scheme_original blockquote:before {
  color: #7ac369;
}
.scheme_dark blockquote:before {
  color: #20c7ca;
}
/* 2. Theme Accent Colors
------------------------------------------------------------------------- */
/* Accent1 color - use it as background and border with next classes */
.scheme_original .accent1 {
  color: #7ac369;
}
.scheme_dark .accent1 {
  color: #20c7ca;
}
.scheme_original .accent1_bgc {
  background-color: #7ac369;
}
.scheme_dark .accent1_bgc {
  background-color: #20c7ca;
}
.scheme_original .accent1_bg {
  background: #7ac369;
}
.scheme_dark .accent1_bg {
  background: #20c7ca;
}
.scheme_original .accent1_border {
  border-color: #7ac369;
}
.scheme_dark .accent1_border {
  border-color: #20c7ca;
}
.scheme_original a.accent1:hover {
  color: #66a756;
}
.scheme_dark a.accent1:hover {
  color: #189799;
}
/* 2.1 Common colors
-------------------------------------------------------------- */
/* Portfolio hovers */
.scheme_original .post_content.ih-item.square.effect_fade.colored .info {
  color: #ffffff;
}
.scheme_dark .post_content.ih-item.square.effect_fade.colored .info {
  color: #f0f0f0;
}
.scheme_original .post_content.ih-item.square.effect_fade.colored .info {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(122, 195, 105, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(122, 195, 105, 0.6)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(122, 195, 105, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(122, 195, 105, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(122, 195, 105, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(122, 195, 105, 0.6) 100%);
}
.scheme_dark .post_content.ih-item.square.effect_fade.colored .info {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(32, 199, 202, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(32, 199, 202, 0.6)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(32, 199, 202, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(32, 199, 202, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(32, 199, 202, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(32, 199, 202, 0.6) 100%);
}
.scheme_original .post_content.ih-item.circle.effect17.colored:hover .img:before {
  -webkit-box-shadow: inset 0 0 0 110px #7ac369, 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 #7ac369, 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 #7ac369, inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.scheme_dark .post_content.ih-item.circle.effect17.colored:hover .img:before {
  -webkit-box-shadow: inset 0 0 0 110px #20c7ca, 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 #20c7ca, 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 #20c7ca, inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.scheme_original .post_content.ih-item.circle.effect17.colored:hover .img:before {
  -webkit-box-shadow: inset 0 0 0 110px rgba(122,195,105, 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(122,195,105, 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(122,195,105, 0.6), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.scheme_dark .post_content.ih-item.circle.effect17.colored:hover .img:before {
  -webkit-box-shadow: inset 0 0 0 110px rgba(32,199,202, 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(32,199,202, 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(32,199,202, 0.6), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.scheme_original .post_content.ih-item.circle.effect1 .spinner {
  border-right-color: #7ac369;
}
.scheme_dark .post_content.ih-item.circle.effect1 .spinner {
  border-right-color: #20c7ca;
}
.scheme_original .post_content.ih-item.circle.effect1 .spinner {
  border-bottom-color: #7ac369;
}
.scheme_dark .post_content.ih-item.circle.effect1 .spinner {
  border-bottom-color: #20c7ca;
}
.scheme_original .post_content.ih-item .post_readmore .post_readmore_label,
.scheme_original .post_content.ih-item .info a,
.scheme_original .post_content.ih-item .info a > span {
  color: #ffffff;
}
.scheme_dark .post_content.ih-item .post_readmore .post_readmore_label,
.scheme_dark .post_content.ih-item .info a,
.scheme_dark .post_content.ih-item .info a > span {
  color: #ffffff;
}
.scheme_original .post_content.ih-item .post_readmore:hover .post_readmore_label,
.scheme_original .post_content.ih-item .info a:hover,
.scheme_original .post_content.ih-item .info a:hover > span {
  color: #ffffff;
}
.scheme_dark .post_content.ih-item .post_readmore:hover .post_readmore_label,
.scheme_dark .post_content.ih-item .info a:hover,
.scheme_dark .post_content.ih-item .info a:hover > span {
  color: #e5e5e5;
}
/* Tables */
.scheme_original td,
.scheme_original th {
  border-color: #efefef;
}
.scheme_dark td,
.scheme_dark th {
  border-color: #000000;
}
.sc_table table {
  background: #fff;
  /*overflow: hidden;*/
  /* In Chrome hide right and bottom borders for the table */
}
.scheme_original .sc_table table {
  color: #989894;
}
.scheme_dark .sc_table table {
  color: #909090;
}
.scheme_original .sc_table table {
  border-color: #efefef;
}
.scheme_dark .sc_table table {
  border-color: #000000;
}
.sc_table table th,
.sc_table table td {
  padding: 1em;
}
.scheme_original .sc_table table tr:first-child,
.scheme_original .sc_table table tr td:first-child,
.scheme_original .sc_table table tr td:last-child,
.scheme_original .sc_table table tr th:last-child,
.scheme_original .sc_table table .total-th {
  color: #232a34;
}
.scheme_dark .sc_table table tr:first-child,
.scheme_dark .sc_table table tr td:first-child,
.scheme_dark .sc_table table tr td:last-child,
.scheme_dark .sc_table table tr th:last-child,
.scheme_dark .sc_table table .total-th {
  color: #e0e0e0;
}
.scheme_original .sc_table table tr td:nth-child(2) {
  color: #cde452;
}
.scheme_dark .sc_table table tr td:nth-child(2) {
  color: #cde452;
}
.scheme_original .sc_table table tr:first-child th:first-child {
  color: #ffffff;
}
.scheme_dark .sc_table table tr:first-child th:first-child {
  color: #f0f0f0;
}
.scheme_original .sc_table table tr:first-child th:first-child {
  background-color: #7ac369;
}
.scheme_dark .sc_table table tr:first-child th:first-child {
  background-color: #20c7ca;
}
.sc_table table tr:first-child th,
.sc_table table tr:first-child td {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 400;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}
/* Table of contents */
.scheme_original pre.code,
.scheme_original #toc .toc_item.current,
.scheme_original #toc .toc_item:hover {
  border-color: #7ac369;
}
.scheme_dark pre.code,
.scheme_dark #toc .toc_item.current,
.scheme_dark #toc .toc_item:hover {
  border-color: #20c7ca;
}
.scheme_original ::selection,
.scheme_original ::-moz-selection {
  background-color: #7ac369;
}
.scheme_dark ::selection,
.scheme_dark ::-moz-selection {
  background-color: #20c7ca;
}
.scheme_original ::selection,
.scheme_original ::-moz-selection {
  color: #ffffff;
}
.scheme_dark ::selection,
.scheme_dark ::-moz-selection {
  color: #f0f0f0;
}
/* 3. Form fields settings
-------------------------------------------------------------- */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
select,
textarea {
  border: none;
  line-height: 1.3em;
}
.scheme_original input[type="text"],
.scheme_original input[type="number"],
.scheme_original input[type="email"],
.scheme_original input[type="search"],
.scheme_original input[type="password"],
.scheme_original select,
.scheme_original textarea {
  color: #989894;
}
.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;
}
.scheme_original input[type="text"],
.scheme_original input[type="number"],
.scheme_original input[type="email"],
.scheme_original input[type="search"],
.scheme_original input[type="password"],
.scheme_original select,
.scheme_original textarea {
  background-color: #ffffff;
}
.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 {
  background-color: #666666;
}
.scheme_original input[type="text"]:focus,
.scheme_original input[type="number"]:focus,
.scheme_original input[type="email"]:focus,
.scheme_original input[type="search"]:focus,
.scheme_original input[type="password"]:focus,
.scheme_original select:focus,
.scheme_original textarea:focus {
  color: #232a34;
}
.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;
}
.scheme_original input[type="text"]:focus,
.scheme_original input[type="number"]:focus,
.scheme_original input[type="email"]:focus,
.scheme_original input[type="search"]:focus,
.scheme_original input[type="password"]:focus,
.scheme_original select:focus,
.scheme_original textarea:focus {
  background-color: #f0f0f0;
}
.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 {
  background-color: #505050;
}
textarea,
select,
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="password"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html.csstransitions textarea,
html.csstransitions select,
html.csstransitions input[type="submit"],
html.csstransitions input[type="text"],
html.csstransitions input[type="email"],
html.csstransitions input[type="password"] {
  -webkit-transition: all 0.3s 0 ease;
  -moz-transition: all 0.3s 0 ease;
  -ms-transition: all 0.3s 0 ease;
  -o-transition: all 0.3s 0 ease;
  transition: all 0.3s 0 ease;
}
.scheme_original input::-webkit-input-placeholder,
.scheme_original textarea::-webkit-input-placeholder {
  color: #acb4b6;
}
.scheme_dark input::-webkit-input-placeholder,
.scheme_dark textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}
/* 6. Page layouts
-------------------------------------------------------------- */
.scheme_original .body_style_boxed .body_wrap {
  background: url(http://origano.ancorathemes.loc/wp-content/themes/origano/skins/origano/images/image_4_thumb.jpg) repeat left top scroll;
}
.scheme_original .body_style_boxed .body_wrap {
  background-color: #fafafa;
}
.scheme_dark .body_style_boxed .body_wrap {
  background-color: #333333;
}
/* 7. Section's decorations
-------------------------------------------------------------- */
/* If in the Theme options set "Body filled", else - leave this sections transparent */
.scheme_original body,
.scheme_original .page_wrap,
.scheme_original .copy_wrap,
.scheme_original .sidebar_cart,
.scheme_original .widget_area_inner {
  background-color: #fafafa;
}
.scheme_dark body,
.scheme_dark .page_wrap,
.scheme_dark .copy_wrap,
.scheme_dark .sidebar_cart,
.scheme_dark .widget_area_inner {
  background-color: #333333;
}
.body_transparent .page_wrap,
.body_transparent .copy_wrap,
.body_transparent .widget_area_inner {
  background-color: transparent;
}
.scheme_original .article_style_boxed.layout_excerpt .content,
.scheme_original .article_style_boxed[class*="single-"] .content > article,
.scheme_original .article_style_boxed[class*="single-"] .content > .comments_wrap,
.scheme_original .article_style_boxed:not(.layout_excerpt) .content .post_item {
  background-color: #fafafa;
}
.scheme_dark .article_style_boxed.layout_excerpt .content,
.scheme_dark .article_style_boxed[class*="single-"] .content > article,
.scheme_dark .article_style_boxed[class*="single-"] .content > .comments_wrap,
.scheme_dark .article_style_boxed:not(.layout_excerpt) .content .post_item {
  background-color: #333333;
}
.copyright_wrap {
  border-top: 1px solid;
}
.scheme_original .copyright_wrap {
  border-color: #efefef;
}
.scheme_dark .copyright_wrap {
  border-color: #000000;
}
/* 7.1 Top panel
-------------------------------------------------------------- */
.scheme_original .top_panel_wrap .contact_phone h5 {
  color: #7ac369;
}
.scheme_dark .top_panel_wrap .contact_phone h5 {
  color: #20c7ca;
}
.scheme_original .logo_slogan::before {
  background-color: #7ac369;
}
.scheme_dark .logo_slogan::before {
  background-color: #20c7ca;
}
.scheme_original .scheme_original .top_panel_middle .contact_icon::before {
  color: #7ac369;
}
.scheme_dark .scheme_original .top_panel_middle .contact_icon::before {
  color: #20c7ca;
}
.scheme_original .scheme_original .top_panel_middle .contact_icon {
  border-color: #7ac369;
}
.scheme_dark .scheme_original .top_panel_middle .contact_icon {
  border-color: #20c7ca;
}
.scheme_original .body_style_boxed .top_panel_middle {
  background-color: #fafafa;
}
.scheme_dark .body_style_boxed .top_panel_middle {
  background-color: #333333;
}
.scheme_original .top_panel_wrap_inner {
  background-color: #fafafa;
}
.scheme_dark .top_panel_wrap_inner {
  background-color: #333333;
}
.top_panel_fixed .top_panel_wrap {
  -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 #000000;
  -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 #000000;
  box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 #000000;
  -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 rgba(0, 0, 0, 0.05);
}
.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {
  background-color: #ffffff !important;
}
.scheme_dark .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {
  background-color: #666666 !important;
}
.scheme_original .top_panel_inner_style_3 .top_panel_cart_button,
.scheme_original .top_panel_inner_style_4 .top_panel_cart_button {
  background-color: rgba(102, 167, 86, 0.2);
}
.scheme_dark .top_panel_inner_style_3 .top_panel_cart_button,
.scheme_dark .top_panel_inner_style_4 .top_panel_cart_button {
  background-color: rgba(24, 151, 153, 0.2);
}
.scheme_original .top_panel_middle .sidebar_cart:after,
.scheme_original .top_panel_middle .sidebar_cart {
  border-color: #efefef;
}
.scheme_dark .top_panel_middle .sidebar_cart:after,
.scheme_dark .top_panel_middle .sidebar_cart {
  border-color: #000000;
}
.scheme_original .top_panel_middle .sidebar_cart:after,
.scheme_original .top_panel_middle .sidebar_cart {
  background-color: #fafafa;
}
.scheme_dark .top_panel_middle .sidebar_cart:after,
.scheme_dark .top_panel_middle .sidebar_cart {
  background-color: #333333;
}
.scheme_original .top_panel_inner_style_3 .top_panel_top,
.scheme_original .top_panel_inner_style_4 .top_panel_top,
.scheme_original .top_panel_inner_style_5 .top_panel_top,
.scheme_original .top_panel_inner_style_3 .top_panel_top .sidebar_cart,
.scheme_original .top_panel_inner_style_4 .top_panel_top .sidebar_cart {
  color: #ffffff;
}
.scheme_dark .top_panel_inner_style_3 .top_panel_top,
.scheme_dark .top_panel_inner_style_4 .top_panel_top,
.scheme_dark .top_panel_inner_style_5 .top_panel_top,
.scheme_dark .top_panel_inner_style_3 .top_panel_top .sidebar_cart,
.scheme_dark .top_panel_inner_style_4 .top_panel_top .sidebar_cart {
  color: #f0f0f0;
}
.scheme_original .top_panel_inner_style_3 .top_panel_top,
.scheme_original .top_panel_inner_style_4 .top_panel_top,
.scheme_original .top_panel_inner_style_5 .top_panel_top,
.scheme_original .top_panel_inner_style_3 .top_panel_top .sidebar_cart,
.scheme_original .top_panel_inner_style_4 .top_panel_top .sidebar_cart {
  background-color: #7ac369;
}
.scheme_dark .top_panel_inner_style_3 .top_panel_top,
.scheme_dark .top_panel_inner_style_4 .top_panel_top,
.scheme_dark .top_panel_inner_style_5 .top_panel_top,
.scheme_dark .top_panel_inner_style_3 .top_panel_top .sidebar_cart,
.scheme_dark .top_panel_inner_style_4 .top_panel_top .sidebar_cart {
  background-color: #20c7ca;
}
.scheme_original .top_panel_top a {
  color: #989894;
}
.scheme_dark .top_panel_top a {
  color: #909090;
}
.scheme_original .top_panel_top a:hover {
  color: #66a756;
}
.scheme_dark .top_panel_top a:hover {
  color: #189799;
}
.scheme_original .top_panel_inner_style_3 .top_panel_top,
.scheme_original .top_panel_inner_style_3 .top_panel_top a,
.scheme_original .top_panel_inner_style_3 .sc_socials.sc_socials_type_icons a,
.scheme_original .top_panel_inner_style_4 .top_panel_top,
.scheme_original .top_panel_inner_style_4 .top_panel_top a,
.scheme_original .top_panel_inner_style_4 .sc_socials.sc_socials_type_icons a,
.scheme_original .top_panel_inner_style_5 .top_panel_top,
.scheme_original .top_panel_inner_style_5 .top_panel_top a,
.scheme_original .top_panel_inner_style_5 .sc_socials.sc_socials_type_icons a {
  color: #ffffff;
}
.scheme_dark .top_panel_inner_style_3 .top_panel_top,
.scheme_dark .top_panel_inner_style_3 .top_panel_top a,
.scheme_dark .top_panel_inner_style_3 .sc_socials.sc_socials_type_icons a,
.scheme_dark .top_panel_inner_style_4 .top_panel_top,
.scheme_dark .top_panel_inner_style_4 .top_panel_top a,
.scheme_dark .top_panel_inner_style_4 .sc_socials.sc_socials_type_icons a,
.scheme_dark .top_panel_inner_style_5 .top_panel_top,
.scheme_dark .top_panel_inner_style_5 .top_panel_top a,
.scheme_dark .top_panel_inner_style_5 .sc_socials.sc_socials_type_icons a {
  color: #f0f0f0;
}
.scheme_original .top_panel_inner_style_3 .top_panel_top a:hover,
.scheme_original .top_panel_inner_style_3 .sc_socials.sc_socials_type_icons a:hover,
.scheme_original .top_panel_inner_style_4 .top_panel_top a:hover,
.scheme_original .top_panel_inner_style_4 .sc_socials.sc_socials_type_icons a:hover,
.scheme_original .top_panel_inner_style_5 .top_panel_top a:hover,
.scheme_original .top_panel_inner_style_5 .sc_socials.sc_socials_type_icons a:hover {
  color: #ffffff;
}
.scheme_dark .top_panel_inner_style_3 .top_panel_top a:hover,
.scheme_dark .top_panel_inner_style_3 .sc_socials.sc_socials_type_icons a:hover,
.scheme_dark .top_panel_inner_style_4 .top_panel_top a:hover,
.scheme_dark .top_panel_inner_style_4 .sc_socials.sc_socials_type_icons a:hover,
.scheme_dark .top_panel_inner_style_5 .top_panel_top a:hover,
.scheme_dark .top_panel_inner_style_5 .sc_socials.sc_socials_type_icons a:hover {
  color: #e5e5e5;
}
/* User menu */
.scheme_original .menu_user_nav > li > a {
  color: #989894;
}
.scheme_dark .menu_user_nav > li > a {
  color: #909090;
}
.scheme_original .menu_user_nav > li > a:hover {
  color: #66a756;
}
.scheme_dark .menu_user_nav > li > a:hover {
  color: #189799;
}
.scheme_original .top_panel_inner_style_3 .menu_user_nav > li > a,
.scheme_original .top_panel_inner_style_4 .menu_user_nav > li > a,
.scheme_original .top_panel_inner_style_5 .menu_user_nav > li > a {
  color: #ffffff;
}
.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li > a,
.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li > a,
.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li > a {
  color: #f0f0f0;
}
.scheme_original .top_panel_inner_style_3 .menu_user_nav > li > a:hover,
.scheme_original .top_panel_inner_style_4 .menu_user_nav > li > a:hover,
.scheme_original .top_panel_inner_style_5 .menu_user_nav > li > a:hover {
  color: #ffffff;
}
.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li > a:hover,
.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li > a:hover,
.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li > a:hover {
  color: #e5e5e5;
}
.scheme_original .menu_user_nav > li ul:not(.cart_list) {
  border-color: #efefef;
}
.scheme_dark .menu_user_nav > li ul:not(.cart_list) {
  border-color: #000000;
}
.scheme_original .menu_user_nav > li ul:not(.cart_list) {
  background-color: #fafafa;
}
.scheme_dark .menu_user_nav > li ul:not(.cart_list) {
  background-color: #333333;
}
.scheme_original .top_panel_inner_style_1 .menu_user_nav > li > ul:after,
.scheme_original .top_panel_inner_style_2 .menu_user_nav > li > ul:after {
  border-color: #efefef;
}
.scheme_dark .top_panel_inner_style_1 .menu_user_nav > li > ul:after,
.scheme_dark .top_panel_inner_style_2 .menu_user_nav > li > ul:after {
  border-color: #000000;
}
.scheme_original .top_panel_inner_style_1 .menu_user_nav > li > ul:after,
.scheme_original .top_panel_inner_style_2 .menu_user_nav > li > ul:after {
  background-color: #fafafa;
}
.scheme_dark .top_panel_inner_style_1 .menu_user_nav > li > ul:after,
.scheme_dark .top_panel_inner_style_2 .menu_user_nav > li > ul:after {
  background-color: #333333;
}
.scheme_original .top_panel_inner_style_3 .menu_user_nav > li > ul:after,
.scheme_original .top_panel_inner_style_4 .menu_user_nav > li > ul:after,
.scheme_original .top_panel_inner_style_5 .menu_user_nav > li > ul:after,
.scheme_original .top_panel_inner_style_3 .menu_user_nav > li ul,
.scheme_original .top_panel_inner_style_4 .menu_user_nav > li ul,
.scheme_original .top_panel_inner_style_5 .menu_user_nav > li ul {
  color: #ffffff;
}
.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li > ul:after,
.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li > ul:after,
.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li > ul:after,
.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li ul,
.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li ul,
.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li ul {
  color: #f0f0f0;
}
.scheme_original .top_panel_inner_style_3 .menu_user_nav > li > ul:after,
.scheme_original .top_panel_inner_style_4 .menu_user_nav > li > ul:after,
.scheme_original .top_panel_inner_style_5 .menu_user_nav > li > ul:after,
.scheme_original .top_panel_inner_style_3 .menu_user_nav > li ul,
.scheme_original .top_panel_inner_style_4 .menu_user_nav > li ul,
.scheme_original .top_panel_inner_style_5 .menu_user_nav > li ul {
  background-color: #7ac369;
}
.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li > ul:after,
.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li > ul:after,
.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li > ul:after,
.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li ul,
.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li ul,
.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li ul {
  background-color: #20c7ca;
}
.scheme_original .top_panel_inner_style_3 .menu_user_nav > li > ul:after,
.scheme_original .top_panel_inner_style_4 .menu_user_nav > li > ul:after,
.scheme_original .top_panel_inner_style_5 .menu_user_nav > li > ul:after,
.scheme_original .top_panel_inner_style_3 .menu_user_nav > li ul,
.scheme_original .top_panel_inner_style_4 .menu_user_nav > li ul,
.scheme_original .top_panel_inner_style_5 .menu_user_nav > li ul {
  border-color: #66a756;
}
.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li > ul:after,
.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li > ul:after,
.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li > ul:after,
.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li ul,
.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li ul,
.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li ul {
  border-color: #189799;
}
.menu_user_nav > li > ul ul {
  left: 16em;
}
.menu_user_nav > li > ul ul.submenu_left {
  left: -12em-1px;
}
.scheme_original .menu_user_nav > li ul li a {
  color: #989894;
}
.scheme_dark .menu_user_nav > li ul li a {
  color: #999999;
}
.scheme_original .menu_user_nav > li ul li a:hover,
.scheme_original .menu_user_nav > li ul li.current-menu-item > a,
.scheme_original .menu_user_nav > li ul li.current-menu-ancestor > a {
  color: #232a34;
}
.scheme_dark .menu_user_nav > li ul li a:hover,
.scheme_dark .menu_user_nav > li ul li.current-menu-item > a,
.scheme_dark .menu_user_nav > li ul li.current-menu-ancestor > a {
  color: #d0d0d0;
}
.scheme_original .menu_user_nav > li ul li a:hover,
.scheme_original .menu_user_nav > li ul li.current-menu-item > a,
.scheme_original .menu_user_nav > li ul li.current-menu-ancestor > a {
  background-color: #f0f0f0;
}
.scheme_dark .menu_user_nav > li ul li a:hover,
.scheme_dark .menu_user_nav > li ul li.current-menu-item > a,
.scheme_dark .menu_user_nav > li ul li.current-menu-ancestor > a {
  background-color: #505050;
}
.scheme_original .top_panel_inner_style_3 .menu_user_nav > li ul li a:hover,
.scheme_original .top_panel_inner_style_3 .menu_user_nav > li ul li.current-menu-item > a,
.scheme_original .top_panel_inner_style_3 .menu_user_nav > li ul li.current-menu-ancestor > a,
.scheme_original .top_panel_inner_style_4 .menu_user_nav > li ul li a:hover,
.scheme_original .top_panel_inner_style_4 .menu_user_nav > li ul li.current-menu-item > a,
.scheme_original .top_panel_inner_style_4 .menu_user_nav > li ul li.current-menu-ancestor > a,
.scheme_original .top_panel_inner_style_5 .menu_user_nav > li ul li a:hover,
.scheme_original .top_panel_inner_style_5 .menu_user_nav > li ul li.current-menu-item > a,
.scheme_original .top_panel_inner_style_5 .menu_user_nav > li ul li.current-menu-ancestor > a {
  background-color: #66a756;
}
.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li ul li a:hover,
.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li ul li.current-menu-item > a,
.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li ul li.current-menu-ancestor > a,
.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li ul li a:hover,
.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li ul li.current-menu-item > a,
.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li ul li.current-menu-ancestor > a,
.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li ul li a:hover,
.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li ul li.current-menu-item > a,
.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li ul li.current-menu-ancestor > a {
  background-color: #189799;
}
.scheme_original .menu_user_nav > li.menu_user_controls .user_avatar {
  border-color: #efefef;
}
.scheme_dark .menu_user_nav > li.menu_user_controls .user_avatar {
  border-color: #000000;
}
.scheme_original .top_panel_inner_style_3 .menu_user_nav > li.menu_user_controls .user_avatar,
.scheme_original .top_panel_inner_style_4 .menu_user_nav > li.menu_user_controls .user_avatar,
.scheme_original .top_panel_inner_style_5 .menu_user_nav > li.menu_user_controls .user_avatar {
  border-color: #ffffff;
}
.scheme_dark .top_panel_inner_style_3 .menu_user_nav > li.menu_user_controls .user_avatar,
.scheme_dark .top_panel_inner_style_4 .menu_user_nav > li.menu_user_controls .user_avatar,
.scheme_dark .top_panel_inner_style_5 .menu_user_nav > li.menu_user_controls .user_avatar {
  border-color: #f0f0f0;
}
/* Bookmarks */
.scheme_original .menu_user_nav > li.menu_user_bookmarks .bookmarks_add {
  border-bottom-color: #dddddd;
}
.scheme_dark .menu_user_nav > li.menu_user_bookmarks .bookmarks_add {
  border-bottom-color: #909090;
}
/* Top panel - middle area */
.top_panel_middle {
  /*min-height: 9.2857em;*/
}
.scheme_original .top_panel_middle {
  background-color: #ffffff;
}
.scheme_dark .top_panel_middle {
  background-color: #666666;
}
.scheme_original .top_panel_position_over.top_panel_middle {
  background-color: rgba(255, 255, 255, 0.75);
}
.scheme_dark .top_panel_position_over.top_panel_middle {
  background-color: rgba(102, 102, 102, 0.75);
}
.logo .logo_text {
  font-size: 2.8571em;
  line-height: 0.75em;
  font-weight: 700;
}
.scheme_original .logo .logo_text {
  color: #232a34;
}
.scheme_dark .logo .logo_text {
  color: #e0e0e0;
}
.scheme_original .logo .logo_slogan {
  color: #989894;
}
.scheme_dark .logo .logo_slogan {
  color: #909090;
}
.top_panel_middle .menu_main_wrap {
  margin-top: 1.875em;
}
.top_panel_style_5 .top_panel_middle .logo {
  margin-bottom: 1em;
}
/* Top panel (bottom area) */
/* Top panel image in the header 7  */
.scheme_original .menu_main_nav li:nth-child(1) a::before,
.scheme_original .menu_main_nav li:nth-child(1) ul li {
  background-color: #cde452;
}
.scheme_dark .menu_main_nav li:nth-child(1) a::before,
.scheme_dark .menu_main_nav li:nth-child(1) ul li {
  background-color: #cde452;
}
.scheme_original .menu_main_nav li:nth-child(2) a::before,
.scheme_original .menu_main_nav li:nth-child(2) ul li,
.scheme_original .menu_main_nav li:nth-child(2) ul {
  background-color: #8bc04e;
}
.scheme_dark .menu_main_nav li:nth-child(2) a::before,
.scheme_dark .menu_main_nav li:nth-child(2) ul li,
.scheme_dark .menu_main_nav li:nth-child(2) ul {
  background-color: #8bc04e;
}
.scheme_original .menu_main_nav li:nth-child(3) a::before,
.scheme_original .menu_main_nav li:nth-child(3) ul li,
.scheme_original .menu_main_nav li:nth-child(3) ul {
  background-color: #ff661b;
}
.scheme_dark .menu_main_nav li:nth-child(3) a::before,
.scheme_dark .menu_main_nav li:nth-child(3) ul li,
.scheme_dark .menu_main_nav li:nth-child(3) ul {
  background-color: #ff661b;
}
.scheme_original .menu_main_nav li:nth-child(4) a::before,
.scheme_original .menu_main_nav li:nth-child(4) ul li,
.scheme_original .menu_main_nav li:nth-child(4) ul {
  background-color: #51914d;
}
.scheme_dark .menu_main_nav li:nth-child(4) a::before,
.scheme_dark .menu_main_nav li:nth-child(4) ul li,
.scheme_dark .menu_main_nav li:nth-child(4) ul {
  background-color: #51914d;
}
.scheme_original .menu_main_nav li:nth-child(5) a::before,
.scheme_original .menu_main_nav li:nth-child(5) ul li,
.scheme_original .menu_main_nav li:nth-child(5) ul {
  background-color: #7ec469;
}
.scheme_dark .menu_main_nav li:nth-child(5) a::before,
.scheme_dark .menu_main_nav li:nth-child(5) ul li,
.scheme_dark .menu_main_nav li:nth-child(5) ul {
  background-color: #7ec469;
}
.scheme_original .menu_main_nav li:nth-child(6) a::before,
.scheme_original .menu_main_nav li:nth-child(6) ul li,
.scheme_original .menu_main_nav li:nth-child(6) ul {
  background-color: #ff961b;
}
.scheme_dark .menu_main_nav li:nth-child(6) a::before,
.scheme_dark .menu_main_nav li:nth-child(6) ul li,
.scheme_dark .menu_main_nav li:nth-child(6) ul {
  background-color: #ff961b;
}
.scheme_original .top_panel_image_hover {
  background-color: rgba(102, 167, 86, 0.8);
}
.scheme_dark .top_panel_image_hover {
  background-color: rgba(24, 151, 153, 0.8);
}
.scheme_original .top_panel_image_header,
.scheme_original .top_panel_image_title,
.scheme_original .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_text,
.scheme_original .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_slogan {
  color: #ffffff;
}
.scheme_dark .top_panel_image_header,
.scheme_dark .top_panel_image_title,
.scheme_dark .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_text,
.scheme_dark .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_slogan {
  color: #f0f0f0;
}
.scheme_original .top_panel_image_header a,
.scheme_original .top_panel_image_title > a,
.scheme_original .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav > li > a {
  color: #ffffff;
}
.scheme_dark .top_panel_image_header a,
.scheme_dark .top_panel_image_title > a,
.scheme_dark .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav > li > a {
  color: #ffffff;
}
.scheme_original .post_featured .post_header a:hover,
.scheme_original .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav > li > a:hover {
  color: #ffffff;
}
.scheme_dark .post_featured .post_header a:hover,
.scheme_dark .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav > li > a:hover {
  color: #e5e5e5;
}
/* Main menu */
.menu_main_nav > li > a {
  line-height: 1.3em;
}
.scheme_original .menu_main_nav > li > a {
  color: #232a34;
}
.scheme_dark .menu_main_nav > li > a {
  color: #d0d0d0;
}
.scheme_original .menu_main_nav > li > a:hover {
  color: #189799;
}
.scheme_dark .menu_main_nav > li > a:hover {
  color: #29fbff;
}
.scheme_original .menu_main_nav > li ul {
  color: #232a34;
}
.scheme_dark .menu_main_nav > li ul {
  color: #d0d0d0;
}
.scheme_original .menu_main_nav > li ul {
  background-color: #ffffff;
}
.scheme_dark .menu_main_nav > li ul {
  background-color: #666666;
}
.scheme_original .menu_main_nav > li ul {
  border-color: #dddddd;
}
.scheme_dark .menu_main_nav > li ul {
  border-color: #909090;
}
.scheme_original .top_panel_inner_style_1 .menu_main_nav > a:hover,
.scheme_original .top_panel_inner_style_1 .menu_main_nav > li.sfHover > a,
.scheme_original .top_panel_inner_style_1 .menu_main_nav > li#blob,
.scheme_original .top_panel_inner_style_1 .menu_main_nav > li.current-menu-item > a,
.scheme_original .top_panel_inner_style_1 .menu_main_nav > li.current-menu-parent > a,
.scheme_original .top_panel_inner_style_1 .menu_main_nav > li.current-menu-ancestor > a,
.scheme_original .top_panel_inner_style_2 .menu_main_nav > a:hover,
.scheme_original .top_panel_inner_style_2 .menu_main_nav > li.sfHover > a,
.scheme_original .top_panel_inner_style_2 .menu_main_nav > li#blob,
.scheme_original .top_panel_inner_style_2 .menu_main_nav > li.current-menu-item > a,
.scheme_original .top_panel_inner_style_2 .menu_main_nav > li.current-menu-parent > a,
.scheme_original .top_panel_inner_style_2 .menu_main_nav > li.current-menu-ancestor > a {
  color: #ffffff;
}
.scheme_dark .top_panel_inner_style_1 .menu_main_nav > a:hover,
.scheme_dark .top_panel_inner_style_1 .menu_main_nav > li.sfHover > a,
.scheme_dark .top_panel_inner_style_1 .menu_main_nav > li#blob,
.scheme_dark .top_panel_inner_style_1 .menu_main_nav > li.current-menu-item > a,
.scheme_dark .top_panel_inner_style_1 .menu_main_nav > li.current-menu-parent > a,
.scheme_dark .top_panel_inner_style_1 .menu_main_nav > li.current-menu-ancestor > a,
.scheme_dark .top_panel_inner_style_2 .menu_main_nav > a:hover,
.scheme_dark .top_panel_inner_style_2 .menu_main_nav > li.sfHover > a,
.scheme_dark .top_panel_inner_style_2 .menu_main_nav > li#blob,
.scheme_dark .top_panel_inner_style_2 .menu_main_nav > li.current-menu-item > a,
.scheme_dark .top_panel_inner_style_2 .menu_main_nav > li.current-menu-parent > a,
.scheme_dark .top_panel_inner_style_2 .menu_main_nav > li.current-menu-ancestor > a {
  color: #e5e5e5;
}
.menu_main_nav > li ul {
  line-height: 1.3em;
}
.menu_main_nav > li > ul {
  top: 4.9em;
}
.menu_main_nav > li ul li a {
  padding: inherit 1.5em inherit;
}
.scheme_original .menu_main_nav > li ul li a {
  color: #232a34;
}
.scheme_dark .menu_main_nav > li ul li a {
  color: #d0d0d0;
}
.scheme_original .menu_main_nav > li ul li a:hover,
.scheme_original .menu_main_nav > li ul li.current-menu-item > a,
.scheme_original .menu_main_nav > li ul li.current-menu-ancestor > a {
  color: #ffffff;
}
.scheme_dark .menu_main_nav > li ul li a:hover,
.scheme_dark .menu_main_nav > li ul li.current-menu-item > a,
.scheme_dark .menu_main_nav > li ul li.current-menu-ancestor > a {
  color: #e5e5e5;
}
.scheme_original .menu_main_nav > li ul li a:hover,
.scheme_original .menu_main_nav > li ul li.current-menu-item > a,
.scheme_original .menu_main_nav > li ul li.current-menu-ancestor > a {
  background-color: #66a756;
}
.scheme_dark .menu_main_nav > li ul li a:hover,
.scheme_dark .menu_main_nav > li ul li.current-menu-item > a,
.scheme_dark .menu_main_nav > li ul li.current-menu-ancestor > a {
  background-color: #189799;
}
.scheme_original .top_panel_inner_style_1 .menu_main_nav > li ul li a,
.scheme_original .top_panel_inner_style_2 .menu_main_nav > li ul li a {
  color: #ffffff;
}
.scheme_dark .top_panel_inner_style_1 .menu_main_nav > li ul li a,
.scheme_dark .top_panel_inner_style_2 .menu_main_nav > li ul li a {
  color: #ffffff;
}
.scheme_original .top_panel_inner_style_1 .menu_main_nav > li ul li a:hover,
.scheme_original .top_panel_inner_style_1 .menu_main_nav > li ul li.current-menu-item > a,
.scheme_original .top_panel_inner_style_1 .menu_main_nav > li ul li.current-menu-ancestor > a,
.scheme_original .top_panel_inner_style_2 .menu_main_nav > li ul li a:hover,
.scheme_original .top_panel_inner_style_2 .menu_main_nav > li ul li.current-menu-item > a,
.scheme_original .top_panel_inner_style_2 .menu_main_nav > li ul li.current-menu-ancestor > a {
  color: #ffffff;
}
.scheme_dark .top_panel_inner_style_1 .menu_main_nav > li ul li a:hover,
.scheme_dark .top_panel_inner_style_1 .menu_main_nav > li ul li.current-menu-item > a,
.scheme_dark .top_panel_inner_style_1 .menu_main_nav > li ul li.current-menu-ancestor > a,
.scheme_dark .top_panel_inner_style_2 .menu_main_nav > li ul li a:hover,
.scheme_dark .top_panel_inner_style_2 .menu_main_nav > li ul li.current-menu-item > a,
.scheme_dark .top_panel_inner_style_2 .menu_main_nav > li ul li.current-menu-ancestor > a {
  color: #e5e5e5;
}
.scheme_original .top_panel_inner_style_1 .menu_main_nav > li ul li a:hover,
.scheme_original .top_panel_inner_style_1 .menu_main_nav > li ul li.current-menu-item > a,
.scheme_original .top_panel_inner_style_1 .menu_main_nav > li ul li.current-menu-ancestor > a,
.scheme_original .top_panel_inner_style_2 .menu_main_nav > li ul li a:hover,
.scheme_original .top_panel_inner_style_2 .menu_main_nav > li ul li.current-menu-item > a,
.scheme_original .top_panel_inner_style_2 .menu_main_nav > li ul li.current-menu-ancestor > a {
  background-color: #66a756;
}
.scheme_dark .top_panel_inner_style_1 .menu_main_nav > li ul li a:hover,
.scheme_dark .top_panel_inner_style_1 .menu_main_nav > li ul li.current-menu-item > a,
.scheme_dark .top_panel_inner_style_1 .menu_main_nav > li ul li.current-menu-ancestor > a,
.scheme_dark .top_panel_inner_style_2 .menu_main_nav > li ul li a:hover,
.scheme_dark .top_panel_inner_style_2 .menu_main_nav > li ul li.current-menu-item > a,
.scheme_dark .top_panel_inner_style_2 .menu_main_nav > li ul li.current-menu-ancestor > a {
  background-color: #189799;
}
/* Relayout menu */
.scheme_original .top_panel_inner_style_1 .search_wrap,
.scheme_original .top_panel_inner_style_2 .search_wrap {
  border-color: rgba(255, 255, 255, 0.1);
}
.scheme_dark .top_panel_inner_style_1 .search_wrap,
.scheme_dark .top_panel_inner_style_2 .search_wrap {
  border-color: rgba(240, 240, 240, 0.1);
}
/* Responsive menu */
.menu_main_responsive_button {
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}
.scheme_original .menu_main_responsive_button {
  color: #989894;
}
.scheme_dark .menu_main_responsive_button {
  color: #909090;
}
.scheme_original .menu_main_responsive_button:hover {
  color: #66a756;
}
.scheme_dark .menu_main_responsive_button:hover {
  color: #189799;
}
.responsive_menu .top_panel_middle .menu_main_responsive_button {
  top: 2.5em;
}
.responsive_menu .menu_main_responsive_button {
  margin-top: 1.44em;
  margin-bottom: 1.08em;
}
.scheme_original .top_panel_inner_style_1 .menu_main_responsive_button,
.scheme_original .top_panel_inner_style_2 .menu_main_responsive_button,
.scheme_original .top_panel_inner_style_1 .menu_main_responsive a,
.scheme_original .top_panel_inner_style_2 .menu_main_responsive a,
.scheme_original .top_panel_inner_style_1 .menu_main_responsive li.menu-item-has-children:after,
.scheme_original .top_panel_inner_style_2 .menu_main_responsive li.menu-item-has-children:after {
  color: #232a34;
}
.scheme_dark .top_panel_inner_style_1 .menu_main_responsive_button,
.scheme_dark .top_panel_inner_style_2 .menu_main_responsive_button,
.scheme_dark .top_panel_inner_style_1 .menu_main_responsive a,
.scheme_dark .top_panel_inner_style_2 .menu_main_responsive a,
.scheme_dark .top_panel_inner_style_1 .menu_main_responsive li.menu-item-has-children:after,
.scheme_dark .top_panel_inner_style_2 .menu_main_responsive li.menu-item-has-children:after {
  color: #e0e0e0;
}
.scheme_original .top_panel_inner_style_1 .menu_main_responsive_button:hover,
.scheme_original .top_panel_inner_style_2 .menu_main_responsive_button:hover,
.scheme_original .top_panel_inner_style_1 .menu_main_responsive a:hover,
.scheme_original .top_panel_inner_style_2 .menu_main_responsive a:hover {
  background-color: #7ac369;
}
.scheme_dark .top_panel_inner_style_1 .menu_main_responsive_button:hover,
.scheme_dark .top_panel_inner_style_2 .menu_main_responsive_button:hover,
.scheme_dark .top_panel_inner_style_1 .menu_main_responsive a:hover,
.scheme_dark .top_panel_inner_style_2 .menu_main_responsive a:hover {
  background-color: #20c7ca;
}
.scheme_original .menu_main_responsive {
  background-color: #ffffff;
}
.scheme_dark .menu_main_responsive {
  background-color: #666666;
}
.scheme_original .menu_main_responsive li,
.scheme_original .menu_main_responsive a {
  color: #989894;
}
.scheme_dark .menu_main_responsive li,
.scheme_dark .menu_main_responsive a {
  color: #909090;
}
.scheme_original .menu_main_responsive a:hover {
  background-color: #f0f0f0;
}
.scheme_dark .menu_main_responsive a:hover {
  background-color: #505050;
}
.scheme_original .top_panel_inner_style_1 .menu_main_responsive,
.scheme_original .top_panel_inner_style_2 .menu_main_responsive {
  background-color: #7ac369;
}
.scheme_dark .top_panel_inner_style_1 .menu_main_responsive,
.scheme_dark .top_panel_inner_style_2 .menu_main_responsive {
  background-color: #20c7ca;
}
.scheme_original .top_panel_inner_style_1 .menu_main_responsive li,
.scheme_original .top_panel_inner_style_1 .menu_main_responsive a,
.scheme_original .top_panel_inner_style_2 .menu_main_responsive li,
.scheme_original .top_panel_inner_style_2 .menu_main_responsive a {
  color: #ffffff;
}
.scheme_dark .top_panel_inner_style_1 .menu_main_responsive li,
.scheme_dark .top_panel_inner_style_1 .menu_main_responsive a,
.scheme_dark .top_panel_inner_style_2 .menu_main_responsive li,
.scheme_dark .top_panel_inner_style_2 .menu_main_responsive a {
  color: #ffffff;
}
.scheme_original .top_panel_inner_style_1 .menu_main_responsive a:hover,
.scheme_original .top_panel_inner_style_2 .menu_main_responsive a:hover {
  background-color: #66a756;
}
.scheme_dark .top_panel_inner_style_1 .menu_main_responsive a:hover,
.scheme_dark .top_panel_inner_style_2 .menu_main_responsive a:hover {
  background-color: #189799;
}
.scheme_original .top_panel_bottom {
  border-color: #efefef;
}
.scheme_dark .top_panel_bottom {
  border-color: #000000;
}
/* Contact fields */
.scheme_original .top_panel_middle .contact_field,
.scheme_original .top_panel_middle .contact_field > a {
  color: #232a34;
}
.scheme_dark .top_panel_middle .contact_field,
.scheme_dark .top_panel_middle .contact_field > a {
  color: #e0e0e0;
}
.scheme_original .top_panel_middle .contact_icon {
  color: #acb4b6;
}
.scheme_dark .top_panel_middle .contact_icon {
  color: #a0a0a0;
}
/* Search field */
.top_panel_bottom .search_wrap,
.top_panel_inner_style_4 .search_wrap {
  padding-top: 1.17em;
  padding-bottom: 0.9em;
}
.scheme_original .top_panel_inner_style_1 .search_form_wrap,
.scheme_original .top_panel_inner_style_2 .search_form_wrap {
  background-color: rgba(102, 167, 86, 0.2);
}
.scheme_dark .top_panel_inner_style_1 .search_form_wrap,
.scheme_dark .top_panel_inner_style_2 .search_form_wrap {
  background-color: rgba(24, 151, 153, 0.2);
}
.scheme_original .top_panel_inner_style_4 .search_form_wrap {
  background-color: rgba(35, 42, 52, 0.05);
}
.scheme_dark .top_panel_inner_style_4 .search_form_wrap {
  background-color: rgba(224, 224, 224, 0.05);
}
.scheme_original .content .search_form_wrap {
  background-color: #ffffff;
}
.scheme_dark .content .search_form_wrap {
  background-color: #666666;
}
.scheme_original .content .search_field,
.scheme_original .content .search_submit {
  color: #989894;
}
.scheme_dark .content .search_field,
.scheme_dark .content .search_submit {
  color: #999999;
}
.scheme_original .content .search_field:focus,
.scheme_original .content .search_submit:hover {
  color: #232a34;
}
.scheme_dark .content .search_field:focus,
.scheme_dark .content .search_submit:hover {
  color: #d0d0d0;
}
.search_wrap .search_field,
.search_wrap .search_submit,
.search_wrap .search_submit:hover {
  background-color: transparent !important;
  border: none;
}
.scheme_original .top_panel_inner_style_1 .search_field,
.scheme_original .top_panel_inner_style_1 .search_submit,
.scheme_original .top_panel_inner_style_2 .search_field,
.scheme_original .top_panel_inner_style_2 .search_submit,
.scheme_original .top_panel_inner_style_4 .search_field,
.scheme_original .top_panel_inner_style_4 .search_submit {
  color: #232a34;
}
.scheme_dark .top_panel_inner_style_1 .search_field,
.scheme_dark .top_panel_inner_style_1 .search_submit,
.scheme_dark .top_panel_inner_style_2 .search_field,
.scheme_dark .top_panel_inner_style_2 .search_submit,
.scheme_dark .top_panel_inner_style_4 .search_field,
.scheme_dark .top_panel_inner_style_4 .search_submit {
  color: #e0e0e0;
}
.scheme_original .top_panel_inner_style_3 .search_field {
  color: #ffffff;
}
.scheme_dark .top_panel_inner_style_3 .search_field {
  color: #f0f0f0;
}
.top_panel_icon {
  margin: 1.26em 0 1.8em 1em;
  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 {
  width: 2.2857em;
  height: 2.2857em;
  line-height: 2.2857em;
  -webkit-border-radius: 1.15em;
  -moz-border-radius: 1.15em;
  border-radius: 1.15em;
}
.scheme_original .top_panel_icon.search_wrap,
.scheme_original .top_panel_inner_style_5 .menu_main_responsive_button,
.scheme_original .top_panel_inner_style_6 .menu_main_responsive_button,
.scheme_original .top_panel_inner_style_7 .menu_main_responsive_button {
  background-color: #fafafa;
}
.scheme_dark .top_panel_icon.search_wrap,
.scheme_dark .top_panel_inner_style_5 .menu_main_responsive_button,
.scheme_dark .top_panel_inner_style_6 .menu_main_responsive_button,
.scheme_dark .top_panel_inner_style_7 .menu_main_responsive_button {
  background-color: #333333;
}
.scheme_original .top_panel_icon.search_wrap,
.scheme_original .top_panel_inner_style_5 .menu_main_responsive_button,
.scheme_original .top_panel_inner_style_6 .menu_main_responsive_button,
.scheme_original .top_panel_inner_style_7 .menu_main_responsive_button {
  color: #7ac369;
}
.scheme_dark .top_panel_icon.search_wrap,
.scheme_dark .top_panel_inner_style_5 .menu_main_responsive_button,
.scheme_dark .top_panel_inner_style_6 .menu_main_responsive_button,
.scheme_dark .top_panel_inner_style_7 .menu_main_responsive_button {
  color: #20c7ca;
}
.top_panel_icon .contact_icon,
.top_panel_icon .search_submit {
  width: 2.2857em;
  height: 2.2857em;
  line-height: 2.2857em;
}
.scheme_original .top_panel_icon .contact_icon,
.scheme_original .top_panel_icon .search_submit {
  color: #7ac369;
}
.scheme_dark .top_panel_icon .contact_icon,
.scheme_dark .top_panel_icon .search_submit {
  color: #20c7ca;
}
.top_panel_icon.menu_main_cart .contact_icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.scheme_original .top_panel_icon.menu_main_cart .contact_icon {
  background-color: #fafafa;
}
.scheme_dark .top_panel_icon.menu_main_cart .contact_icon {
  background-color: #333333;
}
.scheme_original .top_panel_middle a:hover .contact_icon,
.scheme_original .top_panel_icon.search_wrap:hover,
.scheme_original .top_panel_icon:hover .contact_icon,
.scheme_original .top_panel_icon:hover .search_submit,
.scheme_original .top_panel_inner_style_5 .menu_main_responsive_button:hover,
.scheme_original .top_panel_inner_style_6 .menu_main_responsive_button:hover,
.scheme_original .top_panel_inner_style_7 .menu_main_responsive_button:hover {
  color: #ffffff;
}
.scheme_dark .top_panel_middle a:hover .contact_icon,
.scheme_dark .top_panel_icon.search_wrap:hover,
.scheme_dark .top_panel_icon:hover .contact_icon,
.scheme_dark .top_panel_icon:hover .search_submit,
.scheme_dark .top_panel_inner_style_5 .menu_main_responsive_button:hover,
.scheme_dark .top_panel_inner_style_6 .menu_main_responsive_button:hover,
.scheme_dark .top_panel_inner_style_7 .menu_main_responsive_button:hover {
  color: #f0f0f0;
}
.scheme_original .top_panel_middle a:hover .contact_icon,
.scheme_original .top_panel_icon.search_wrap:hover,
.scheme_original .top_panel_icon:hover .contact_icon,
.scheme_original .top_panel_icon:hover .search_submit,
.scheme_original .top_panel_inner_style_5 .menu_main_responsive_button:hover,
.scheme_original .top_panel_inner_style_6 .menu_main_responsive_button:hover,
.scheme_original .top_panel_inner_style_7 .menu_main_responsive_button:hover {
  background-color: #7ac369;
}
.scheme_dark .top_panel_middle a:hover .contact_icon,
.scheme_dark .top_panel_icon.search_wrap:hover,
.scheme_dark .top_panel_icon:hover .contact_icon,
.scheme_dark .top_panel_icon:hover .search_submit,
.scheme_dark .top_panel_inner_style_5 .menu_main_responsive_button:hover,
.scheme_dark .top_panel_inner_style_6 .menu_main_responsive_button:hover,
.scheme_dark .top_panel_inner_style_7 .menu_main_responsive_button:hover {
  background-color: #20c7ca;
}
/* Search results */
.search_wrap .search_results {
  -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 #000000;
  -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 #000000;
  box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 #000000;
  -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 rgba(0, 0, 0, 0.05);
}
.scheme_original .search_results .post_more,
.scheme_original .search_results .search_results_close {
  color: #7ac369;
}
.scheme_dark .search_results .post_more,
.scheme_dark .search_results .search_results_close {
  color: #20c7ca;
}
.scheme_original .search_results .post_more:hover,
.scheme_original .search_results .search_results_close:hover {
  color: #66a756;
}
.scheme_dark .search_results .post_more:hover,
.scheme_dark .search_results .search_results_close:hover {
  color: #189799;
}
.scheme_original .top_panel_inner_style_1 .search_results,
.scheme_original .top_panel_inner_style_1 .search_results:after,
.scheme_original .top_panel_inner_style_2 .search_results,
.scheme_original .top_panel_inner_style_2 .search_results:after,
.scheme_original .top_panel_inner_style_3 .search_results,
.scheme_original .top_panel_inner_style_3 .search_results:after {
  color: #ffffff;
}
.scheme_dark .top_panel_inner_style_1 .search_results,
.scheme_dark .top_panel_inner_style_1 .search_results:after,
.scheme_dark .top_panel_inner_style_2 .search_results,
.scheme_dark .top_panel_inner_style_2 .search_results:after,
.scheme_dark .top_panel_inner_style_3 .search_results,
.scheme_dark .top_panel_inner_style_3 .search_results:after {
  color: #f0f0f0;
}
.scheme_original .top_panel_inner_style_1 .search_results,
.scheme_original .top_panel_inner_style_1 .search_results:after,
.scheme_original .top_panel_inner_style_2 .search_results,
.scheme_original .top_panel_inner_style_2 .search_results:after,
.scheme_original .top_panel_inner_style_3 .search_results,
.scheme_original .top_panel_inner_style_3 .search_results:after {
  background-color: #7ac369;
}
.scheme_dark .top_panel_inner_style_1 .search_results,
.scheme_dark .top_panel_inner_style_1 .search_results:after,
.scheme_dark .top_panel_inner_style_2 .search_results,
.scheme_dark .top_panel_inner_style_2 .search_results:after,
.scheme_dark .top_panel_inner_style_3 .search_results,
.scheme_dark .top_panel_inner_style_3 .search_results:after {
  background-color: #20c7ca;
}
.scheme_original .top_panel_inner_style_1 .search_results,
.scheme_original .top_panel_inner_style_1 .search_results:after,
.scheme_original .top_panel_inner_style_2 .search_results,
.scheme_original .top_panel_inner_style_2 .search_results:after,
.scheme_original .top_panel_inner_style_3 .search_results,
.scheme_original .top_panel_inner_style_3 .search_results:after {
  border-color: #66a756;
}
.scheme_dark .top_panel_inner_style_1 .search_results,
.scheme_dark .top_panel_inner_style_1 .search_results:after,
.scheme_dark .top_panel_inner_style_2 .search_results,
.scheme_dark .top_panel_inner_style_2 .search_results:after,
.scheme_dark .top_panel_inner_style_3 .search_results,
.scheme_dark .top_panel_inner_style_3 .search_results:after {
  border-color: #189799;
}
.scheme_original .top_panel_inner_style_1 .search_results .post_more,
.scheme_original .top_panel_inner_style_1 .search_results .search_results_close,
.scheme_original .top_panel_inner_style_2 .search_results .post_more,
.scheme_original .top_panel_inner_style_2 .search_results .search_results_close,
.scheme_original .top_panel_inner_style_3 .search_results .post_more,
.scheme_original .top_panel_inner_style_3 .search_results .search_results_close {
  color: #ffffff;
}
.scheme_dark .top_panel_inner_style_1 .search_results .post_more,
.scheme_dark .top_panel_inner_style_1 .search_results .search_results_close,
.scheme_dark .top_panel_inner_style_2 .search_results .post_more,
.scheme_dark .top_panel_inner_style_2 .search_results .search_results_close,
.scheme_dark .top_panel_inner_style_3 .search_results .post_more,
.scheme_dark .top_panel_inner_style_3 .search_results .search_results_close {
  color: #ffffff;
}
.scheme_original .top_panel_inner_style_1 .search_results .post_more:hover,
.scheme_original .top_panel_inner_style_1 .search_results .search_results_close:hover,
.scheme_original .top_panel_inner_style_2 .search_results .post_more:hover,
.scheme_original .top_panel_inner_style_2 .search_results .search_results_close:hover,
.scheme_original .top_panel_inner_style_3 .search_results .post_more:hover,
.scheme_original .top_panel_inner_style_3 .search_results .search_results_close:hover {
  color: #ffffff;
}
.scheme_dark .top_panel_inner_style_1 .search_results .post_more:hover,
.scheme_dark .top_panel_inner_style_1 .search_results .search_results_close:hover,
.scheme_dark .top_panel_inner_style_2 .search_results .post_more:hover,
.scheme_dark .top_panel_inner_style_2 .search_results .search_results_close:hover,
.scheme_dark .top_panel_inner_style_3 .search_results .post_more:hover,
.scheme_dark .top_panel_inner_style_3 .search_results .search_results_close:hover {
  color: #e5e5e5;
}
/* Fixed menu */
.top_panel_fixed .menu_main_wrap {
  margin-top: 0;
  padding-top: 0.54em;
}
.top_panel_fixed .top_panel_wrap .logo {
  margin-top: 1.08em;
  margin-bottom: 1.08em;
}
/* 7.2 Slider
-------------------------------------------------------------- */
div.tparrows.hesperiden {
  /* 	display: none; */
  /* Remove this row if you want display slides navigation arrows */
  background: none;
  background-color: transparent;
  line-height: 40px;
}
.scheme_original div.tparrows.hesperiden {
  color: #fafafa;
}
.scheme_dark div.tparrows.hesperiden {
  color: #333333;
}
div.tparrows.hesperiden:before {
  font-family: "fontello";
  font-size: 3em;
}
.scheme_original div.tparrows.hesperiden {
  background-color: rgba(81, 145, 77, 0.3);
}
.scheme_dark div.tparrows.hesperiden {
  background-color: rgba(81, 145, 77, 0.3);
}
div.tparrows.hesperiden:hover {
  background: transparent;
}
.scheme_original div.tparrows.hesperiden:hover {
  background-color: rgba(81, 145, 77, 0);
}
.scheme_dark div.tparrows.hesperiden:hover {
  background-color: rgba(81, 145, 77, 0);
}
.scheme_original div.tparrows.hesperiden:hover:before {
  color: rgba(255, 255, 255, 0.5);
}
.scheme_dark div.tparrows.hesperiden:hover:before {
  color: rgba(240, 240, 240, 0.5);
}
div.hesperiden.tparrows.tp-leftarrow:before {
  content: '\e837';
}
div.hesperiden.tparrows.tp-rightarrow:before {
  content: '\e836';
}
div.hesperiden .tp-bullet {
  background: none;
  margin-left: 16px;
  border: 1px solid transparent;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.scheme_original div.hesperiden .tp-bullet {
  background-color: #fafafa;
}
.scheme_dark div.hesperiden .tp-bullet {
  background-color: #333333;
}
div.hesperiden .tp-bullet.selected {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
}
.scheme_original div.hesperiden .tp-bullet.selected {
  border-color: #fafafa;
}
.scheme_dark div.hesperiden .tp-bullet.selected {
  border-color: #333333;
}
/* 7.3 Top panel: Page title and breadcrumbs
-------------------------------------------------------------- */
.scheme_original .top_panel_title_inner {
  border-color: rgba(221, 221, 221, 0.1);
}
.scheme_dark .top_panel_title_inner {
  border-color: rgba(144, 144, 144, 0.1);
}
.scheme_original .top_panel_title_inner .page_title {
  color: #232a34;
}
.scheme_dark .top_panel_title_inner .page_title {
  color: #d0d0d0;
}
.scheme_original .top_panel_title_inner .breadcrumbs a.breadcrumbs_item {
  color: #acb4b6;
}
.scheme_dark .top_panel_title_inner .breadcrumbs a.breadcrumbs_item {
  color: #aaaaaa;
}
.scheme_original .top_panel_title_inner .breadcrumbs a.breadcrumbs_item:hover {
  color: #232a34;
}
.scheme_dark .top_panel_title_inner .breadcrumbs a.breadcrumbs_item:hover {
  color: #d0d0d0;
}
.scheme_original .top_panel_title_inner .breadcrumbs span {
  color: #232a34;
}
.scheme_dark .top_panel_title_inner .breadcrumbs span {
  color: #d0d0d0;
}
.scheme_original .top_panel_title_inner .breadcrumbs .breadcrumbs_delimiter {
  background-color: #7ac369;
}
.scheme_dark .top_panel_title_inner .breadcrumbs .breadcrumbs_delimiter {
  background-color: #20c7ca;
}
/* 7.4 Main content wrapper
-------------------------------------------------------------- */
/* Layout Excerpt */
.scheme_original .post_title .post_icon {
  color: #7ac369;
}
.scheme_dark .post_title .post_icon {
  color: #20c7ca;
}
/* Blog pagination */
.scheme_original .pagination > a {
  border-color: #7ac369;
}
.scheme_dark .pagination > a {
  border-color: #20c7ca;
}
/* 7.5 Post formats
-------------------------------------------------------------- */
/* Aside */
.post_format_aside.post_item_single .post_content p,
.post_format_aside .post_descr {
  border-width: 1px;
  border-style: solid;
}
.scheme_original .post_format_aside.post_item_single .post_content p,
.scheme_original .post_format_aside .post_descr {
  border-color: #7ac369;
}
.scheme_dark .post_format_aside.post_item_single .post_content p,
.scheme_dark .post_format_aside .post_descr {
  border-color: #20c7ca;
}
.scheme_original .post_format_aside.post_item_single .post_content p,
.scheme_original .post_format_aside .post_descr {
  background-color: #fafafa;
}
.scheme_dark .post_format_aside.post_item_single .post_content p,
.scheme_dark .post_format_aside .post_descr {
  background-color: #333333;
}
/* 7.6 Posts layouts
-------------------------------------------------------------- */
.post_info {
  font-family: "PT Serif", serif;
  font-size: 0.86em;
  line-height: 1.3em;
  margin-bottom: 1.5em;
}
.scheme_original .post_info a,
.scheme_original .post_info a > span {
  color: #7ac369;
}
.scheme_dark .post_info a,
.scheme_dark .post_info a > span {
  color: #20c7ca;
}
.scheme_original .post_info a[class*="icon-"] {
  color: #7ac369;
}
.scheme_dark .post_info a[class*="icon-"] {
  color: #20c7ca;
}
.scheme_original .post_info a:hover {
  color: #66a756;
}
.scheme_dark .post_info a:hover {
  color: #189799;
}
.scheme_original .post_item .post_readmore_label {
  color: #232a34;
}
.scheme_dark .post_item .post_readmore_label {
  color: #e0e0e0;
}
.scheme_original .post_item_masonry .post_readmore_label,
.scheme_original .post_item_masonry .post_readmore:hover .post_readmore_label {
  color: #ffffff !important;
}
.scheme_dark .post_item_masonry .post_readmore_label,
.scheme_dark .post_item_masonry .post_readmore:hover .post_readmore_label {
  color: #f0f0f0 !important;
}
.scheme_original .post_item .post_readmore:hover .post_readmore_label {
  color: #66a756;
}
.scheme_dark .post_item .post_readmore:hover .post_readmore_label {
  color: #189799;
}
/* Related posts */
.scheme_original .post_item_related .post_info a {
  color: #989894;
}
.scheme_dark .post_item_related .post_info a {
  color: #909090;
}
.scheme_original .post_item_related .post_info a:hover,
.scheme_original .post_item_related .post_title a:hover {
  color: #66a756;
}
.scheme_dark .post_item_related .post_info a:hover,
.scheme_dark .post_item_related .post_title a:hover {
  color: #189799;
}
.scheme_original .related_wrap .post_item_related,
.scheme_original .article_style_stretch .post_item_related {
  background-color: #ffffff;
}
.scheme_dark .related_wrap .post_item_related,
.scheme_dark .article_style_stretch .post_item_related {
  background-color: #666666;
}
.scheme_original .article_style_boxed.sidebar_show[class*="single-"] .related_wrap .post_item_related {
  background-color: #fafafa;
}
.scheme_dark .article_style_boxed.sidebar_show[class*="single-"] .related_wrap .post_item_related {
  background-color: #333333;
}
/* Style "Colored" */
.isotope_item_colored .post_featured .post_mark_new {
  -webkit-box-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 #000000;
  -moz-box-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 #000000;
  box-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 #000000;
  -webkit-box-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 rgba(0, 0, 0, 0.05);
}
.scheme_original .isotope_item_colored .post_featured .post_mark_new,
.scheme_original .isotope_item_colored .post_featured .post_title,
.scheme_original .isotope_item_colored .post_content.ih-item.square.colored .info {
  color: #ffffff;
}
.scheme_dark .isotope_item_colored .post_featured .post_mark_new,
.scheme_dark .isotope_item_colored .post_featured .post_title,
.scheme_dark .isotope_item_colored .post_content.ih-item.square.colored .info {
  color: #f0f0f0;
}
.scheme_original .isotope_item_colored .post_featured .post_mark_new,
.scheme_original .isotope_item_colored .post_featured .post_title,
.scheme_original .isotope_item_colored .post_content.ih-item.square.colored .info {
  background-color: #7ac369;
}
.scheme_dark .isotope_item_colored .post_featured .post_mark_new,
.scheme_dark .isotope_item_colored .post_featured .post_title,
.scheme_dark .isotope_item_colored .post_content.ih-item.square.colored .info {
  background-color: #20c7ca;
}
.scheme_original .isotope_item_colored .post_featured .post_title a {
  color: #ffffff;
}
.scheme_dark .isotope_item_colored .post_featured .post_title a {
  color: #f0f0f0;
}
.scheme_original .isotope_item_colored .post_category a,
.scheme_original .isotope_item_colored .post_rating .reviews_stars_bg,
.scheme_original .isotope_item_colored .post_rating .reviews_stars_hover,
.scheme_original .isotope_item_colored .post_rating .reviews_value {
  color: #7ac369;
}
.scheme_dark .isotope_item_colored .post_category a,
.scheme_dark .isotope_item_colored .post_rating .reviews_stars_bg,
.scheme_dark .isotope_item_colored .post_rating .reviews_stars_hover,
.scheme_dark .isotope_item_colored .post_rating .reviews_value {
  color: #20c7ca;
}
.scheme_original .isotope_item_colored .post_featured .post_descr {
  background-color: #fafafa;
}
.scheme_dark .isotope_item_colored .post_featured .post_descr {
  background-color: #333333;
}
.scheme_original .isotope_item_colored .post_info_wrap .post_button .sc_button {
  color: #7ac369;
}
.scheme_dark .isotope_item_colored .post_info_wrap .post_button .sc_button {
  color: #20c7ca;
}
.scheme_original .isotope_item_colored .post_info_wrap .post_button .sc_button {
  background-color: #fafafa;
}
.scheme_dark .isotope_item_colored .post_info_wrap .post_button .sc_button {
  background-color: #333333;
}
.scheme_original .isotope_item_colored_1 .post_title a {
  color: #7ac369;
}
.scheme_dark .isotope_item_colored_1 .post_title a {
  color: #20c7ca;
}
.scheme_original .isotope_item_colored_1 .post_title a:hover,
.scheme_original .isotope_item_colored_1 .post_category a:hover {
  color: #66a756;
}
.scheme_dark .isotope_item_colored_1 .post_title a:hover,
.scheme_dark .isotope_item_colored_1 .post_category a:hover {
  color: #189799;
}
/* Masonry and Portfolio */
.scheme_original .isotope_wrap .isotope_item_colored_1 .post_featured {
  border-color: #7ac369;
}
.scheme_dark .isotope_wrap .isotope_item_colored_1 .post_featured {
  border-color: #20c7ca;
}
/* Isotope filters */
.isotope_filters a {
  font-weight: 400;
  border-width: 2px;
  border-style: solid;
}
.scheme_original .isotope_filters a {
  border-color: #7ac369;
}
.scheme_dark .isotope_filters a {
  border-color: #20c7ca;
}
.scheme_original .isotope_filters a {
  background-color: #7ac369;
}
.scheme_dark .isotope_filters a {
  background-color: #20c7ca;
}
.scheme_original .isotope_filters a {
  color: #ffffff;
}
.scheme_dark .isotope_filters a {
  color: #f0f0f0;
}
.scheme_original .isotope_filters a.active,
.scheme_original .isotope_filters a:hover {
  border-color: #66a756;
}
.scheme_dark .isotope_filters a.active,
.scheme_dark .isotope_filters a:hover {
  border-color: #189799;
}
.scheme_original .isotope_filters a.active,
.scheme_original .isotope_filters a:hover {
  background-color: #66a756;
}
.scheme_dark .isotope_filters a.active,
.scheme_dark .isotope_filters a:hover {
  background-color: #189799;
}
/* 7.7 Paginations
-------------------------------------------------------------- */
/* Style 'Pages' and 'Slider' */
.pagination_single > .pager_numbers,
.pagination_single a,
.pagination_slider .pager_cur,
.pagination_pages > a,
.pagination_pages > span {
  font-size: 2.3em;
}
.scheme_original .pagination_single > .pager_numbers,
.scheme_original .pagination_single a,
.scheme_original .pagination_slider .pager_cur,
.scheme_original .pagination_pages > a,
.scheme_original .pagination_pages > span {
  color: #232a34;
}
.scheme_dark .pagination_single > .pager_numbers,
.scheme_dark .pagination_single a,
.scheme_dark .pagination_slider .pager_cur,
.scheme_dark .pagination_pages > a,
.scheme_dark .pagination_pages > span {
  color: #e0e0e0;
}
.scheme_original .pagination_single > .pager_numbers,
.scheme_original .pagination_single a:hover,
.scheme_original .pagination_slider .pager_cur:hover,
.scheme_original .pagination_slider .pager_cur:focus,
.scheme_original .pagination_pages > .active,
.scheme_original .pagination_pages > a:hover {
  color: #acb4b6;
}
.scheme_dark .pagination_single > .pager_numbers,
.scheme_dark .pagination_single a:hover,
.scheme_dark .pagination_slider .pager_cur:hover,
.scheme_dark .pagination_slider .pager_cur:focus,
.scheme_dark .pagination_pages > .active,
.scheme_dark .pagination_pages > a:hover {
  color: #a0a0a0;
}
.scheme_original .pagination_slider .pager_slider {
  border-color: #efefef;
}
.scheme_dark .pagination_slider .pager_slider {
  border-color: #000000;
}
.scheme_original .pagination_slider .pager_slider {
  background-color: #fafafa;
}
.scheme_dark .pagination_slider .pager_slider {
  background-color: #333333;
}
.scheme_original .pagination_wrap .pager_next,
.scheme_original .pagination_wrap .pager_prev,
.scheme_original .pagination_wrap .pager_last,
.scheme_original .pagination_wrap .pager_first {
  color: #ffffff;
}
.scheme_dark .pagination_wrap .pager_next,
.scheme_dark .pagination_wrap .pager_prev,
.scheme_dark .pagination_wrap .pager_last,
.scheme_dark .pagination_wrap .pager_first {
  color: #f0f0f0;
}
.scheme_original .pagination_wrap .pager_next,
.scheme_original .pagination_wrap .pager_prev,
.scheme_original .pagination_wrap .pager_last,
.scheme_original .pagination_wrap .pager_first {
  border-color: #efefef !important;
}
.scheme_dark .pagination_wrap .pager_next,
.scheme_dark .pagination_wrap .pager_prev,
.scheme_dark .pagination_wrap .pager_last,
.scheme_dark .pagination_wrap .pager_first {
  border-color: #000000 !important;
}
.scheme_original .pagination_wrap .pager_next,
.scheme_original .pagination_wrap .pager_prev,
.scheme_original .pagination_wrap .pager_last,
.scheme_original .pagination_wrap .pager_first {
  background-color: #7ac369;
}
.scheme_dark .pagination_wrap .pager_next,
.scheme_dark .pagination_wrap .pager_prev,
.scheme_dark .pagination_wrap .pager_last,
.scheme_dark .pagination_wrap .pager_first {
  background-color: #20c7ca;
}
.scheme_original .pagination_wrap .pager_next:hover,
.scheme_original .pagination_wrap .pager_prev:hover,
.scheme_original .pagination_wrap .pager_last:hover,
.scheme_original .pagination_wrap .pager_first:hover {
  background-color: #66a756;
}
.scheme_dark .pagination_wrap .pager_next:hover,
.scheme_dark .pagination_wrap .pager_prev:hover,
.scheme_dark .pagination_wrap .pager_last:hover,
.scheme_dark .pagination_wrap .pager_first:hover {
  background-color: #189799;
}
.scheme_original .pagination_wrap .pager_next:hover,
.scheme_original .pagination_wrap .pager_prev:hover,
.scheme_original .pagination_wrap .pager_last:hover,
.scheme_original .pagination_wrap .pager_first:hover {
  color: #ffffff;
}
.scheme_dark .pagination_wrap .pager_next:hover,
.scheme_dark .pagination_wrap .pager_prev:hover,
.scheme_dark .pagination_wrap .pager_last:hover,
.scheme_dark .pagination_wrap .pager_first:hover {
  color: #f0f0f0;
}
/* Style 'Load more' */
.scheme_original .pagination_viewmore > a {
  color: #ffffff;
}
.scheme_dark .pagination_viewmore > a {
  color: #f0f0f0;
}
.scheme_original .pagination_viewmore > a {
  background-color: #7ac369;
}
.scheme_dark .pagination_viewmore > a {
  background-color: #20c7ca;
}
.scheme_original .pagination_viewmore > a:hover {
  color: #ffffff;
}
.scheme_dark .pagination_viewmore > a:hover {
  color: #f0f0f0;
}
.scheme_original .pagination_viewmore > a:hover {
  background-color: #66a756;
}
.scheme_dark .pagination_viewmore > a:hover {
  background-color: #189799;
}
/* Loader picture */
.scheme_original .viewmore_loader,
.scheme_original .mfp-preloader span,
.scheme_original .sc_video_frame.sc_video_active:before {
  background-color: #66a756;
}
.scheme_dark .viewmore_loader,
.scheme_dark .mfp-preloader span,
.scheme_dark .sc_video_frame.sc_video_active:before {
  background-color: #189799;
}
/* 8 Single page parts
-------------------------------------------------------------- */
/* 8.1 Attachment and Portfolio post navigation
------------------------------------------------------------- */
.scheme_original .post_featured .post_nav_item {
  color: #ffffff;
}
.scheme_dark .post_featured .post_nav_item {
  color: #f0f0f0;
}
.post_featured .post_nav_item:before {
  border-color: transparent;
}
.scheme_original .post_featured .post_nav_item:before {
  background-color: #7ac369;
}
.scheme_dark .post_featured .post_nav_item:before {
  background-color: #20c7ca;
}
.scheme_original .post_featured .post_nav_item:before {
  color: #ffffff;
}
.scheme_dark .post_featured .post_nav_item:before {
  color: #f0f0f0;
}
.scheme_original .post_featured .post_nav_item .post_nav_info {
  background-color: #7ac369;
}
.scheme_dark .post_featured .post_nav_item .post_nav_info {
  background-color: #20c7ca;
}
/* 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%;
}
.scheme_original .reviews_block .reviews_summary .reviews_item {
  background-color: #7ac369;
}
.scheme_dark .reviews_block .reviews_summary .reviews_item {
  background-color: #20c7ca;
}
.scheme_original .reviews_block .reviews_max_level_100 .reviews_stars_hover,
.scheme_original .reviews_block .reviews_item .reviews_slider {
  color: #ffffff;
}
.scheme_dark .reviews_block .reviews_max_level_100 .reviews_stars_hover,
.scheme_dark .reviews_block .reviews_item .reviews_slider {
  color: #f0f0f0;
}
.scheme_original .reviews_block .reviews_max_level_100 .reviews_stars_hover,
.scheme_original .reviews_block .reviews_item .reviews_slider {
  background-color: #7ac369;
}
.scheme_dark .reviews_block .reviews_max_level_100 .reviews_stars_hover,
.scheme_dark .reviews_block .reviews_item .reviews_slider {
  background-color: #20c7ca;
}
.scheme_original .reviews_block .reviews_item .reviews_stars_hover {
  color: #7ac369;
}
.scheme_dark .reviews_block .reviews_item .reviews_stars_hover {
  color: #20c7ca;
}
.scheme_original .reviews_block .reviews_value {
  color: #232a34;
}
.scheme_dark .reviews_block .reviews_value {
  color: #e0e0e0;
}
.scheme_original .reviews_block .reviews_summary .reviews_criteria {
  color: #989894;
}
.scheme_dark .reviews_block .reviews_summary .reviews_criteria {
  color: #909090;
}
.scheme_original .reviews_block .reviews_summary .reviews_value {
  color: #ffffff;
}
.scheme_dark .reviews_block .reviews_summary .reviews_value {
  color: #f0f0f0;
}
/* Summary stars in the post item (under the title) */
.scheme_original .post_item .post_rating .reviews_stars_bg,
.scheme_original .post_item .post_rating .reviews_stars_hover,
.scheme_original .post_item .post_rating .reviews_value {
  color: #7ac369;
}
.scheme_dark .post_item .post_rating .reviews_stars_bg,
.scheme_dark .post_item .post_rating .reviews_stars_hover,
.scheme_dark .post_item .post_rating .reviews_value {
  color: #20c7ca;
}
/* 8.3 Post author
-------------------------------------------------------------- */
.scheme_original .post_author {
  background-color: #7ac369;
}
.scheme_dark .post_author {
  background-color: #20c7ca;
}
.scheme_original .post_author {
  color: #ffffff;
}
.scheme_dark .post_author {
  color: #f0f0f0;
}
.scheme_original .post_author .post_author_title {
  color: #ffffff;
}
.scheme_dark .post_author .post_author_title {
  color: #f0f0f0;
}
.scheme_original .post_author .post_author_title a {
  color: #ffffff;
}
.scheme_dark .post_author .post_author_title a {
  color: #f0f0f0;
}
.scheme_original .post_author .post_author_title a:hover {
  color: #989894;
}
.scheme_dark .post_author .post_author_title a:hover {
  color: #909090;
}
.scheme_original .post_author .post_author_info {
  color: #ffffff;
}
.scheme_dark .post_author .post_author_info {
  color: #f0f0f0;
}
.scheme_original .post_author .post_author_info {
  color: #989894;
}
.scheme_dark .post_author .post_author_info {
  color: #909090;
}
.scheme_original .comments_wrap .columns_wrap .comments_field input,
.scheme_original .comments_wrap .comments_message textarea {
  border-color: #efefef;
}
.scheme_dark .comments_wrap .columns_wrap .comments_field input,
.scheme_dark .comments_wrap .comments_message textarea {
  border-color: #000000;
}
/* 8.4 Comments
-------------------------------------------------------- */
.comments_list_wrap ul.children,
.comments_list_wrap ul > li + li {
  padding-top: 1.25em;
  margin-top: 1.25em;
}
.comments_wrap .comment-respond {
  padding-bottom: 4px;
}
.comments_list_wrap .comment-respond {
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.scheme_original .comments_list_wrap .comment-respond {
  border-bottom-color: #7ac369;
}
.scheme_dark .comments_list_wrap .comment-respond {
  border-bottom-color: #20c7ca;
}
.comments_list_wrap > ul {
  padding-bottom: 1.25em;
}
.comments_list_wrap ul > li + li > .comment_author_avatar {
  top: 1.5em;
}
.scheme_original .comments_list_wrap .comment_info > span.comment_author,
.scheme_original .comments_list_wrap .comment_info > .comment_date > .comment_date_value {
  color: #7ac369;
}
.scheme_dark .comments_list_wrap .comment_info > span.comment_author,
.scheme_dark .comments_list_wrap .comment_info > .comment_date > .comment_date_value {
  color: #20c7ca;
}
/* 8.5 Page 404
-------------------------------------------------------------- */
.scheme_original .post_item_404 .page_subtitle span {
  color: #ff661b;
}
.scheme_dark .post_item_404 .page_subtitle span {
  color: #ff661b;
}
/* 9. Sidebars
-------------------------------------------------------------- */
/* Side menu */
.sidebar_outer_menu .menu_side_nav > li > a,
.sidebar_outer_menu .menu_side_responsive > li > a {
  line-height: 1.3em;
}
.scheme_original .sidebar_outer_menu .menu_side_nav li > a,
.scheme_original .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_original .sidebar_outer_menu .menu_side_nav li > a:hover,
.scheme_original .sidebar_outer_menu .menu_side_nav li.sfHover > a,
.scheme_original .sidebar_outer_menu .menu_side_responsive li > a:hover,
.scheme_original .sidebar_outer_menu .menu_side_responsive li.sfHover > a {
  color: #232a34;
}
.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;
}
.scheme_original .sidebar_outer_menu .menu_side_nav li > a:hover,
.scheme_original .sidebar_outer_menu .menu_side_nav li.sfHover > a,
.scheme_original .sidebar_outer_menu .menu_side_responsive li > a:hover,
.scheme_original .sidebar_outer_menu .menu_side_responsive li.sfHover > a {
  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 {
  background-color: #505050;
}
.scheme_original .sidebar_outer_menu .menu_side_nav > li ul,
.scheme_original .sidebar_outer_menu .menu_side_responsive > li ul {
  color: #232a34;
}
.scheme_dark .sidebar_outer_menu .menu_side_nav > li ul,
.scheme_dark .sidebar_outer_menu .menu_side_responsive > li ul {
  color: #e0e0e0;
}
.scheme_original .sidebar_outer_menu .menu_side_nav > li ul,
.scheme_original .sidebar_outer_menu .menu_side_responsive > li ul {
  background-color: #fafafa;
}
.scheme_dark .sidebar_outer_menu .menu_side_nav > li ul,
.scheme_dark .sidebar_outer_menu .menu_side_responsive > li ul {
  background-color: #333333;
}
.scheme_original .sidebar_outer_menu .menu_side_nav > li ul,
.scheme_original .sidebar_outer_menu .menu_side_responsive > li ul {
  border-color: #efefef;
}
.scheme_dark .sidebar_outer_menu .menu_side_nav > li ul,
.scheme_dark .sidebar_outer_menu .menu_side_responsive > li ul {
  border-color: #000000;
}
.scheme_original .sidebar_outer_menu .menu_side_nav li.current-menu-item > a,
.scheme_original .sidebar_outer_menu .menu_side_nav li.current-menu-parent > a,
.scheme_original .sidebar_outer_menu .menu_side_nav li.current-menu-ancestor > a,
.scheme_original .sidebar_outer_menu .menu_side_responsive li.current-menu-item > a,
.scheme_original .sidebar_outer_menu .menu_side_responsive li.current-menu-parent > a,
.scheme_original .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: #a0a0a0;
}
.sidebar_outer_menu .menu_side_nav > li ul,
.sidebar_outer_menu .menu_side_responsive > li ul {
  line-height: 1.3em;
}
.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;
}
.scheme_original .sidebar_outer_menu .sidebar_outer_menu_buttons > a {
  color: #232a34;
}
.scheme_dark .sidebar_outer_menu .sidebar_outer_menu_buttons > a {
  color: #e0e0e0;
}
.scheme_original .sidebar_outer_menu .sidebar_outer_menu_buttons > a:hover {
  color: #7ac369;
}
.scheme_dark .sidebar_outer_menu .sidebar_outer_menu_buttons > a:hover {
  color: #20c7ca;
}
/* Common rules */
.scheme_original .widget_area_inner,
.scheme_original .widget_area_inner ul li a {
  color: #989894;
}
.scheme_dark .widget_area_inner,
.scheme_dark .widget_area_inner ul li a {
  color: #909090;
}
.scheme_original .widget_area_inner a,
.scheme_original .widget_area_inner button::before:hover {
  color: #7ac369;
}
.scheme_dark .widget_area_inner a,
.scheme_dark .widget_area_inner button::before:hover {
  color: #20c7ca;
}
.scheme_original .widget_area_inner button::before {
  color: #232a34;
}
.scheme_dark .widget_area_inner button::before {
  color: #e0e0e0;
}
.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-tabs-active a {
  border-bottom: 4px solid !important;
}
.scheme_original .widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-tabs-active a {
  background-color: #7ac369 !important;
}
.scheme_dark .widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-tabs-active a {
  background-color: #20c7ca !important;
}
.scheme_original .widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-tabs-active a {
  color: #ffffff !important;
}
.scheme_dark .widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-tabs-active a {
  color: #f0f0f0 !important;
}
.scheme_original .widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-tabs-active a {
  border-color: #efefef !important;
}
.scheme_dark .widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-tabs-active a {
  border-color: #000000 !important;
}
.scheme_original .widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
  color: #232a34 !important;
}
.scheme_dark .widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
  color: #e0e0e0 !important;
}
.scheme_original .widget_area_inner ul li:before {
  background-color: #7ac369;
}
.scheme_dark .widget_area_inner ul li:before {
  background-color: #20c7ca;
}
.scheme_original .widget_area .widget_calendar td.today .day_wrap {
  color: #ffffff;
}
.scheme_dark .widget_area .widget_calendar td.today .day_wrap {
  color: #f0f0f0;
}
.scheme_original .widget_area .widget_calendar td.today .day_wrap {
  border-color: #efefef;
}
.scheme_dark .widget_area .widget_calendar td.today .day_wrap {
  border-color: #000000;
}
.scheme_original .widget_area_inner a:hover,
.scheme_original .widget_area_inner ul li a:hover,
.scheme_original .widget_area_inner button:hover:before {
  color: #66a756;
}
.scheme_dark .widget_area_inner a:hover,
.scheme_dark .widget_area_inner ul li a:hover,
.scheme_dark .widget_area_inner button:hover:before {
  color: #189799;
}
.scheme_original .widget_area_inner .post_title a {
  color: #989894;
}
.scheme_dark .widget_area_inner .post_title a {
  color: #909090;
}
.scheme_original .widget_area_inner .post_title a:hover {
  color: #7ac369;
}
.scheme_dark .widget_area_inner .post_title a:hover {
  color: #20c7ca;
}
.scheme_original .widget_area_inner .widget_text a,
.scheme_original .widget_area_inner .post_info a {
  color: #7ac369;
}
.scheme_dark .widget_area_inner .widget_text a,
.scheme_dark .widget_area_inner .post_info a {
  color: #20c7ca;
}
.scheme_original .widget_area_inner .widget_text a:hover,
.scheme_original .widget_area_inner .post_info a:hover {
  color: #66a756;
}
.scheme_dark .widget_area_inner .widget_text a:hover,
.scheme_dark .widget_area_inner .post_info a:hover {
  color: #189799;
}
/* Widget: Search */
.scheme_original .widget_area_inner .widget_product_search .search_form,
.scheme_original .widget_area_inner .widget_search .search_form {
  border-color: #efefef;
}
.scheme_dark .widget_area_inner .widget_product_search .search_form,
.scheme_dark .widget_area_inner .widget_search .search_form {
  border-color: #000000;
}
.widget_area_inner .widget_product_search .search_field,
.widget_area_inner .widget_search .search_field {
  padding-right: 30px;
  padding-left: 8px;
  background: none;
  border: none;
  width: 100%;
  height: 2.5em;
  line-height: 2.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.scheme_original .widget_area_inner .widget_product_search .search_field,
.scheme_original .widget_area_inner .widget_search .search_field {
  color: #989894;
}
.scheme_dark .widget_area_inner .widget_product_search .search_field,
.scheme_dark .widget_area_inner .widget_search .search_field {
  color: #999999;
}
.widget_area_inner .widget_product_search .search_button,
.widget_area_inner .widget_search .search_button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scheme_original .widget_area_inner .widget_product_search .search_button,
.scheme_original .widget_area_inner .widget_search .search_button {
  color: #989894;
}
.scheme_dark .widget_area_inner .widget_product_search .search_button,
.scheme_dark .widget_area_inner .widget_search .search_button {
  color: #999999;
}
.scheme_original .widget_area_inner .widget_product_search .search_button:hover,
.scheme_original .widget_area_inner .widget_search .search_button:hover {
  color: #232a34;
}
.scheme_dark .widget_area_inner .widget_product_search .search_button:hover,
.scheme_dark .widget_area_inner .widget_search .search_button:hover {
  color: #d0d0d0;
}
/* Widget: Calendar */
.scheme_original .widget_area_inner .widget_calendar .weekday {
  color: #232a34;
}
.scheme_dark .widget_area_inner .widget_calendar .weekday {
  color: #e0e0e0;
}
.scheme_original .widget_area_inner .widget_calendar td a:hover {
  background-color: #7ac369;
}
.scheme_dark .widget_area_inner .widget_calendar td a:hover {
  background-color: #20c7ca;
}
.scheme_original .widget_area_inner .widget_calendar td a:hover {
  color: #ffffff;
}
.scheme_dark .widget_area_inner .widget_calendar td a:hover {
  color: #f0f0f0;
}
.scheme_original .widget_area_inner .widget_calendar .today .day_wrap {
  background-color: #7ac369;
}
.scheme_dark .widget_area_inner .widget_calendar .today .day_wrap {
  background-color: #20c7ca;
}
/* Widget: Tag Cloud */
.scheme_original .widget_area_inner .widget_product_tag_cloud a,
.scheme_original .widget_area_inner .widget_tag_cloud a {
  color: #989894;
}
.scheme_dark .widget_area_inner .widget_product_tag_cloud a,
.scheme_dark .widget_area_inner .widget_tag_cloud a {
  color: #909090;
}
.scheme_original .widget_area_inner .widget_product_tag_cloud a,
.scheme_original .widget_area_inner .widget_tag_cloud a {
  background-color: #efefef;
}
.scheme_dark .widget_area_inner .widget_product_tag_cloud a,
.scheme_dark .widget_area_inner .widget_tag_cloud a {
  background-color: #000000;
}
.scheme_original .widget_area_inner .widget_product_tag_cloud a:hover,
.scheme_original .widget_area_inner .widget_tag_cloud a:hover {
  background-color: #ff661b;
}
.scheme_dark .widget_area_inner .widget_product_tag_cloud a:hover,
.scheme_dark .widget_area_inner .widget_tag_cloud a:hover {
  background-color: #ff661b;
}
.scheme_original .widget_area_inner .widget_product_tag_cloud a:hover,
.scheme_original .widget_area_inner .widget_tag_cloud a:hover {
  color: #ffffff;
}
.scheme_dark .widget_area_inner .widget_product_tag_cloud a:hover,
.scheme_dark .widget_area_inner .widget_tag_cloud a:hover {
  color: #f0f0f0;
}
/* Left or Right sidebar */
.scheme_original .widget_area .widget_title,
.scheme_original .widget_area .widget,
.scheme_original .widget_area ul li:before,
.scheme_original .widget_area aside .post_item + .post_item {
  border-color: #efefef;
}
.scheme_dark .widget_area .widget_title,
.scheme_dark .widget_area .widget,
.scheme_dark .widget_area ul li:before,
.scheme_dark .widget_area aside .post_item + .post_item {
  border-color: #000000;
}
.scheme_original .widget_area ul li {
  color: #ff661b;
}
.scheme_dark .widget_area ul li {
  color: #ff661b;
}
.scheme_original .wp-calendar thead tr:first-child {
  color: #ffffff;
}
.scheme_dark .wp-calendar thead tr:first-child {
  color: #f0f0f0;
}
.scheme_original .wp-calendar::before {
  background-color: #7ac369;
}
.scheme_dark .wp-calendar::before {
  background-color: #20c7ca;
}
.scheme_original .wp-calendar thead tr:first-child a::before {
  color: #ffffff;
}
.scheme_dark .wp-calendar thead tr:first-child a::before {
  color: #f0f0f0;
}
/* 10. Footer areas
-------------------------------------------------------------- */
/* Contacts */
.scheme_original .contacts_wrap_inner {
  color: #989894;
}
.scheme_dark .contacts_wrap_inner {
  color: #909090;
}
.scheme_original .contacts_wrap.scheme_original {
  background-color: #7ac369;
}
.scheme_dark .contacts_wrap.scheme_original {
  background-color: #20c7ca;
}
.scheme_original .contacts_wrap .contacts_address .address_left h1,
.scheme_original .address_right {
  color: #ffffff;
}
.scheme_dark .contacts_wrap .contacts_address .address_left h1,
.scheme_dark .address_right {
  color: #f0f0f0;
}
.scheme_original .contacts_wrap .contacts_address .address_left h1 span,
.scheme_original .address_right .contact_icon {
  color: #cde452;
}
.scheme_dark .contacts_wrap .contacts_address .address_left h1 span,
.scheme_dark .address_right .contact_icon {
  color: #cde452;
}
/* Testimonials and Twitter */
.scheme_original .testimonials_wrap_inner,
.scheme_original .twitter_wrap_inner {
  color: #989894;
}
.scheme_dark .testimonials_wrap_inner,
.scheme_dark .twitter_wrap_inner {
  color: #909090;
}
.scheme_original .testimonials_wrap_inner,
.scheme_original .twitter_wrap_inner {
  background-color: #fafafa;
}
.scheme_dark .testimonials_wrap_inner,
.scheme_dark .twitter_wrap_inner {
  background-color: #333333;
}
/* Copyright */
.scheme_original .copyright_wrap_inner {
  background-color: #fafafa;
}
.scheme_dark .copyright_wrap_inner {
  background-color: #333333;
}
.scheme_original .copyright_wrap_inner .copyright_text {
  color: #232a34;
}
.scheme_dark .copyright_wrap_inner .copyright_text {
  color: #e0e0e0;
}
.scheme_original .copyright_wrap_inner .menu_footer_nav li a {
  color: #989894;
}
.scheme_dark .copyright_wrap_inner .menu_footer_nav li a {
  color: #909090;
}
.scheme_original .copyright_wrap_inner .menu_footer_nav li a:hover {
  color: #7ac369;
}
.scheme_dark .copyright_wrap_inner .menu_footer_nav li a:hover {
  color: #20c7ca;
}
/* 11. Utils
-------------------------------------------------------------- */
/* Scroll to top */
.scroll_to_top {
  border: none;
}
.scheme_original .scroll_to_top {
  color: #ffffff;
}
.scheme_dark .scroll_to_top {
  color: #f0f0f0;
}
.scheme_original .scroll_to_top {
  background-color: #7ac369;
}
.scheme_dark .scroll_to_top {
  background-color: #20c7ca;
}
.scheme_original .scroll_to_top:hover {
  color: #ffffff;
}
.scheme_dark .scroll_to_top:hover {
  color: #f0f0f0;
}
.scheme_original .scroll_to_top:hover {
  background-color: #66a756;
}
.scheme_dark .scroll_to_top:hover {
  background-color: #189799;
}
.custom_options #co_toggle {
  right: -2.5625em !important;
}
.scheme_original .custom_options #co_toggle {
  background-color: #66a756 !important;
}
.scheme_dark .custom_options #co_toggle {
  background-color: #189799 !important;
}
.scheme_original .custom_options #co_toggle {
  color: #ffffff;
}
.scheme_dark .custom_options #co_toggle {
  color: #f0f0f0;
}
/* 12. Registration and Login popups
-------------------------------------------------------------- */
.popup_wrap {
  -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 #000000;
  -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 #000000;
  box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 #000000;
  -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2) 0 5px 0 rgba(0, 0, 0, 0.05);
}
.scheme_original .popup_wrap {
  background-color: #fafafa;
}
.scheme_dark .popup_wrap {
  background-color: #333333;
}
.popup_wrap input[type="text"],
.popup_wrap input[type="email"],
.popup_wrap input[type="password"] {
  font-size: 1.1667em;
  line-height: 1.5em;
  padding: 0.3em;
}
/* 13. Third party plugins
------------------------------------------------------- */
/* 13.1 Media player
------------------------------------------------------- */
/*
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls { background:#1eaace !important; }
.mejs-controls .mejs-volume-button .mejs-volume-slider { background: rgba(30,170,206,0.7) !important; }
*/
.mejs-controls button:hover,
.mejs-controls button:active {
  background-color: transparent !important;
}
/* 13.2 WooCommerce
------------------------------------------------------ */
/* Theme colors */
.scheme_original .woocommerce .woocommerce-message:before,
.scheme_original .woocommerce-page .woocommerce-message:before,
.scheme_original .woocommerce div.product span.price,
.scheme_original .woocommerce div.product p.price,
.scheme_original .woocommerce #content div.product span.price,
.scheme_original .woocommerce #content div.product p.price,
.scheme_original .woocommerce-page div.product span.price,
.scheme_original .woocommerce-page div.product p.price,
.scheme_original .woocommerce-page #content div.product span.price,
.scheme_original .woocommerce-page #content div.product p.price,
.scheme_original .woocommerce ul.products li.product .price,
.scheme_original .woocommerce-page ul.products li.product .price,
.scheme_original .woocommerce a.button.alt:hover,
.scheme_original .woocommerce button.button.alt:hover,
.scheme_original .woocommerce input.button.alt:hover,
.scheme_original .woocommerce #respond input#submit.alt:hover,
.scheme_original .woocommerce #content input.button.alt:hover,
.scheme_original .woocommerce-page a.button.alt:hover,
.scheme_original .woocommerce-page button.button.alt:hover,
.scheme_original .woocommerce-page input.button.alt:hover,
.scheme_original .woocommerce-page #respond input#submit.alt:hover,
.scheme_original .woocommerce-page #content input.button.alt:hover,
.scheme_original .woocommerce a.button:hover,
.scheme_original .woocommerce button.button:hover,
.scheme_original .woocommerce input.button:hover,
.scheme_original .woocommerce #respond input#submit:hover,
.scheme_original .woocommerce #content input.button:hover,
.scheme_original .woocommerce-page a.button:hover,
.scheme_original .woocommerce-page button.button:hover,
.scheme_original .woocommerce-page input.button:hover,
.scheme_original .woocommerce-page #respond input#submit:hover,
.scheme_original .woocommerce-page #content input.button:hover,
.scheme_original .woocommerce .quantity input[type="button"]:hover,
.scheme_original .woocommerce #content input[type="button"]:hover,
.scheme_original .woocommerce-page .quantity input[type="button"]:hover,
.scheme_original .woocommerce-page #content .quantity input[type="button"]:hover,
.scheme_original .woocommerce ul.cart_list li > .amount,
.scheme_original .woocommerce ul.product_list_widget li > .amount,
.scheme_original .woocommerce-page ul.cart_list li > .amount,
.scheme_original .woocommerce-page ul.product_list_widget li > .amount,
.scheme_original .woocommerce ul.cart_list li span .amount,
.scheme_original .woocommerce ul.product_list_widget li span .amount,
.scheme_original .woocommerce-page ul.cart_list li span .amount,
.scheme_original .woocommerce-page ul.product_list_widget li span .amount,
.scheme_original .woocommerce ul.cart_list li ins .amount,
.scheme_original .woocommerce ul.product_list_widget li ins .amount,
.scheme_original .woocommerce-page ul.cart_list li ins .amount,
.scheme_original .woocommerce-page ul.product_list_widget li ins .amount,
.scheme_original .woocommerce.widget_shopping_cart .total .amount,
.scheme_original .woocommerce .widget_shopping_cart .total .amount,
.scheme_original .woocommerce-page.widget_shopping_cart .total .amount,
.scheme_original .woocommerce-page .widget_shopping_cart .total .amount,
.scheme_original .woocommerce a:hover h3,
.scheme_original .woocommerce-page a:hover h3,
.scheme_original .woocommerce .cart-collaterals .order-total strong,
.scheme_original .woocommerce-page .cart-collaterals .order-total strong,
.scheme_original .woocommerce .checkout #order_review .order-total .amount,
.scheme_original .woocommerce-page .checkout #order_review .order-total .amount,
.scheme_original .woocommerce .star-rating,
.scheme_original .woocommerce-page .star-rating,
.scheme_original .woocommerce .star-rating:before,
.scheme_original .woocommerce-page .star-rating:before,
.scheme_original .widget_area_inner .widgetWrap ul > li .star-rating span,
.scheme_original .woocommerce #review_form #respond .stars a,
.scheme_original .woocommerce-page #review_form #respond .stars a {
  color: #7ac369;
}
.scheme_dark .woocommerce .woocommerce-message:before,
.scheme_dark .woocommerce-page .woocommerce-message:before,
.scheme_dark .woocommerce div.product span.price,
.scheme_dark .woocommerce div.product p.price,
.scheme_dark .woocommerce #content div.product span.price,
.scheme_dark .woocommerce #content div.product p.price,
.scheme_dark .woocommerce-page div.product span.price,
.scheme_dark .woocommerce-page div.product p.price,
.scheme_dark .woocommerce-page #content div.product span.price,
.scheme_dark .woocommerce-page #content div.product p.price,
.scheme_dark .woocommerce ul.products li.product .price,
.scheme_dark .woocommerce-page ul.products li.product .price,
.scheme_dark .woocommerce a.button.alt:hover,
.scheme_dark .woocommerce button.button.alt:hover,
.scheme_dark .woocommerce input.button.alt:hover,
.scheme_dark .woocommerce #respond input#submit.alt:hover,
.scheme_dark .woocommerce #content input.button.alt:hover,
.scheme_dark .woocommerce-page a.button.alt:hover,
.scheme_dark .woocommerce-page button.button.alt:hover,
.scheme_dark .woocommerce-page input.button.alt:hover,
.scheme_dark .woocommerce-page #respond input#submit.alt:hover,
.scheme_dark .woocommerce-page #content input.button.alt:hover,
.scheme_dark .woocommerce a.button:hover,
.scheme_dark .woocommerce button.button:hover,
.scheme_dark .woocommerce input.button:hover,
.scheme_dark .woocommerce #respond input#submit:hover,
.scheme_dark .woocommerce #content input.button:hover,
.scheme_dark .woocommerce-page a.button:hover,
.scheme_dark .woocommerce-page button.button:hover,
.scheme_dark .woocommerce-page input.button:hover,
.scheme_dark .woocommerce-page #respond input#submit:hover,
.scheme_dark .woocommerce-page #content input.button:hover,
.scheme_dark .woocommerce .quantity input[type="button"]:hover,
.scheme_dark .woocommerce #content input[type="button"]:hover,
.scheme_dark .woocommerce-page .quantity input[type="button"]:hover,
.scheme_dark .woocommerce-page #content .quantity input[type="button"]:hover,
.scheme_dark .woocommerce ul.cart_list li > .amount,
.scheme_dark .woocommerce ul.product_list_widget li > .amount,
.scheme_dark .woocommerce-page ul.cart_list li > .amount,
.scheme_dark .woocommerce-page ul.product_list_widget li > .amount,
.scheme_dark .woocommerce ul.cart_list li span .amount,
.scheme_dark .woocommerce ul.product_list_widget li span .amount,
.scheme_dark .woocommerce-page ul.cart_list li span .amount,
.scheme_dark .woocommerce-page ul.product_list_widget li span .amount,
.scheme_dark .woocommerce ul.cart_list li ins .amount,
.scheme_dark .woocommerce ul.product_list_widget li ins .amount,
.scheme_dark .woocommerce-page ul.cart_list li ins .amount,
.scheme_dark .woocommerce-page ul.product_list_widget li ins .amount,
.scheme_dark .woocommerce.widget_shopping_cart .total .amount,
.scheme_dark .woocommerce .widget_shopping_cart .total .amount,
.scheme_dark .woocommerce-page.widget_shopping_cart .total .amount,
.scheme_dark .woocommerce-page .widget_shopping_cart .total .amount,
.scheme_dark .woocommerce a:hover h3,
.scheme_dark .woocommerce-page a:hover h3,
.scheme_dark .woocommerce .cart-collaterals .order-total strong,
.scheme_dark .woocommerce-page .cart-collaterals .order-total strong,
.scheme_dark .woocommerce .checkout #order_review .order-total .amount,
.scheme_dark .woocommerce-page .checkout #order_review .order-total .amount,
.scheme_dark .woocommerce .star-rating,
.scheme_dark .woocommerce-page .star-rating,
.scheme_dark .woocommerce .star-rating:before,
.scheme_dark .woocommerce-page .star-rating:before,
.scheme_dark .widget_area_inner .widgetWrap ul > li .star-rating span,
.scheme_dark .woocommerce #review_form #respond .stars a,
.scheme_dark .woocommerce-page #review_form #respond .stars a {
  color: #20c7ca;
}
.scheme_original .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #7ac369;
}
.scheme_dark .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #20c7ca;
}
.scheme_original .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.scheme_original .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  background: #7ac369;
}
.scheme_dark .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.scheme_dark .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  background: #20c7ca;
}
.scheme_original .woocommerce .woocommerce-message,
.scheme_original .woocommerce-page .woocommerce-message,
.scheme_original .woocommerce a.button.alt:active,
.scheme_original .woocommerce button.button.alt:active,
.scheme_original .woocommerce input.button.alt:active,
.scheme_original .woocommerce #respond input#submit.alt:active,
.scheme_original .woocommerce #content input.button.alt:active,
.scheme_original .woocommerce-page a.button.alt:active,
.scheme_original .woocommerce-page button.button.alt:active,
.scheme_original .woocommerce-page input.button.alt:active,
.scheme_original .woocommerce-page #respond input#submit.alt:active,
.scheme_original .woocommerce-page #content input.button.alt:active,
.scheme_original .woocommerce a.button:active,
.scheme_original .woocommerce button.button:active,
.scheme_original .woocommerce input.button:active,
.scheme_original .woocommerce #respond input#submit:active,
.scheme_original .woocommerce #content input.button:active,
.scheme_original .woocommerce-page a.button:active,
.scheme_original .woocommerce-page button.button:active,
.scheme_original .woocommerce-page input.button:active,
.scheme_original .woocommerce-page #respond input#submit:active,
.scheme_original .woocommerce-page #content input.button:active {
  border-top-color: #7ac369;
}
.scheme_dark .woocommerce .woocommerce-message,
.scheme_dark .woocommerce-page .woocommerce-message,
.scheme_dark .woocommerce a.button.alt:active,
.scheme_dark .woocommerce button.button.alt:active,
.scheme_dark .woocommerce input.button.alt:active,
.scheme_dark .woocommerce #respond input#submit.alt:active,
.scheme_dark .woocommerce #content input.button.alt:active,
.scheme_dark .woocommerce-page a.button.alt:active,
.scheme_dark .woocommerce-page button.button.alt:active,
.scheme_dark .woocommerce-page input.button.alt:active,
.scheme_dark .woocommerce-page #respond input#submit.alt:active,
.scheme_dark .woocommerce-page #content input.button.alt:active,
.scheme_dark .woocommerce a.button:active,
.scheme_dark .woocommerce button.button:active,
.scheme_dark .woocommerce input.button:active,
.scheme_dark .woocommerce #respond input#submit:active,
.scheme_dark .woocommerce #content input.button:active,
.scheme_dark .woocommerce-page a.button:active,
.scheme_dark .woocommerce-page button.button:active,
.scheme_dark .woocommerce-page input.button:active,
.scheme_dark .woocommerce-page #respond input#submit:active,
.scheme_dark .woocommerce-page #content input.button:active {
  border-top-color: #20c7ca;
}
/* Buttons */
.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 {
  border: none;
}
.scheme_original .woocommerce a.button,
.scheme_original .woocommerce button.button,
.scheme_original .woocommerce input.button,
.scheme_original .woocommerce #respond input#submit,
.scheme_original .woocommerce #content input.button,
.scheme_original .woocommerce-page a.button,
.scheme_original .woocommerce-page button.button,
.scheme_original .woocommerce-page input.button,
.scheme_original .woocommerce-page #respond input#submit,
.scheme_original .woocommerce-page #content input.button,
.scheme_original .woocommerce a.button.alt,
.scheme_original .woocommerce button.button.alt,
.scheme_original .woocommerce input.button.alt,
.scheme_original .woocommerce #respond input#submit.alt,
.scheme_original .woocommerce #content input.button.alt,
.scheme_original .woocommerce-page a.button.alt,
.scheme_original .woocommerce-page button.button.alt,
.scheme_original .woocommerce-page input.button.alt,
.scheme_original .woocommerce-page #respond input#submit.alt,
.scheme_original .woocommerce-page #content input.button.alt,
.scheme_original .woocommerce-account .addresses .title .edit {
  background-color: #7ac369;
}
.scheme_dark .woocommerce a.button,
.scheme_dark .woocommerce button.button,
.scheme_dark .woocommerce input.button,
.scheme_dark .woocommerce #respond input#submit,
.scheme_dark .woocommerce #content input.button,
.scheme_dark .woocommerce-page a.button,
.scheme_dark .woocommerce-page button.button,
.scheme_dark .woocommerce-page input.button,
.scheme_dark .woocommerce-page #respond input#submit,
.scheme_dark .woocommerce-page #content input.button,
.scheme_dark .woocommerce a.button.alt,
.scheme_dark .woocommerce button.button.alt,
.scheme_dark .woocommerce input.button.alt,
.scheme_dark .woocommerce #respond input#submit.alt,
.scheme_dark .woocommerce #content input.button.alt,
.scheme_dark .woocommerce-page a.button.alt,
.scheme_dark .woocommerce-page button.button.alt,
.scheme_dark .woocommerce-page input.button.alt,
.scheme_dark .woocommerce-page #respond input#submit.alt,
.scheme_dark .woocommerce-page #content input.button.alt,
.scheme_dark .woocommerce-account .addresses .title .edit {
  background-color: #20c7ca;
}
.scheme_original .woocommerce a.button,
.scheme_original .woocommerce button.button,
.scheme_original .woocommerce input.button,
.scheme_original .woocommerce #respond input#submit,
.scheme_original .woocommerce #content input.button,
.scheme_original .woocommerce-page a.button,
.scheme_original .woocommerce-page button.button,
.scheme_original .woocommerce-page input.button,
.scheme_original .woocommerce-page #respond input#submit,
.scheme_original .woocommerce-page #content input.button,
.scheme_original .woocommerce a.button.alt,
.scheme_original .woocommerce button.button.alt,
.scheme_original .woocommerce input.button.alt,
.scheme_original .woocommerce #respond input#submit.alt,
.scheme_original .woocommerce #content input.button.alt,
.scheme_original .woocommerce-page a.button.alt,
.scheme_original .woocommerce-page button.button.alt,
.scheme_original .woocommerce-page input.button.alt,
.scheme_original .woocommerce-page #respond input#submit.alt,
.scheme_original .woocommerce-page #content input.button.alt,
.scheme_original .woocommerce-account .addresses .title .edit {
  color: #ffffff;
}
.scheme_dark .woocommerce a.button,
.scheme_dark .woocommerce button.button,
.scheme_dark .woocommerce input.button,
.scheme_dark .woocommerce #respond input#submit,
.scheme_dark .woocommerce #content input.button,
.scheme_dark .woocommerce-page a.button,
.scheme_dark .woocommerce-page button.button,
.scheme_dark .woocommerce-page input.button,
.scheme_dark .woocommerce-page #respond input#submit,
.scheme_dark .woocommerce-page #content input.button,
.scheme_dark .woocommerce a.button.alt,
.scheme_dark .woocommerce button.button.alt,
.scheme_dark .woocommerce input.button.alt,
.scheme_dark .woocommerce #respond input#submit.alt,
.scheme_dark .woocommerce #content input.button.alt,
.scheme_dark .woocommerce-page a.button.alt,
.scheme_dark .woocommerce-page button.button.alt,
.scheme_dark .woocommerce-page input.button.alt,
.scheme_dark .woocommerce-page #respond input#submit.alt,
.scheme_dark .woocommerce-page #content input.button.alt,
.scheme_dark .woocommerce-account .addresses .title .edit {
  color: #f0f0f0;
}
.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 {
  border: none;
}
.scheme_original .woocommerce a.button:hover,
.scheme_original .woocommerce button.button:hover,
.scheme_original .woocommerce input.button:hover,
.scheme_original .woocommerce #respond input#submit:hover,
.scheme_original .woocommerce #content input.button:hover,
.scheme_original .woocommerce-page a.button:hover,
.scheme_original .woocommerce-page button.button:hover,
.scheme_original .woocommerce-page input.button:hover,
.scheme_original .woocommerce-page #respond input#submit:hover,
.scheme_original .woocommerce-page #content input.button:hover,
.scheme_original .woocommerce a.button.alt:hover,
.scheme_original .woocommerce button.button.alt:hover,
.scheme_original .woocommerce input.button.alt:hover,
.scheme_original .woocommerce #respond input#submit.alt:hover,
.scheme_original .woocommerce #content input.button.alt:hover,
.scheme_original .woocommerce-page a.button.alt:hover,
.scheme_original .woocommerce-page button.button.alt:hover,
.scheme_original .woocommerce-page input.button.alt:hover,
.scheme_original .woocommerce-page #respond input#submit.alt:hover,
.scheme_original .woocommerce-page #content input.button.alt:hover,
.scheme_original .woocommerce-account .addresses .title .edit:hover {
  background-color: #66a756;
}
.scheme_dark .woocommerce a.button:hover,
.scheme_dark .woocommerce button.button:hover,
.scheme_dark .woocommerce input.button:hover,
.scheme_dark .woocommerce #respond input#submit:hover,
.scheme_dark .woocommerce #content input.button:hover,
.scheme_dark .woocommerce-page a.button:hover,
.scheme_dark .woocommerce-page button.button:hover,
.scheme_dark .woocommerce-page input.button:hover,
.scheme_dark .woocommerce-page #respond input#submit:hover,
.scheme_dark .woocommerce-page #content input.button:hover,
.scheme_dark .woocommerce a.button.alt:hover,
.scheme_dark .woocommerce button.button.alt:hover,
.scheme_dark .woocommerce input.button.alt:hover,
.scheme_dark .woocommerce #respond input#submit.alt:hover,
.scheme_dark .woocommerce #content input.button.alt:hover,
.scheme_dark .woocommerce-page a.button.alt:hover,
.scheme_dark .woocommerce-page button.button.alt:hover,
.scheme_dark .woocommerce-page input.button.alt:hover,
.scheme_dark .woocommerce-page #respond input#submit.alt:hover,
.scheme_dark .woocommerce-page #content input.button.alt:hover,
.scheme_dark .woocommerce-account .addresses .title .edit:hover {
  background-color: #189799;
}
.scheme_original .woocommerce a.button:hover,
.scheme_original .woocommerce button.button:hover,
.scheme_original .woocommerce input.button:hover,
.scheme_original .woocommerce #respond input#submit:hover,
.scheme_original .woocommerce #content input.button:hover,
.scheme_original .woocommerce-page a.button:hover,
.scheme_original .woocommerce-page button.button:hover,
.scheme_original .woocommerce-page input.button:hover,
.scheme_original .woocommerce-page #respond input#submit:hover,
.scheme_original .woocommerce-page #content input.button:hover,
.scheme_original .woocommerce a.button.alt:hover,
.scheme_original .woocommerce button.button.alt:hover,
.scheme_original .woocommerce input.button.alt:hover,
.scheme_original .woocommerce #respond input#submit.alt:hover,
.scheme_original .woocommerce #content input.button.alt:hover,
.scheme_original .woocommerce-page a.button.alt:hover,
.scheme_original .woocommerce-page button.button.alt:hover,
.scheme_original .woocommerce-page input.button.alt:hover,
.scheme_original .woocommerce-page #respond input#submit.alt:hover,
.scheme_original .woocommerce-page #content input.button.alt:hover,
.scheme_original .woocommerce-account .addresses .title .edit:hover {
  color: #ffffff;
}
.scheme_dark .woocommerce a.button:hover,
.scheme_dark .woocommerce button.button:hover,
.scheme_dark .woocommerce input.button:hover,
.scheme_dark .woocommerce #respond input#submit:hover,
.scheme_dark .woocommerce #content input.button:hover,
.scheme_dark .woocommerce-page a.button:hover,
.scheme_dark .woocommerce-page button.button:hover,
.scheme_dark .woocommerce-page input.button:hover,
.scheme_dark .woocommerce-page #respond input#submit:hover,
.scheme_dark .woocommerce-page #content input.button:hover,
.scheme_dark .woocommerce a.button.alt:hover,
.scheme_dark .woocommerce button.button.alt:hover,
.scheme_dark .woocommerce input.button.alt:hover,
.scheme_dark .woocommerce #respond input#submit.alt:hover,
.scheme_dark .woocommerce #content input.button.alt:hover,
.scheme_dark .woocommerce-page a.button.alt:hover,
.scheme_dark .woocommerce-page button.button.alt:hover,
.scheme_dark .woocommerce-page input.button.alt:hover,
.scheme_dark .woocommerce-page #respond input#submit.alt:hover,
.scheme_dark .woocommerce-page #content input.button.alt:hover,
.scheme_dark .woocommerce-account .addresses .title .edit:hover {
  color: #f0f0f0;
}
/* Remove button */
.woocommerce a.remove,
.woocommerce a.remove:hover {
  color: #e05100 !important;
  background-color: transparent !important;
}
/* Messages */
.scheme_original .article_style_boxed.woocommerce .woocommerce-error,
.scheme_original .article_style_boxed.woocommerce .woocommerce-info,
.scheme_original .article_style_boxed.woocommerce .woocommerce-message,
.scheme_original .article_style_boxed.woocommerce-page .woocommerce-error,
.scheme_original .article_style_boxed.woocommerce-page .woocommerce-info,
.scheme_original .article_style_boxed.woocommerce-page .woocommerce-message {
  background-color: #ffffff;
}
.scheme_dark .article_style_boxed.woocommerce .woocommerce-error,
.scheme_dark .article_style_boxed.woocommerce .woocommerce-info,
.scheme_dark .article_style_boxed.woocommerce .woocommerce-message,
.scheme_dark .article_style_boxed.woocommerce-page .woocommerce-error,
.scheme_dark .article_style_boxed.woocommerce-page .woocommerce-info,
.scheme_dark .article_style_boxed.woocommerce-page .woocommerce-message {
  background-color: #666666;
}
.scheme_original .article_style_boxed.woocommerce.archive .woocommerce-error,
.scheme_original .article_style_boxed.woocommerce.archive .woocommerce-info,
.scheme_original .article_style_boxed.woocommerce.archive .woocommerce-message,
.scheme_original .article_style_boxed.woocommerce-page.archive .woocommerce-error,
.scheme_original .article_style_boxed.woocommerce-page.archive .woocommerce-info,
.scheme_original .article_style_boxed.woocommerce-page.archive .woocommerce-message {
  background-color: #fafafa;
}
.scheme_dark .article_style_boxed.woocommerce.archive .woocommerce-error,
.scheme_dark .article_style_boxed.woocommerce.archive .woocommerce-info,
.scheme_dark .article_style_boxed.woocommerce.archive .woocommerce-message,
.scheme_dark .article_style_boxed.woocommerce-page.archive .woocommerce-error,
.scheme_dark .article_style_boxed.woocommerce-page.archive .woocommerce-info,
.scheme_dark .article_style_boxed.woocommerce-page.archive .woocommerce-message {
  background-color: #333333;
}
/* Products stream */
.scheme_original .woocommerce span.new,
.scheme_original .woocommerce-page span.new,
.scheme_original .woocommerce span.onsale,
.scheme_original .woocommerce-page span.onsale {
  background-color: #66a756;
}
.scheme_dark .woocommerce span.new,
.scheme_dark .woocommerce-page span.new,
.scheme_dark .woocommerce span.onsale,
.scheme_dark .woocommerce-page span.onsale {
  background-color: #189799;
}
.scheme_original .woocommerce span.new,
.scheme_original .woocommerce-page span.new,
.scheme_original .woocommerce span.onsale,
.scheme_original .woocommerce-page span.onsale {
  color: #ffffff;
}
.scheme_dark .woocommerce span.new,
.scheme_dark .woocommerce-page span.new,
.scheme_dark .woocommerce span.onsale,
.scheme_dark .woocommerce-page span.onsale {
  color: #f0f0f0;
}
.scheme_original .article_style_boxed.woocommerce ul.products li.product .post_item_wrap,
.scheme_original .article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap {
  background-color: #fafafa;
}
.scheme_dark .article_style_boxed.woocommerce ul.products li.product .post_item_wrap,
.scheme_dark .article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap {
  background-color: #333333;
}
.scheme_original .woocommerce ul.products li.product h3 a,
.scheme_original .woocommerce-page ul.products li.product h3 a,
.scheme_original .woocommerce ul.products li.product .price,
.scheme_original .woocommerce-page ul.products li.product .price,
.scheme_original .woocommerce ul.products li.product .star-rating:before,
.scheme_original .woocommerce ul.products li.product .star-rating span {
  color: #7ac369;
}
.scheme_dark .woocommerce ul.products li.product h3 a,
.scheme_dark .woocommerce-page ul.products li.product h3 a,
.scheme_dark .woocommerce ul.products li.product .price,
.scheme_dark .woocommerce-page ul.products li.product .price,
.scheme_dark .woocommerce ul.products li.product .star-rating:before,
.scheme_dark .woocommerce ul.products li.product .star-rating span {
  color: #20c7ca;
}
.scheme_original .woocommerce ul.products li.product h3 a:hover,
.scheme_original .woocommerce-page ul.products li.product h3 a:hover {
  color: #66a756;
}
.scheme_dark .woocommerce ul.products li.product h3 a:hover,
.scheme_dark .woocommerce-page ul.products li.product h3 a:hover {
  color: #189799;
}
.scheme_original .woocommerce ul.products li.product .add_to_cart_button,
.scheme_original .woocommerce-page ul.products li.product .add_to_cart_button {
  background-color: #ff661b;
}
.scheme_dark .woocommerce ul.products li.product .add_to_cart_button,
.scheme_dark .woocommerce-page ul.products li.product .add_to_cart_button {
  background-color: #ff661b;
}
.scheme_original .woocommerce ul.products li.product .add_to_cart_button,
.scheme_original .woocommerce-page ul.products li.product .add_to_cart_button {
  border-color: #efefef;
}
.scheme_dark .woocommerce ul.products li.product .add_to_cart_button,
.scheme_dark .woocommerce-page ul.products li.product .add_to_cart_button {
  border-color: #000000;
}
.scheme_original .woocommerce ul.products li.product .add_to_cart_button:hover,
.scheme_original .woocommerce-page ul.products li.product .add_to_cart_button:hover {
  background-color: #e65b17;
}
.scheme_dark .woocommerce ul.products li.product .add_to_cart_button:hover,
.scheme_dark .woocommerce-page ul.products li.product .add_to_cart_button:hover {
  background-color: #e65b17;
}
/* Pagination */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
  border-width: 2px;
  border-style: solid;
}
.scheme_original .woocommerce nav.woocommerce-pagination ul li a,
.scheme_original .woocommerce nav.woocommerce-pagination ul li span.current {
  border-color: #7ac369;
}
.scheme_dark .woocommerce nav.woocommerce-pagination ul li a,
.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current {
  border-color: #20c7ca;
}
.scheme_original .woocommerce nav.woocommerce-pagination ul li a,
.scheme_original .woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #7ac369;
}
.scheme_dark .woocommerce nav.woocommerce-pagination ul li a,
.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #20c7ca;
}
.scheme_original .woocommerce nav.woocommerce-pagination ul li a,
.scheme_original .woocommerce nav.woocommerce-pagination ul li span.current {
  color: #ffffff;
}
.scheme_dark .woocommerce nav.woocommerce-pagination ul li a,
.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current {
  color: #f0f0f0;
}
.scheme_original .woocommerce nav.woocommerce-pagination ul li a:focus,
.scheme_original .woocommerce nav.woocommerce-pagination ul li a:hover,
.scheme_original .woocommerce nav.woocommerce-pagination ul li span.current {
  color: #7ac369;
}
.scheme_dark .woocommerce nav.woocommerce-pagination ul li a:focus,
.scheme_dark .woocommerce nav.woocommerce-pagination ul li a:hover,
.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current {
  color: #20c7ca;
}
.scheme_original .woocommerce nav.woocommerce-pagination ul li a:focus,
.scheme_original .woocommerce nav.woocommerce-pagination ul li a:hover,
.scheme_original .woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #fafafa;
}
.scheme_dark .woocommerce nav.woocommerce-pagination ul li a:focus,
.scheme_dark .woocommerce nav.woocommerce-pagination ul li a:hover,
.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #333333;
}
/* 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-width: 1px;
  border-style: solid;
}
.scheme_original .woocommerce div.product .woocommerce-tabs .panel,
.scheme_original .woocommerce #content div.product .woocommerce-tabs .panel,
.scheme_original .woocommerce-page div.product .woocommerce-tabs .panel,
.scheme_original .woocommerce-page #content div.product .woocommerce-tabs .panel {
  border-color: #efefef;
}
.scheme_dark .woocommerce div.product .woocommerce-tabs .panel,
.scheme_dark .woocommerce #content div.product .woocommerce-tabs .panel,
.scheme_dark .woocommerce-page div.product .woocommerce-tabs .panel,
.scheme_dark .woocommerce-page #content div.product .woocommerce-tabs .panel {
  border-color: #000000;
}
/* Cart */
.scheme_original .woocommerce table.cart thead th,
.scheme_original .woocommerce #content table.cart thead th,
.scheme_original .woocommerce-page table.cart thead th,
.scheme_original .woocommerce-page #content table.cart thead th {
  background-color: #7ac369;
}
.scheme_dark .woocommerce table.cart thead th,
.scheme_dark .woocommerce #content table.cart thead th,
.scheme_dark .woocommerce-page table.cart thead th,
.scheme_dark .woocommerce-page #content table.cart thead th {
  background-color: #20c7ca;
}
.scheme_original .woocommerce table.cart thead th,
.scheme_original .woocommerce #content table.cart thead th,
.scheme_original .woocommerce-page table.cart thead th,
.scheme_original .woocommerce-page #content table.cart thead th {
  color: #ffffff;
}
.scheme_dark .woocommerce table.cart thead th,
.scheme_dark .woocommerce #content table.cart thead th,
.scheme_dark .woocommerce-page table.cart thead th,
.scheme_dark .woocommerce-page #content table.cart thead th {
  color: #f0f0f0;
}
/* Widgets */
.scheme_original .top_panel_inner_style_4 .widget_shopping_cart .empty,
.scheme_original .top_panel_inner_style_4 .widget_shopping_cart .quantity,
.scheme_original .top_panel_inner_style_4 .widget_shopping_cart .quantity .amount,
.scheme_original .top_panel_inner_style_4 .widget_shopping_cart .total,
.scheme_original .top_panel_inner_style_4 .widget_shopping_cart .total .amount {
  color: #ffffff;
}
.scheme_dark .top_panel_inner_style_4 .widget_shopping_cart .empty,
.scheme_dark .top_panel_inner_style_4 .widget_shopping_cart .quantity,
.scheme_dark .top_panel_inner_style_4 .widget_shopping_cart .quantity .amount,
.scheme_dark .top_panel_inner_style_4 .widget_shopping_cart .total,
.scheme_dark .top_panel_inner_style_4 .widget_shopping_cart .total .amount {
  color: #f0f0f0;
}
.scheme_original .woocommerce ul.products li.product .post_thumb,
.scheme_original .woocommerce div.product div.images .woocommerce-main-image,
.scheme_original .woocommerce div.product div.images .flex-viewport {
  border-color: #efefef;
}
.scheme_dark .woocommerce ul.products li.product .post_thumb,
.scheme_dark .woocommerce div.product div.images .woocommerce-main-image,
.scheme_dark .woocommerce div.product div.images .flex-viewport {
  border-color: #000000;
}
.scheme_original .woocommerce ul.products li.product .price ins span {
  color: #7ac369;
}
.scheme_dark .woocommerce ul.products li.product .price ins span {
  color: #20c7ca;
}
.scheme_original .woocommerce ul.products li.product .price del span {
  color: #989894;
}
.scheme_dark .woocommerce ul.products li.product .price del span {
  color: #909090;
}
.scheme_original .woocommerce ul.products li.product h3 a {
  color: #232a34;
}
.scheme_dark .woocommerce ul.products li.product h3 a {
  color: #e0e0e0;
}
.scheme_original .woocommerce ul.products li.product h3:hover a {
  color: #acb4b6;
}
.scheme_dark .woocommerce ul.products li.product h3:hover a {
  color: #a0a0a0;
}
.scheme_original .woocommerce-ordering,
.scheme_original .woocommerce-page div.product form.cart .quantity input {
  border-color: #efefef;
}
.scheme_dark .woocommerce-ordering,
.scheme_dark .woocommerce-page div.product form.cart .quantity input {
  border-color: #000000;
}
.scheme_original .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #efefef;
}
.scheme_dark .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #000000;
}
.scheme_original .woocommerce-page div.product form.cart button {
  background-color: #ff661b;
}
.scheme_dark .woocommerce-page div.product form.cart button {
  background-color: #ff661b;
}
.scheme_original .woocommerce-page div.product form.cart button {
  color: #ffffff;
}
.scheme_dark .woocommerce-page div.product form.cart button {
  color: #f0f0f0;
}
.scheme_original .woocommerce-page div.product form.cart button:hover {
  background-color: #e65b17;
}
.scheme_dark .woocommerce-page div.product form.cart button:hover {
  background-color: #e65b17;
}
.scheme_original .woocommerce-page div.product form.cart button:hover {
  color: #ffffff;
}
.scheme_dark .woocommerce-page div.product form.cart button:hover {
  color: #f0f0f0;
}
.scheme_original .woocommerce-page div.product .woocommerce-tabs ul li.active a {
  background-color: #7ac369;
}
.scheme_dark .woocommerce-page div.product .woocommerce-tabs ul li.active a {
  background-color: #20c7ca;
}
.scheme_original .woocommerce-page div.product .woocommerce-tabs ul li.active a {
  color: #ffffff;
}
.scheme_dark .woocommerce-page div.product .woocommerce-tabs ul li.active a {
  color: #f0f0f0;
}
.scheme_original .woocommerce-page div.product .woocommerce-tabs .entry-content {
  background-color: #ffffff;
}
.scheme_dark .woocommerce-page div.product .woocommerce-tabs .entry-content {
  background-color: #f0f0f0;
}
.scheme_original .woocommerce-page div.product .related.products h2 {
  border-color: #efefef;
}
.scheme_dark .woocommerce-page div.product .related.products h2 {
  border-color: #000000;
}
/* 13.3 Tribe Events
------------------------------------------------------- */
.scheme_original .tribe-events-calendar thead th {
  background-color: #7ac369;
}
.scheme_dark .tribe-events-calendar thead th {
  background-color: #20c7ca;
}
/* 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 {
  display: inline-block;
  text-align: center;
  padding: 0.85em 1.15em;
  font-size: 0.875em;
  line-height: 1.3em;
  font-weight: 700;
  margin: 0 0 4px 4px;
  border: none;
}
.scheme_original a.tribe-events-read-more,
.scheme_original .tribe-events-button,
.scheme_original .tribe-events-nav-previous a,
.scheme_original .tribe-events-nav-next a,
.scheme_original .tribe-events-widget-link a,
.scheme_original .tribe-events-viewmore a {
  background-color: #7ac369;
}
.scheme_dark a.tribe-events-read-more,
.scheme_dark .tribe-events-button,
.scheme_dark .tribe-events-nav-previous a,
.scheme_dark .tribe-events-nav-next a,
.scheme_dark .tribe-events-widget-link a,
.scheme_dark .tribe-events-viewmore a {
  background-color: #20c7ca;
}
.scheme_original a.tribe-events-read-more,
.scheme_original .tribe-events-button,
.scheme_original .tribe-events-nav-previous a,
.scheme_original .tribe-events-nav-next a,
.scheme_original .tribe-events-widget-link a,
.scheme_original .tribe-events-viewmore a {
  color: #ffffff;
}
.scheme_dark a.tribe-events-read-more,
.scheme_dark .tribe-events-button,
.scheme_dark .tribe-events-nav-previous a,
.scheme_dark .tribe-events-nav-next a,
.scheme_dark .tribe-events-widget-link a,
.scheme_dark .tribe-events-viewmore a {
  color: #f0f0f0;
}
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 {
  border: none;
}
.scheme_original a.tribe-events-read-more:hover,
.scheme_original .tribe-events-button:hover,
.scheme_original .tribe-events-nav-previous a:hover,
.scheme_original .tribe-events-nav-next a:hover,
.scheme_original .tribe-events-widget-link a:hover,
.scheme_original .tribe-events-viewmore a:hover {
  background-color: #66a756;
}
.scheme_dark a.tribe-events-read-more:hover,
.scheme_dark .tribe-events-button:hover,
.scheme_dark .tribe-events-nav-previous a:hover,
.scheme_dark .tribe-events-nav-next a:hover,
.scheme_dark .tribe-events-widget-link a:hover,
.scheme_dark .tribe-events-viewmore a:hover {
  background-color: #189799;
}
.scheme_original a.tribe-events-read-more:hover,
.scheme_original .tribe-events-button:hover,
.scheme_original .tribe-events-nav-previous a:hover,
.scheme_original .tribe-events-nav-next a:hover,
.scheme_original .tribe-events-widget-link a:hover,
.scheme_original .tribe-events-viewmore a:hover {
  color: #ffffff;
}
.scheme_dark a.tribe-events-read-more:hover,
.scheme_dark .tribe-events-button:hover,
.scheme_dark .tribe-events-nav-previous a:hover,
.scheme_dark .tribe-events-nav-next a:hover,
.scheme_dark .tribe-events-widget-link a:hover,
.scheme_dark .tribe-events-viewmore a:hover {
  color: #f0f0f0;
}
/* 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 {
  display: inline-block;
  text-align: center;
  padding: 0.85em 1.15em !important;
  font-size: 0.875em;
  line-height: 1.3em;
  font-weight: 700;
  margin: 0 0 4px 4px;
  border: none;
}
.scheme_original #bbpress-forums div.bbp-topic-content a,
.scheme_original #buddypress button,
.scheme_original #buddypress a.button,
.scheme_original #buddypress input[type="submit"],
.scheme_original #buddypress input[type="button"],
.scheme_original #buddypress input[type="reset"],
.scheme_original #buddypress ul.button-nav li a,
.scheme_original #buddypress div.generic-button a,
.scheme_original #buddypress .comment-reply-link,
.scheme_original a.bp-title-button,
.scheme_original #buddypress div.item-list-tabs ul li.selected a {
  background: #7ac369;
}
.scheme_dark #bbpress-forums div.bbp-topic-content a,
.scheme_dark #buddypress button,
.scheme_dark #buddypress a.button,
.scheme_dark #buddypress input[type="submit"],
.scheme_dark #buddypress input[type="button"],
.scheme_dark #buddypress input[type="reset"],
.scheme_dark #buddypress ul.button-nav li a,
.scheme_dark #buddypress div.generic-button a,
.scheme_dark #buddypress .comment-reply-link,
.scheme_dark a.bp-title-button,
.scheme_dark #buddypress div.item-list-tabs ul li.selected a {
  background: #20c7ca;
}
.scheme_original #bbpress-forums div.bbp-topic-content a,
.scheme_original #buddypress button,
.scheme_original #buddypress a.button,
.scheme_original #buddypress input[type="submit"],
.scheme_original #buddypress input[type="button"],
.scheme_original #buddypress input[type="reset"],
.scheme_original #buddypress ul.button-nav li a,
.scheme_original #buddypress div.generic-button a,
.scheme_original #buddypress .comment-reply-link,
.scheme_original a.bp-title-button,
.scheme_original #buddypress div.item-list-tabs ul li.selected a {
  color: #ffffff;
}
.scheme_dark #bbpress-forums div.bbp-topic-content a,
.scheme_dark #buddypress button,
.scheme_dark #buddypress a.button,
.scheme_dark #buddypress input[type="submit"],
.scheme_dark #buddypress input[type="button"],
.scheme_dark #buddypress input[type="reset"],
.scheme_dark #buddypress ul.button-nav li a,
.scheme_dark #buddypress div.generic-button a,
.scheme_dark #buddypress .comment-reply-link,
.scheme_dark a.bp-title-button,
.scheme_dark #buddypress div.item-list-tabs ul li.selected a {
  color: #f0f0f0;
}
#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 {
  border: none;
}
.scheme_original #bbpress-forums div.bbp-topic-content a:hover,
.scheme_original #buddypress button:hover,
.scheme_original #buddypress a.button:hover,
.scheme_original #buddypress input[type="submit"]:hover,
.scheme_original #buddypress input[type="button"]:hover,
.scheme_original #buddypress input[type="reset"]:hover,
.scheme_original #buddypress ul.button-nav li a:hover,
.scheme_original #buddypress div.generic-button a:hover,
.scheme_original #buddypress .comment-reply-link:hover,
.scheme_original a.bp-title-button:hover,
.scheme_original #buddypress div.item-list-tabs ul li.selected a:hover {
  background: #66a756;
}
.scheme_dark #bbpress-forums div.bbp-topic-content a:hover,
.scheme_dark #buddypress button:hover,
.scheme_dark #buddypress a.button:hover,
.scheme_dark #buddypress input[type="submit"]:hover,
.scheme_dark #buddypress input[type="button"]:hover,
.scheme_dark #buddypress input[type="reset"]:hover,
.scheme_dark #buddypress ul.button-nav li a:hover,
.scheme_dark #buddypress div.generic-button a:hover,
.scheme_dark #buddypress .comment-reply-link:hover,
.scheme_dark a.bp-title-button:hover,
.scheme_dark #buddypress div.item-list-tabs ul li.selected a:hover {
  background: #189799;
}
.scheme_original #bbpress-forums div.bbp-topic-content a:hover,
.scheme_original #buddypress button:hover,
.scheme_original #buddypress a.button:hover,
.scheme_original #buddypress input[type="submit"]:hover,
.scheme_original #buddypress input[type="button"]:hover,
.scheme_original #buddypress input[type="reset"]:hover,
.scheme_original #buddypress ul.button-nav li a:hover,
.scheme_original #buddypress div.generic-button a:hover,
.scheme_original #buddypress .comment-reply-link:hover,
.scheme_original a.bp-title-button:hover,
.scheme_original #buddypress div.item-list-tabs ul li.selected a:hover {
  color: #ffffff;
}
.scheme_dark #bbpress-forums div.bbp-topic-content a:hover,
.scheme_dark #buddypress button:hover,
.scheme_dark #buddypress a.button:hover,
.scheme_dark #buddypress input[type="submit"]:hover,
.scheme_dark #buddypress input[type="button"]:hover,
.scheme_dark #buddypress input[type="reset"]:hover,
.scheme_dark #buddypress ul.button-nav li a:hover,
.scheme_dark #buddypress div.generic-button a:hover,
.scheme_dark #buddypress .comment-reply-link:hover,
.scheme_dark a.bp-title-button:hover,
.scheme_dark #buddypress div.item-list-tabs ul li.selected a:hover {
  color: #f0f0f0;
}
#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span {
  font-size: 0.875em;
  padding: 0.85em 1.15em;
  line-height: 1.3em;
  margin: 0 0 4px 4px;
}
.bbpress img.avatar-14,
.buddypress img.avatar-14 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* 14. Predefined classes for users
-------------------------------------------------------------- */
.texture_bg_green,
.texture_bg_dark {
  background-image: url(images/bg_dark.jpg);
}
.texture_bg_blue,
.texture_bg_light {
  background-image: url(images/bg_light.jpg);
}
.texture_bg_yellow {
  background-image: url(images/bg_yellow.jpg);
}
.texture_bg_slider:after,
.texture_bg_slider_full:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: url(images/texture_top.png) center top repeat-x, url(images/texture_slider.png) left top repeat;
}
.texture_bg_slider_full:after {
  background: url(images/texture_center.png) center center no-repeat, url(images/texture_top.png) center top repeat-x, url(images/texture_slider.png) left top repeat;
}
/* 15. Shortcodes
-------------------------------------------------------------- */
/* Accordion */
.scheme_original .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title {
  border-color: #efefef !important;
}
.scheme_dark .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title {
  border-color: #000000 !important;
}
.scheme_original .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
  color: #acb4b6;
}
.scheme_dark .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
  color: #aaaaaa;
}
.scheme_original .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
  color: #efefef;
}
.scheme_dark .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
  color: #000000;
}
.scheme_original .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title:hover {
  color: #7ac369;
}
.scheme_dark .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title:hover {
  color: #20c7ca;
}
.scheme_original .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title:hover .sc_accordion_icon_opened {
  color: #7ac369;
}
.scheme_dark .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title:hover .sc_accordion_icon_opened {
  color: #20c7ca;
}
.scheme_original .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title::before {
  background-color: #7ac369;
}
.scheme_dark .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title::before {
  background-color: #20c7ca;
}
.scheme_original .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title::before {
  color: #ffffff;
}
.scheme_dark .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title::before {
  color: #f0f0f0;
}
.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon::after {
  color: #7ac369;
}
.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon::after {
  color: #20c7ca;
}
.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon::after {
  border-color: #efefef;
}
.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon::after {
  border-color: #000000;
}
.scheme_original .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title {
  color: #232a34;
}
.scheme_dark .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title {
  color: #e0e0e0;
}
.scheme_original .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon {
  color: #ffffff;
}
.scheme_dark .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon {
  color: #f0f0f0;
}
.scheme_original .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon {
  background-color: #7ac369;
}
.scheme_dark .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon {
  background-color: #20c7ca;
}
.scheme_original .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
  color: #232a34;
}
.scheme_dark .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
  color: #e0e0e0;
}
/* Audio */
.scheme_original .sc_audio .sc_audio_author_name,
.scheme_original .sc_audio .sc_audio_title {
  color: #7ac369;
}
.scheme_dark .sc_audio .sc_audio_author_name,
.scheme_dark .sc_audio .sc_audio_title {
  color: #20c7ca;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-top: 6px !important;
}
.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-time-rail .mejs-time-buffering,
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-time-rail .mejs-time-current {
  height: 8px !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total:before,
.mejs-controls .mejs-time-rail .mejs-time-total:before {
  content: " ";
  display: block;
  border: 1px solid #575757;
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
}
.mejs-container .mejs-controls .mejs-time {
  padding-top: 10px !important;
}
.scheme_original .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color: #ffffff;
}
.scheme_dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color: #f0f0f0;
}
.scheme_original .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #ff661b;
}
.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #ff661b;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: rgba(255, 255, 255, 0.7) !important;
}
/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.sc_button {
  line-height: 1.3em;
}
.scheme_original input[type="submit"],
.scheme_original input[type="reset"],
.scheme_original input[type="button"],
.scheme_original button,
.scheme_original .address_right .button_contacts,
.scheme_original .sc_button.sc_button_style_filled {
  background-color: #ff661b;
}
.scheme_dark input[type="submit"],
.scheme_dark input[type="reset"],
.scheme_dark input[type="button"],
.scheme_dark button,
.scheme_dark .address_right .button_contacts,
.scheme_dark .sc_button.sc_button_style_filled {
  background-color: #ff661b;
}
.scheme_original input[type="submit"],
.scheme_original input[type="reset"],
.scheme_original input[type="button"],
.scheme_original button,
.scheme_original .address_right .button_contacts,
.scheme_original .sc_button.sc_button_style_filled {
  color: #ffffff;
}
.scheme_dark input[type="submit"],
.scheme_dark input[type="reset"],
.scheme_dark input[type="button"],
.scheme_dark button,
.scheme_dark .address_right .button_contacts,
.scheme_dark .sc_button.sc_button_style_filled {
  color: #f0f0f0;
}
.scheme_original input[type="submit"],
.scheme_original input[type="reset"],
.scheme_original input[type="button"],
.scheme_original button,
.scheme_original .address_right .button_contacts,
.scheme_original .sc_button.sc_button_style_filled {
  border-color: #efefef;
}
.scheme_dark input[type="submit"],
.scheme_dark input[type="reset"],
.scheme_dark input[type="button"],
.scheme_dark button,
.scheme_dark .address_right .button_contacts,
.scheme_dark .sc_button.sc_button_style_filled {
  border-color: #000000;
}
.scheme_original .sc_button.button-style2 {
  background-color: #7ac369;
}
.scheme_dark .sc_button.button-style2 {
  background-color: #20c7ca;
}
.scheme_original .sc_button.button-style2 {
  border-color: #efefef;
}
.scheme_dark .sc_button.button-style2 {
  border-color: #000000;
}
.sc_button.button-style3 {
  background: none !important;
  border: 3px solid;
}
.scheme_original .sc_button.button-style3 {
  border-color: #7ac369;
}
.scheme_dark .sc_button.button-style3 {
  border-color: #20c7ca;
}
.scheme_original .sc_button.button-style3 {
  color: #7ac369;
}
.scheme_dark .sc_button.button-style3 {
  color: #20c7ca;
}
.scheme_original input[type="submit"]:hover,
.scheme_original input[type="reset"]:hover,
.scheme_original input[type="button"]:hover,
.scheme_original button:hover,
.scheme_original .address_right .button_contacts:hover,
.scheme_original .sc_button.sc_button_style_filled:hover {
  background-color: #e65b17;
}
.scheme_dark input[type="submit"]:hover,
.scheme_dark input[type="reset"]:hover,
.scheme_dark input[type="button"]:hover,
.scheme_dark button:hover,
.scheme_dark .address_right .button_contacts:hover,
.scheme_dark .sc_button.sc_button_style_filled:hover {
  background-color: #e65b17;
}
.scheme_original input[type="submit"]:hover,
.scheme_original input[type="reset"]:hover,
.scheme_original input[type="button"]:hover,
.scheme_original button:hover,
.scheme_original .address_right .button_contacts:hover,
.scheme_original .sc_button.sc_button_style_filled:hover {
  color: #ffffff;
}
.scheme_dark input[type="submit"]:hover,
.scheme_dark input[type="reset"]:hover,
.scheme_dark input[type="button"]:hover,
.scheme_dark button:hover,
.scheme_dark .address_right .button_contacts:hover,
.scheme_dark .sc_button.sc_button_style_filled:hover {
  color: #f0f0f0;
}
.scheme_original .sc_button.button-style2:hover {
  background-color: #66a756;
}
.scheme_dark .sc_button.button-style2:hover {
  background-color: #189799;
}
.scheme_original .sc_button.button-style3:hover {
  border-color: #989894;
}
.scheme_dark .sc_button.button-style3:hover {
  border-color: #909090;
}
.scheme_original .sc_button.button-style3:hover {
  color: #989894;
}
.scheme_dark .sc_button.button-style3:hover {
  color: #909090;
}
.sc_button.sc_button_style_border {
  border-width: 2px;
  border-style: solid;
}
.scheme_original .sc_button.sc_button_style_border {
  border-color: #7ac369;
}
.scheme_dark .sc_button.sc_button_style_border {
  border-color: #20c7ca;
}
.scheme_original .sc_button.sc_button_style_border {
  color: #7ac369;
}
.scheme_dark .sc_button.sc_button_style_border {
  color: #20c7ca;
}
.scheme_original .sc_button.sc_button_style_border:hover {
  border-color: #66a756 !important;
}
.scheme_dark .sc_button.sc_button_style_border:hover {
  border-color: #189799 !important;
}
/* Blogger */
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.scheme_original .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date {
  background-color: #7ac369;
}
.scheme_dark .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date {
  background-color: #20c7ca;
}
.scheme_original .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date {
  border-color: #7ac369;
}
.scheme_dark .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date {
  border-color: #20c7ca;
}
.scheme_original .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date {
  color: #ffffff;
}
.scheme_dark .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date {
  color: #f0f0f0;
}
.scheme_original .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year:before {
  border-color: #ffffff;
}
.scheme_dark .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year:before {
  border-color: #f0f0f0;
}
.scheme_original .sc_blogger.layout_date .sc_blogger_item::before {
  background-color: #ffffff;
}
.scheme_dark .sc_blogger.layout_date .sc_blogger_item::before {
  background-color: #666666;
}
.scheme_original .sc_blogger_item.sc_plain_item {
  background-color: #ffffff;
}
.scheme_dark .sc_blogger_item.sc_plain_item {
  background-color: #666666;
}
/* Call to Action */
.scheme_original .sc_call_to_action .sc_call_to_action_descr {
  color: #232a34;
}
.scheme_dark .sc_call_to_action .sc_call_to_action_descr {
  color: #e0e0e0;
}
.scheme_original .sc_call_to_action_accented {
  color: #ffffff;
}
.scheme_dark .sc_call_to_action_accented {
  color: #f0f0f0;
}
.scheme_original .sc_call_to_action_accented {
  background-color: #7ac369;
}
.scheme_dark .sc_call_to_action_accented {
  background-color: #20c7ca;
}
.scheme_original .sc_call_to_action_accented .sc_item_title,
.scheme_original .sc_call_to_action_accented .sc_item_subtitle,
.scheme_original .sc_call_to_action_accented .sc_item_descr {
  color: #ffffff;
}
.scheme_dark .sc_call_to_action_accented .sc_item_title,
.scheme_dark .sc_call_to_action_accented .sc_item_subtitle,
.scheme_dark .sc_call_to_action_accented .sc_item_descr {
  color: #f0f0f0;
}
.scheme_original .sc_call_to_action_accented .sc_item_button > a {
  color: #7ac369;
}
.scheme_dark .sc_call_to_action_accented .sc_item_button > a {
  color: #20c7ca;
}
.scheme_original .sc_call_to_action_accented .sc_item_button > a {
  background-color: #ffffff;
}
.scheme_dark .sc_call_to_action_accented .sc_item_button > a {
  background-color: #f0f0f0;
}
.scheme_original .sc_call_to_action_accented .sc_item_button > a:before {
  background-color: #7ac369;
}
.scheme_dark .sc_call_to_action_accented .sc_item_button > a:before {
  background-color: #20c7ca;
}
.scheme_original .sc_call_to_action_accented .sc_item_button > a:before {
  color: #ffffff;
}
.scheme_dark .sc_call_to_action_accented .sc_item_button > a:before {
  color: #f0f0f0;
}
/* Chat */
.sc_chat:after {
  background: none;
}
.scheme_original .sc_chat_inner {
  background-color: #ffffff;
}
.scheme_dark .sc_chat_inner {
  background-color: #f0f0f0;
}
.scheme_original .sc_chat_inner {
  border-color: #efefef;
}
.scheme_dark .sc_chat_inner {
  border-color: #000000;
}
.scheme_original .sc_chat_inner a {
  color: #232a34;
}
.scheme_dark .sc_chat_inner a {
  color: #e0e0e0;
}
.scheme_original .sc_chat_inner a:hover {
  color: #7ac369;
}
.scheme_dark .sc_chat_inner a:hover {
  color: #20c7ca;
}
/* Clients */
.scheme_original .sc_clients_style_clients-2 .sc_client_image .sc_client_hover {
  color: #ffffff;
}
.scheme_dark .sc_clients_style_clients-2 .sc_client_image .sc_client_hover {
  color: #f0f0f0;
}
.scheme_original .sc_clients_style_clients-2 .sc_client_image .sc_client_hover {
  background-color: rgba(35, 42, 52, 0.8);
}
.scheme_dark .sc_clients_style_clients-2 .sc_client_image .sc_client_hover {
  background-color: rgba(224, 224, 224, 0.8);
}
.scheme_original .sc_clients_style_clients-2 .sc_client_title,
.scheme_original .sc_clients_style_clients-2 .sc_client_title a {
  color: #ffffff;
}
.scheme_dark .sc_clients_style_clients-2 .sc_client_title,
.scheme_dark .sc_clients_style_clients-2 .sc_client_title a {
  color: #f0f0f0;
}
.scheme_original .sc_clients_style_clients-2 .sc_client_title a:hover {
  color: #7ac369;
}
.scheme_dark .sc_clients_style_clients-2 .sc_client_title a:hover {
  color: #20c7ca;
}
.scheme_original .sc_clients_style_clients-2 .sc_client_description:before,
.scheme_original .sc_clients_style_clients-2 .sc_client_position {
  color: #7ac369;
}
.scheme_dark .sc_clients_style_clients-2 .sc_client_description:before,
.scheme_dark .sc_clients_style_clients-2 .sc_client_position {
  color: #20c7ca;
}
/* Contact form */
.scheme_original .sc_contact_form .sc_contact_form_address_label,
.scheme_original .sc_contact_form .sc_contact_form_item > label {
  color: #232a34;
}
.scheme_dark .sc_contact_form .sc_contact_form_address_label,
.scheme_dark .sc_contact_form .sc_contact_form_item > label {
  color: #e0e0e0;
}
.scheme_original .sc_contact_form .sc_contact_form_item .sc_contact_form_element input[type="radio"] + label:before,
.scheme_original .sc_contact_form .sc_contact_form_item .sc_contact_form_element input[type="checkbox"] + label:before {
  border-color: #dddddd;
}
.scheme_dark .sc_contact_form .sc_contact_form_item .sc_contact_form_element input[type="radio"] + label:before,
.scheme_dark .sc_contact_form .sc_contact_form_item .sc_contact_form_element input[type="checkbox"] + label:before {
  border-color: #909090;
}
.scheme_original .sc_contact_form .sc_contact_form_item .sc_contact_form_element input[type="radio"] + label:before,
.scheme_original .sc_contact_form .sc_contact_form_item .sc_contact_form_element input[type="checkbox"] + label:before {
  background-color: #ffffff;
}
.scheme_dark .sc_contact_form .sc_contact_form_item .sc_contact_form_element input[type="radio"] + label:before,
.scheme_dark .sc_contact_form .sc_contact_form_item .sc_contact_form_element input[type="checkbox"] + label:before {
  background-color: #666666;
}
.scheme_original .sc_contact_form_select_container {
  background-color: #ffffff;
}
.scheme_dark .sc_contact_form_select_container {
  background-color: #666666;
}
/* Countdown Style 1 */
.sc_countdown.sc_countdown_style_1 .sc_countdown_digits,
.sc_countdown.sc_countdown_style_1 .sc_countdown_separator {
  font-size: 2.45em;
  height: 2.45em;
  line-height: 2.45em;
  margin-bottom: 6px;
}
.scheme_original .sc_countdown.sc_countdown_style_1 .sc_countdown_digits,
.scheme_original .sc_countdown.sc_countdown_style_1 .sc_countdown_separator {
  color: #7ac369;
}
.scheme_dark .sc_countdown.sc_countdown_style_1 .sc_countdown_digits,
.scheme_dark .sc_countdown.sc_countdown_style_1 .sc_countdown_separator {
  color: #20c7ca;
}
.sc_countdown.sc_countdown_style_1 .sc_countdown_digits {
  width: 2.45em;
  border-width: 6px;
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.scheme_original .sc_countdown.sc_countdown_style_1 .sc_countdown_digits {
  border-color: #dddddd;
}
.scheme_dark .sc_countdown.sc_countdown_style_1 .sc_countdown_digits {
  border-color: #909090;
}
.scheme_original .sc_countdown.sc_countdown_style_1 .sc_countdown_digits {
  background-color: #ffffff;
}
.scheme_dark .sc_countdown.sc_countdown_style_1 .sc_countdown_digits {
  background-color: #666666;
}
.sc_countdown.sc_countdown_style_1 .sc_countdown_label {
  font-weight: 400;
}
.scheme_original .sc_countdown.sc_countdown_style_1 .sc_countdown_label {
  color: #7ac369;
}
.scheme_dark .sc_countdown.sc_countdown_style_1 .sc_countdown_label {
  color: #20c7ca;
}
/* Countdown Style 2 */
.sc_countdown.sc_countdown_style_2 .sc_countdown_digits,
.sc_countdown.sc_countdown_style_2 .sc_countdown_separator {
  font-size: 3em;
  font-weight: 700;
  height: 1.3542em;
  line-height: 1.3542em;
}
.sc_countdown.sc_countdown_style_2 .sc_countdown_separator {
  font-weight: 300;
}
.scheme_original .sc_countdown.sc_countdown_style_2 .sc_countdown_separator {
  color: rgba(122, 195, 105, 0.8);
}
.scheme_dark .sc_countdown.sc_countdown_style_2 .sc_countdown_separator {
  color: rgba(32, 199, 202, 0.8);
}
.sc_countdown.sc_countdown_style_2 .sc_countdown_digits span {
  display: inline-block;
  text-align: center;
  width: 1.1458em;
  color: #ffffff;
}
.scheme_original .sc_countdown.sc_countdown_style_2 .sc_countdown_digits span {
  background-color: rgba(122, 195, 105, 0.5);
}
.scheme_dark .sc_countdown.sc_countdown_style_2 .sc_countdown_digits span {
  background-color: rgba(32, 199, 202, 0.5);
}
.sc_countdown.sc_countdown_style_2 .sc_countdown_digits span + span {
  margin-left: 2px;
}
.sc_countdown.sc_countdown_style_2 .sc_countdown_label {
  font-weight: 400;
}
.scheme_original .sc_countdown.sc_countdown_style_2 .sc_countdown_label {
  color: rgba(122, 195, 105, 0.8);
}
.scheme_dark .sc_countdown.sc_countdown_style_2 .sc_countdown_label {
  color: rgba(32, 199, 202, 0.8);
}
/* Dropcaps */
.sc_dropcaps.sc_dropcaps_style_1 .sc_dropcaps_item {
  font-size: 3.67em;
  padding: 0;
}
.scheme_original .sc_dropcaps.sc_dropcaps_style_1 .sc_dropcaps_item {
  color: #232a34;
}
.scheme_dark .sc_dropcaps.sc_dropcaps_style_1 .sc_dropcaps_item {
  color: #e0e0e0;
}
.sc_dropcaps.sc_dropcaps_style_2 .sc_dropcaps_item {
  font-size: 3.67em;
  margin-top: 2px;
}
.scheme_original .sc_dropcaps.sc_dropcaps_style_2 .sc_dropcaps_item {
  color: #7ac369;
}
.scheme_dark .sc_dropcaps.sc_dropcaps_style_2 .sc_dropcaps_item {
  color: #20c7ca;
}
.sc_dropcaps.sc_dropcaps_style_3 .sc_dropcaps_item {
  font-size: 5.33em;
  margin-top: 2px;
}
.scheme_original .sc_dropcaps.sc_dropcaps_style_3 .sc_dropcaps_item {
  color: #7ac369;
}
.scheme_dark .sc_dropcaps.sc_dropcaps_style_3 .sc_dropcaps_item {
  color: #20c7ca;
}
.sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item {
  font-size: 3em;
  margin-top: 2px;
}
.scheme_original .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item {
  background-color: #7ac369;
}
.scheme_dark .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item {
  background-color: #20c7ca;
}
.scheme_original .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item {
  border-color: #efefef;
}
.scheme_dark .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item {
  border-color: #000000;
}
.scheme_original .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item {
  color: #ffffff;
}
.scheme_dark .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item {
  color: #f0f0f0;
}
/* Emailer */
.sc_emailer {
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.scheme_original .sc_emailer {
  border-color: #dddddd;
}
.scheme_dark .sc_emailer {
  border-color: #909090;
}
.sc_emailer.sc_emailer_opened {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sc_emailer input {
  background-color: transparent !important;
}
/* Highlight */
.scheme_original .sc_highlight_style_1 {
  background-color: #7ac369;
}
.scheme_dark .sc_highlight_style_1 {
  background-color: #20c7ca;
}
.scheme_original .sc_highlight_style_1 {
  color: #ffffff;
}
.scheme_dark .sc_highlight_style_1 {
  color: #f0f0f0;
}
.scheme_original .sc_highlight_style_2 {
  border-color: #7ac369;
}
.scheme_dark .sc_highlight_style_2 {
  border-color: #20c7ca;
}
.scheme_original .sc_highlight_style_2 {
  color: #7ac369;
}
.scheme_dark .sc_highlight_style_2 {
  color: #20c7ca;
}
.scheme_original .sc_highlight_style_3 {
  background-color: #ffffff;
}
.scheme_dark .sc_highlight_style_3 {
  background-color: #666666;
}
.scheme_original .sc_highlight_style_3 {
  color: #989894;
}
.scheme_dark .sc_highlight_style_3 {
  color: #999999;
}
.scheme_original .sc_tooltip_parent {
  border-color: #7ac369;
}
.scheme_dark .sc_tooltip_parent {
  border-color: #20c7ca;
}
/* Icon */
.scheme_original .sc_icon_hover:hover,
.scheme_original a:hover .sc_icon_hover {
  color: #ffffff !important;
}
.scheme_dark .sc_icon_hover:hover,
.scheme_dark a:hover .sc_icon_hover {
  color: #f0f0f0 !important;
}
.scheme_original .sc_icon_hover:hover,
.scheme_original a:hover .sc_icon_hover {
  background-color: #7ac369 !important;
}
.scheme_dark .sc_icon_hover:hover,
.scheme_dark a:hover .sc_icon_hover {
  background-color: #20c7ca !important;
}
.scheme_original .sc_icon_shape_round.sc_icon,
.scheme_original .sc_icon_shape_square.sc_icon {
  background-color: #7ac369;
}
.scheme_dark .sc_icon_shape_round.sc_icon,
.scheme_dark .sc_icon_shape_square.sc_icon {
  background-color: #20c7ca;
}
.scheme_original .sc_icon_shape_round.sc_icon,
.scheme_original .sc_icon_shape_square.sc_icon {
  border-color: #7ac369;
}
.scheme_dark .sc_icon_shape_round.sc_icon,
.scheme_dark .sc_icon_shape_square.sc_icon {
  border-color: #20c7ca;
}
.scheme_original .sc_icon_shape_round.sc_icon,
.scheme_original .sc_icon_shape_square.sc_icon {
  color: #ffffff;
}
.scheme_dark .sc_icon_shape_round.sc_icon,
.scheme_dark .sc_icon_shape_square.sc_icon {
  color: #f0f0f0;
}
.scheme_original .sc_icon_shape_round.sc_icon:hover,
.scheme_original .sc_icon_shape_square.sc_icon:hover,
.scheme_original a:hover .sc_icon_shape_round.sc_icon,
.scheme_original a:hover .sc_icon_shape_square.sc_icon {
  color: #7ac369;
}
.scheme_dark .sc_icon_shape_round.sc_icon:hover,
.scheme_dark .sc_icon_shape_square.sc_icon:hover,
.scheme_dark a:hover .sc_icon_shape_round.sc_icon,
.scheme_dark a:hover .sc_icon_shape_square.sc_icon {
  color: #20c7ca;
}
.scheme_original .sc_icon_shape_round.sc_icon:hover,
.scheme_original .sc_icon_shape_square.sc_icon:hover,
.scheme_original a:hover .sc_icon_shape_round.sc_icon,
.scheme_original a:hover .sc_icon_shape_square.sc_icon {
  background-color: #fafafa;
}
.scheme_dark .sc_icon_shape_round.sc_icon:hover,
.scheme_dark .sc_icon_shape_square.sc_icon:hover,
.scheme_dark a:hover .sc_icon_shape_round.sc_icon,
.scheme_dark a:hover .sc_icon_shape_square.sc_icon {
  background-color: #333333;
}
/* Image */
figure figcaption,
.sc_image figcaption {
  font-size: 1.25em;
}
.scheme_original figure figcaption,
.scheme_original .sc_image figcaption {
  background-color: rgba(122, 195, 105, 0.6);
}
.scheme_dark figure figcaption,
.scheme_dark .sc_image figcaption {
  background-color: rgba(32, 199, 202, 0.6);
}
/* Infobox */
.scheme_original .sc_infobox.sc_infobox_style_regular {
  border-color: #efefef;
}
.scheme_dark .sc_infobox.sc_infobox_style_regular {
  border-color: #000000;
}
.scheme_original .sc_infobox.sc_infobox_style_regular {
  color: #989894;
}
.scheme_dark .sc_infobox.sc_infobox_style_regular {
  color: #909090;
}
.scheme_original .sc_infobox.sc_infobox_style_regular::before {
  color: #7ac369;
}
.scheme_dark .sc_infobox.sc_infobox_style_regular::before {
  color: #20c7ca;
}
.scheme_original .sc_infobox.sc_infobox_style_success {
  background-color: #7ac369;
}
.scheme_dark .sc_infobox.sc_infobox_style_success {
  background-color: #20c7ca;
}
.scheme_original .sc_infobox.sc_infobox_style_success {
  color: #ffffff;
}
.scheme_dark .sc_infobox.sc_infobox_style_success {
  color: #f0f0f0;
}
.scheme_original .sc_infobox.sc_infobox_style_success {
  border-color: #efefef;
}
.scheme_dark .sc_infobox.sc_infobox_style_success {
  border-color: #000000;
}
.scheme_original .sc_infobox.sc_infobox_style_success::before {
  color: #ffffff;
}
.scheme_dark .sc_infobox.sc_infobox_style_success::before {
  color: #f0f0f0;
}
.scheme_original .sc_infobox.sc_infobox_style_info {
  background-color: #ffffff;
}
.scheme_dark .sc_infobox.sc_infobox_style_info {
  background-color: #f0f0f0;
}
.scheme_original .sc_infobox.sc_infobox_style_info {
  color: #989894;
}
.scheme_dark .sc_infobox.sc_infobox_style_info {
  color: #909090;
}
.scheme_original .sc_infobox.sc_infobox_style_info::before {
  color: #7ac369;
}
.scheme_dark .sc_infobox.sc_infobox_style_info::before {
  color: #20c7ca;
}
.scheme_original .sc_infobox.sc_infobox_style_error {
  background-color: #ff661b;
}
.scheme_dark .sc_infobox.sc_infobox_style_error {
  background-color: #ff661b;
}
.scheme_original .sc_infobox.sc_infobox_style_error {
  color: #ffffff;
}
.scheme_dark .sc_infobox.sc_infobox_style_error {
  color: #f0f0f0;
}
.scheme_original .sc_infobox.sc_infobox_style_error {
  border-color: #efefef;
}
.scheme_dark .sc_infobox.sc_infobox_style_error {
  border-color: #000000;
}
.scheme_original .sc_infobox.sc_infobox_style_error::before {
  color: #ffffff;
}
.scheme_dark .sc_infobox.sc_infobox_style_error::before {
  color: #f0f0f0;
}
/* List */
.scheme_original .sc_list_style_iconed li:before,
.scheme_original .sc_list_style_iconed .sc_list_icon {
  color: #7ac369;
}
.scheme_dark .sc_list_style_iconed li:before,
.scheme_dark .sc_list_style_iconed .sc_list_icon {
  color: #20c7ca;
}
.scheme_original .sc_list_style_iconed li .sc_list_title {
  color: #232a34;
}
.scheme_dark .sc_list_style_iconed li .sc_list_title {
  color: #e0e0e0;
}
.scheme_original .sc_list_style_iconed li a:hover .sc_list_title {
  color: #66a756;
}
.scheme_dark .sc_list_style_iconed li a:hover .sc_list_title {
  color: #189799;
}
.scheme_original .sc_list li {
  color: #989894;
}
.scheme_dark .sc_list li {
  color: #909090;
}
/* Line */
.scheme_original .sc_line {
  border-color: #efefef;
}
.scheme_dark .sc_line {
  border-color: #000000;
}
/* Popup */
.scheme_original .sc_popup:before {
  background-color: #7ac369;
}
.scheme_dark .sc_popup:before {
  background-color: #20c7ca;
}
/* Price */
.scheme_original .sc_price .sc_price_currency,
.scheme_original .sc_price .sc_price_money,
.scheme_original .sc_price .sc_price_penny {
  color: #232a34;
}
.scheme_dark .sc_price .sc_price_currency,
.scheme_dark .sc_price .sc_price_money,
.scheme_dark .sc_price .sc_price_penny {
  color: #e0e0e0;
}
.scheme_original .sc_price .sc_price_info {
  color: #acb4b6;
}
.scheme_dark .sc_price .sc_price_info {
  color: #a0a0a0;
}
/* Price block */
.scheme_original .sc_price_block {
  color: #989894;
}
.scheme_dark .sc_price_block {
  color: #909090;
}
.scheme_original .sc_price_block.sc_price_style1 .sc_price_block_title {
  background-color: #cde452;
}
.scheme_dark .sc_price_block.sc_price_style1 .sc_price_block_title {
  background-color: #cde452;
}
.scheme_original .sc_price_block.sc_price_style2 .sc_price_block_title {
  background-color: #7ac369;
}
.scheme_dark .sc_price_block.sc_price_style2 .sc_price_block_title {
  background-color: #20c7ca;
}
.scheme_original .sc_price_block.sc_price_style3 .sc_price_block_title {
  background-color: #ff661b;
}
.scheme_dark .sc_price_block.sc_price_style3 .sc_price_block_title {
  background-color: #ff661b;
}
.scheme_original .sc_price_block.sc_price_style1 .sc_price_block_title,
.scheme_original .sc_price_block.sc_price_style2 .sc_price_block_title,
.scheme_original .sc_price_block.sc_price_style3 .sc_price_block_title {
  border-color: #efefef;
}
.scheme_dark .sc_price_block.sc_price_style1 .sc_price_block_title,
.scheme_dark .sc_price_block.sc_price_style2 .sc_price_block_title,
.scheme_dark .sc_price_block.sc_price_style3 .sc_price_block_title {
  border-color: #000000;
}
.scheme_original .sc_price_block.sc_price_style1 .sc_price_block_title,
.scheme_original .sc_price_block.sc_price_style2 .sc_price_block_title,
.scheme_original .sc_price_block.sc_price_style3 .sc_price_block_title {
  color: #ffffff;
}
.scheme_dark .sc_price_block.sc_price_style1 .sc_price_block_title,
.scheme_dark .sc_price_block.sc_price_style2 .sc_price_block_title,
.scheme_dark .sc_price_block.sc_price_style3 .sc_price_block_title {
  color: #f0f0f0;
}
.scheme_original .sc_price_block .sc_price_block_link .sc_button {
  background-color: #ff661b;
}
.scheme_dark .sc_price_block .sc_price_block_link .sc_button {
  background-color: #ff661b;
}
.scheme_original .sc_price_block .sc_price_block_link .sc_button:hover {
  background-color: #e65b17;
}
.scheme_dark .sc_price_block .sc_price_block_link .sc_button:hover {
  background-color: #e65b17;
}
.scheme_original .sc_price_block.sc_price_block_style_1 {
  background-color: #ffffff;
}
.scheme_dark .sc_price_block.sc_price_block_style_1 {
  background-color: #f0f0f0;
}
.scheme_original .sc_price_block.sc_price_block_style_1 {
  border-color: #efefef;
}
.scheme_dark .sc_price_block.sc_price_block_style_1 {
  border-color: #000000;
}
.scheme_original .sc_price_block.sc_price_block_style_2 {
  background-color: #66a756;
}
.scheme_dark .sc_price_block.sc_price_block_style_2 {
  background-color: #189799;
}
.scheme_original .sc_price_block.sc_price_block_style_3 {
  background-color: #ffffff;
}
.scheme_dark .sc_price_block.sc_price_block_style_3 {
  background-color: #666666;
}
.sc_price_block.sc_price_block_style_3 .sc_price_block_link .sc_button:hover {
  background-color: #ef631f !important;
}
.scheme_original .sc_price_block .sc_price_block_money * {
  color: #232a34;
}
.scheme_dark .sc_price_block .sc_price_block_money * {
  color: #e0e0e0;
}
.scheme_original .sc_price .sc_price_info .sc_price_period_empty::before {
  background-color: #232a34;
}
.scheme_dark .sc_price .sc_price_info .sc_price_period_empty::before {
  background-color: #e0e0e0;
}
/* Section */
.scheme_original .sc_services_item .sc_services_item_readmore {
  color: #232a34;
}
.scheme_dark .sc_services_item .sc_services_item_readmore {
  color: #e0e0e0;
}
.scheme_original .sc_services_item .sc_services_item_readmore span {
  color: #7ac369;
}
.scheme_dark .sc_services_item .sc_services_item_readmore span {
  color: #20c7ca;
}
.scheme_original .sc_services_item .sc_services_item_readmore:hover,
.scheme_original .sc_services_item .sc_services_item_readmore:hover span {
  color: #66a756;
}
.scheme_dark .sc_services_item .sc_services_item_readmore:hover,
.scheme_dark .sc_services_item .sc_services_item_readmore:hover span {
  color: #189799;
}
/* Services */
.scheme_original .sc_services_style_services-1 .sc_services_item {
  background-color: #fafafa;
}
.scheme_dark .sc_services_style_services-1 .sc_services_item {
  background-color: #333333;
}
.scheme_original .sc_services_style_services-1 .sc_services_item {
  color: #989894;
}
.scheme_dark .sc_services_style_services-1 .sc_services_item {
  color: #909090;
}
.scheme_original .sc_services_style_services-1 .sc_icon,
.scheme_original .sc_services_style_services-2 .sc_icon {
  color: #7ac369;
}
.scheme_dark .sc_services_style_services-1 .sc_icon,
.scheme_dark .sc_services_style_services-2 .sc_icon {
  color: #20c7ca;
}
.scheme_original .sc_services_style_services-1 .sc_icon,
.scheme_original .sc_services_style_services-2 .sc_icon {
  border-color: #7ac369;
}
.scheme_dark .sc_services_style_services-1 .sc_icon,
.scheme_dark .sc_services_style_services-2 .sc_icon {
  border-color: #20c7ca;
}
.scheme_original .sc_services_style_services-1 .sc_icon:hover,
.scheme_original .sc_services_style_services-1 a:hover .sc_icon,
.scheme_original .sc_services_style_services-2 .sc_icon:hover,
.scheme_original .sc_services_style_services-2 a:hover .sc_icon {
  color: #ffffff;
}
.scheme_dark .sc_services_style_services-1 .sc_icon:hover,
.scheme_dark .sc_services_style_services-1 a:hover .sc_icon,
.scheme_dark .sc_services_style_services-2 .sc_icon:hover,
.scheme_dark .sc_services_style_services-2 a:hover .sc_icon {
  color: #f0f0f0;
}
.scheme_original .sc_services_style_services-1 .sc_icon:hover,
.scheme_original .sc_services_style_services-1 a:hover .sc_icon,
.scheme_original .sc_services_style_services-2 .sc_icon:hover,
.scheme_original .sc_services_style_services-2 a:hover .sc_icon {
  background-color: #7ac369;
}
.scheme_dark .sc_services_style_services-1 .sc_icon:hover,
.scheme_dark .sc_services_style_services-1 a:hover .sc_icon,
.scheme_dark .sc_services_style_services-2 .sc_icon:hover,
.scheme_dark .sc_services_style_services-2 a:hover .sc_icon {
  background-color: #20c7ca;
}
.scheme_original .sc_services_style_services-3 a:hover .sc_icon,
.scheme_original .sc_services_style_services-3 .sc_icon:hover {
  color: #7ac369;
}
.scheme_dark .sc_services_style_services-3 a:hover .sc_icon,
.scheme_dark .sc_services_style_services-3 .sc_icon:hover {
  color: #20c7ca;
}
.scheme_original .sc_services_style_services-3 a:hover .sc_icon,
.scheme_original .sc_services_style_services-3 .sc_icon:hover {
  background-color: #fafafa;
}
.scheme_dark .sc_services_style_services-3 a:hover .sc_icon,
.scheme_dark .sc_services_style_services-3 .sc_icon:hover {
  background-color: #333333;
}
.scheme_original .sc_services_style_services-3 a:hover .sc_services_item_title {
  color: #7ac369;
}
.scheme_dark .sc_services_style_services-3 a:hover .sc_services_item_title {
  color: #20c7ca;
}
.scheme_original .sc_services_style_services-4 .sc_icon {
  color: #ffffff;
}
.scheme_dark .sc_services_style_services-4 .sc_icon {
  color: #f0f0f0;
}
.scheme_original .sc_services_style_services-4 .sc_icon {
  background-color: #7ac369;
}
.scheme_dark .sc_services_style_services-4 .sc_icon {
  background-color: #20c7ca;
}
.scheme_original .sc_services_style_services-4 .sc_services_item_title {
  color: #232a34;
}
.scheme_dark .sc_services_style_services-4 .sc_services_item_title {
  color: #e0e0e0;
}
.scheme_original .sc_services_style_services-4 a:hover .sc_icon,
.scheme_original .sc_services_style_services-4 .sc_icon:hover {
  background-color: #66a756;
}
.scheme_dark .sc_services_style_services-4 a:hover .sc_icon,
.scheme_dark .sc_services_style_services-4 .sc_icon:hover {
  background-color: #189799;
}
.scheme_original .sc_services_style_services-4 a:hover .sc_services_item_title {
  color: #7ac369;
}
.scheme_dark .sc_services_style_services-4 a:hover .sc_services_item_title {
  color: #20c7ca;
}
/* Scroll controls */
.scheme_original .sc_scroll_controls_wrap a {
  background-color: #7ac369;
}
.scheme_dark .sc_scroll_controls_wrap a {
  background-color: #20c7ca;
}
.scheme_original .sc_scroll_controls_wrap a {
  color: #ffffff;
}
.scheme_dark .sc_scroll_controls_wrap a {
  color: #f0f0f0;
}
.scheme_original .sc_scroll_controls_type_side .sc_scroll_controls_wrap a {
  background-color: rgba(122, 195, 105, 0.8);
}
.scheme_dark .sc_scroll_controls_type_side .sc_scroll_controls_wrap a {
  background-color: rgba(32, 199, 202, 0.8);
}
.scheme_original .sc_scroll_controls_wrap a:hover {
  color: #ffffff;
}
.scheme_dark .sc_scroll_controls_wrap a:hover {
  color: #f0f0f0;
}
.scheme_original .sc_scroll_controls_wrap a:hover {
  background-color: #66a756;
}
.scheme_dark .sc_scroll_controls_wrap a:hover {
  background-color: #189799;
}
.scheme_original .sc_scroll_bar .swiper-scrollbar-drag:before {
  background-color: #7ac369;
}
.scheme_dark .sc_scroll_bar .swiper-scrollbar-drag:before {
  background-color: #20c7ca;
}
.scheme_original .sc_scroll .sc_scroll_bar {
  border-color: #ffffff;
}
.scheme_dark .sc_scroll .sc_scroll_bar {
  border-color: #666666;
}
/* Skills */
.scheme_original .sc_skills_bar .sc_skills_item {
  background-color: #ffffff;
}
.scheme_dark .sc_skills_bar .sc_skills_item {
  background-color: #666666;
}
.scheme_original .sc_skills_counter .sc_skills_item .sc_skills_icon {
  color: #7ac369;
}
.scheme_dark .sc_skills_counter .sc_skills_item .sc_skills_icon {
  color: #20c7ca;
}
.scheme_original .sc_skills_counter .sc_skills_item:hover .sc_skills_icon {
  color: #66a756;
}
.scheme_dark .sc_skills_counter .sc_skills_item:hover .sc_skills_icon {
  color: #189799;
}
.scheme_original .sc_skills_counter .sc_skills_item .sc_skills_info {
  color: #232a34;
}
.scheme_dark .sc_skills_counter .sc_skills_item .sc_skills_info {
  color: #e0e0e0;
}
.scheme_original .sc_skills_bar .sc_skills_item .sc_skills_count {
  border-color: #7ac369;
}
.scheme_dark .sc_skills_bar .sc_skills_item .sc_skills_count {
  border-color: #20c7ca;
}
.scheme_original .sc_skills_legend_title,
.scheme_original .sc_skills_legend_value {
  color: #232a34;
}
.scheme_dark .sc_skills_legend_title,
.scheme_dark .sc_skills_legend_value {
  color: #e0e0e0;
}
.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_1 {
  background-color: #ffffff;
}
.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_1 {
  background-color: #666666;
}
.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_1:hover {
  background-color: #f0f0f0;
}
.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_1:hover {
  background-color: #505050;
}
.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_count,
.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info {
  color: #232a34;
}
.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_count,
.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info {
  color: #d0d0d0;
}
.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info:before {
  background-color: #dddddd;
}
.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info:before {
  background-color: #909090;
}
.scheme_original .sc_skills_bar .sc_skills_item .sc_skills_count,
.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,
.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,
.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info {
  color: #ffffff;
}
.scheme_dark .sc_skills_bar .sc_skills_item .sc_skills_count,
.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,
.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,
.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info {
  color: #f0f0f0;
}
.scheme_original .sc_skills_bar .sc_skills_item .sc_skills_count,
.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,
.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,
.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info {
  background-color: #7ac369;
}
.scheme_dark .sc_skills_bar .sc_skills_item .sc_skills_count,
.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,
.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,
.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info {
  background-color: #20c7ca;
}
/* Slider */
.scheme_original .sc_slider_controls_wrap a {
  color: #ffffff;
}
.scheme_dark .sc_slider_controls_wrap a {
  color: #f0f0f0;
}
.scheme_original .sc_slider_controls_wrap a {
  background-color: rgba(81, 145, 77, 0.3);
}
.scheme_dark .sc_slider_controls_wrap a {
  background-color: rgba(81, 145, 77, 0.3);
}
.scheme_original .sc_slider_controls_wrap a:hover {
  color: #ffffff;
}
.scheme_dark .sc_slider_controls_wrap a:hover {
  color: #f0f0f0;
}
.scheme_original .sc_slider_controls_wrap a:hover {
  background-color: rgba(81, 145, 77, 0);
}
.scheme_dark .sc_slider_controls_wrap a:hover {
  background-color: rgba(81, 145, 77, 0);
}
.scheme_original .sc_slider_swiper .sc_slider_pagination_wrap .swiper-active-switch,
.scheme_original .sc_slider_swiper .sc_slider_pagination_wrap span:hover {
  border-color: #7ac369;
}
.scheme_dark .sc_slider_swiper .sc_slider_pagination_wrap .swiper-active-switch,
.scheme_dark .sc_slider_swiper .sc_slider_pagination_wrap span:hover {
  border-color: #20c7ca;
}
.scheme_original .sc_slider_swiper .sc_slider_pagination_wrap .swiper-active-switch,
.scheme_original .sc_slider_swiper .sc_slider_pagination_wrap span:hover {
  background-color: #7ac369 !important;
}
.scheme_dark .sc_slider_swiper .sc_slider_pagination_wrap .swiper-active-switch,
.scheme_dark .sc_slider_swiper .sc_slider_pagination_wrap span:hover {
  background-color: #20c7ca !important;
}
.scheme_original .sc_slider_swiper .sc_slider_info {
  background-color: rgba(122, 195, 105, 0.8) !important;
}
.scheme_dark .sc_slider_swiper .sc_slider_info {
  background-color: rgba(32, 199, 202, 0.8) !important;
}
.sc_slider_pagination.widget_area .post_item + .post_item {
  border-top-width: 1px;
  border-top-style: solid;
}
.scheme_original .sc_slider_pagination.widget_area .post_item + .post_item {
  border-color: #efefef;
}
.scheme_dark .sc_slider_pagination.widget_area .post_item + .post_item {
  border-color: #000000;
}
.scheme_original .sc_slider_pagination_over .sc_slider_pagination {
  background-color: rgba(255, 255, 255, 0.8);
}
.scheme_dark .sc_slider_pagination_over .sc_slider_pagination {
  background-color: rgba(102, 102, 102, 0.8);
}
.scheme_original .sc_slider_pagination_over .sc_slider_pagination_wrap span {
  border-color: #efefef;
}
.scheme_dark .sc_slider_pagination_over .sc_slider_pagination_wrap span {
  border-color: #000000;
}
.scheme_original .sc_slider_pagination_over .sc_slider_pagination_wrap span:hover,
.scheme_original .sc_slider_pagination_over .sc_slider_pagination_wrap .swiper-active-switch {
  border-color: #7ac369;
}
.scheme_dark .sc_slider_pagination_over .sc_slider_pagination_wrap span:hover,
.scheme_dark .sc_slider_pagination_over .sc_slider_pagination_wrap .swiper-active-switch {
  border-color: #20c7ca;
}
.scheme_original .sc_slider_pagination_over .sc_slider_pagination_wrap span:hover,
.scheme_original .sc_slider_pagination_over .sc_slider_pagination_wrap .swiper-active-switch {
  background-color: #7ac369;
}
.scheme_dark .sc_slider_pagination_over .sc_slider_pagination_wrap span:hover,
.scheme_dark .sc_slider_pagination_over .sc_slider_pagination_wrap .swiper-active-switch {
  background-color: #20c7ca;
}
.scheme_original .sc_slider_pagination_over .sc_slider_pagination .post_title {
  color: #232a34;
}
.scheme_dark .sc_slider_pagination_over .sc_slider_pagination .post_title {
  color: #d0d0d0;
}
.scheme_original .sc_slider_pagination_over .sc_slider_pagination .post_info {
  color: #989894;
}
.scheme_dark .sc_slider_pagination_over .sc_slider_pagination .post_info {
  color: #999999;
}
.scheme_original .sc_slider_pagination_area .sc_slider_pagination .post_item.active {
  background-color: #ffffff !important;
}
.scheme_dark .sc_slider_pagination_area .sc_slider_pagination .post_item.active {
  background-color: #666666 !important;
}
/* Socials */
.scheme_original .sc_socials.sc_socials_type_icons a {
  color: #acb4b6;
}
.scheme_dark .sc_socials.sc_socials_type_icons a {
  color: #aaaaaa;
}
.scheme_original .sc_socials.sc_socials_type_icons a {
  border-color: #acb4b6;
}
.scheme_dark .sc_socials.sc_socials_type_icons a {
  border-color: #aaaaaa;
}
.scheme_original .sc_socials.sc_socials_type_icons a:hover {
  color: #7ac369;
}
.scheme_dark .sc_socials.sc_socials_type_icons a:hover {
  color: #20c7ca;
}
.scheme_original .sc_socials.sc_socials_type_icons a:hover {
  border-color: #7ac369;
}
.scheme_dark .sc_socials.sc_socials_type_icons a:hover {
  border-color: #20c7ca;
}
.scheme_original .sc_socials.team_single a {
  color: #7ac369;
}
.scheme_dark .sc_socials.team_single a {
  color: #20c7ca;
}
.scheme_original .sc_socials.team_single a {
  border-color: #7ac369;
}
.scheme_dark .sc_socials.team_single a {
  border-color: #20c7ca;
}
.scheme_original .sc_socials.team_single a:hover {
  color: #66a756;
}
.scheme_dark .sc_socials.team_single a:hover {
  color: #189799;
}
.scheme_original .sc_socials.team_single a:hover {
  border-color: #66a756;
}
.scheme_dark .sc_socials.team_single a:hover {
  border-color: #189799;
}
/* Tabs */
.scheme_original .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a {
  color: #232a34;
}
.scheme_dark .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a {
  color: #e0e0e0;
}
.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a,
.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li:hover a {
  color: #232a34;
}
.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a,
.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li:hover a {
  color: #e0e0e0;
}
.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
  color: #989894;
}
.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
  color: #909090;
}
.scheme_original .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:hover {
  color: #7ac369;
}
.scheme_dark .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:hover {
  color: #20c7ca;
}
.scheme_original .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li::after,
.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li::after {
  background-color: #efefef;
}
.scheme_dark .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li::after,
.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li::after {
  background-color: #000000;
}
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a {
  z-index: 5;
}
.scheme_original .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a {
  background-color: #7ac369;
}
.scheme_dark .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a {
  background-color: #20c7ca;
}
.scheme_original .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a {
  color: #ffffff;
}
.scheme_dark .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a {
  color: #f0f0f0;
}
.scheme_original .sc_tabs.sc_tabs_style_1 .sc_tabs_content,
.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_content {
  border-color: #efefef !important;
}
.scheme_dark .sc_tabs.sc_tabs_style_1 .sc_tabs_content,
.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_content {
  border-color: #000000 !important;
}
.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover {
  color: #7ac369;
}
.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover {
  color: #20c7ca;
}
/* Team */
.sc_team_item .sc_team_item_info .sc_team_item_title a {
  font-weight: 400;
}
.scheme_original .sc_team_item .sc_team_item_info .sc_team_item_title a {
  color: #232a34;
}
.scheme_dark .sc_team_item .sc_team_item_info .sc_team_item_title a {
  color: #e0e0e0;
}
.scheme_original .sc_team_item .sc_team_item_info .sc_team_item_title a:hover {
  color: #66a756;
}
.scheme_dark .sc_team_item .sc_team_item_info .sc_team_item_title a:hover {
  color: #189799;
}
.scheme_original .sc_team_item .sc_team_item_info .sc_team_item_position {
  color: #7ac369;
}
.scheme_dark .sc_team_item .sc_team_item_info .sc_team_item_position {
  color: #20c7ca;
}
.sc_team_style_team-3 .sc_team_item_info {
  border-top-width: 5px;
  border-top-style: solid;
}
.scheme_original .sc_team_style_team-3 .sc_team_item_info {
  border-color: #7ac369;
}
.scheme_dark .sc_team_style_team-3 .sc_team_item_info {
  border-color: #20c7ca;
}
.scheme_original .sc_team_style_team-3 .sc_team_item_info {
  color: #989894;
}
.scheme_dark .sc_team_style_team-3 .sc_team_item_info {
  color: #909090;
}
.scheme_original .sc_team.sc_team_style_team-3 .sc_socials_item a {
  color: #ffffff;
}
.scheme_dark .sc_team.sc_team_style_team-3 .sc_socials_item a {
  color: #ffffff;
}
.scheme_original .sc_team.sc_team_style_team-3 .sc_socials_item a {
  border-color: #ffffff;
}
.scheme_dark .sc_team.sc_team_style_team-3 .sc_socials_item a {
  border-color: #ffffff;
}
.scheme_original .sc_team.sc_team_style_team-3 .sc_socials_item a:hover {
  color: #ffffff;
}
.scheme_dark .sc_team.sc_team_style_team-3 .sc_socials_item a:hover {
  color: #e5e5e5;
}
.scheme_original .sc_team.sc_team_style_team-3 .sc_socials_item a:hover {
  border-color: #ffffff;
}
.scheme_dark .sc_team.sc_team_style_team-3 .sc_socials_item a:hover {
  border-color: #e5e5e5;
}
.scheme_original .sc_team.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover {
  background-color: rgba(122, 195, 105, 0.8);
}
.scheme_dark .sc_team.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover {
  background-color: rgba(32, 199, 202, 0.8);
}
.scheme_original .sc_team.sc_team_style_team-4 .sc_socials_item a {
  color: #ffffff;
}
.scheme_dark .sc_team.sc_team_style_team-4 .sc_socials_item a {
  color: #ffffff;
}
.scheme_original .sc_team.sc_team_style_team-4 .sc_socials_item a {
  border-color: #ffffff;
}
.scheme_dark .sc_team.sc_team_style_team-4 .sc_socials_item a {
  border-color: #ffffff;
}
.scheme_original .sc_team.sc_team_style_team-4 .sc_socials_item a:hover {
  color: #7ac369;
}
.scheme_dark .sc_team.sc_team_style_team-4 .sc_socials_item a:hover {
  color: #20c7ca;
}
.scheme_original .sc_team.sc_team_style_team-4 .sc_socials_item a:hover {
  border-color: #7ac369;
}
.scheme_dark .sc_team.sc_team_style_team-4 .sc_socials_item a:hover {
  border-color: #20c7ca;
}
.scheme_original .sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover {
  color: #ffffff;
}
.scheme_dark .sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover {
  color: #f0f0f0;
}
.scheme_original .sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover {
  background-color: rgba(35, 42, 52, 0.8);
}
.scheme_dark .sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover {
  background-color: rgba(224, 224, 224, 0.8);
}
.scheme_original .sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a {
  color: #ffffff;
}
.scheme_dark .sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a {
  color: #f0f0f0;
}
.scheme_original .sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a:hover {
  color: #7ac369;
}
.scheme_dark .sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a:hover {
  color: #20c7ca;
}
.scheme_original .sc_team_style_team-4 .sc_team_item_info .sc_team_item_position {
  color: #ffffff;
}
.scheme_dark .sc_team_style_team-4 .sc_team_item_info .sc_team_item_position {
  color: #f0f0f0;
}
.scheme_original .sc_team_style_team-1 .sc_team_item_avatar {
  border-color: #fafafa;
}
.scheme_dark .sc_team_style_team-1 .sc_team_item_avatar {
  border-color: #333333;
}
.scheme_original .sc_team_style_team-1 .sc_team_item_info {
  background-color: #ffffff;
}
.scheme_dark .sc_team_style_team-1 .sc_team_item_info {
  background-color: #f0f0f0;
}
.scheme_original .sc_team_style_team-1 .sc_team_item_info {
  border-color: #efefef;
}
.scheme_dark .sc_team_style_team-1 .sc_team_item_info {
  border-color: #000000;
}
.scheme_original .sc_team_style_team-1 .sc_socials .sc_socials_item a {
  border-color: #ffffff;
}
.scheme_dark .sc_team_style_team-1 .sc_socials .sc_socials_item a {
  border-color: #f0f0f0;
}
.scheme_original .sc_team_style_team-1 .sc_socials .sc_socials_item a {
  color: #ffffff;
}
.scheme_dark .sc_team_style_team-1 .sc_socials .sc_socials_item a {
  color: #f0f0f0;
}
.scheme_original .sc_team_style_team-1 .sc_team_item_info:hover {
  background-color: #7ac369;
}
.scheme_dark .sc_team_style_team-1 .sc_team_item_info:hover {
  background-color: #20c7ca;
}
.scheme_original .sc_team_style_team-1 .sc_team_item_info:hover {
  color: #ffffff;
}
.scheme_dark .sc_team_style_team-1 .sc_team_item_info:hover {
  color: #f0f0f0;
}
.scheme_original .sc_team_style_team-1 .sc_team_item_info:hover .sc_team_item_title a {
  color: #ffffff;
}
.scheme_dark .sc_team_style_team-1 .sc_team_item_info:hover .sc_team_item_title a {
  color: #f0f0f0;
}
.scheme_original .sc_team_style_team-1 .sc_team_item_info:hover .sc_team_item_position {
  color: #cde452;
}
.scheme_dark .sc_team_style_team-1 .sc_team_item_info:hover .sc_team_item_position {
  color: #cde452;
}
/* Testimonials */
.scheme_original .sc_testimonials {
  color: #989894;
}
.scheme_dark .sc_testimonials {
  color: #909090;
}
.scheme_original .sc_testimonial_position_position {
  color: #acb4b6;
}
.scheme_dark .sc_testimonial_position_position {
  color: #a0a0a0;
}
.scheme_original .sc_testimonials_style_testimonials-2 .sc_testimonial_author_name:before {
  color: #acb4b6;
}
.scheme_dark .sc_testimonials_style_testimonials-2 .sc_testimonial_author_name:before {
  color: #a0a0a0;
}
.scheme_original .sc_testimonials_style_testimonials-3 .sc_testimonial_content,
.scheme_original .sc_testimonials_style_testimonials-3 .sc_testimonial_author {
  color: #ffffff;
}
.scheme_dark .sc_testimonials_style_testimonials-3 .sc_testimonial_content,
.scheme_dark .sc_testimonials_style_testimonials-3 .sc_testimonial_author {
  color: #f0f0f0;
}
.scheme_original .sc_testimonials_style_testimonials-3 .sc_testimonial_content::before {
  color: #cde452;
}
.scheme_dark .sc_testimonials_style_testimonials-3 .sc_testimonial_content::before {
  color: #cde452;
}
.scheme_original .sc_testimonials_style_testimonials-3 .sc_testimonial_content p:first-child:before {
  color: #7ac369;
}
.scheme_dark .sc_testimonials_style_testimonials-3 .sc_testimonial_content p:first-child:before {
  color: #20c7ca;
}
.scheme_original .sc_testimonials_style_testimonials-4 .sc_testimonial_item {
  background-color: #fafafa;
}
.scheme_dark .sc_testimonials_style_testimonials-4 .sc_testimonial_item {
  background-color: #333333;
}
.scheme_original .sc_testimonials_style_testimonials-4 .sc_testimonial_content p:first-child:before,
.scheme_original .sc_testimonials_style_testimonials-4 .sc_testimonial_author_position {
  color: #7ac369;
}
.scheme_dark .sc_testimonials_style_testimonials-4 .sc_testimonial_content p:first-child:before,
.scheme_dark .sc_testimonials_style_testimonials-4 .sc_testimonial_author_position {
  color: #20c7ca;
}
.scheme_original .sc_testimonials_style_testimonials-1 .sc_testimonial_content,
.scheme_original .sc_testimonials_style_testimonials-1 .sc_testimonial_author {
  color: #ffffff;
}
.scheme_dark .sc_testimonials_style_testimonials-1 .sc_testimonial_content,
.scheme_dark .sc_testimonials_style_testimonials-1 .sc_testimonial_author {
  color: #f0f0f0;
}
/* Title */
.scheme_original .sc_title_icon {
  color: #7ac369;
}
.scheme_dark .sc_title_icon {
  color: #20c7ca;
}
.scheme_original .sc_title_underline::after {
  border-color: #232a34;
}
.scheme_dark .sc_title_underline::after {
  border-color: #e0e0e0;
}
.scheme_original .sc_title_divider .sc_title_divider_before,
.scheme_original .sc_title_divider .sc_title_divider_after {
  background-color: #232a34;
}
.scheme_dark .sc_title_divider .sc_title_divider_before,
.scheme_dark .sc_title_divider .sc_title_divider_after {
  background-color: #e0e0e0;
}
/* Toggles */
.scheme_original .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title {
  border-color: #efefef;
}
.scheme_dark .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title {
  border-color: #000000;
}
.scheme_original .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
  color: #acb4b6;
}
.scheme_dark .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
  color: #aaaaaa;
}
.scheme_original .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
  background-color: #ffffff;
}
.scheme_dark .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
  background-color: #666666;
}
.scheme_original .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active {
  color: #7ac369;
}
.scheme_dark .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active {
  color: #20c7ca;
}
.scheme_original .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active {
  border-color: #7ac369;
}
.scheme_dark .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active {
  border-color: #20c7ca;
}
.scheme_original .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened {
  color: #ffffff;
}
.scheme_dark .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened {
  color: #f0f0f0;
}
.scheme_original .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened {
  background-color: #7ac369;
}
.scheme_dark .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened {
  background-color: #20c7ca;
}
.scheme_original .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title:hover {
  color: #66a756;
}
.scheme_dark .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title:hover {
  color: #189799;
}
.scheme_original .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title:hover {
  border-color: #66a756;
}
.scheme_dark .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title:hover {
  border-color: #189799;
}
.scheme_original .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title:hover .sc_toggles_icon_opened {
  background-color: #66a756;
}
.scheme_dark .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title:hover .sc_toggles_icon_opened {
  background-color: #189799;
}
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_content {
  border-width: 1px;
  border-style: solid;
  border-top-width: 0;
}
.scheme_original .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_content {
  border-color: #efefef;
}
.scheme_dark .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_content {
  border-color: #000000;
}
.scheme_original .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active {
  color: #7ac369;
}
.scheme_dark .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active {
  color: #20c7ca;
}
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
  border-width: 2px;
  border-style: solid;
}
.scheme_original .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
  border-color: #7ac369;
}
.scheme_dark .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
  border-color: #20c7ca;
}
.scheme_original .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
  background-color: #7ac369;
}
.scheme_dark .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
  background-color: #20c7ca;
}
.scheme_original .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
  color: #ffffff;
}
.scheme_dark .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
  color: #f0f0f0;
}
.scheme_original .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon {
  color: #7ac369;
}
.scheme_dark .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon {
  color: #20c7ca;
}
.scheme_original .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon {
  background-color: #fafafa;
}
.scheme_dark .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon {
  background-color: #333333;
}
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_content {
  margin-left: 2em;
  border-width: 1px;
  border-style: solid;
}
.scheme_original .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_content {
  border-color: #efefef;
}
.scheme_dark .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_content {
  border-color: #000000;
}
/* Tooltip */
.sc_tooltip_parent .sc_tooltip {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scheme_original .sc_tooltip_parent .sc_tooltip,
.scheme_original .sc_tooltip_parent .sc_tooltip:before {
  background-color: #232a34;
}
.scheme_dark .sc_tooltip_parent .sc_tooltip,
.scheme_dark .sc_tooltip_parent .sc_tooltip:before {
  background-color: #e0e0e0;
}
/* Twitter */
.scheme_original .sc_twitter {
  color: #989894;
}
.scheme_dark .sc_twitter {
  color: #909090;
}
.sc_twitter .sc_slider_controls_wrap a {
  font-size: 2.5em;
  background-color: transparent;
}
.scheme_original .sc_twitter .sc_slider_controls_wrap a {
  color: #ffffff;
}
.scheme_dark .sc_twitter .sc_slider_controls_wrap a {
  color: #f0f0f0;
}
/* Common styles (title, subtitle and description for some shortcodes) */
.scheme_original .sc_item_subtitle {
  color: #7ac369;
}
.scheme_dark .sc_item_subtitle {
  color: #20c7ca;
}
.scheme_original .sc_item_title:after {
  background-color: #7ac369;
}
.scheme_dark .sc_item_title:after {
  background-color: #20c7ca;
}
.scheme_original .sc_item_button > a:before {
  color: #7ac369;
}
.scheme_dark .sc_item_button > a:before {
  color: #20c7ca;
}
.scheme_original .sc_item_button > a:before {
  background-color: #ffffff;
}
.scheme_dark .sc_item_button > a:before {
  background-color: #f0f0f0;
}
.scheme_original .sc_item_button > a:hover:before {
  color: #66a756;
}
.scheme_dark .sc_item_button > a:hover:before {
  color: #189799;
}
.scheme_original .sc_audio.sc_audio_image .sc_audio_header h6 {
  color: #7ac369;
}
.scheme_dark .sc_audio.sc_audio_image .sc_audio_header h6 {
  color: #20c7ca;
}
.scheme_original .sc_audio .sc_audio_author_by {
  color: #989894;
}
.scheme_dark .sc_audio .sc_audio_author_by {
  color: #909090;
}
.scheme_original .mejs-container .mejs-inner .mejs-controls {
  background-color: #7ac369;
}
.scheme_dark .mejs-container .mejs-inner .mejs-controls {
  background-color: #20c7ca;
}
.scheme_original .sc_quote_1 {
  background-color: #7ac369;
}
.scheme_dark .sc_quote_1 {
  background-color: #20c7ca;
}
.scheme_original .sc_quote_1 p,
.scheme_original .sc_quote_1 .sc_quote_title a {
  color: #ffffff;
}
.scheme_dark .sc_quote_1 p,
.scheme_dark .sc_quote_1 .sc_quote_title a {
  color: #f0f0f0;
}
.sc_quote_1 .sc_quote_photo {
  border-color: #a4d487;
}
.scheme_original .sc_quote_1::before {
  color: #cde452;
}
.scheme_dark .sc_quote_1::before {
  color: #cde452;
}
.scheme_original .sc_quote_2 .box-for-content-quote {
  background-color: #ffffff;
}
.scheme_dark .sc_quote_2 .box-for-content-quote {
  background-color: #f0f0f0;
}
.scheme_original .sc_quote_2 .box-for-content-quote {
  border-color: #efefef;
}
.scheme_dark .sc_quote_2 .box-for-content-quote {
  border-color: #000000;
}
.scheme_original .sc_quote_2 .box-for-content-quote {
  color: #232a34;
}
.scheme_dark .sc_quote_2 .box-for-content-quote {
  color: #e0e0e0;
}
.scheme_original .sc_quote_2 .sc_quote_photo {
  border-color: #fafafa;
}
.scheme_dark .sc_quote_2 .sc_quote_photo {
  border-color: #333333;
}
.scheme_original .sc_quote_2_home1 .sc_quote_photo {
  border-color: #7ac369;
}
.scheme_dark .sc_quote_2_home1 .sc_quote_photo {
  border-color: #20c7ca;
}
.scheme_original .sc_quote_2 .sc_quote_title a {
  color: #7ac369;
}
.scheme_dark .sc_quote_2 .sc_quote_title a {
  color: #20c7ca;
}
.scheme_original .sc_quote_2 .sc_quote_title a:hover {
  color: #66a756;
}
.scheme_dark .sc_quote_2 .sc_quote_title a:hover {
  color: #189799;
}
.scheme_original .sc_quote_2_home1 .sc_quote_title a {
  color: #ffffff;
}
.scheme_dark .sc_quote_2_home1 .sc_quote_title a {
  color: #f0f0f0;
}
.scheme_original .sc_quote_2_home1 .sc_quote_title a:hover {
  color: #ffffff;
}
.scheme_dark .sc_quote_2_home1 .sc_quote_title a:hover {
  color: #f0f0f0;
}
.scheme_original .sc_skills_bar .sc_skills_item .sc_skills_total {
  color: #232a34;
}
.scheme_dark .sc_skills_bar .sc_skills_item .sc_skills_total {
  color: #e0e0e0;
}
.scheme_original .sc_price_block .sc_price_block_money::before,
.scheme_original .sc_price_block .sc_price_block_money::after {
  color: #7ac369;
}
.scheme_dark .sc_price_block .sc_price_block_money::before,
.scheme_dark .sc_price_block .sc_price_block_money::after {
  color: #20c7ca;
}
.scheme_original .address_right .button_contacts:hover a,
.scheme_original .address_right .button_contacts a:hover {
  color: #ffffff;
}
.scheme_dark .address_right .button_contacts:hover a,
.scheme_dark .address_right .button_contacts a:hover {
  color: #f0f0f0;
}
.scheme_original .post_format_link .post_descr a {
  color: #989894;
}
.scheme_dark .post_format_link .post_descr a {
  color: #909090;
}
.scheme_original .post_format_link .post_descr a:hover {
  color: #acb4b6;
}
.scheme_dark .post_format_link .post_descr a:hover {
  color: #a0a0a0;
}
.scheme_original .single-post .post_info {
  color: #232a34;
}
.scheme_dark .single-post .post_info {
  color: #e0e0e0;
}
.scheme_original .single-post .sc_socials_item a span {
  color: #ff661b;
}
.scheme_dark .single-post .sc_socials_item a span {
  color: #ff661b;
}
.scheme_original .single-post .sc_socials_item a span {
  border-color: #ff661b;
}
.scheme_dark .single-post .sc_socials_item a span {
  border-color: #ff661b;
}
.scheme_original .single-post .sc_socials_item a span:hover {
  color: #e65b17;
}
.scheme_dark .single-post .sc_socials_item a span:hover {
  color: #e65b17;
}
.scheme_original .single-post .sc_socials_item a span:hover {
  border-color: #e65b17;
}
.scheme_dark .single-post .sc_socials_item a span:hover {
  border-color: #e65b17;
}
.scheme_original .post_item_masonry {
  background-color: #ffffff;
}
.scheme_dark .post_item_masonry {
  background-color: #f0f0f0;
}
.scheme_original .comments_list_wrap .comment_content {
  background-color: #ffffff;
}
.scheme_dark .comments_list_wrap .comment_content {
  background-color: #f0f0f0;
}
.scheme_original .comments_list_wrap .comment_reply a {
  color: #ff661b;
}
.scheme_dark .comments_list_wrap .comment_reply a {
  color: #ff661b;
}
.scheme_original .comments_list_wrap .comment_reply a:hover {
  color: #e65b17;
}
.scheme_dark .comments_list_wrap .comment_reply a:hover {
  color: #e65b17;
}
.scheme_original .copyright_wrap .sc_socials_item a span {
  border-color: #989894;
}
.scheme_dark .copyright_wrap .sc_socials_item a span {
  border-color: #909090;
}
.scheme_original .copyright_wrap .sc_socials_item a span {
  color: #989894;
}
.scheme_dark .copyright_wrap .sc_socials_item a span {
  color: #909090;
}
.scheme_original .copyright_wrap .sc_socials_item a span:hover {
  border-color: #7ac369;
}
.scheme_dark .copyright_wrap .sc_socials_item a span:hover {
  border-color: #20c7ca;
}
.scheme_original .copyright_wrap .sc_socials_item a span:hover {
  color: #7ac369;
}
.scheme_dark .copyright_wrap .sc_socials_item a span:hover {
  color: #20c7ca;
}
.scheme_original .contacts_box .sc_section .wpb_text_column {
  color: #ffffff;
}
.scheme_dark .contacts_box .sc_section .wpb_text_column {
  color: #f0f0f0;
}
.scheme_original .contacts_box .center_column_contacts {
  border-color: #efefef;
}
.scheme_dark .contacts_box .center_column_contacts {
  border-color: #000000;
}
.scheme_original .contact_cart .contact_icon:hover::before {
  color: #ffffff;
}
.scheme_dark .contact_cart .contact_icon:hover::before {
  color: #f0f0f0;
}
.scheme_original .title_with_dots::after,
.scheme_original .sc_contact_form_title::after {
  color: #7ac369;
}
.scheme_dark .title_with_dots::after,
.scheme_dark .sc_contact_form_title::after {
  color: #20c7ca;
}
.scheme_original .about_custom_block .vc_icon_element .vc_icon_element-inner {
  color: #7ac369;
}
.scheme_dark .about_custom_block .vc_icon_element .vc_icon_element-inner {
  color: #20c7ca;
}
.scheme_original .post_item_classic {
  background-color: #ffffff;
}
.scheme_dark .post_item_classic {
  background-color: #f0f0f0;
}
.scheme_original .post_item_classic .post_featured {
  border-color: #7ac369;
}
.scheme_dark .post_item_classic .post_featured {
  border-color: #20c7ca;
}
.scheme_original .theme_color {
  color: #7ac369;
}
.scheme_dark .theme_color {
  color: #20c7ca;
}
.scheme_original .l_col_team .sc_image,
.scheme_original .r_col_team {
  border-color: #efefef;
}
.scheme_dark .l_col_team .sc_image,
.scheme_dark .r_col_team {
  border-color: #000000;
}
.scheme_original .footer_wrap .widget_area_inner {
  background-color: #ffffff !important;
}
.scheme_dark .footer_wrap .widget_area_inner {
  background-color: #f0f0f0 !important;
}
.scheme_original .footer_wrap .widget_area_inner .widget_rss ul li {
  border-color: #efefef;
}
.scheme_dark .footer_wrap .widget_area_inner .widget_rss ul li {
  border-color: #000000;
}
.scheme_original .footer_wrap .widget_area_inner .widget_rss ul li .rss-date {
  color: #7ac369;
}
.scheme_dark .footer_wrap .widget_area_inner .widget_rss ul li .rss-date {
  color: #20c7ca;
}
.scheme_original .footer_wrap .widget_area_inner .widget_rss .widget_title a {
  color: #232a34;
}
.scheme_dark .footer_wrap .widget_area_inner .widget_rss .widget_title a {
  color: #e0e0e0;
}
.scheme_original .post_content.circle.effect1 .post_title a {
  color: #7ac369;
}
.scheme_dark .post_content.circle.effect1 .post_title a {
  color: #20c7ca;
}
.scheme_original .post_content.circle.effect1 .post_title:hover a {
  color: #66a756;
}
.scheme_dark .post_content.circle.effect1 .post_title:hover a {
  color: #189799;
}
.scheme_original .post_content.circle.effect1 .post_descr p,
.scheme_original .post_content.circle.effect1 .post_descr p a {
  color: #989894;
}
.scheme_dark .post_content.circle.effect1 .post_descr p,
.scheme_dark .post_content.circle.effect1 .post_descr p a {
  color: #909090;
}
.scheme_original .sc_button.link-more {
  border-color: #efefef !important;
}
.scheme_dark .sc_button.link-more {
  border-color: #000000 !important;
}
.scheme_original .sc_blogger.layout_short_2 .post_content .post_info span,
.scheme_original .sc_blogger.layout_short_2 .post_content .post_info span a {
  color: #7ac369;
}
.scheme_dark .sc_blogger.layout_short_2 .post_content .post_info span,
.scheme_dark .sc_blogger.layout_short_2 .post_content .post_info span a {
  color: #20c7ca;
}
.scheme_original .sc_blogger.layout_short_2 .post_content .post_title a {
  color: #232a34;
}
.scheme_dark .sc_blogger.layout_short_2 .post_content .post_title a {
  color: #e0e0e0;
}
.scheme_original .sc_button_blogger {
  background-color: #7ac369;
}
.scheme_dark .sc_button_blogger {
  background-color: #20c7ca;
}
.scheme_original .sc_button_blogger {
  color: #ffffff;
}
.scheme_dark .sc_button_blogger {
  color: #f0f0f0;
}
.scheme_original .sc_button_blogger {
  border-color: #efefef;
}
.scheme_dark .sc_button_blogger {
  border-color: #000000;
}
.scheme_original .sc_button.sc_button_blogger:hover {
  background-color: #66a756;
}
.scheme_dark .sc_button.sc_button_blogger:hover {
  background-color: #189799;
}
.scheme_original .sc_button.sc_button_blogger:hover {
  color: #ffffff;
}
.scheme_dark .sc_button.sc_button_blogger:hover {
  color: #f0f0f0;
}
.scheme_original .woocommerce-page div.product .woocommerce-tabs .entry-content {
  border-color: #efefef !important;
}
.scheme_dark .woocommerce-page div.product .woocommerce-tabs .entry-content {
  border-color: #000000 !important;
}
.scheme_original .widget_calendar .month_cur a {
  color: #ffffff;
}
.scheme_dark .widget_calendar .month_cur a {
  color: #f0f0f0;
}
