/*
Theme Name: Newspaper Child
Description: Child theme for the Newspaper
Author: Mithilesh Singh (smartmithilesh26@gmail.com)
Template: Newspaper
*/

@import url("../Newspaper/style.css");
 
 .acysubbuttons .btn.btn-primary {
	border-radius: 3px;
    justify-content: center;
    background-color: #000000;
    font-family: Work Sans !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin: 5px 0 0;
    width: 100%;
    padding: 15px;
    color: #fff;
 }
 
 .acysubbuttons .btn.btn-primary:hover {
    background-color: var(--td_theme_color);
	border-color: var(--td_theme_color);
 }
 
 /*****************************************/
/** For Header banner ***/
.top-headerBanner {
  margin: auto;
  text-align: center; /* Centers banner content */
}

.closeHeadbanner {
  right: 1%;
  position: absolute;
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 2px 5px;
  top: 5px;
  cursor: pointer;
}

/* This button will reappear after the banner is closed */
.showHeadbanner {
  right: 0.5%;
  position: absolute;
  background: #4d90fe;
  color: #fff;
  font-size: 11px;
  padding: 2px 5px;
  top: 5px;
  cursor: pointer;
  display: none; /* Hidden until needed */
  z-index: 999999; /* Always visible above other elements */
}

.headBannerInner {
  margin-top: 20px;
  margin-bottom: 10px;
}
/*****************************************/
/** For Header banner Close ***/
