.box_design_2017_full {
background: #e23518;
background: -moz-linear-gradient(45deg, #e23518 0%, #ed7902 100%);
background: -webkit-linear-gradient(45deg, #e23518 0%,#ed7902 100%);
background: linear-gradient(45deg, #e23518 0%,#ed7902 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e23518', endColorstr='#ed7902',GradientType=1 );
}
.box_design_2017_full h2 {
    color: white;
}

.box_design_2017_border > div{
    border-color:#e23518 !important;
}

.box_design_2017_full p, .box_design_2017_full a {
color:white!important;
}

.bg-under-widget .sidebar-content .widget, .solid-bg.sidebar-content .widget {
      background: #e23518 !important;
background: -moz-linear-gradient(45deg, #e23518 0%, #ed7902 100%) !important;
background: -webkit-linear-gradient(45deg, #e23518 0%,#ed7902 100%) !important;
background: linear-gradient(45deg, #e23518 0%,#ed7902 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e23518', endColorstr='#ed7902',GradientType=1 );
}

.bg-under-widget .sidebar-content .widget, .solid-bg.sidebar-content .widget:hover {
color: white !important;
}