/**
 * -------------------------------------------
 * Style1 – zmodernizowana paleta
 * -------------------------------------------
 */

/* 13.1. Basic colors
==================================== */

article section.content a,
article section.intro a {
    color:#7B1E2B;
}

a:active,
a:focus,
a:hover {
    color:#7B1E2B;
}

.btn,
button,
.readon,
a.gk-button,
input[type="button"],
input[type="submit"],
.nav-btn a {
    background:#7B1E2B;
}

#top-menu li a:active,
#top-menu li a:focus,
#top-menu li a:hover {
    color:#D4AF37;
}

#gk-login:active,
#gk-login:focus,
#gk-login:hover {
    background-color:#7B1E2B;
}

#gk-rss:active,
#gk-rss:focus,
#gk-rss:hover {
    background-color:#7B1E2B;
}

#gk-page-top a.cssLogo {
    background-image:url('../images/style1/logo.png');
}

#gk-footer {
    border-top:2px solid #7B1E2B;
}

#footer-menu a:active,
#footer-menu a:focus,
#footer-menu a:hover {
    color:#7B1E2B;
}

#main-menu > li:hover,
#main-menu > li > a:hover,
#main-menu > li:hover > a {
    background:#7B1E2B;
}

#comments article .author a:active,
#comments article .author a:focus,
#comments article .author a:hover {
    color:#7B1E2B;
}

.gk-post-meta .tags a:active,
.gk-post-meta .tags a:focus,
.gk-post-meta .tags a:hover,
.gk-post-meta .author a.gk-url:active,
.gk-post-meta .author a.gk-url:focus,
.gk-post-meta .author a.gk-url:hover {
    color:#7B1E2B;
}

article header h1 sup,
article.sticky header h1 sup,
article header h2 sup,
article.sticky header h2 sup {
    background:#7B1E2B;
}

#gk-contact span.error {
    color:#C91F2F;
}

.contactpage .gk-contact-error,
.contactpage .gk-contact-thanks {
    background:#8DA734;
}

.contactpage .gk-contact-error {
    background:#C91F2F;
}

.author-info a:active,
.author-info a:focus,
.author-info a:hover {
    color:#7B1E2B;
}

#gk-popup-login .button-primary {
    background:#7B1E2B;
}

.widget_gk_comments li p a:active,
.widget_gk_comments li p a:focus,
.widget_gk_comments li p a:hover {
    color:#7B1E2B;
}

/* Social icons – zostają, tylko ścieżka */
.gk-facebook-icon,
.gk-twitter-icon,
.gk-gplus-icon,
.gk-pinterest-icon,
.gk-facebook-icon:active,
.gk-facebook-icon:focus,
.gk-facebook-icon:hover,
.gk-twitter-icon:active,
.gk-twitter-icon:focus,
.gk-twitter-icon:hover,
.gk-gplus-icon:active,
.gk-gplus-icon:focus,
.gk-gplus-icon:hover,
.gk-pinterest-icon:active,
.gk-pinterest-icon:focus,
.gk-pinterest-icon:hover {
    background-image:url('../images/style1/social_icons.png');
}

/* NSP / slajdery */

.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:#7B1E2B;
}

.gk-nsp-next,
.gk-nsp-prev {
    background-image:url('../images/style1/nsp_interface.png');
}

.gk-nsp-header a:active,
.gk-nsp-header a:focus,
.gk-nsp-header a:hover {
    color:#7B1E2B;
}

.gk-nsp-links-scroll ul li h4 a:active,
.gk-nsp-links-scroll ul li h4 a:focus,
.gk-nsp-links-scroll ul li h4 a:hover {
    color:#7B1E2B;
}

.box.header .gk-nsp-links-scroll ul li:hover {
    background:#7B1E2B;
}

.box.header .gk-image-link .gk-nsp-header:hover {
    background:#7B1E2B;
}

.nsphover .gk-image-link .gk-nsp-category {
    background:#7B1E2B;
}

.nsphover .gk-nsp-hover-overlay {
    background:#7B1E2B;
}

.nsphover .gk-nsp-hover-overlay .gk-nsp-text,
.nsphover .gk-nsp-hover-overlay .gk-nsp-text a {
    color:#FFE7D6;
}

.nsphover .gk-nsp-hover-overlay .gk-nsp-header a:active,
.nsphover .gk-nsp-hover-overlay .gk-nsp-header a:focus,
.nsphover .gk-nsp-hover-overlay .gk-nsp-header a:hover {
    color:#FFE7D6;
}

.nsphover .gk-nsp-art .gk-nsp-category {
    background:#7B1E2B;
}

.gk-news-slideshow .gk-ns-art:hover .gk-ns-header a {
    color:#7B1E2B;
}

.gk-news-slideshow .gk-ns-prev,
.gk-news-slideshow .gk-ns-next {
    background-image:url('../images/style1/ns_interface.png');
}

.gkw-temp {
    color:#7B1E2B;
}

.box #wp-calendar #today {
    background:#7B1E2B;
}

.box #wp-calendar td#prev a,
.box #wp-calendar td#next a {
    color:#7B1E2B;
}

.box.tags .tagcloud a {
    background-image:url('../images/style1/tag_bullets.png');
}

.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
    color:#D4AF37;
}

.box.menu li:hover {
    background-color:#7B1E2B;
}

.box.color .box-title,
.box.bigtitle.color .box-title {
    color:#7B1E2B;
}

.box.headlines .box-title {
    background:#7B1E2B;
}

.box.headlines .box-title::after {
    background:transparent url('../images/style1/highlight_bg.png') no-repeat 0 center;
    background-size:100% 100%;
}

#gallery ol li:hover,
#gallery ol li.active {
    background:#7B1E2B;
}

/* 13.2. TYPOGRAFIA
==================================== */

.gk-note:before {
    background:#7B1E2B;
}

.gk-members > strong:first-child {
    background:#D4AF37;
}

.gk-tooltip[data-style="style2"] dfn {
    background:#7B1E2B;
}

.gk-tooltip[data-style="style3"] dfn {
    background:#D4AF37;
}

.gk-tooltip[data-style="style5"] dfn {
    border:2px dashed #7B1E2B;
}

.gk-notice {
    background:#FFF9E8 url('../images/style1/typography/tips.png') no-repeat 2px 11px;
    border-color:#E8C547;
}

.gk-info {
    background:#FBFBFB url('../images/style1/typography/info.png') no-repeat 2px 10px;
}

.gk-warning,
.gk-error {
    background:#FFF7F4 url('../images/style1/typography/warning.png') no-repeat 2px 10px;
    border-color:#C91F2F;
}

.gk-badge[data-style="style2"],
.gk-label[data-style="style2"] {
    background:#7B1E2B;
}

.gk-badge[data-style="style4"],
.gk-label[data-style="style4"] {
    background:#D4AF37;
}

pre.gk-code[data-style="style2"] {
    border-left:4px solid #7B1E2B;
}

pre.gk-code[data-style="style3"] {
    border-bottom:4px solid #7B1E2B;
    border-top:4px solid #7B1E2B;
}

.gk-textblock,
.gk-textblock[data-style="style1"] {
    border:1px dashed #7B1E2B;
}

.gk-textblock[data-style="style4"] {
    border:3px solid #7B1E2B;
}

.gk-textblock[data-style="style6"] {
    background:#FFFEF4;
    border:1px solid #EAE8CC;
}

.gk-textblock[data-style="style7"] {
    background:#7B1E2B;
    color:#FFFDF6;
}

.gk-numblock[data-style="style3"] span {
    border:3px solid #7B1E2B;
    color:#7B1E2B;
}

.gk-floated {
    color:#7B1E2B;
}

/* CYTATY */

blockquote.gk-quote {
    background:url('../images/style1/typography/open1.png') no-repeat left bottom;
}

blockquote.gk-quote p {
    background:url('../images/style1/typography/close1.png') no-repeat top right;
}

blockquote.gk-quote[data-style="style2"] {
    background:url('../images/style1/typography/open1.png') no-repeat left top;
}

blockquote.gk-quote[data-style="style3"] {
    background:url('../images/style1/typography/open2.png') no-repeat left bottom;
}

blockquote.gk-quote[data-style="style3"] p {
    background:url('../images/style1/typography/close2.png') no-repeat top right;
}

blockquote.gk-quote[data-style="style4"] {
    background:url('../images/style1/typography/open2.png') no-repeat left top;
}

blockquote.gk-quote[data-style="style4"] p {
    background:url('../images/style1/typography/close2.png') no-repeat top right;
}

/* BULLETY LIST */

article .content ul li{
    background:url('../images/style1/typography/bullet1.png') no-repeat 0 10px!important;
    padding-left:18px;
}

article .content ul[data-style="style2"] li {
    background:url('../images/style1/typography/bullet2.png') no-repeat 0 10px!important;
}

article .content ul[data-style="style3"] li {
    background:url('../images/style1/typography/bullet3.png') no-repeat 0 10px!important;
}

article .content ul[data-style="style4"] li {
    background:url('../images/style1/typography/bullet4.png') no-repeat 0 10px!important;
}

article .content ul[data-style="style5"] li {
    background:url('../images/style1/typography/bullet5.png') no-repeat 0 10px!important;
}

article .content ul[data-style="style6"] li {
    background:url('../images/style1/typography/bullet6.png') no-repeat 0 10px!important;
}

article .content ul[data-style="style7"] li {
    background:url('../images/style1/typography/bullet7.png') no-repeat 0 10px!important;
}

article .content ul[data-style="style8"] li {
    background:url('../images/style1/typography/bullet8.png') no-repeat 0 10px!important;
}

/* GK BUTTONS */

.gk-button[data-style="style2"]:active,
.gk-button[data-style="style2"]:focus,
.gk-button[data-style="style2"]:hover {
    background-color:#7B1E2B;
}

.gk-button[data-style="style3"] {
    background-color:#D4AF37;
}

.gk-button[data-style="style3"]:active,
.gk-button[data-style="style3"]:focus,
.gk-button[data-style="style3"]:hover {
    background-color:#7B1E2B;
}

.gk-button[data-style="style4"] {
    background-color:#3eabe9;
}

.gk-button[data-style="style5"] {
    background-color:#8DA734;
}

.gk-button[data-style="style6"] {
    background-color:#8c7a71;
}

.gk-button[data-style="style7"] {
    background-color:#E8A246;
}

/* LEGENDY */

.gk-legend[data-style="style3"] {
    border-color:#7B1E2B;
}

.gk-legend[data-style="style3"] > strong:first-child {
    color:#7B1E2B;
}
