/*
Theme Name: Memberlite - UnderdogPools
Theme URI: https://www.paidmembershipspro.com/themes/memberlite
Description: This is a Memberlite child theme.   
Author: Kim Coleman
Author URI: https://www.strangerstudios.com/  
Template: memberlite
Version: 1.0
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/

/* General Styls */
h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0.2rem;
}

.is-style-rounded-card-box {
	border: 1px solid var(--pmpro--color--border--variation);
	border-radius: var(--pmpro--base--border-radius);
	box-shadow: var(--pmpro--box-shadow);
}

/* Header */
.masthead {
	background: linear-gradient(177deg, 
		var(--memberlite-color-header-background) 0%, 
		var(--memberlite-color-header-background) 30%, 
		#000 100%
	);
	padding-top: 8.7rem;
	padding-bottom: 11.6rem;
}

.single .masthead {
	background: transparent;
	color: var(--memberlite-color-text);
	margin-bottom: 2.9rem;
	padding: 0;
}

.blog .masthead h1,
.page .masthead h1.entry-title,
.page .masthead h1.page-title {
	display: flex;
	flex-direction: column;
	gap: 1.45rem;
	margin-bottom: 2.9rem;
	text-align: center;
}

.blog .masthead h1 {
	text-shadow: 1px 1px 15px #000;
}

.page .masthead h1.entry-title,
.page .masthead h1.page-title,
.blog .masthead h1 big {
	font-size: 4.5rem;
}

.header-right {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	font-family: var(--memberlite-header-font);
	justify-content: space-between;
}

.header-right #meta-member .meta-member-inner {
	border-radius: 0;
	color: var(--memberlite-color-white);
	font-size: var(--wp--preset--font-size--18);
	margin: 0;
	padding: 0;
}

.meta-navigation ul {
	margin: 0;
}

/* Posts */
.hentry {
	margin-bottom: 8.7rem;
}

#primary .hentry h1.entry-title {
	font-size: 3.2rem;
	line-height: 4.4rem;
}

#primary .hentry .entry-meta {
	color: var(--memberlite-color-text);
	font-style: normal;
}

.post .entry-footer {
	background: transparent;
	border-bottom: none;
	color: var(--memberlite-color-text);
	font-style: normal;
	padding: 1.45rem 0 0 0;
}

/* Footer */
.footer-widgets p a {
	text-decoration: underline;
}

.footer-navigation ul li:first-child {
	padding-left: 0;
}

.footer-navigation a {
	color: var(--memberlite-color-white);
}

.site-footer {
	background-color: var(--memberlite-color-footer-widgets-background);
}

.site-footer .site-info p,
.site-footer .site-info .columns:first-child a {
	color: var(--memberlite-color-white);
}

/* Responsive */
@media only screen and (max-width: 767px) {
	.header-right {
		display: none;
	}
}
