/* header color change */
#header-top {
    background: white;
  	color: #17356c;
  	padding: 5px 0;
}
/* footer color change */
#colophon {
    background: white;
}

#site-generator {
    background: white;
    border-top: 2px solid #17356c;
  	color: #17356c;
}

#supplementary.three .widget-area {
    border-right: 2px solid #fff;
}

.footer-bubble {
    display: none;
}

/* color change of urls in widget */
.widget a {
    color: #17356c;
}


/* prefarbenie pozadia v okoli blokov */
#blocks-wrap {
    background: #ea0a8c;
    border-top: #ea0a8c solid 8px;
  	display: none;
}
.blocks-bubble {
 		display: none;
}

/* zmena farby produktovych prvkov */
ul.products li.product h3 {
    background: #ea0a8c;
}

h2.woocommerce-loop-category__title {
    background: #ea0a8c;
}

/* hide bubble in slider */
#slider .slider-bubble{
	display: none;
}

