/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com

 * COLORS:
 greenaccent: #00bf4d
 lightgreen: #EFF9F3
 green: #447466

 */
.comment-author.vcard img {
    display: none;
}

@font-face {
  font-family: 'carlsberg';
  src: url('https://researcher-apartments.carlsbergfondet.dk/wp-content/fonts/carlsberg/CarlsbergRoman02-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'carlsberg';
  src: url('https://researcher-apartments.carlsbergfondet.dk/wp-content/fonts/carlsberg/CarlsbergRoman02-Bold.woff') format('woff');
  font-weight: 700;
  font-style: bold;
}

html {
  background-color: #FDFDFD;
  font-family: 'carlsberg', Georgia, Cambria, "Times New Roman", Times, serif;
}

h1,
h2,
h3,
h4,
h5 {
  color: #447466;
}

/* Push content to make space for sidenav */
header, main, footer, .container {
      padding-left: 85px;
}

@media only screen and (max-width : 992px) {
  header, main, footer, .container {
    padding-left: 0;
  }
}

nav {
  background-color: #447466;
}

@media only screen and (min-width : 992px) {
  nav {
    background-color: transparent;
    box-shadow: none;
  }
}

.hobleaf:hover {
  background-color: transparent;
}

.hobleaf img {
  max-width: 35px;
}

.side-nav {
  background-color: #EFF9F3;
}

.side-nav .collapsible-body li {
  background-color: #EFF9F3;
}

.log-in-container {
  margin-top: 60px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

.log-in-options a {
  text-decoration: underline;
  display: inline;
  color: #000;
}

.log-in-options .dropdown-content a {
  text-decoration: none;
}

.log-in-options a:hover {
  background-color: transparent;
  color: #00bf4d;
}

.collapsible-li {
  padding: 0 16px;
}

.bg-img {
  position: fixed;
  top: 0;
  left: 0;

  z-index: -100;

  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

#wpmem_msg,
.wpmem_msg,
#wp-members .err {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: -100px;
    padding: 10px 0;
    color: #fff;
    background-color: rgba(68, 116, 102, 0.9);
}

#wpmem_msg h2,
.wpmem_msg h2{
  font-size: 1.5em;
}

#wpmem_msg a,
.wpmem_msg a {
  color: #00bf4d;
}

#wpmem_msg a:hover,
.wpmem_msg a:hover {
  text-decoration: underline;
}

#widget_wpmemwidget,
#wpmem_login,
#wpmem_reg {
  margin-top: 150px;
  padding: 1px 30px;
  background-color: rgba(68, 116, 102, 0.9);
  color: #fff;
}

#wpmem_login legend,
#wpmem_reg legend {
  padding-top: 10px;
  font-size: 1.5em;
}

#widget_wpmemwidget h2 {
  font-size: 2em;
}

#widget_wpmemwidget fieldset,
#wpmem_login fieldset,
#wpmem_reg fieldset {
  border: none;
}

#widget_wpmemwidget input,
#wpmem_login input,
#wpmem_reg input {
  border: 1px solid #fff;
  padding-left: 10px;
}

#widget_wpmemwidget input:focus,
#wpmem_login input:focus,
#wpmem_reg input:focus {
  border: 1px solid #00bf4d;
}

#widget_wpmemwidget label,
#wpmem_login label,
#wpmem_reg label {
  color: #fff;
  font-size: 0.9em;
}

#wpmem_reg .div_text .noinput {
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-style: italic;
}

.button_div {
  text-align: center;
  margin-bottom: 15px;
}

.button_div a {
  padding: 5px 3px;
  float: right;
}

.link-text a,
.link-text a:visited,
.link-text a:active {
  color: #00bf4d;
}

.link-text a:hover {
  text-decoration: underline;
}

#rememberme,
label[for="rememberme"] {
  display: none;
}

.buttons {
  margin-left: 5px;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;

  transition: all 0.2s ease-in-out;
}

.buttons:hover {
  color: #00bf4d;
  border-color: #00bf4d !important;
}

.content ul li {
  list-style: outside;
  color: inherit;
  margin-left: 15px;
}

.content a,
.content a:visited,
.content a:active {
  color: #00bf4d
}

.content a:hover {
  text-decoration: underline;
}

.content img {
  width: 100%;
  height: auto;
}
