/* Enter Your Custom CSS Here */

#oferta {
    border: 1px yellow solid;
    padding: 15px;
    margin: 10px;
    shadow: 2px black;
    -webkit-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.75);
  background: yellow;
}

#opis {
    font-size: 18px;
  font-weight: bold;
}

#accesspress-breadcrumb {
    float: right;
    color: #ffffff;
    font-size: 12px;
    margin-top: 6px;
    text-transform: lowercase;
    display: none;
}

.page_header_wrap {
    background: none repeat scroll 0 0 yellow;
    margin: 0 0 25px;
    padding: 30px 0;
}

.page_header_wrap .entry-title {
    color: black;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}
.search-icon {
    display: inline-block;
    vertical-align: top;
  display:none;
}

#site-navigation li a {
    color: #4b4b4b;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    font-weight: bold;
    position: relative;
    display: block;
    margin-left: 21px;
    padding-right: 21px;
}