/*
 Theme Name:     BDK Child Theme
 Theme URI:      https://www.bording.dk
 Description:    BDK Child Theme
 Author:         Bording Danmark
 Author URI:     https://www.bording.dk
 Template:       Divi
 Version:        1.1.1
 Text Domain:  bdk-child-theme
*/

/* =Theme customization starts here
------------------------------------------------------- */
#screenshot {
  width: 1200px;
  height: 900px;
  background: url('screenshot.png') no-repeat center center;
  background-size: cover;
}
/* =Theme Admin customization ends here
------------------------------------------------------- */
ul#menu-social-menu-1 {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
}
ul#menu-social-menu-1>li.linkedin>a, ul#menu-social-menu-1>li.youtube>a {
    background-size: 40px 40px;
    display: inline-block;
}
ul#menu-social-menu-1>li.linkedin>a, ul#menu-social-menu>li.linkedin>a {
    background-image: url(/wp-content/themes/BDK-child-theme/dist/images/icon-linkedin.svg);
}
ul#menu-social-menu-1>li.youtube>a, ul#menu-social-menu>li.youtube>a {
    background-image: url(/wp-content/themes/BDK-child-theme/dist/images/icon-youtube.svg);
}
ul#menu-social-menu-1>li.linkedin>a, ul#menu-social-menu-1>li.youtube>a {
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0 !important;
    height: 40px;
    padding: 0 !important;
    width: 40px;
}
ul#menu-footer-menu-1, ul#menu-main-menu-1, ul#menu-social-menu-1, ul#menu-tertiary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}