/* Enter Your Custom CSS Here */
.icon-box__title, .widget-icon-box .icon-box:hover .fa {
    color: #FFF;
}
.icon-box__subtitle, .widget-icon-box .icon-box, .textwidget {
    color: #FFF;
}
.navigation--main{background:#F1592A;}
h1, h2, h3, h4, h5, h6 {
    color: white !important;
}
.widget-title{color:#fff !important;}
.breadcrumbs {
    background-color: #353031;
  box-shadow:none;
  color:white;
}
.main-title {
    border-bottom: medium none;
}
.alternative-heading{color:white;}

.wpcf7-select {background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 2px;
    box-shadow: none;
    color: black;
    margin-bottom: 15px;
    padding: 20px;
    width: 100%;}
input, button, select, textarea {
    color: black;
}
a {
    color: #fff;
}
.breadcrumbs a {
    color: #fff;
}
.mail {color:white;}

.testimonial__author{
  color: #fff;
}

.testimonial__rating{
  display:none;
}

.testimonial__quote {
    background: #444;
    color: #fff;
   }

.testimonial__quote::after{
  border-color: #444 transparent transparent transparent;}
