/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 27 2022 | 09:32:26 */
.dg_header-text-wrapper { max-width: 75%; }
.dg_header-text-wrapper .ult-content-box { position:relative; z-index: 9999 }
.dg_header:before {
  content: '';
  display: initial;
    position: absolute;
  top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  z-index: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e2431+0,1e2431+100&1+0,0+100 */ 
/* Lida 4dec2020: rgba(30,36,49,x) gewijzigd in rgba(0,0,0,x), #1e2431 gewijzigd in #000000*/
background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    opacity: .9;
}

.dg_header h1 { color: white; padding-bottom: 20px; font-size: 44px !important;}
.dg_header h5 { color: white; }

@media (max-width: 1023px) {
  .dg_header-text-wrapper { max-width: 100% } 
}

@media (max-width: 767px) {
  .dg_header h1 { font-size: 40px; line-height: 50px; }
}