/*
Theme Name: OHFM (Total Theme Child)
Template: Total
*/
@font-face {
	font-family: Neutraface;
	src: url(fonts/Neutraface/NeutraText-Book.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Neutraface;
  src: url(fonts/Neutraface/NeutraText-BookItalic.otf);
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: Neutraface;
  src: url(fonts/Neutraface/NeutraText-Demi.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Neutraface;
  src: url(fonts/Neutraface/NeutraText-DemiItalic.otf);
  font-weight: bold;
  font-style: italic;
}

/* MRI Social Pug Sharing Buttons Override */
.dpsp-networks-btns-wrapper .dpsp-network-btn:before {
  font-size: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn {
  min-width: initial;
  min-height: initial;
  max-width: initial;
  max-height: initial;
  width: 30px;
  height: 30px;
  padding: 0;
}

@media screen and (min-width: 641px) {
  .dpsp-networks-btns-wrapper .dpsp-network-btn:before {
    // font-size: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn {
    min-width: initial;
    min-height: initial;
    max-width: initial;
    max-height: initial;
    width: 40px;
    height: 40px;
    padding: 0 18px;
  }
}
/* END -- MRI Social Pug Sharing Buttons Override */
