/* Hotfix file for quick bug fixes */


.profile-item__text {
    min-height: 150px; 
}



/* FOOTER BANNER */

.slide-banner {
  
}

/* MENU HAMBURGER */

#showRight.active span {
    background-color: #fff;
}
#showRight.active span:before {
    top: -10px;   
}
#showRight.active span:after {
  top: 10px;
}
#showRight.active span:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#showRight.active span:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}



/* HEADER NO IMAGE */
.container-fluid:before {
    display: none;
}


/* CONTACT FORM */
.contact-form--box {
    line-height: 50px;   
}

/* PHONE LINE DOWN */

#call-us.alert {
    background:red;
}
#call-us.alert span.phone-number {
    width: auto !important;
    padding: 6px 12px !important;
    background:red !important;
    font-weight:bold !important;
}

