/*
Theme Name: Positive Future Self Child
Theme URI: https://positivefutureself.com/
Description: Child theme for the Positive Future Self website, built on Hello Elementor
Author: Positive Future Self
Author URI: https://positivefutureself.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: positive-future-self-child
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */
strong {
    font-weight: 500 !important;
}
.accordian_title span.e-n-accordion-item-title-header{
		 width: 98%;
	    justify-content: center;
}
.header_menu .sub-menu{ 
    margin-left: -13px !important;
	padding-bottom: 12px !important;
	padding-right: 80px !important;
}
.post_content p{
	margin-bottom:0px;
}

.heading_style h2 span {
    font-family: "Harlow", sans-serif;
	vertical-align: -.3em;
    font-size: 51px;
padding-left:8px;
}

/* Hide Header and Footer  */
.page-id-262 footer.elementor.elementor-27.elementor-location-footer {
    display: none;
}
.page-id-262 header.elementor.elementor-16.elementor-location-header {
    display: none;
}

/* Media query */
@media only screen and (max-width: 768px){
	.heading_style h2 span{
		  font-size: 32px;
	}
	.hand-underline::after{
	content: "";
    position: absolute;
    left: 55%;
    bottom: -8px;
    width: 110px;
	}
	
}


