/*
 Theme Name:   The7 Child
 Description:  The7 Child Theme
 Author:       Dream-Theme
 Author URI:   http://the7.io/
 Template:     dt-the7
 Version:      8.8.1
 Text Domain:  dt-the7-child
*/

/*Navigations-Hintergrund beim Scrollen*/
#phantom {
  background: #1b4f6c;
}


/*Navigation-Unterstreichung*/
.l-to-r-line > li > a i.underline {
  bottom: -6px;
  background-color: #50b2bd;
  background: #50b2bd;
  background: -webkit-linear-gradient();
  background: linear-gradient();
  height: 2px;
}


/* Such-Icon*/
.popup-search .submit i,
.overlay-search .submit i {
  color: #50b2bd;
}