/*
 * wp-custom-css — WordPress "Additional CSS" block (Customizer), stored in the DB on the
 * original site and injected inline at wp_head (id="wp-custom-css"). Transcribed verbatim from
 * the live site's rendered <head> (fetched 2026-08-11). Loaded after all theme stylesheets,
 * matching the original cascade position.
 */
.copyRight {
    background-color: #111;
}
.copyRight p {
  color: #666;
  padding-top: 15px; margin-bottom:0;
}
.footerLogo a {
  border-left: 1px solid #222;
  display: inline-block;
  padding: 13px 15px;
}
.footerLogo a:last-child {
  border-right: 1px solid #222;
}
.footerLogo a:hover {
  background-color: #000;
}
.transition {
  transition: all 0.5s ease-in-out 0s;
}
.copyright{ background:none;}

.social li {
    display: inline-block;
    margin: 5px;
    background: #ffc000;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    line-height: 28px;
    color: #000;
}
.social li a {
    color: #272727;
}
.social li a:hover {
    color: #272727;
}

.term-links {border:0 !important; color:#fff; font-size:12px;}

.term-links:hover { background:none !important;}

.zerif-copyright-box {
       font-size: 12px;
	text-transform: uppercase;
}
.gg-link{
 color: #666;
	font-size: 13px;
}
a{color:#b78001}
