/* Enter Your Custom CSS Here - transparentność */
.newsletter,
.contact-us,
.packages,
.header {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.1) !important;
}
/* testimoniale bez tła*/
.testimonial .feedback-box {
  background: none !important;
  float: right !important;
  text-align: center !important;
} 


/* zaokrąglenie zdjęć członków*/
.team-member .profile-pic {
border-radius: 10% !important;
width: 174px;
height: 174px;
margin: auto;
overflow: hidden;
margin-bottom: 25px;
}

/* zaokrąglenie logo firm-referencji*/
.testimonial .client-image {
border-radius: 0% !important;
  border: none !important;
}

/* logo-firm wielkość*/
.feedback-box .client-image {
    float: left !important;
	width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-width: 160px !important;
  
 }


.zerif-copyright-box {
  display: none;
}

/* usunięcie 'posted on i data */
.post .posted-on {
  display: none !important;
}

/* usunięcie posted przez kogo*/
.post .byline {
  display: none !important;
}

/* usunięcie stopki z danymi jaka kategoria itp*/
.entry-footer {
display:none;
}

/* ustawienie na sztywno szerokości postu na 500pix*/
article.hentry {
  width: 500px !important;
}

/* tytuł bloga tak jak się pisze a nie dużymi*/
.intro-text {
  text-transform: none !important;
}