/*!
Theme Name: Ali Levin
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ali-levin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ali Levin is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 58px;
    line-height: 50px;
	margin:30px 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

.signUpForm{
	margin:0 auto;
	max-width:772px;
	width:100%;
}

.signUpForm .ghostkit-form-field{
	width:100%;
}

.signUpForm .kajabi-form--inline,
.kajabiContactForm .kajabi-form--inline{
	background: transparent;
	padding: 0;
}
.signUpForm #kajabi-form .kajabi-form__title,
.signUpForm #kajabi-form .kajabi-form__subtitle,
.kajabiContactForm #kajabi-form .kajabi-form__title,
.kajabiContactForm #kajabi-form .kajabi-form__subtitle{
	display:none;
}
.signUpForm #kajabi-form .kajabi-form__form-item input,
.kajabiContactForm #kajabi-form .kajabi-form__form-item input{
	background:#fff;
	border:0;
	border-radius:0;
	color:#82866e;
	font-family: "Spectral", sans-serif;
}
.kajabiContactForm #kajabi-form .kajabi-form__form-item textarea,
.kajabiContactForm #kajabi-form .kajabi-form__form-item select{
	border-radius:0;
}
.kajabiContactForm #kajabi-form .kajabi-form__form-item{
	margin-bottom:16px;
}
.signUpForm #kajabi-form .kajabi-form__content,
.kajabiContactForm #kajabi-form .kajabi-form__content{
	max-width:none;
}
.signUpForm #kajabi-form .kajabi-form__form-item{
	float:left;
	margin-right:3%;
	width:40%;
}
.signUpForm #kajabi-form .kajabi-form__btn,
.kajabiContactForm #kajabi-form .kajabi-form__btn{
	background:#ff8089;
	border-radius:6px;
	color:#393f0e;
	font-family: "Spectral", sans-serif;
	font-size:16px;
	font-weight:normal;
	margin-top:0;
	padding:11px 19px;
}
.signUpForm #kajabi-form .kajabi-form__btn:hover,
.signUpForm #kajabi-form .kajabi-form__btn:not(.kajabi-form__btn--disabled):hover,
.kajabiContactForm #kajabi-form .kajabi-form__btn:hover,
.kajabiContactForm #kajabi-form .kajabi-form__btn:not(.kajabi-form__btn--disabled):hover{
	background:#dcdaaa;
}
.kajabiContactForm #kajabi-form .kajabi-form__form-item.checkbox-field label{
	color:#d4d2a2;
}

.sendChecklistForm .ghostkit-form-field,
.sendChecklistForm .ghostkit-form-submit-button{
	float:left;
	margin-right:3%;
	width:47%;
}
.sendChecklistForm .ghostkit-form-submit-button button{
	width:100%;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #393f0e;
	font-size: 19px;
	line-height: 23px;
}

.testimonialText{
	font-size:13px;
	line-height:16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Elza Condensed Black', Arial, sans-serif;
	clear: both;
	text-transform:uppercase;
	position:relative;
	z-index:1;
}

h2{
	font-size:56px;
	line-height:64px;
}

h3{
	font-size:40px;
	line-height:34px;
}

h4,
.ghostkit-accordion-item-label{
	font-size:20px;
}

.ghostkit-accordion-item-label{
	font-family:'Elza Condensed Black', Arial, sans-serif;
	font-size:33px;
}
.faqsColumns .ghostkit-accordion-item-label{
	font-size:22px;
	line-height:22px;
}
.ghostkit-accordion-item-content{
	font-size:19px;
	line-height:25px;
	padding-top:0;
}
.ghostkit-accordion-item-content p{
	margin-bottom:0;
	margin-top:0;
}
.ghostkit-accordion-item-heading .ghostkit-svg-icon{
	height:50px;
	width:50px;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

@font-face{ 
	font-family: 'Elza Condensed Black';
	src: url('fonts/elza-condensedblack-webfont.woff');
	src: url('fonts/elza-condensedblack-webfont.woff') format('woff'),
	     url('fonts/elza-condensedblack-webfont.woff2') format('woff2');
}

@font-face{ 
	font-family: 'Elza Condensed Bold';
	src: url('fonts/elza-condensedbold-webfont.woff');
	src: url('fonts/elza-condensedbold-webfont.woff') format('woff'),
	     url('fonts/elza-condensedbold-webfont.woff2') format('woff2');
}

@font-face{ 
	font-family: 'Elza Condensed Medium';
	src: url('fonts/elza-condensedmedium-webfont.woff');
	src: url('fonts/elza-condensedmedium-webfont.woff') format('woff'),
	     url('fonts/elza-condensedmedium-webfont.woff2') format('woff2');
}

@font-face{ 
	font-family: 'Elza Condensed Light';
	src: url('fonts/elza-condensedlight-webfont.woff');
	src: url('fonts/elza-condensedlight-webfont.woff') format('woff'),
	     url('fonts/elza-condensedlight-webfont.woff2') format('woff2');
}

.elzaBlack{
	font-family: 'Elza Condensed Black', Arial, sans-serif;
}
.elzaBold{
	font-family: 'Elza Condensed Bold', Arial, sans-serif;
}
.elzaMedium{
	font-family: 'Elza Condensed Medium', Arial, sans-serif;
}
.elzaLight{
	font-family: 'Elza Condensed Light', Arial, sans-serif;
}

.elzaboldp{
	font-size:26px;
	line-height:29px;
}

/* Elements
--------------------------------------------- */
body {
	background: #dcdaaa;
	overflow-x:hidden;
	width:100%;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
	padding-left:14px;
}
.footerNav ul{
	list-style:none;
	padding:0;
}

ol {
	list-style: disc;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #393f0e;
}

a:visited {
	color: #393f0e;
}

a:hover,
a:focus,
a:active {
	color: #ff8089;
}

.current_page_item a{
	color: #393f0e;
	text-decoration:underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.site-branding{
	float:left;
}
.site-branding img{
	display:block;
	height: 26.896px;
	max-width:138px;
	width:100%;
}

/* Forms
--------------------------------------------- */
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background:#fff;
	color: #82866e;
	border: 0;
	border-radius: 0;
	font-size:15px;
	line-height:17px;
	margin-bottom:10px;
	outline:none;
	padding: 8px 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

.workbookForm1 input[type="email"]{
	margin-right:3%;
	width:47%;
}
.workbookForm1 input[type="submit"],
.contactContainer form input[type="submit"]{
	background: #ff8089;
	border: none;
	color: #393f0e;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	padding: 12px 20px;
	width: 47%;
}
.workbookForm1 input[type="submit"]:hover,
.contactContainer form input[type="submit"]:hover{
	background:#dcdaaa;
}
.workbookForm1 .wpcf7 form.sent .wpcf7-response-output{
	margin:0;
}
.workbookForm2 .wpcf7 form.sent .wpcf7-response-output{
	color:#fff;
}
.workbookForm2 form .wpcf7-acceptance,
.contactContainer form .wpcf7-acceptance{
	color:#d4d2a2;
}
.workbookForm1 form .wpcf7-acceptance .wpcf7-list-item,
.contactContainer form .wpcf7-acceptance .wpcf7-list-item{
	margin:0;
}

.contactContainer form textarea,
.contactContainer form input[type="text"],
.contactContainer form input[type="email"]{
	width:100%;
}

.contactContainer form p{
	margin-bottom:12px;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.ghostkit-form-field{
	margin-bottom:12px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header */

header.site-header{
	background:#dcdaaa;
	height:98px;
	padding:36px 20px;
}

/* Footer */

footer.site-footer{
	background:#393f0e;
	color:#dcdaaa;
	padding:44px 20px;
}

.footerLogo{
	float:left;
}
.footerLogo img{
	display:block;
	height:204.7463px;
	width:168px;
}

.footerInfo{
	float:right;
}
.footerNav .menu li{
	margin-right:16px;
}
.footerNav .menu li:last-child{
	margin-right:0;
}
.footerNav .menu li a,
.footerOtherLinks a{
	color:#dcdaaa;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.footerOtherLinks{
	float:right;
}
.footerOtherLinks a{
	display:block;
	float:left;
	margin-right:40px;
}
.footerOtherLinks a.lastChild{
	margin-right:0;
}

.footerSocials{
	align-items: center;
	display: flex;
	margin-bottom:90px;
	margin-top:15px;
}
.footerSocial{
	display:block;
	float:left;
	margin-right:18px;
	overflow:hidden;
	text-indent:-9999px;
}
.footerSocial:last-child{
	margin-right:0;
}
.footerSocial.linkedIn{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/05/linkedInIcon.svg) no-repeat 0 0;
	height:20.5967px;
	width:22.4241px;
}
.footerSocial.youTube{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/05/youtubeIcon.svg) no-repeat 0 0;
	height:18.5465px;
	width:27.3796px;
}
.footerSocial.instagram{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/05/instagramIcon.svg) no-repeat 0 0;
	height:25.5498px;
	width:25.5497px;
}
.footerSocial.facebook{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/05/facebookIcon.svg) no-repeat 0 0;
	height:25.1345px;
	width:12.1962px;
}

.disclaimer{
	float:right;
	font-family: 'Inter', Arial, sans-serif;
	font-size:6px;
	font-weight: 400;
	line-height:14px;
	margin:20px 0 10px;
	max-width:362px;
	text-align: right;
	width:100%;
}

.copyright{
	font-size:13px;
	text-align:right;
}

/* Hide */

.page header.entry-header,
.edit-link{
	display:none;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	float:right;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-top:8px;
}
.sub-menu{
	padding-top:0 !important;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	margin-right:26px; 
	position: relative;
}
.main-navigation li:last-child {
	margin-right:0;
}

.main-navigation a {
	display: block;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
.main-navigation a:hover,
.main-navigation .current_page_item a{
	color:#393f0e;
	text-decoration:underline;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle{
	background:transparent;
	border:0;
	cursor:pointer;
	display: block;
	position: relative;
	z-index: 200;
	-webkit-user-select: none;
	user-select: none;
}
.toggled .menu-toggle{
	top:0;
}
.menu-toggle span{
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #393f0e;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
.menu-toggle span:first-child{
	transform-origin: 0% 0%;
}
.menu-toggle span:nth-last-child(2){
	transform-origin: 0% 100%;
}
.toggled .menu-toggle span{
	opacity: 1;
	transform: rotate(45deg) translate(-9px, -19px);
	background: #dcdaaa;
}
.toggled .menu-toggle span:nth-last-child(3){
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
.toggled .menu-toggle span:nth-last-child(2){
	transform: rotate(-45deg) translate(-1px, 11px);
}

.toggled .menu-main-menu-container{
	position: absolute;
	width: 300px;
	margin: -100px 0 0 100px;
	padding: 50px;
	padding-top: 125px;
	background: #393f0e;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	z-index:100;
}

.main-navigation.toggled li{
	padding: 10px 0;
	font-size: 22px;
}
.main-navigation.toggled li a{
	color:#dcdaaa;
}

.toggled .menu-toggle ul{
	transform: none;
}

@media screen and (min-width: 754px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
	
} 

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.container{
	margin:0 auto;
	padding:0 20px 0 20px;
	position:relative;
	width:100%;
}

.container1{
	max-width:1440px;
}
.container1:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/Heart_cream.gif) no-repeat;
	background-size: 150px;
    content: "";
    height: 160px;
    left: 255px;
    position: absolute;
    top: -20px;
    width: 134px;
    z-index: 0; 
}
.container1p{
	font-size:19px; 
	line-height:23px;
	max-width:405px;
	width:100%;
} 


.containerNoImage{
	max-width:1440px;
}
.containerNoImage:after{ 
	background-size: 150px;
    content: "";
    height: 160px;
    left: 255px;
    position: absolute;
    top: -20px;
    width: 134px;
    z-index: 0; 
}
.containerNoImageP{
	font-size:19px;
	font-weight:bold;
	line-height:23px;
	max-width:405px;
	width:100%;
}












.container2{
	max-width:805px;
}
.container3{
	max-width:970px;
}
.container3:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/fire_green.gif) no-repeat;
	background-size: 300px;
    content: "";
    height: 230px;
    left: 160px;
    position: absolute;
    top: 234px;
    width: 210px;
}
.courseColumn .container3:after{
    height: 370px;
	left:auto;
    width: 330px;
    right: -70px;
}
.container4{
	max-width:916px;
}
.container4:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/asterisk9arm_green.gif) no-repeat;
	background-size: 300px;
    content: "";
    height: 240px;
    left: 130px;
    position: absolute;
    top: -36px;
    width: 248px;
}
.courseColumn .container4,
.container5.courseColumn{
	max-width:1200px;
}
.courseColumn .container4:after{
	display:none;
}
.container5{
	max-width:1120px;
}
.container.container3,
.container.container4,
.container.container5,
.container.container9{
	padding: 0 20px;
}
.container5.courseColumn:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/asterisk12arm_green.gif) no-repeat;
	background-size: 380px;
    content: "";
    height: 380px;
    right: -130px;
    position: absolute;
    top: -66px;
    width: 380px;
}
.courseColumn h2{
	color:#d4d2a2;
}
.courseColumn h2 span,
.container h3 span{
	color:#ff8081;
}
.workWithAliColumns.container5:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/lotus.svg) no-repeat;
	background-size: 230px;
    content: "";
    height: 230px;
    position: absolute;
    top: 94px;
    width: 230px;
    left: 370px;
}
.container6{
	max-width:1000px;
}
.container6:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/asterisk12arm_green.gif) no-repeat, url(https://coachalilevin.com/wp-content/uploads/2024/06/lightning_green.gif) no-repeat, url(https://coachalilevin.com/wp-content/uploads/2024/06/Heart_green.gif) no-repeat;
	background-position: -30px -45px, -16px 100px, 10px 250px;
    background-size: 220px, 200px, 160px;
    content: "";
    height: 409px;
    right: 0;
    position: absolute;
    top: 450px;
    width: 144px;
}
.faqsColumns{
	max-width:1100px;
}
.faqsColumns:after{
	background: url(https://coachalilevin.com/wp-content/uploads/2024/06/lightbulb.svg) no-repeat 0 0;
    background-size: 95.7299px 115.7612px;
    content: "";
    height: 115.7612px;
    position: absolute;
    top: 160px;
    width: 95.7299px;
    left: 180px;
}
.courseColumn .container6{
	max-width:1220px;
}
.aboutAliColumns .container6,
.aboutAliColumns .container7{
	max-width:1400px;
}
.aboutAliColumns .container6:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/asterisk12arm_green.gif) no-repeat, url(https://coachalilevin.com/wp-content/uploads/2024/06/lightning_green.gif) no-repeat, url(https://coachalilevin.com/wp-content/uploads/2024/06/Heart_green.gif) no-repeat;
	background-position: -30px -40px, 0 90px, 0 200px;
    background-size: 200px, 150px, 140px;
    content: "";
    height: 350px;
    right: -20px;
    position: absolute;
    top: auto;
    width: 140px;
    bottom: -80px;
}

.courseColumn .container6:after{
	display:none;
}
.container7{
	max-width:934px;
}
.workWithAliColumns.container7:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/triangle.gif) no-repeat;
	background-size: 410px;
    content: "";
    height: 410px;
    position: absolute;
    top: 54px;
    width: 410px;
    left: 180px;
}
.container8{
	max-width:1400px;
}
.aboutAliColumns.container8{
	max-width:1000px;
}
.aboutAliColumns.container8:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/asterisk12arm_green.gif) no-repeat;
	background-size: 300px;
    content: "";
    height: 300px;
    left: 430px;
    position: absolute;
    top: -40px;
    width: 300px;
}

.aboutAliColumns .container8:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/lightning_cream.gif) no-repeat;
	background-size: 300px;
    content: "";
    height: 300px;
    left: 430px;
    position: absolute;
    top: -106px;
    width: 300px;
}

.aboutAliColumns.toRebuild,
.aboutAliColumns.workingTogether{
	padding:0 20px 0 60px;
	max-width:1200px;
}

.aboutAliColumns.toRebuildNoImage,
.aboutAliColumns.workingTogether{
	padding:0 20px 0 60px;
	max-width:1200px;
}

.aboutAliColumns.toRebuild:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/asterisk9arm_green.gif) no-repeat;
	background-size: 260px;
    content: "";
    height: 210px;
    left: 183px;
    position: absolute;
    top: 125px;
    width: 210px;
}
.aboutAliColumns.toRebuildNoImage:after{
    content: "";
    height: 210px;
    left: 183px;
    position: absolute;
    top: 125px;
    width: 210px;
}
.aboutAliColumns.workingTogether{
	max-width:1500px;
}

.container9{
	max-width:1050px;
}
.container9:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/lightning_cream.gif) no-repeat;
	background-size: 240px;
    content: "";
    height: 200px;
    left: 150px;
    position: absolute;
    top: 40px;
    width: 210px;
}
.container9img img{
	max-width:460px;
	width:100%;
}
.container.container10{
	padding: 0 0 0 40px;
}
.workWithAliContainer.container.container10{
	padding: 70px 20px 50px 40px;
}
.aboutAliContainer.container.container10{
	padding: 100px 20px 100px;
}
.courseColumn .container10{
	max-width:1200px;
}
.container10p{
	font-size:19px; 
	line-height:23px;
	width:100%;
}
.container11{
	max-width:1190px;
}

.workWithAliColumns{
	max-width:1200px;
}

.workp1{
	color:#fff;
	font-size:44px;
	line-height:40px;
	max-width:370px;
}

.workWithAliColumns.stepIntoYourLightColumn:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/asterisk12arm_green.gif) no-repeat, url(https://coachalilevin.com/wp-content/uploads/2024/06/Heart_green.gif) no-repeat;
	background-position: -50px -50px, 0 210px;
    background-size: 240px, 130px;
    content: "";
    height: 410px;
    left: 0;
    position: absolute;
    top: -80px;
    width: 410px;
}

.workWithAliColumns.challengeYourselfColumn:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/fire_green.gif) no-repeat, url(https://coachalilevin.com/wp-content/uploads/2024/06/lightning_green.gif) no-repeat;
	background-position: 0px 0px, 50px 500px;
    background-size: 340px, 340px;
    content: "";
    height: 260px;
    right: 5px;
    position: absolute;
    top: -151px;
    width: 230px;
}

.workWithAliColumns.theKnowledge:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/lightbulb.svg) no-repeat;
	background-size: 103.3381px 130.9352px;
    content: "";
    height: 140.9352px;
    left: 280px;
    position: absolute;
    top: 10px;
    width: 110.3381px;
}

.contactContainer{
	padding:0 20px;
	max-width:880px;
}
.contactContainer:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/Heart_cream.gif) no-repeat;
	background-size: 240px;
    content: "";
    height: 340px;
    left: -40px;
    position: absolute;
    top: -44px;
    width: 240px;
}

.courseQuoteColumn{
	position:relative;
}
.courseQuoteColumn p{
	font-size: 19px;
    position: absolute;
    left: 86px;
    line-height: 19px;
    bottom: -90px;
}
.courseQuotes .courseQuoteColumn:nth-child(1) p{
	bottom: -80px;
    left: 90px;
    max-width: none;
}
.courseQuotes .courseQuoteColumn:nth-child(2) p{
	max-width:190px;
}
.courseQuotes .courseQuoteColumn:nth-child(3) p{
	bottom: -70px;
    width: 100%;
}

.quoteContainer.courseQuotes{
	max-width:1230px;
}

.pinkArrow{
	position:relative;
}
.pinkArrow:after{
	background: url(https://coachalilevin.com/wp-content/uploads/2024/06/pink_arrow.svg) no-repeat 0 0;
    background-size: 37.4085px 52.0947px;
    content: "";
    display: block;
    height: 52.0947px;
    position: absolute;
    right: -34px;
    top: 40px;
    width: 37.4085px;
}

.paymentPlan,
.oneEasyPayment{
	position:relative;
}
.paymentPlan:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/payment_plan_option.svg) no-repeat 0 0;
	background-size:116.1839px 115.5383px;
	content:"";
	display:block;
	height:115.5383px;
	left:40px;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	width:116.1839px;
}
.oneEasyPayment:after{
	background:url(https://coachalilevin.com/wp-content/uploads/2024/06/one_easy_payment.svg) no-repeat 0 0;
	background-size:110.5851px 108.638px;
	content:"";
	display:block;
	height:108.638px;
	left:46px;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	width:110.5851px;
}

.downArrow .ghostkit-accordion-item-label{
	background: url(https://coachalilevin.com/wp-content/uploads/2024/06/down.svg) no-repeat center center;
    background-size: 54.8809px 28.1904px;
    height: 28.1904px;
    margin: 24px auto;
    overflow: hidden;
    text-indent: -9999px;
    width: 100%;
    text-align: center;
}

.downArrow .ghostkit-accordion-item-collapse{
	display:none;
}

.faqsColumns .ghostkit-accordion-item-heading button{
	gap:0;
	padding:0;
}

.ghostkit-carousel-arrow{
	background-color: unset;
}
.ghostkit-carousel-arrow img{
	width:15px;
}

.wp-block-latest-posts__list li{
	background: #dcdaaa;
	padding-bottom:16px;
}
.wp-block-latest-posts__featured-image{
	height:196px;
	overflow: hidden;
	position: relative;
    text-align: center;
}
.wp-block-latest-posts__featured-image img{
	height: auto;
	left: 0;
	max-width: none;
	position: absolute;
	top: 0;
	width: auto;
}
.wp-block-latest-posts__post-title{
	background: #dcdaaa;
	color: #393f0e;
	padding: 16px 14px 0;
	text-decoration: none;
	width: 100%;
	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
}

.testimonialImg{
	max-width:82px;
	width:100%;
}

.ghostkit-alert-content p{
	color:#d3d1a1;
}
.container5 .ghostkit-alert-content p{
	color:#393f0e;
}

/* Buttons */

.button .ghostkit-button,
.ghostkit-form-submit-button .button{
	font-size:19px;
	font-weight:bold;
	padding: 10px 20px;
}

body.blog,
body.category,
body.single-post{
	background:#f6f5ee;
}
.blog .site-main,
.category .site-main,
.single-post .site-main{
	float:none;
	padding:36px 20px;
	width:100%;
}
.blog .site-main article,
.category .site-main article{
	flex-basis:auto;
	margin-bottom:70px;
}
.blog .site-main article .post-thumbnail,
.category .site-main article .post-thumbnail{
	display:block;
	margin-bottom:30px;
}
.blog .site-main article .entry-title,
.category .site-main article .entry-title,
.single-post .site-main article .entry-title{
	color:#393f0e;
	font-family:'Elza Condensed Bold', Arial, sans-serif;
	font-size:29px;
	line-height:28px;
	margin-bottom:20px;
	margin-top:0;
	text-decoration:none;
	text-transform:none;
}
.blog .site-main article .entry-title a,
.category .site-main article .entry-title a{
	color:#393f0e;
	font-family:'Elza Condensed Bold', Arial, sans-serif;
	font-size:29px;
	line-height:28px;
	text-decoration:none;
	text-transform:none;
}
.blog .site-main article .entry-content,
.category .site-main article .entry-content{
	color:#393f0e;	
	display:block;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
	word-wrap:break-word;
	max-height:420px;
    overflow: hidden;
	visibility: visible;
}
.blog .site-main article .entry-content p,
.category .site-main article .entry-content p{
	display:inline;
}
.blog .site-main article .entry-content h3,
.category .site-main article .entry-content h3,
.single-post .site-main article .entry-content h3{
	font-family:'Elza Condensed Medium', Arial, sans-serif;
	font-size:25px;
	line-height:31px;
}
.blog .site-main article .entry-content h3:first-child,
.category .site-main article .entry-content h3:first-child{
	margin-top:0;
}
.blog aside.widget-area,
.category aside.widget-area,
.single-post aside.widget-area{
	float:none;
	max-width:none;
	padding:36px 20px;
	width:100%;
}
.blog aside.widget-area p,
.category aside.widget-area p,
.single-post aside.widget-area p{
	color:#393f0e;
	font-size:12px;
	line-height:16px;
}
.postDate{
	color:#393f0e;
	font-size:16px;
	line-height:19px;
	font-weight:500;
}
.continueReadingLink{
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:19px;
	margin-top:19px;
}
.widget.widget_wpc_filters_widget .wpc-filters-date-range-column label{
	font-size:12px;
}
.body .wpc-filters-main-wrap .wpc-filters-widget-controls-container a.wpc-filters-apply-button,
body .wpc-filters-main-wrap a.wpc-filters-submit-button{
	background-color:#393f0e !important;
	border-color:transparent !important;
}

.backBtn{
	display: block;
	font-size: 19px;
	line-height: 19px;
    margin: 70px 0 50px;
    text-decoration: none;
}
.backBtn img{
	display:inline-block;
	margin-bottom:-3px;
	margin-right:20px;
}

.navigation.post-navigation{
	border-top:1px solid #393f0e;
	margin-top:55px;
	padding-top:20px;
}

/* Blog */

.blogNav{
	margin-bottom:60px;
}
.blogNav ul{
	margin:0;
	padding:0;
}
.blogNav ul li{
	float:left;
	list-style:none;
	margin-bottom:10px;
	margin-right:20px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Clear */

.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

ul.wp-block-latest-posts.is-grid{
	padding-left:40px;
}

.wp-block-latest-posts.is-grid li{
	margin: 0 2.25em 2.25em 0;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
	.mobile-spacing{
		padding-left:40px;
	}
	.content-section{ 
		max-width:772px; 
	}
	.is-mobile-align{
		text-align:center;		
	}
	.container10{ 
		padding:0;
	}
	.mobile-pad-fix{
		padding-left: 25px !important;
	}
	
	.mobile-pad-fix2{
		padding-left: 30px !important;
	} 
	
	.zero-margin{
		margin:0;
	}
	.mobile-margin-fix{
		margin:20px !important;
		padding-left: 30px !important;
	}
	.general-padding-fix{
		padding:20px;
		padding-bottom:0;
		padding-top:0;
	}
	.general-padding-fix2{
		padding-left:20px; 
		padding-right:20px; 
	}
	.general-padding-fix3{
		padding-left:30px; 
		padding-right:30px; 
	}
	.kajabi-form{
		padding:25px !important;
	}
	.move-form{     
	} 
	.center-button{
		display: flex;
   		justify-content: center;
    	align-items: center; 
	}
	.general-center{
		width:100%;
		margin:auto;
	}
}
@media only screen and (min-width:480px) {
	.blog .site-main article .entry-content,
	.category .site-main article .entry-content{	
		display: -webkit-box;
		max-height:none;
		-webkit-line-clamp: 10;
		-webkit-box-orient: vertical;
		word-wrap:break-word;
		visibility: visible;
	}	
}
@media (min-width: 600px) {
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 1.5em);
    }
}
@media only screen and (min-width:768px) {
	.wp-block-latest-posts__featured-image img{
		height: 100%;
	}
	.container6:after{
		background-position: 133px -60px, 180px 92px, 140px 280px;
		background-size: 280px, 260px, 230px;
		content: "";
		height: calc(100% + 30px);
		right: -40px;
		position: absolute;
		top: -20px;
		width: 480px;
	}

	
}
@media only screen and (min-width:1024px) {
	.center-button{
		display: flex;
   		justify-content: left;
    	align-items: left; 
	}
	
	.is-mobile-align{
		text-align:left;		
	}
	
	.content-section{
		margin:0 auto;
		max-width:772px;
	}
	.testimonialText{
		font-size:19px;
		line-height:23px;
	}
	header.site-header{
		padding:36px 55px;
	}
	.container,
	.container.container3,
	.container.container4{
		padding:0 55px;
	}
	.container.container3{
		padding:44px 55px 22px;
	}
	.container.container4{
		padding:0 55px 44px;
	}
	.container.container5{
		padding:40px 55px 62px;
	}
	.container.container9{
		padding:68px 55px;
	}
	.container.container10{
		padding:50px 55px 50px 95px;
	}
	.container1:after{
		background:url(https://coachalilevin.com/wp-content/uploads/2024/06/Heart_cream.gif) no-repeat;
		background-size: 310px;
		content: "";
		height: 310px;
		left: 404px;
		top: 90px;
		width: 310px;
	}
	.containerNoImage:after{ 
		background-size: 310px;
		content: "";
		height: 310px;
		left: 404px;
		top: 90px;
		width: 310px;
	}
	.container3:after{
		background:url(https://coachalilevin.com/wp-content/uploads/2024/06/fire_green.gif) no-repeat;
		background-size: 480px;
		content: "";
		height: 480px;
		left: 240px;
		top: -140px;
		width: 480px;
	}
	.container4:after{
		background:url(https://coachalilevin.com/wp-content/uploads/2024/06/asterisk9arm_green.gif) no-repeat;
		background-size: 480px;
		content: "";
		height: 480px;
		left: 110px;
		top: -96px;
		width: 445px;
	}
	.container6:after{
		background:url(https://coachalilevin.com/wp-content/uploads/2024/06/asterisk12arm_green.gif) no-repeat, url(https://coachalilevin.com/wp-content/uploads/2024/06/lightning_green.gif) no-repeat, url(https://coachalilevin.com/wp-content/uploads/2024/06/Heart_green.gif) no-repeat;
		background-position: 133px -60px, 180px 92px, 140px 280px;
		background-size: 280px, 260px, 230px;
		content: "";
		height: calc(100% + 30px);
		right: -40px;
		position: absolute;
		top: 0;
		width: 480px;
	}
	.container9:after{
		background:url(https://coachalilevin.com/wp-content/uploads/2024/06/lightning_cream.gif) no-repeat;
		background-size: 340px;
		content: "";
		height: 340px;
		left: 280px;
		position: absolute;
		top: 44px;
		width: 340px;
	}
	.courseQuoteColumn p{
		bottom: 80px;
	}
	.courseQuotes .courseQuoteColumn:nth-child(1) p{
		bottom: 0;
		left: 90px;
		max-width:292px;
	}
	h1{
		font-size: 98px;
		line-height:80px;
	}
	h2{
		font-size:68px;
		line-height:64px;
		margin-bottom: 20px;
	}
	footer.site-footer{
		padding:44px 62px;
	}
	ul.wp-block-latest-posts.is-grid{
		padding-left:0;
	}
	.workWithAliColumns.stepIntoYourLightColumn:after{
		background:url(https://coachalilevin.com/wp-content/uploads/2024/06/asterisk12arm_green.gif) no-repeat, url(https://coachalilevin.com/wp-content/uploads/2024/06/Heart_green.gif) no-repeat;
		background-position: -90px -70px, 0 390px;
		background-size: 400px, 280px;
		content: "";
		height: calc(100% + 220px);
		left: -30px;
		top: -85px;
		width: 410px;
	}
	.workWithAliColumns.theKnowledge:after{
		background:url(https://coachalilevin.com/wp-content/uploads/2024/06/lightbulb.svg) no-repeat;
		background-size: 173.3381px 210.9352px;
		content: "";
		height: 210.9352px;
		left: -110px;
		top: 40px;
		width: 173.3381px;
	}
	.workWithAliColumns.challengeYourselfColumn:after{
		background:url(https://coachalilevin.com/wp-content/uploads/2024/06/fire_green.gif) no-repeat, url(https://coachalilevin.com/wp-content/uploads/2024/06/lightning_green.gif) no-repeat;
		background-position: 30px -10px, 50px 500px;
		background-size: 400px, 340px;
		content: "";
		height: calc(100% + 220px);
		right: -30px;
		top: -205px;
		width: 410px;
	}
	.aboutAliColumns .container6:after{
		background:url(https://coachalilevin.com/wp-content/uploads/2024/06/asterisk12arm_green.gif) no-repeat, url(https://coachalilevin.com/wp-content/uploads/2024/06/lightning_green.gif) no-repeat, url(https://coachalilevin.com/wp-content/uploads/2024/06/Heart_green.gif) no-repeat;
		background-position: 133px -60px, 180px 92px, 140px 280px;
		background-size: 280px, 260px, 230px;
		content: "";
		height: calc(100% + 70px);
		right: -70px;
		top: 70px;
		width: 420px;
	}
	.aboutAliColumns.toRebuild:after{
		background:url(https://coachalilevin.com/wp-content/uploads/2024/06/asterisk9arm_green.gif) no-repeat;
		background-size: 300px;
		content: "";
		height: 300px;
		left: 333px;
		top: 215px;
		width: 300px;
	}	
	.aboutAliColumns.toRebuildNoImage:after{ 
		background-size: 300px;
		content: "";
		height: 300px;
		left: 333px;
		top: 215px;
		width: 300px;
	}
	.blog .site-main,
	.category .site-main,
	.single-post .site-main{
		float:left;
		padding:58px 0 36px 55px;
		width:calc(100% - 340px);
	}
	.blog aside.widget-area,
	.category aside.widget-area,
	.single-post aside.widget-area{
		float:left;
		max-width:340px;
		padding:62px 70px;
	}
	.signUpForm .ghostkit-form-field{
		float:left;
		margin-right:3%;
		width:47%;
	}
	.footerNav .menu{
		float:right;
	}
	.footerNav .menu li{
		float:left;
	}
	.footerSocials{
		float:right;
	}		
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

.ghostkit-custom-ZSb1qC{
	margin-bottom: 20px !important;
}

 