/*
Theme Name:		 ZoxPress Child Theme
Description:	 ZoxPress Child is a child theme of ZoxPress
Author:			 FWP
Author URI:		 Place Author URI Here
Template:		 zoxpress
Version:		 1.0.9
Text Domain:	 zoxpress-child
*/

/* Write here your own personal stylesheet */

/* ----- ADD AUTHOR TO HOME PAGE ----- */
@media screen and (max-width: 599px) {
	body .zox-byline-wrap {
		display: block !important; 
		}
	}	

/* Privacy Policies */
h3.accordion-heading {
    font-size: 1rem;
	border-bottom: none;
	}
.zox-post-body h2,
.zox-post-body h3,
.zox-post-body h4,
.zox-post-body h5,
.zox-post-body h6,
.comment-inner h2,
.comment-inner h3,
.comment-inner h4,
.comment-inner h5,
.comment-inner h6,
.single .zox-post-body h2,
.single .zox-post-body h3,
.single .zox-post-body h4,
.single .zox-post-body h5,
.single .zox-post-body h6 {
	margin: .5rem auto;
	padding-bottom: 1rem;
	border-bottom: 2.5px solid #ddd;
	}
.zox-post-body h2,
.comment-inner h2 {
    font-size: 2.074rem;
		}
.zox-post-body h3,
.comment-inner h3 {
    font-size: 1.728rem;
	text-transform: uppercase !important;
	}
.zox-post-body h4,
.comment-inner h4 {
    font-size: 1.44rem;
	text-transform: uppercase !important;
	}
.zox-post-body h5,
.comment-inner h5 {
    font-size: 1.2rem;
	text-transform: uppercase !important;
	}
.zox-post-body h6,
.comment-inner h6 {
    font-size: 1rem;
	}
.zox-post-body p {
	font-size: 1.225rem;
	}

.zox-byline-wrap {
    display: block;
	}
.single-post .zox-post-body p {
    font-size: 1.25rem!important;
}
/* Privacy Policies */
h3.accordion-heading {
    font-size: 1rem;
	border-bottom: none;
	}
/* ----- LOCKERDOME AD SPACING ----- */
.ld-spacing {
    margin-top: 40px;
	}

/* ----- GOOGLE NEWS BUTTON POSTS ----- */
ul.zox-post-soc-stat-list {
    grid-template-columns: auto auto auto auto auto auto;
    }
/* ----- GOOGLE NEWS BUTTON FOOTER ----- */
ul.zox-post-soc-stat-list li.my-google-news,
ul.zox-foot-soc-list li a.google-news {
    background: none;
    border: none;
    height: 36px;
    width: 125px;
}