:root {
  --phnewscenter-primary: #768144;
  --phnewscenter-primary-text: #f9ffe7;
  --phnewscenter-background-main: #ffffff;
  --phnewscenter-background-darker: #eeeeee;
  --phnewscenter-secondary: #747474;
  --phnewscenter-secondary-dark: #E9C864;
  --phnewscenter-secondary-text: #FFF;
  --phnewscenter-text-dark: #111;
  --phnewscenter-text: #555;
  --phnewscenter-text-light: #777;
  --phnewscenter-header-background: #fff;
  --phnewscenter-header-global-background: #000000;
  --phnewscenter-header-lighter: #222;
  --phnewscenter-header-text: #FFFFFF;
  --phnewscenter-menu-text: #f9fcef;
  --phnewscenter-top-bar-text: #fffdec;
  --phnewscenter-top-bar-background: #3a3a3a;
  --phnewscenter-mobile-header-background: #FFFFFF;
  --phnewscenter-mobile-header-text: #222222;
}
body {
  background: var(--phnewscenter-background-main);
  word-wrap: break-word;
}
a {
  color: var(--phnewscenter-secondary);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover,
a:visited {
  color: var(--phnewscenter-secondary-dark);
}
a:focus {
  outline: dotted 1px black;
}
::-moz-selection {
  background: var(--phnewscenter-primary);
  color: var(--phnewscenter-primary-text);
}
::selection {
  background: var(--phnewscenter-primary);
  color: var(--phnewscenter-primary-text);
}
.phnewscenter-pagination {
  text-align: center;
}
.phnewscenter-pagination .page-numbers {
  color: var(--phnewscenter-text);
  margin-right: 3px;
  margin-left: 3px;
  border: solid 1px var(--phnewscenter-text-light);
  padding: 2px 10px;
  text-decoration: none;
}
.phnewscenter-pagination .page-numbers.current {
  background: var(--phnewscenter-background-darker);
}
.phnewscenter-pagination a.page-numbers:hover {
  background: var(--phnewscenter-background-darker);
}
.comment-content a {
  text-decoration: underline;
  color: var(--phnewscenter-primary);
}
.is-style-squared a {
  border-radius: 0px;
}
