:root {
  --phnewsdaily-primary: #2BBAE6;
  --phnewsdaily-primary-text: #f9ffe7;
  --phnewsdaily-background-main: #ffffff;
  --phnewsdaily-background-darker: #eaeaea;
  --phnewsdaily-secondary: #545454;
  --phnewsdaily-secondary-dark: #33202a;
  --phnewsdaily-secondary-text: #FFF;
  --phnewsdaily-text-dark: #111;
  --phnewsdaily-text: #555;
  --phnewsdaily-text-light: #777;
  --phnewsdaily-header-background: #fff;
  --phnewsdaily-header-lighter: #fff;
  --phnewsdaily-header-text: #39c4ff;
  --phnewsdaily-menu-text: #ffffff;
  --phnewsdaily-title-text: #000;
  --phnewsdaily-top-bar-text: #777777;
  --phnewsdaily-top-bar-background: #000;
  --phnewsdaily-mobile-header-background: #FFFFFF;
  --phnewsdaily-mobile-header-text: #222222;
}
#footer-widgets {
  background: var(--phnewsdaily-background-darker);
  position: relative;
  padding: 20px 0;
  margin-top: 45px;
}
#footer-widgets .widget h2,
#footer-widgets .widget h3,
#footer-widgets .widget h4,
#footer-widgets .widget h1,
#footer-widgets .widget .widget-title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: solid 2px var(--phnewsdaily-background-darker);
}
#footer-widgets .widget ul,
#footer-widgets .widget ol {
  margin-left: 3px;
  padding-left: 0px;
  list-style: none;
}
#footer-widgets .widget li {
  padding: 8px 0;
  border-bottom: solid 1px var(--phnewsdaily-background-darker);
}
#footer-widgets .widget li:last-child {
  border-bottom: none;
}
#footer-widgets .widget li a {
  color: var(--phnewsdaily-text-light);
  text-decoration: none;
}
#footer-widgets .widget li a:hover {
  color: var(--phnewsdaily-secondary-dark);
}
#footer-widgets .widget_block h1:only-child,
#footer-widgets .widget_block h2:only-child,
#footer-widgets .widget_block h3:only-child,
#footer-widgets .widget_block h4:only-child,
#footer-widgets .widget_block h5:only-child,
#footer-widgets .widget_block h6:only-child {
  margin-bottom: -40px;
}
.backToTopBtn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1;
  height: 50px;
  width: 50px;
  font-size: 20px;
  border: none;
  color: #cccccc;
  border-radius: 21%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.backToTopBtn #scroll {
  max-width: 45px;
  z-index: 99;
  position: relative;
  left: -18px;
  bottom: 10px;
}
.backToTopBtn.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.backToTopBtn:not(.active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
#colophon {
  background: var(--phnewsdaily-primary);
  color: var(--phnewsdaily-primary-text);
  padding: 15px;
  text-align: center;
}
#colophon a {
  color: var(--phnewsdaily-primary-text);
  font-weight: bold;
  text-decoration: none;
}
