/**
 *
 * -------------------------------------------
 * Style1
 * -------------------------------------------
 *
 **/

/*
 *
 * 15. Style I
 *
 *
------------------------------------ */

/* 15.1. Basic colors
==================================== */

/* template.css */
a,
#gk-mainbody header h1 a:active,
#gk-mainbody header h1 a:focus,
#gk-mainbody header h2 a:active,
#gk-mainbody header h2 a:focus,
#gk-article-containter article header ul a:active,
#gk-article-containter article header ul a:focus,
#gk-footer a:active,
#gk-footer a:focus,
body.frontpage.dark_bg #gk-footer a:active,
body.frontpage.dark_bg #gk-footer a:focus, 
#gk-mainbody header h1 a:hover,
#gk-mainbody header h2 a:hover,
#gk-article-containter article header ul a:hover,
#gk-footer a:hover,
body.frontpage.dark_bg #gk-footer a:hover{
	color: #000000;
}

.btn,
button,
.button,
.readon,
.nav-btn a,
.more-link,
.gk-button,
a.gk-button,
input[type="button"],
input[type="submit"],
.gk-price-table dd a,
.nav-prev a,
.nav-next a,
.menu > li.button > a {
	background-color: #ffffff;
}

/* extensions.css */
.gk-tabs-wrap > ol > li:hover,
.gk-tabs-wrap > ol > li.active,
.gk-tabs-wrap > ol > li.active:hover,
.gk-nsp-arts-nav li:hover,
.gk-nsp-arts-nav li.active,
.gk-nsp-links-nav li:hover,
.gk-nsp-links-nav li.active  {
    background-color: #7c842d;
}

.widget_gk_comments li p a:hover,
.gk-nsp-next:hover:after,
.gk-nsp-prev:hover:after,
.gk-nsp-header a:active,
.gk-nsp-header a:focus,
.gk-nsp-header a:hover,
#gk-sidebar .box .gk-nsp-header a:hover  {
	color: #7c842d;
}

/* shortcoded.elements.css */
.gk-note:before,
.gk-members > strong:first-child {
	background-color: #7c842d;
}

.gk-toggle.opened > h3:after,
.gk-toggle.closed > h3:after {
	color: #7c842d;
}

/* shortcodes.template.css */
.gk-contact-form input[type="submit"]:active,
.gk-contact-form input[type="submit"]:focus,
.gk-contact-form input[type="submit"]:hover {
	background-color: #7c842d;
}

/* shortcodes.typography.css */
.gk-warning,
.gk-error,
.gk-contact-error {
	background-color: #7c842d;
}

pre,
pre.gk-code {
	border-left-color: #7c842d;
}

.gk-numblock[data-style="style2"] span {
	color: #7c842d;
	border-color: #7c842d;
}
blockquote.gk-quote:before,
article ul[data-style="style4"] li:before,
article ul[data-style="style2"] li:before {
	color: #7c842d;
}

/* stuff.css */
.gk-team-prev:hover,
.gk-team-next:hover {
	color: #7c842d;
}

.gk-team-overlay,
.gk-point h4:before {
	background-color: #7c842d;
}

/* wp.css */
#gk-sidebar .button,
#gk-sidebar .button > a,
#aside-menu li.button > a:hover  {
	color: #7c842d!important;
}

#close-menu,
#aside-menu li > a.active,
#aside-menu li > a:active,
#aside-menu li > a:focus,
#aside-menu li > a:hover,
#comments em.awaiting-moderation {
	color: #7c842d;
}

/* wp.extensions.css */
.box.color-bg {
	background: url('../images/style1/color_pattern_bg.png') repeat 0 0;
}
.box.tags .tagcloud a:hover,
.box.color,
.box.color-bg {
	background-color: #7c842d;
}

.box.icon-color3 .box-title i,
.box.icon-color3 .header i { color: #7c842d; }

.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover,
.box.dark-bg a:active,
.box.dark-bg a:focus,
.box.dark-bg a:hover { color: #7c842d!important; }