@charset "UTF-8";

/*
Theme Name:     Support Desk Click Shop
Author:         Adam Piotrowski, Piotr Orzechowski
Template:       supportdesk
Version:        1.0
*/

@import url('../supportdesk/style.css');
#homepage-widgets #nav_menu-4 .widget-title span {
    padding: 8px;
    text-align: center!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

#lc_overlay_layer {position: static!important;}
#lc_invite_layer {top: 80%!important; left:80%!important;}
body {
    line-height: 24px;
}
#header {
    padding: 18px 0px;
}
#page-header {
    background: url('images/bg-banner.png') no-repeat center top !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    color: #fff;
    text-align: center;
}
.error404 #page-header {
    padding: 0;
}
.home #page-header,
.post-type-archive-st_kb #page-header,
.tax-st_kb_category #page-header,
.single-st_kb #page-header,
.bbPress #page-header{
    padding: 0px;
}
.home #page-header-stripes {
    padding: 30px 0px;
}
.home #page-header h1 {
    font-size: 48px;
    font-weight: 300;
    margin: 0;
}
.home #page-header h1 span {
    font-weight: bold;
}
#page-header h2,
.home #page-header h2 {
    font-size: 28px;
    margin: 15px 0 0 0;
    padding: 0;
    font-weight: 500;
}
#live-search,
.home #live-search {
    margin: 32px 0 0 0;
}
#page-header #searchform #s {
    margin: 0 auto;
    float: none;
    width: 90%;
    font-size: 18px;
    font-weight: 300;
    padding: 19px 20px;
    color: #9c9c9c;
    background: url('images/bg-icon-search.png') no-repeat scroll 97% center #fff;
    box-shadow: 0 10px 15px rgba(0,0,0,.15);
}

#primary-nav-mobile {
    margin: 0 0 0;
}
#primary-nav .sf-sub-indicator {
    position: relative;
    left: 0;
    top: 3px;
    width: 0;
    height: 0;
    margin: 0 0 0 3px;
    padding: 0;
    border-width: 4px;
    border-style: solid;
    border-color: #c9d3db transparent transparent;
    font-size: 0;
}

#primary-nav ul li {
    padding: 0;
}
#primary-nav ul a.sf-with-ul {
    padding-right: 8px;
}
#primary-nav ul li a:hover, #primary-nav ul li a:active, #primary-nav ul li.sfHover a {
    color: #494b4d;
    background-color: #e7e7e7;
}
#primary-nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none outside none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
#primary-nav ul li a:hover, #primary-nav ul li a:active, #primary-nav ul li.sfHover a {
    color: #494b4d;
    background: #f5f5f5;
}
#primary-nav ul ul li a {
    padding: 8px;
    background: none;
}
#primary-nav ul li.sfHover ul a {
    background: none;
}
#primary-nav ul li.sfHover ul a:hover {
    background: #f5f5f5;
}
#primary-nav ul li.sfHover ul a:active {
    background-color: #e7e7e7;
}
#features-list {
    margin: -65px 0 0;
    padding: 30px 0 0;
    background: transparent;
}
#features-list .column > a {
    height: 60px;
    background: #f2f2f2;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15 ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
    border: 1px solid #f40000;
    border-radius: 3px;
}
#features-list .column > a:hover {
    background: #fff;
    border: 1px solid #f40000;
    border-radius: 3px;

}
#features-list .feature-icon {
    position: relative;
    float: left;
    width: 90px;
    line-height: 60px;
    margin: 0;
    background: #e40000;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15 ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
}
#contact-list .nj-facebook-messenger {
	color: #555 !important;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 15px 0 160px;
	border-radius: 0;
	margin: 0;
	display: table-cell !important;
	vertical-align: middle;
	background-image: url("/wp-content/uploads/2017/11/ico-forum-msg.png"), url("/wp-content/themes/supportdesk_cs/images/ico-forum-red_bg.png") !important;
	background-repeat: no-repeat, no-repeat !important;
	background-position: 45px center, 0 center !important;
  background-size: auto, contain !important;
}
#contact-list .nj-facebook-messenger:after {
		content: "Od pon. do pt. od 8:00 do 20:00";
		font-size: 15px;
		display: block;
		line-height: 18px;
		color: #555;
		text-transform: none;
		font-weight: 500;
		margin-top: 3px;
	}
#features-list a .feature-icon:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -7px;
    right: -7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #e40000;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15 ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
}
#features-list a:hover .feature-icon {
    background: #ff2121;
}
#features-list a:hover .feature-icon:after {
    border-left-color: #ff2121;
}
#features-list .feature-text {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}
#features-list h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    color: #555;
    text-transform: uppercase;
    text-align: left;
    margin: 0 20px;
    letter-spacing: 0;
}
#features-list h3:hover {
    text-shadow: none;
}
.row.stacked .col-third.col-half:nth-child(2n+3) {
    margin-left: 4.4%;
    clear: none;
}
.home #homepage-content {
    margin: 0px 0 60px 0;
}
ul.homepage-contact-box-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    font-size: 0;
    line-height: 0;
}
ul.homepage-contact-box-list li {
    margin: 0 0 0 10px;
    padding: 0;
    display: inline-block;
    text-align: right;
    width: 46px;
    height: 46px;
    background: #f2f2f2;
}
ul.homepage-contact-box-list li.button-mail {
    background: #f2f2f2 url('images/ico-contact.png') center 0;
}
ul.homepage-contact-box-list li.button-chat {
    background: #f2f2f2 url('images/ico-contact.png') center -46px;
}
ul.homepage-contact-box-list li.button-phone {
    background: #f2f2f2 url('images/ico-contact.png') center -92px;
}
ul.homepage-contact-box-list li.button-link {
    margin: 0 0 0 10px;
    padding: 0;
    display: inline-block;
    text-align: center;
    width: auto;
}
ul.homepage-contact-box-list li.button-link a {
    float: left;
    padding: 0 20px;
    background: #e40000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15 ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
}
ul.homepage-contact-box-list li.button-link a:hover {
    background: #ff2121;
}
#homepage-widgets .widget-title {
    color: #555555;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
    padding: 0 0 10px;
    text-align: center;
}
#homepage-widgets .widget-title span {
    background: transparent;
    bottom: 0;
    padding: 0;
    line-height: 26px;
    text-align: center;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_display_replies li,
.st_kb_articles_widget li,
.st_kb_categories_widget li {
    background: url('images/kb-small.png') no-repeat 0 5px;
}
.widget_nav_menu li {
  background: none;
  margin: 0 0 5px;
  color: #fff;
}
.st_kb_categories_widget li {
    background: url('images/category-small.png') no-repeat 0 5px;
}
.st_kb_categories_widget .children {
    margin: 5px 0 0;
    padding: 0;
}
li.cat-item ul {
    display: none;
}
li.current-cat-parent > ul,
li.current-cat > ul {
    display: block;
}

#page-subnav a {
    color: #555;
}

.kb-category-list h3 a.count {
    position: relative;
    top: -3px;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: 0;
    padding: 6px 8px;
    float: right;
    background: #e40000 !important;
    margin: 5px 0 0 10px;
}
.kb-category-list h3 span.count {
    background: #e40000 !important;
    margin: 5px 0 0 10px;
}
.kb-article-list li {
    background: url('images/kb-small.png') no-repeat 0 5px;
    padding-left: 24px;
    margin: 0;
    line-height: 22px;
}
.kb-article-list li a {
    color: #555;
}
.kb-article-list li a:hover {
    border-bottom: 1px solid #555;
}
.kb-category-list {
    margin-bottom: 0;
}
.tax-st_kb_category .kb-category-list {
    margin-top: 26px;
}
.tax-st_kb_category #content div:first-child.kb-category-list {
    margin-top: 0;
}
.st_kb .entry-title {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #1b1b1b !important;
    position: relative;
    letter-spacing: 0px;
}
.st_kb .entry-title:hover {
  text-decoration: underline;
  text-decoration-color: #e20000;
}

.entry-title a {
    color: #1b1b1b !important;
    line-height: 22px;
    outline: none;
    text-decoration: none;
}
.entry-title .entry-date {
    font-size: 12px;
    color: #999;
}
.search-results .entry-title .entry-date {
    display: none;
}
.st_kb .entry-header {
    background: none;
    margin: 0;
    border-bottom: none;
    padding: 0;
}
.single .st_kb .entry-title {
    margin: 0 0 7px;
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 36px;
    color: #555 !important;
}

.entry-content h1 {
    margin: 26px 0;
}
.entry-content h1 span {
    text-decoration: none !important;
}
.entry-content a,
.entry-content a:active,
.entry-content a:visited {
    color: #e40000;
    border-bottom: 1px dotted #e40000;
}
.entry-content a:hover {
    color: #cd0000;
    border-bottom: 1px solid #cd0000;
}
.entry-content a.none,
.entry-content a.none:hover {
    border-bottom: 0;
}
.entry-content a.thickbox,
.entry-content a.thickbox:hover {
    border-bottom: 0;
}
.entry-content .st-btn,
.entry-content .st-btn-large,
.entry-content a.st-btn,
.entry-content a.st-btn-large,
.entry-content a.st-btn:visited {
    border: 2px solid #e40000 !important;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.entry-content .st-btn:hover,
.entry-content .st-btn:active,
.entry-content a.st-btn:hover,
.entry-content a.st-btn:active {
    border: 2px solid #e40000 !important;
    background: #e40000;
    color: #fff;
}
.entry-content a.st-btn,
.entry-content a.st-btn:hover {
    border-bottom: 1px solid #ccc;;
}
.paging-navigation {
    margin: 26px 0;
}
.entry-content form p.form-caption {
    padding: 0 0 12px 0;
}
.entry-content form p.form-caption {
    line-height: 18px;
    padding: 0 0 4px 0;
}
.entry-content form p.form-button {
    padding: 12px 0;
}
.form-info {
    font-size: 12px;
    color: #999;
}
input[type='submit'] {
    padding: 0 40px;
    height: 48px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15 ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
}
input:hover[type='submit'] {
    background: #3c79be;
}
span.wpcf7-form-control-wrap {
    display: block !important;
}
.st-alert,
#content div.wpcf7-response-output {
    padding: 20px 30px;
    margin: 10px 0 20px;
    text-shadow: none;
    background-color: #fcf8e3 !important;
    border: 1px solid #faebcc;
    position: relative;
    color: #8a6d3b !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
#content div.wpcf7-response-output {
    margin-top: 20px;
}
.st-alert-success,
#content div.wpcf7-mail-sent-ok {
    background-color: #dff0d8 !important;
    color: #3c763d !important;
    border: 1px solid #d6e9c6 !important;
}
.st-alert-danger,
.st-alert-error,
#content div.wpcf7-mail-sent-ng {
    background-color: #f2dede !important;
    color: #a94442 !important;
    border: 1px solid #ebccd1 !important;
}
.st-alert-info {
    background-color: #d9edf7 !important;
    color: #31708f !important;
    border: 1px solid #bce8f1 !important;
}
#content div.wpcf7-spam-blocked,
#content div.wpcf7-validation-errors {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.st-alert span {
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px 8px;
    color: #fafafa;
    font-size: 13px;
    background: rgba(0,0,0,0.2);
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.st-alert.with_title {
    padding: 40px 25px 30px 60px;
}
.gdthumbtext {
    font-size: 14px;
}
#search-result li a {
    padding: 10px 20px 10px 45px;;
    color: #555;
}
#search-result li.sr-st_kb a {
    background-image: url('images/kb-small.png');
}
.live-search-category {
    display: none;
}
.search-results .live-search-category,
#search-result .live-search-category {
    display: inline;
    position: relative;
    top: -1px;
    margin-left: 5px;
    padding: 1px 8px;
    font-size: 9px;
    line-height: 10px;
    text-transform: uppercase;
    background: #e7e7e7;
    color: #333;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/* contact */

#contact-list .column {
    margin-bottom: 2em;
    padding-right: 5%;
}
@media screen and (max-width: 600px) {
    #contact-list .column {
        padding-right: 0;
    }
}

#contact-list .col-half {
  width: 50%;
}
#contact-list .column > a {
    display: block;
    height: 140px;
    background: #f2f2f2;
    text-decoration: none;
    border: none;
    color: #555;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15 ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
}
#contact-list .column > a:hover {
    background: #e7e7e7;
}
#contact-list .feature-icon {
    position: relative;
    float: left;
    width: 140px;
    line-height: 140px;
    margin: 0;
    text-align: center;
    background-color: #e40000;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15 ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
}
#contact-list a .feature-icon::after {
    border-bottom: 7px solid transparent;
    border-left: 7px solid #e40000;
    border-top: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    margin-top: -7px;
    position: absolute;
    right: -6px;
    top: 50%;
    transition: all 0.15s ease-in 0s;
    width: 0;
}
.entry-content #contact-list img {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
#contact-list a:hover .feature-icon {
    background-color: #ff2121;
}
#contact-list a:hover .feature-icon:after {
    border-left-color: #ff2121;
}
#contact-list .feature-text {
    display: table-cell;
    height: 140px;
    vertical-align: middle;
}
#contact-list h3 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 800;
    color: #555;
    text-transform: uppercase;
    text-align: left;
    margin: 0 20px 2px 20px;
    letter-spacing: 0;
}
#contact-list h3:hover {
    text-shadow: none;
}
#contact-list p {
    font-size: 13px;
    line-height: 18px;
    color: #555;
    text-align: left;
    margin: 0 20px;
    padding: 0;
    letter-spacing: 0;
}


/* kontakt - sekcja z numerami ivr */
		.column.rightOversize {float:right;}
		#contact-list .column.rightOversize > a {height: auto; padding: 5% 5% 1% 5%;}
		#contact-list .column.rightOversize .feature-text {height: 260px;}
		#contact-list .column.rightOversize ul {line-height:1.42857143em; font-size:13px; padding-top: 5px; list-style:none; margin: 0;}
		#contact-list .column.rightOversize ul li strong {font-weight: bold; color: #e20000; padding: 0; display: inline-block; width: 1.5rem; height: 1.5rem; border: 2px solid #e20000; text-align: center; border-radius: 5px; margin-right: 5px;}
		#contact-list .column.rightOversize .feature-text p strong {text-transform: uppercase;font-size: 16px;}
a.premium-support {
    display: block;
    background: #f2f2f2;
    text-decoration: none;
    border: none;
    color: #555;
    text-align: center;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15 ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
}
a.premium-support:hover {
    background: #e7e7e7;
}
a.premium-support .premium-head {
    position: relative;
}

@media screen and (min-width: 720px) {
a.premium-support .premium-head {
    position: relative;
    margin-top: 74px;
}
}
a.premium-support h4 {
    margin: 0;
    padding: 20px 10px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #fff;
    background-color: #e40000;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15 ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
}
a.premium-support:hover h4 {
    background: #ff2121;
}
a.premium-support .premium-head:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #e40000;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15 ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
}
a.premium-support:hover .premium-head:after {
    border-top-color: #ff2121;
}
#sidebar .widget a.premium-support p {
    margin: 0;
    padding: 15px 10px;
    color: #555;
    font-size: 13px;
    line-height: 18px;
}

#footer-widgets {
    background: #312f2f;
    padding: 40px auto;
    max-width: 1920px;
}
#footer-widgets p {
    margin: 7px 0;
}
#footer-widgets .float-left a,
#footer-widgets .float-left p {
    float: left;
}
#footer-widgets .float-left p {
    text-align: left;
    margin-left: 15px;
}
#footer-widgets .float-right a,
#footer-widgets .float-right p {
    float: right;
}
#footer-widgets .float-right p {
    text-align: right;
    margin-right: 15px;
}
a.button-primary,
a.button-secondary {
    display: block;
    width: 230px;
    height: 56px;
    border: solid 2px #4b97ed;
    font-size: 14px;
    font-weight: bold;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15 ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
}
a.button-primary {
    background: #4b97ed;
    color: #fff !important;
}
a:hover.button-primary {
    background: #3c79be;
    border-color: #3c79be;
}
a.button-secondary {
    background: transparent;
    color: #4b97ed !important;
}
a:hover.button-secondary {
    background: #fff;
    border-color: #3c79be;
    color: #3c79be !important;
}
#footer-bottom {
    background: #312f2f;
    color: #fff;
    font-size: 13px;
    padding: 12px 0;
    text-align: center;
}
.footer-widget__title {
  text-align: left;
  color: #697b8c;
  font-size: 1rem;
}
#footer-nav {
    float: left;
    text-align: center;
}
#footer-nav ul li {
    display: inline;
    float: none;
}
#footer-nav ul li a:before,
#footer-nav ul li:first-child:before{
    display: none;
}
#footer-nav ul li:before {
    content: "|";
    color: #585858;
    padding: 0 12px 0 0;
    margin: 0 0 0 12px;
}
#footer-nav ul a {
    display: inline;
    color: #9c9c9c;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15 ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
}
#footer-nav ul a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
#footer-bottom #copyright {
    float: right;
    text-align: center;
    line-height: 24px;
}
#footer-bottom a#affiliate {
    margin-top: -2px;
    float: right;
    text-align: right;
    padding-right: 41px;
    background: url('images/ico-piggy.png') no-repeat right center;
    color: #9c9c9c;
    line-height: 16px;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15 ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
}
#footer-bottom a#affiliate span {
    color: #888;
    font-size: 12px;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15 ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
}
#footer-bottom a:hover#affiliate,
#footer-bottom a:hover#affiliate span {
    color: #fff;
}

a.searchad, a.searchad:visited, a.searchad:active, .searchad {color:#fff; padding:0px; margin:10px 30px 0 0; display:inline-block;}
a.searchad:hover {text-decoration:underline; color:#ddd,}

/* komunikaty bledow */

.tip, .st-alert {margin: 12px 5px 20px 0px !important; padding: 12px 15px 11px 55px !important; background:#fffbcc url("/templates/PomocHomePl/Imgs/icn-tip.png") no-repeat 22px center !important; border:solid 1px #e6db55 !important; -webkit-border-radius:6px !important; -khtml-border-radius:6px !important; -moz-border-radius:6px !important; border-radius:6px !important; color: #555 !important; text-align: justify !important;}
.info, .st-alert-info {margin: 12px 5px 20px 0px !important; padding: 12px 15px 11px 55px !important; background:#dbe3ff url("/templates/PomocHomePl/Imgs/icn-info.png") no-repeat 22px center !important; border:solid 1px #a2b4ee !important; -webkit-border-radius:6px !important; -khtml-border-radius:6px !important; -moz-border-radius:6px !important; border-radius:6px !important; color: #555 !important; text-align: justify !important;}
.ok, .st-alert-success {margin: 12px 5px 20px 0px !important; padding: 12px 15px 11px 55px !important; background:#d5ffce url("/templates/PomocHomePl/Imgs/icn-ok.png") no-repeat 22px center !important; border:solid 1px #9adf8f !important; -webkit-border-radius:6px !important; -khtml-border-radius:6px !important; -moz-border-radius:6px !important; border-radius:6px !important; color: #555 !important; text-align: justify !important;}
.warning, .st-alert-danger, .st-alert-error {margin: 12px 5px 20px 0px !important; padding: 12px 15px 11px 55px !important; background:#ffcece url("/templates/PomocHomePl/Imgs/icn-warning.png") no-repeat 22px center !important; border:solid 1px #df8f8f !important; -webkit-border-radius:6px !important; -khtml-border-radius:6px !important; -moz-border-radius:6px !important; border-radius:6px !important; color: #555 !important; text-align: justify !important;}
.nobg {background-color: #f7f7f7;}

/* obrazki bez ramki */
img.none {
    border: 0 !important;
}

/* obrazki z ramka */
.entry-content img {
    background: #ffffff;
    border: 1px solid #cecece;
    padding: 0;
    margin: 8px 0 10px 0;
}

/* poprawka dla listy */
.entry-content ul li,
.entry-content ol li {
    margin: 5px 0 8px 0;
}
.entry-content ul,
.entry-content ol {
    padding: 0;
}
div address {
    margin-bottom: 15px;
}
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    margin-top: 30px;
}

/* reklamy */

.ads1,
.ads2 {
    margin: 0 auto 20px auto;
}
.ads1 img,
.ads2 img {
    display: block;
    margin: 0 auto;
    height: auto !important;
}

/* --- media query --- */

@media all and (max-width: 1040px) {
}
@media all and (max-width: 980px) {
    #features-list .column > a {
        height: 80px;
    }
    #features-list .feature-icon {
        width: 80px;
        line-height: 80px;
    }
    #features-list .feature-text {
        height: 80px;
    }
    #footer-widgets .float-left a,
    #footer-widgets .float-left p {
        clear: both;
        float: left;
    }
    #footer-widgets .float-left p {
        margin-left: 0;
        margin-bottom: 0;
    }
    #footer-widgets .float-right a,
    #footer-widgets .float-right p {
        clear: both;
        float: right;
    }
    #footer-widgets .float-right p {
        margin-right: 0;
        margin-bottom: 0;
    }

	/*  kafelki na stronie kontakt  rwd */

	 #contact-list .column {margin-left: 0; width:100%;}
	 #contact-list .column.rightOversize {float:left;}
	 #contact-list .nj-facebook-messenger {width:50%;}
	 #contact-list .row .col-half {width:100%!important;}
	 #contact-list .column.rightOversize > a {height:auto;padding-top:10px;padding-bottom:10px;}

}
@media screen and (max-width: 860px) {
    #claim {
        top: 0;
        left: 0;
        margin: 0;
    }
    #features-list {
        margin: -40px 0 10px;
        padding: 20px 0 0;
    }
	#contact-list .nj-facebook-messenger {
		font-size: 14px;
		line-height: 18px;
		padding: 0 15px 0 112px;
		background-position: 20px center, -30px center !important;
		width: 46.77% !important;
	}
	#contact-list .nj-facebook-messenger:after {
		line-height: 15px;
	}
    #features-list a .feature-icon:after {
        margin-top: -4px;
        right: -4px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #e40000;
    }
    .fb_iframe_widget {
        position: relative;
        display:block;
        top: 0;
        left: 0;
    }
    #page-header #searchform #s {
        font-size: 16px;
    }
    #features-list .column {
        margin-bottom: 15px;
    }
    #features-list .column > a {
        height: 56px;
    }
    #features-list .feature-icon {
        width: 56px;
        line-height: 56px;
    }
    #features-list .feature-text {
        height: 56px;
    }
    #features-list h3 {
        margin: 0 12px;
    }
    #homepage-widgets .widget-title {
        margin: 0 0 20px;
    }
    #homepage-contact-box .column {
        margin-left: 0;
    }
    #homepage-contact-box .col-half {
        width: 100%;
        text-align: center;
    }
    ul.homepage-contact-box-list {
        margin: 15px 0 0 -10px;
        text-align: center;
    }
    #footer-nav {
        float: none;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
        border-bottom: solid 1px #585858;
    }
    #footer-bottom #copyright {
        float: none;
    }
    #contact-list .column > a {
        height: auto;
    }
	#contact-list .column > a.nj-facebook-messenger {
        height: 120px;
    }
    #contact-list .feature-icon {
        width: 90px;
        line-height: 90px;
    }
    #contact-list .feature-text {
        height: 90px;
    }
    #contact-list h3 {
        font-size: 14px;
        line-height: 18px;
    }
    #contact-list p {
        font-size: 12px;
        line-height: 15px;
    }
}
#content h1 {
    margin: 0px 0 10px 0;
}

    #features-list .column {
        margin-bottom: 15px;
    }
    #features-list .column > a {
        height: 60px;
    }
    #features-list .feature-icon {
        width: 60px;
        line-height: 60px;
    }
    #features-list .feature-text {
        height: 60px;
    }
    #features-list h3 {
        margin: 0 20px;
    }
    #homepage-widgets .column {
        margin-bottom: 30px;
    }
    .row.stacked .col-third.col-half:nth-child(2n+3) {
        margin-left: 0;
    }
    #footer-widgets .column.column:first-child {
        margin-left: 0;
    }
    #contact-list .column {
        margin-bottom: 1em;
    }
    #contact-list h3 {
        font-size: 18px;
        line-height: 21px;
    }
    #contact-list p {
        font-size: 15px;
        line-height: 18px;
    }
#page-header #page-header-stripes .container h2 {display:none}
#live-search, .home #live-search {margin:0 0}
a.searchad, a.searchad:hover, a.searchad:visited, .searchad {display:none;}

}
@media screen and (max-width: 600px) {
    #footer-widgets .column {
        float: none !important;
        margin-left: 0;
        margin-bottom: 26px;
    }
    #footer-widgets .column:last-child {
        margin-bottom: 0;
    }
    .row > .column.col-half,
    #footer-widgets .row > .column.col-half {
        width: auto !important;;
    }
    #footer-widgets .float-left a,
    #footer-widgets .float-left p,
    #footer-widgets .float-right a,
    #footer-widgets .float-right p{
        clear: both;
        float: none;
        text-align: center;
    }
    #footer-widgets .float-left a,
    #footer-widgets .float-right a{
        margin: 0 auto;
    }
}
@media screen and (max-width: 420px) {
    ul.homepage-contact-box-list li {
        display: none;
    }
    #footer-nav ul li {
        display: block;
    }
    #footer-nav ul li:before {
        display: none;
    }
    #footer-bottom a#affiliate {
        display: none;
    }
    #footer-bottom #copyright {
        float: none;
        display: block;
        text-align: center;
    }
    #contact-list h3 {
        font-size: 14px;
        line-height: 18px;
    }
    #contact-list p {
        font-size: 12px;
        line-height: 15px;
    }
}

/* maciek */
.pagination span, .pagination a:hover { background: #e20000 !important; }

button,
input[type='reset'],
input[type='submit'],
input[type='button'],
.pagination span,
.paging-navigation .nav-previous a:hover,
.paging-navigation .nav-next a:hover,
.pagination a:hover,
.widget_categories li span,
.bbp-login-form .bbp-submit-wrapper,
.bbp-pagination-links span,
.kb-category-list h3 span.count,
#page-header,
.st_faq .entry-title.active .action,
.st_faq .entry-title:hover .action {
  background:#f20;
}
#InteliwiseSaaSModule_win_wrapper #dc-rating img {
    border: 0!important;
}

@media screen and (max-width: 420px) {
span.wth-title { display:block!important;}
}


@media screen and (max-width: 790px) {
.kb-category-list h3, #category-title {
font-size: 16px!important;
font-weight:900;
}
.kb-category-list h3 span {
display:none;
}}
.entry-content h2 {position:relative;}
.entry-content h2 a {position:absolute;left:0;top:-100px;}
.entry-content h1 {position:relative;}
.entry-content h1 a {position:absolute;left: 0;top: -100px;}
.entry-content h3 {position:relative;}
.entry-content h3 a {position:absolute;left: 0;top: -100px;}
.entry-content h4 {position:relative;}
.entry-content h4 a {position:absolute;left: 0;top: -100px;}

hr.style-six {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* --- przemek fixes --- */
.widget_rss ul li {
    background: rgba(0, 0, 0, 0) url("images/kb-small.png") no-repeat 0 5px;
    margin: 0 0 5px;
    padding-left: 18px;
    line-height:25px;
}
.widget_rss ul li a:hover {
    text-decoration:underline;
}
aside#sidebar .widget_rss h4.widget-title {
    font-size:20px;
}
aside#sidebar .widget_rss h4.widget-title a {
    color: #333333 !important;
}
aside#sidebar .widget_rss h4.widget-title a:first-child {
    float: right;
}
/* --- end przemek fixes --- */

/* styl wypunktowania z wiodaca duza cyfra na przodzie - do krokow w instrukcji */

ol.mk-wypunktowanie {
    counter-reset: sekcja;
    list-style-type: none;
}

ol.mk-wypunktowanie>li ol, ol.mk-wypunktowanie>li ul {
margin: 0 0 0 15px;
}

ol.mk-wypunktowanie > li {
    line-height: 1.5em;
    padding-bottom: 15px;
    padding-left: 15px;
    position: relative;
}
ol.mk-wypunktowanie > li::before {
  border: 2px solid #e20000;
  border-radius: 50%;
  color: #e20000;
  content: counters(sekcja, ".", decimal) " ";
  counter-increment: sekcja;
  display: block;
  font-size: 1.2em;
  height: 40px;
  left: -40px;
  line-height: 0.7em;
  padding-top: 11px;
  position: absolute;
  text-align: center;
  top: -7px;
  width: 40px;
  font-weight: 600;
}


/* styl ramek na pomoc.home.pl by Michał Krzywania */

.tip, .st-alert {margin: 12px 5px 20px 0px !important; padding: 20px 30px 20px 80px !important; background:#fbf9f0 url("/wp-content/uploads/2017/02/ico-warning.png") no-repeat 22px center !important; border: none !important; border-radius: 0 !important; color: #555 !important; text-align: justify !important;}
.info, .st-alert-info {margin: 12px 5px 20px 0px !important; padding: 20px 30px 20px 80px !important; background:#eef7fc url("/wp-content/uploads/2017/02/ico-info.png") no-repeat 22px center !important; border: none !important; border-radius: 0 !important; color: #555 !important; text-align: justify !important;}
.ok, .st-alert-success {margin: 12px 5px 20px 0px !important; padding: 20px 30px 20px 80px !important; background:#f5f8f4 url("/wp-content/uploads/2017/02/ico-success.png") no-repeat 22px center !important; border:  none !important; border-radius: 0 !important; color: #555 !important; text-align: justify !important;}
.warning, .st-alert-danger, .st-alert-error {margin: 12px 5px 20px 0px !important; padding: 20px 30px 20px 80px !important; background:#f8eff0 url("/wp-content/uploads/2017/02/ico-danger.png") no-repeat 22px center !important; border: none !important; border-radius: 0 !important; color: #555 !important; text-align: justify !important;}

div.nf-form-fields-required {margin-top: -15px;margin-bottom: 15px;}
.wpcf7-response-output.wpcf7-display-none { display: none; }

.yuzo_related_post {margin-top:0px!important;padding-top:0px!important;}
.helpful-block-content {margin-bottom:0px!important;}

div.column.col-100 {width:100%!important;}
a.anchor-top {
    position:relative; top:110px;
}

/* beta */
#bottom-box {
    position: fixed;
    padding: 0;
    color: #fff;
    bottom: -300px;
    right: 10px;
    width: 380px;
    height: 210px;
    margin-right: 10px;
    margin-bottom: 0;
    z-index: 99999999;
    -webkit-box-shadow: 0px 9px 32px -10px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px 9px 32px -10px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 9px 32px -10px rgba(0, 0, 0, 0.44);
    border-radius: 50px;
}

#bottom-box.none {
    display: none;
}

#bottom-box-close {
    position: absolute;
    top: -5px;
    right: -5px;
}

#bottom-box-close:hover {
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
}

@media screen and (max-width: 800px) {
    #bottom-box {
        width: 256px;
        height: 150px;
    }
    #bottom-box img.img-content {
        width: 256px;
        height: 150px;
    }
}
#mysticky-nav.wrapfixed {
	z-index: 16777270!important;
}
