: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;
}
.single-style1 {
  border-bottom: var(--phnewsdaily-background-darker) solid 1px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-right: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .single-style1 {
    margin-right: 0;
  }
}
.single-style1 .entry-title {
  border-bottom: solid 1px var(--phnewsdaily-background-darker);
  padding-bottom: 10px;
}
.single-style1 .entry-title a {
  color: var(--phnewsdaily-text-dark);
  text-decoration: none;
  font-weight: 400;
  font-size: 24px;
}
.single-style1 .entry-title a:hover {
  color: var(--phnewsdaily-primary);
}
.single-style1 .entry-title h1 {
  font-size: 42px;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .single-style1 .entry-title h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
.single-style1 .post-thumbnail {
  text-align: center;
}
.single-style1 .entry-meta,
.single-style1 .entry-footer {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
  letter-spacing: 1px;
}
.single-style1 .entry-meta a,
.single-style1 .entry-footer a {
  font-weight: normal;
  color: var(--phnewsdaily-secondary);
  text-decoration: none;
}
.single-style1 .entry-meta a:hover,
.single-style1 .entry-footer a:hover {
  color: var(--phnewsdaily-secondary-dark);
}
.single-style1 .entry-content {
  font-weight: 400;
  color: var(--phnewsdaily-text);
  line-height: 1.6em;
}
.single-style1 .entry-content a {
  font-weight: normal;
  color: var(--phnewsdaily-primary);
  text-decoration: none;
  border-bottom: solid 1px var(--phnewsdaily-secondary);
}
.single-style1 .entry-content a:hover {
  color: var(--phnewsdaily-primary);
  border-bottom: solid 1px var(--phnewsdaily-primary);
}
.single-style1 .entry-footer {
  margin-top: 35px;
  margin-bottom: 35px;
  border-top: solid 1px var(--phnewsdaily-background-darker);
  padding: 10px 0;
}
.single-style1 .entry-footer .cat-links,
.single-style1 .entry-footer .tags-links {
  display: block;
}
.single-style1 .post-navigation {
  background: var(--phnewsdaily-background-darker);
  padding: 10px 15px;
  margin: 30px 0;
  border-radius: 3px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-wrap: break-word;
  word-break: break-all;
}
.single-style1 .post-navigation a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.single-style1 .post-navigation a i.fa {
  font-size: 18px;
  color: var(--phnewsdaily-primary);
}
.single-style1 .post-navigation .nav-previous i.fa {
  margin-right: 15px;
}
.single-style1 .post-navigation .nav-next i.fa {
  margin-left: 15px;
}
.single-style1 .post-navigation .nav-next a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.breadcrumb-wrapper {
  background: var(--phnewsdaily-background-darker);
  padding: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.breadcrumb-wrapper img {
  height: 21px;
  margin-top: 3px;
}
.breadcrumb-wrapper a {
  color: var(--phnewsdaily-text-dark);
}
@media only screen and (max-width: 1280px) {
  .breadcrumb {
    display: none;
  }
}
.single-style2 {
  border-bottom: var(--phnewsdaily-background-darker) solid 1px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-right: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .single-style2 {
    margin-right: 0;
  }
}
.single-style2 .entry-title {
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 65px;
  font-weight: bold;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
@media screen and (max-width: 767px) {
  .single-style2 .entry-title {
    font-size: 26px;
    line-height: 36px;
  }
}
.single-style2 .post-thumbnail {
  text-align: center;
}
.single-style2 .entry-meta {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
  letter-spacing: 1px;
}
.single-style2 .entry-meta a {
  font-weight: normal;
  color: var(--phnewsdaily-secondary);
  text-decoration: none;
}
.single-style2 .entry-meta a:hover {
  color: var(--phnewsdaily-secondary-dark);
}
.single-style2 .entry-meta .entry-meta-style2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.single-style2 .entry-meta .author-avatar {
  max-width: 60px;
  padding-right: 0;
}
.single-style2 .entry-meta .author-avatar img {
  border-radius: 50%;
  border: solid 2px var(--phnewsdaily-background-darker);
}
.single-style2 .entry-meta .byline,
.single-style2 .entry-meta .posted-on {
  display: block;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
}
.single-style2 .entry-meta .byline a,
.single-style2 .entry-meta .posted-on a {
  font-weight: 500;
}
.single-style2 .entry-content {
  color: var(--phnewsdaily-text);
  line-height: 1.6em;
}
.single-style2 .entry-content p:first-child:first-letter {
  font-size: 6rem;
  /* Adjust the font size as desired */
  float: left;
  /* Optional - Float the drop cap to the left */
  margin: 0px 7px;
  line-height: 0.65;
  /* Optional - Adjust the line height if necessary */
  font-weight: bolder;
  padding: 6px;
}
.single-style2 .entry-content a {
  font-weight: normal;
  color: var(--phnewsdaily-primary);
  text-decoration: none;
  border-bottom: solid 1px var(--phnewsdaily-secondary);
}
.single-style2 .entry-content a:hover {
  color: var(--phnewsdaily-primary);
  border-bottom: solid 1px var(--phnewsdaily-primary);
}
.single-style2 .entry-footer {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.single-style2 .entry-footer .cat-links,
.single-style2 .entry-footer .tags-links {
  display: inline-block;
}
.single-style2 .entry-footer .cat-links {
  margin-right: 5px;
}
.single-style2 .entry-footer .cat-links a {
  background: var(--phnewsdaily-primary);
  color: var(--phnewsdaily-primary-text);
  display: inline-block;
  padding: 2px 6px;
  border-radius: 2px;
  font-weight: normal;
}
.single-style2 .entry-footer .cat-links a:hover {
  background: black;
  color: white;
}
.single-style2 .entry-footer .tags-links a {
  background: var(--phnewsdaily-secondary);
  color: var(--phnewsdaily-secondary-text);
  display: inline-block;
  padding: 2px 6px;
  border-radius: 2px;
  font-weight: normal;
}
.single-style2 .entry-footer .tags-links a:hover {
  background: black;
  color: white;
}
.single-style2 .post-navigation {
  padding: 10px 0px;
  margin: 25px 0;
  border-radius: 3px;
  font-size: 14px;
  border-top: solid 1px var(--phnewsdaily-background-darker);
  border-bottom: solid 1px var(--phnewsdaily-background-darker);
  overflow-wrap: break-word;
  word-break: break-all;
}
.single-style2 .post-navigation a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--phnewsdaily-text-dark);
  font-weight: bold;
}
.single-style2 .post-navigation a:hover {
  color: var(--phnewsdaily-primary);
}
.single-style2 .post-navigation a i.fa {
  font-size: 18px;
  color: var(--phnewsdaily-primary);
}
.single-style2 .post-navigation .nav-previous i.fa {
  margin-right: 15px;
}
.single-style2 .post-navigation .nav-next i.fa {
  margin-left: 15px;
}
.single-style2 .post-navigation .nav-next a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.breadcrumb {
  background: var(--phnewsdaily-background-darker);
  padding: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-all;
}
.breadcrumb img {
  height: 21px;
  margin-top: 3px;
  margin-right: 4px;
}
.breadcrumb a {
  color: var(--phnewsdaily-text-dark);
  margin-right: 4px;
}
@media only screen and (max-width: 1280px) {
  .breadcrumb {
    display: none;
  }
}
#comments ol.comment-list {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}
#comments li.even.depth-1 {
  background: var(--phnewsdaily-background-darker);
  margin-bottom: 25px;
  padding: 15px;
}
#comments li.even.depth-1 ol.children {
  background: var(--phnewsdaily-background-main);
}
#comments li.even.depth-1 ol.children ol.children {
  background: var(--phnewsdaily-background-darker);
}
#comments li.even.depth-1 ol.children ol.children li.comment {
  background: var(--phnewsdaily-background-main);
  margin-bottom: 15px;
  padding: 10px;
}
#comments li.odd.depth-1 {
  border: solid 1px var(--phnewsdaily-background-darker);
  margin-bottom: 25px;
  padding: 15px;
}
#comments li.odd.depth-1 ol.children {
  background: var(--phnewsdaily-background-darker);
}
#comments li.odd.depth-1 ol.children ol.children {
  background: var(--phnewsdaily-background-main);
}
#comments li.odd.depth-1 ol.children ol.children li.comment {
  border: solid 1px var(--phnewsdaily-background-darker);
  margin-bottom: 15px;
  padding: 10px;
}
#comments ol.children {
  list-style: none;
  padding: 15px;
  margin-top: 15px;
}
#comments li.comment .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px var(--phnewsdaily-background-darker);
  padding-bottom: 8px;
  margin-bottom: 15px;
}
#comments li.comment .comment-author img {
  border-radius: 50%;
  border: solid 3px var(--phnewsdaily-primary);
  margin-right: 5px;
}
#comments li.comment .comment-metadata {
  font-size: 10px;
  text-transform: uppercase;
}
#comments li.comment .comment-metadata a {
  text-decoration: none;
}
#reply-title {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 2px var(--phnewsdaily-background-darker);
}
#respond textarea,
#respond input[type=text],
#respond input[type=email],
#respond input[type=url],
#respond input[type=text] {
  background: var(--phnewsdaily-background-darker);
  border: solid 3px var(--phnewsdaily-background-darker);
}
#respond label {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 12px;
  min-width: 75px;
}
#respond form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#respond .comment-form-cookies-consent label {
  margin-left: 8px;
}
#respond input[type=submit] {
  background: var(--phnewsdaily-primary);
  color: var(--phnewsdaily-primary-text);
}
body.page .page-entry-header h1,
body.archive .page-entry-header h1,
body.search .page-entry-header h1 {
  font-size: 36px;
  border-bottom-width: 3px;
}
body.page .page-entry-header span:after,
body.archive .page-entry-header span:after,
body.search .page-entry-header span:after {
  height: 3px;
  top: 71px;
}
.archive-description {
  background: var(--phnewsdaily-background-darker);
  padding: 15px;
}
#primary.col-md-12 article {
  margin-right: 0;
}
.single .entry-content,
.page .entry-content {
  font-size: 16px;
  line-height: 26px;
}
.single .entry-content h1,
.page .entry-content h1,
.single .entry-content h2,
.page .entry-content h2,
.single .entry-content h3,
.page .entry-content h3,
.single .entry-content h4,
.page .entry-content h4,
.single .entry-content h5,
.page .entry-content h5,
.single .entry-content h6,
.page .entry-content h6 {
  color: var(--phnewsdaily-text-dark);
}
.single .entry-content table th,
.page .entry-content table th,
.single .entry-content table td,
.page .entry-content table td {
  padding: 5px;
}
.single .entry-content table thead,
.page .entry-content table thead {
  background: var(--phnewsdaily-primary);
  color: var(--phnewsdaily-primary-text);
}
.single .entry-content table tr,
.page .entry-content table tr {
  border-bottom: solid 1px var(--phnewsdaily-background-darker);
}
.single .entry-content blockquote,
.page .entry-content blockquote {
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  color: var(--phnewsdaily-text-dark);
  margin: 20px auto;
  letter-spacing: 1px;
}
.is-style-squared a,
.is-style-outline a {
  border-radius: 0px;
  margin: 4px;
}
