/**
 * Theme Name:       ASC Psychological
 * Theme URI:        https://www.ascpsychological.com/
 * Description:      Custom theme utilizing the Genesis Framework.
 * Author:           Flying Orange
 * Author URI:       https://www.flyingorangewebdesign.com/
 * Version:          1.0
 * Text Domain:      mai-theme
 * Template:         genesis
 * Template Version: 3.3.3
 * License:          GPL-2.0-or-later
 * License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 */

/* Table of Contents

	- Defaults
	- Customizations

*/

/* # Defaults
---------------------------------------------------------------------------------------------------- */

.page-header-inner {
	max-width: var(--page-header-inner-max-width,var(--breakpoint-md));
	margin: var(--pade-header-inner-margin,0);
	margin-left: auto;
}

.page-header-inner h2 {
	font-size: var(--h2-font-size,var(--font-size-xxl));
}

.content-sidebar-wrap {
	margin-top: var(--content-sidebar-wrap, var(--spacing-xs));
}

h1 {
	font-size: var(--h2-font-size,var(--font-size-xxxl));
}

.button {
	text-transform: none;
	font-weight: 500;
}

.entry-meta {
    font-size: var(--entry-meta-font-size,var(--font-size-xs));
}
.entry-excerpt {
	font-size: var(--entry-excerpt-font-size-md);
}

.gform_wrapper .gfield_checkbox li label {
	font-size: 0.725em;
}

@media (max-width: 767px) {
	
	.before-header {
		display: none;
	}
	.before-header .button {
		padding: var(--button-padding,.9em 1em);
	}
}

.entry-content {
	--list-margin-left: var(--spacing-xxl);
}

.wp-block-image {
    margin-top: 0.5em;
}

.entry-content > h1:not(:first-child), .entry-content > h2:not(:first-child), .entry-content > h3:not(:first-child), .entry-content > h4:not(:first-child), .entry-content > h5:not(:first-child), .entry-content > h6:not(:first-child), .entry-content > legend:not(:first-child) {
    margin-top: var(--spacing-xl);
}

/* # Customizations
---------------------------------------------------------------------------------------------------- */

.wpmslider-viewport, .wpmtst-testimonial-content {
    margin-bottom: 15px;
}

.left-data {
	font-weight: 600;
}

.lindent {
	margin-left: var(--spacing-xxl) !important;
}