/*
 * Theme Name:  Authentic: Child Theme
 * Theme URI:   https://themeforest.net/item/authentic-lifestyle-blog-magazine-wordpress-theme/16249526
 * Description: Child theme of the parent Authentic theme.
 * Author:      Code Supply Co.
 * Author URI:  http://www.codesupply.co
 * Template:    authentic
 * Template Version: 1.0.8
 * Version: 1.0.0
 */

/* Copy any classes from parent and paste here. It will override the parent's version. */



div.posts-related.post-archive {display: none;}

.text-btn{
	background-color: #282828;
    color: #EEEEEE;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.25;
    border: 1px solid transparent;
    padding: .5rem 1.5rem;    
}
#cb-link{
	color:#fff !important;
	text-decoration:underline;
}



	/* =Responsive Structure
	----------------------------------------------- */

@media (max-width: 980px) {
    h1{font-size: 2.5rem !important;}
    
}
@media (max-width: 480px) {
    h1{font-size: 2rem !important;}
    
}