/*
 Theme Name:   Enfold Child Theme
 Description:  Custom Enfold Child Theme
 Author:       Jeroen
 Template:     enfold
 Version:      1.0.0
*/

.logo img { position: relative; top: 0px; }

ul.white {
    list-style-type: square;
    color:#ffffff;
}

ul.black{
    list-style-type: square;
    color:#000;
}

@media only screen and (max-width: 767px) {
.responsive #top .logo {
  width: 65% !important;
}
}