.testimonials {
    display: none !important;
}

.brief {
    display: none!important;
}

.team {
    display: none!important;
}

.call-to-action {
    display: none!important;
}

[class^="icon-"],
[class*=" icon-"] {
  display: block;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}


/* EVENT MANAGER CSS FIXES BY OLEK */
.em-booking-form label {
    width: 250px;
}
li.disabled a,
li.disabled a:hover,
li.disabled a:active,
li.disabled a:visited {
   pointer-events: none;
   cursor: default;
   color: #666666;
}
.css-events-list ul {
    margin-bottom: 35px;
    padding: 0;
    list-style: none;
}
.css-events-list li {
    margin-top: 40px;
    display: inline-block;
}
.css-events-list li.disabled a {
	background-color: #666666;
} 
.css-events-list li a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.6;
    border: none;
    padding: 18px 40px 18px 40px;
    color: #ffffff;
    -webkit-transition: none;
    transition: none;
}
.css-events-list li a {
    background-image: url(images/tr-btn.png);
    background-repeat: repeat-x;
    background-color: #00a5f9;
    background-size: contain;
    -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.3);
}

#our_services_wrap { display: none;}