/*
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);
 }