/*
 Theme Name:   Monasana
 Description:  This is a customized child theme of Hello created for Monica Bennett for use on MonAsana.com
 Author:       Nichole Betterley
 Author URI:   https://npoweredsites.com

 Template:     hello-elementor
 Version:      1.0.0
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
body {
/*	letter-spacing: 1px; */
}

p, ul, ol {
	margin-bottom: 1.5rem;
}

/* Color Palette */
.has-black-background-color {
	background-color: #000;
}
.has-black-color {
	color: #000;
}
.has-dark-gray-background-color {
	background-color: #333;
}
.has-dark-gray-color {
	color: #333;
}
.has-light-gray-background-color {
	background-color: #efefef;
}
.has-light-gray-color {
	color: #efefef;
}
.has-white-background-color {
	background-color: #fff;
}
.has-white-color {
	color: #fff;
}
.has-purple-background-color {
	background-color: #6B4593;
}
.has-purple-color {
	color: #6B4593;
}
.has-red-background-color {
	background-color: #D91656;
}
.has-red-color {
	color: #D91656;
}
.has-gold-background-color {
	background-color: #f4a844;
}
.has-gold-color {
	color: #f4a844;
}

/* Navigation */
.top-menu li.menu-button a, 
.top-menu li.menu-button a:link,
.top-menu li.menu-button a:visited {
	background-color: var(--e-global-color-accent) !important;
	color: white !important;
	padding: 10px;
	transition: all .25s ease-in-out;
	border-radius: 2px;
/*	margin-bottom: 10px; */
}

.top-menu li.menu-button a:hover,
.top-menu li.menu-button a:focus {
	background-color: var(--e-global-color-primary) !important;
	color: white !important;
/*	padding: 10px !important; */
}

.main-navigation li.menu-button:hover {
	background: transparent;
}

/* Content */
.post .wp-post-image {
	max-height: 100%;
}

.single hr {
	background-color: #000;
	border: 0;
	height: 2px;
	margin: 1.5em auto 90px;
	max-width: 90px;
}

.podcast-subscribe hr {
	margin: 60px auto;
}

.single main {
	max-width: 960px !important;
	margin: 90px 0;
	padding: 0 30px;
}

.single-post .page-content li {
	margin-bottom: 1em;
}


.single .post-tags {
	border-top: 1px solid #ddd;
	margin: 60px 0;
	padding: 60px 0;
}

.topic-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--e-global-color-f70b819);
}

i.sw.swp_pinterest_icon {
	color: #fff;
}

.swp_social_panel {
	margin: 90px 0 60px !important;
}

/* Elementor Overrides */
body .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
	padding: 0;
}

.elementor-heading-title strong,
.elementor-widget-text-editor strong,
.elementor-icon-list-item strong {
	font-weight: 600;
}

p.elementor-image-box-description,
.elementor-testimonial__text {
	text-align: left;
}

/* .elementor-widget .elementor-icon-list-icon {
    align-self: start;
    padding-top: 8px;
} */

.elementor-field-type-checkbox .elementor-field-option {
	display: flex;
	align-items: flex-start;
}

.elementor-field-type-checkbox .elementor-field-option input {
	width: 20px;
	height: 20px;
	position: relative;
	top: 4px;
	margin: 0 5px 10px 0;
	min-width: 30px;
}

.elementor-field-type-checkbox .elementor-field-option label {
	line-height: 1.5;
	margin-bottom: 10px;
}


@media screen and (max-width: 1024px) {
	.inline-icon-list-centered .elementor-icon-list-items {
		justify-content: center !important;
	}
}

@media screen and (max-width: 767px) {
	.inline-icon-list-centered .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child)::after {
		border-left-style: none !important;
	}
}

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

}

/* Optin */

.optin input[type="text"],
.optin input[type="email"],
.optin input[type="submit"],
.af-body input[type="text"],
.af-body input[type="email"],
.af-body input[type="submit"] {
	width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 15px;
	border: 1px solid #eee;
}

.optin input[type="submit"],
.pum-theme-10 .pum-container, .pum-theme-lightbox .pum-container input[type="submit"] {
	background-color: var(--e-global-color-accent);
	border: 0;
	transition: all 0.3s;
}

.optin input[type="submit"]:hover,
.pum-theme-10 .pum-container, .pum-theme-lightbox .pum-container input[type="submit"]:hover,
.elementor-kit-83 .optin input[type="submit"]:hover {
	background-color: var(--e-global-color-primary);
}

.optin .previewLabel {
	display: none;
}

.optin .af-body {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.optin .af-body .af-element {
	width: 49%;
	min-width: 200px;
	padding-bottom: 5px;
}

.optin .af-body .af-element.buttonContainer {
	width: 99%;
}

@media screen and (max-width: 1024px) {
	.optin .af-body .af-element,
	.optin .af-body .af-element.buttonContainer {
		width: 100%;
	}
}

/* Footer */
.topics h5 {
    display: none;
}
.topics a,
.topics a:link,
.topics a:visited {
    color: var(--e-global-color-f70b819);
    font-size: 18px;
    font-weight: 400;
}
.topics a:hover,
.topics a:focus {
    color: var(--e-global-color-accent);
}
.topics ul {
    padding-left: 0;
    list-style: none;
}
.topics li {
    padding: 13px 20px;
    text-align: center;
    line-height: 1.3em;
}

.footer-nav a {
	text-align: center;
}

.copyright a,
.copyright a:link,
.copyright a:visited {
	color: #fff;
	text-decoration: underline;
}
.copyright a:hover,
.copyright a:focus {
	color: var(--e-global-color-accent);
}
