/*
  Custom CSS
  Please make sure your CSS rules are 
  more particular / have higher priority
  then other page styles
*/
 #events h3   {
   text-shadow: 2px 2px 2px rgb(0 0 0);
}
#main-buttons .wrapper .inner .company-name {
    display: flex;
    align-self: flex-start;
    justify-content: center;
    font-size: 43px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: 2px 2px 2px rgb(0 0 0);
}
div#sb_booking_company_time {
    display: none;
}
#header .brand .logo a img {
    max-height: 100px;
    padding-left: 15%
}
#header .nav-trigger {
    width: 50px;
    height: 50px;
    background: #f09f3a;
    border-radius: 33px;
    cursor: pointer;
    float: right;
    text-align: center;
}
#header .nav-trigger .fa {
    line-height: 50px;
    font-size: 25px;
    color: #13131d;
}
.btn.btn-with-icon:after {
    display: block;
    position: absolute;
    width: 30px;
    right: 10px;
    font-family: Flaticon;
    font-size: 24px;
    font-style: normal;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}
#main-buttons .wrapper .inner .bar .btn a {
    min-width: 170px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}