/*
Theme Name:   Dansk Live Medlem - Blocksy child
Description:  Blocksy child theme, customized for Dansk Live
Author:       Jan Krogh
Author URI:   https://janslyn.dk
Template:     blocksy
Version:      1.0.0
Text Domain:  blocksy
*/

:root{
  --theme-font-family: "scandia-web", sans-serif!important;
}

body{
  font-family: "scandia-web", sans-serif; 
  font-weight: 400;
  font-style: normal;
}

i, em{
  font-family: "scandia-web", sans-serif;
  font-style: italic;
}


strong{
  font-weight: 500;
  font-style: normal;
}

h1, h2, h3{
  font-weight: 700;
  font-style: normal;
}

.waiting-notice{
  padding: 10px;
  text-align: center;
  background-color: var(--theme-palette-color-1, #777777);
}

.organisation-wrapper .organisation{
  margin-top: 2em;
}

.organisation-wrapper .organisation ul{
  list-style: none;
  padding-left: 0;
}

.organisation-wrapper .organisation ul li{
  margin-bottom: 5px;
  border-bottom: solid 1px grey;
  padding-top: 3px;
  padding-bottom: 3px;
}

.organisation-wrapper .organisation ul li span.user-data{
  font-size: 80%;
}

a.remove-user-link{
  font-size: 90%;
}

a.reject-role-link{
  color: red;
}

#account-modal .ct-account-modal > ul{
  display: none;
}

.ct-account-modal .ct-register-form{
  display: none;
}

.name-field-update{
  padding: 16px;
}

.name-field-update form{
  display: flex;
  flex-wrap: wrap;
}

.acf-form-submit{
  margin-left: 16px;
}

@media screen and (min-width: 600px){
  .name-field-update form div{
    width: 45%;
    margin-right: 5px;
    margin-bottom: 1em;
  }
}

.wp-block-file:not(.wp-element-button){
  font-size:1em;
}

.wp-block-file:not(.wp-element-button) a{
  text-decoration: underline;
}

.filter .wp-block-button__link{
  display: inline-block;
  width:auto;
}