/*  start button test page css*/
.start_button_for_test{
	    font-family: 'Lora';
    font-weight: 400;
    font-size: 26px;
    letter-spacing: unset;
    padding: 2px 28px;
    border-radius: 50px;
    display: inline-block;
    background: #F98445;
    color: #fff;
	transition:0.3s all;
	    width: 100%;
    text-align: center;
}
.start_button_for_test:hover{
	opacity:0.7;
	    color: #fff;
}
/*  */

.rt-detail span.categories-links a, .post-meta.post_custom a.category-link {
    color: #333333;
    border: 1px solid #333333;
    padding: 6px 25px;
    border-radius: 50px;
	font-size:14px;
	display:inline-block;
	margin-bottom:10px;
}
span.ast-blog-single-element {
    color: #fff;
}
span.posted-on span.published {
    color: #333333 !important;
}

section.ast-archive-description {
    background-color: transparent !important;
}
.ast-taxonomy-container a {
    color: #333333;
    border: 1px solid #333333;
    padding: 4px 8px;
    border-radius: 50px;
}
.ast-footer-copyright p {
    white-space: nowrap;
}
.postGrid .rt-detail {
    margin-top: 20px;
    justify-content: unset !important;
}
.tpg-even .rt-holder {
	display: block;}
header#masthead {
    position: fixed;
    width: 100%;
}
span.mobile-menu-toggle-icon:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 15px;
    background-image: url(https://allthingspsychology.com/wp-content/uploads/2025/03/Vector-48.png);
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
span.ahfb-svg-iconset.ast-inline-flex.svg-baseline {
    display: none;
}
/* .rt-img-holder img {
    height: 235px;
} */

a.issues, a.adhd {
    color: #1B7C89 !important;
    border: 1px solid #1B7C89 !important;
    padding: 6px 25px;
    border-radius: 50px;
}
	a.well-being, a.symptoms {
    color: #F29007 !important;
    border: 1px solid #F29007 !important;;\
    padding: 6px 25px;
    border-radius: 50px;
}
a.anxiety {
	 color: #5B45A8 !important;
    border: 1px solid #5B45A8 !important;
    padding: 6px 25px;
    border-radius: 50px;
}
a.depression {
	color: #628B15 !important;
    border: 1px solid #628B15 !important;
    padding: 6px 25px;
    border-radius: 50px;
}
span.rt-separator {
    color: transparent;
}


.site-footer-section-1 p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
}
.widget_block.widget_text p {
    border: 1px solid #fff;
    padding: 15px;
	margin-bottom: 0;
}
.widget_nav_menu h2.widget-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 65px;
    color: #FFF6F0;
    display: inline;
    border-bottom: 1px solid #FFF6F0;
    padding-bottom: 7px;
}
.widget_nav_menu a.menu-link {
    font-family: Poppins;
    font-weight: 300;
    font-size: 17px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 15px !important;
    display: inline-block;
}
ul#astra-footer-menu {
    display: block;
    margin-top: 45px;
}
ul#astra-footer-menu a.menu-link {
    font-family: Lora;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    padding: 0px !important;
    color: #FFF6F0;
    margin-bottom: 15px;
}
.ast-builder-grid-row-5-equal .ast-builder-footer-grid-columns {
    grid-column-gap: 15px;
	display: flex;
}
.ast-builder-grid-row-5-equal .site-footer-section.site-footer-section-1 {
    width: 27%;
	padding-right: 59px;
}
.ast-builder-grid-row-5-equal .site-footer-section.site-footer-section-2, .ast-builder-grid-row-5-equal .site-footer-section.site-footer-section-3, .ast-builder-grid-row-5-equal .site-footer-section.site-footer-section-4 {
    width: 19%;
}
.widget_nav_menu ul {
    margin-top: 15px;
}
.widget_media_image {
    margin-bottom: 20px !important;
}
.widget_nav_menu {
    margin-top: 30px;
}
.ast-builder-grid-row-5-equal .site-footer-primary-section-5.site-footer-section.site-footer-section-5 {
    width: calc(16% - 40px);
}
.ast-builder-grid-row-5-equal .ast-builder-footer-grid-columns {
	position: relative;
}
.site-primary-footer-wrap.ast-builder-grid-row-5-equal .ast-builder-footer-grid-columns:after {
    content: '';
    position: absolute;
    width: calc(73% - 10px);
    height: 0.5px;
    background-color: #FFF6F0;
    bottom: -1px;
    right: 0;
}
.ast-header-html.inner-link-style- a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFF6F0;
}
.ast-header-html.inner-link-style- a img {
    margin-right: 10px;
}
.ast-footer-copyright {
    font-family: 'Poppins';
}
span.tpg-widget-heading-line {
    display: none;
}
section#block-13 {
    display: none;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"]{
	padding-top:30px;
}

.search-results .ast-row{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search-results article {
    width: calc(100% / 2 - 15px) !important;
	border-radius: 20px;
    overflow: hidden;
	background-color: #fff !important;
}
.search-results .ast-blog-single-element p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-results h2.entry-title.ast-blog-single-element {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ast-blog-layout-5-grid .ast-blog-featured-section {
    width: 35%;
}
.ast-blog-layout-5-grid .post-content {
    width: 65%;
}
div#content {
    margin-top: 100px;
}
@media only screen and (max-width:991px){
	
	.search-results article{
		width:100% !important;
	}
	.ast-builder-grid-row-5-equal .ast-builder-footer-grid-columns {
    padding: 0px 40px;
    display: block;
}
	.ast-builder-grid-row-5-equal .site-footer-section.site-footer-section-1 {
    width: 100%;
    padding-right: 0px;
}
.ast-builder-grid-row-5-equal .site-footer-section.site-footer-section-2, .ast-builder-grid-row-5-equal .site-footer-section.site-footer-section-3, .ast-builder-grid-row-5-equal .site-footer-section.site-footer-section-4 {
    width: 100%;
}
	.ast-builder-grid-row-5-equal .site-footer-primary-section-5.site-footer-section.site-footer-section-5 {
    width: 100%;
}
	.site-primary-footer-wrap.ast-builder-grid-row-5-equal .ast-builder-footer-grid-columns:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 0.5px;
    background-color: #FFF6F0;
    bottom: -1px;
    right: 5%;
}
/* 	.widget_nav_menu ul {
    display: none;
} */
	.footer-bar-navigation {
    display: none;
}
	section#block-10 {
    position: absolute;
    bottom: 30px;
    transform: translateX(-50%);
    left: 50%;
    width: 80%;
}
	.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    padding-bottom: 230px;
    position: relative;
}
	.site-below-footer-wrap .site-footer-below-section-3.site-footer-section.site-footer-section-3, .site-below-footer-wrap .site-footer-below-section-4.site-footer-section.site-footer-section-4 {
    width: 50%;
}
	
}
@media only screen and (max-width:767px){
	    .ast-separate-container .ast-blog-layout-5-grid .post-content {
        padding: 15px !important;
    }
	
	.ast-blog-layout-5-grid .ast-blog-featured-section {
    width: 100%;
}
.ast-blog-layout-5-grid .post-content {
    width: 100%;
}

.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    padding-bottom: 200px;
   
}
	.widget_media_image {
		width:50%;
	}
	section#block-13 {
    display: block;
}
section#nav_menu-6 {
    display: none;
}
	.site-footer-below-section-1 {
    display: none !important;
}
	.ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}
	.ast-header-html.inner-link-style- a{
		font-size:10px;
	}
	.ast-header-html.inner-link-style- a img {
   
    width: 16px;
}
	.site-footer-below-section-4{
		margin-left:auto;
		margin-top:0px;
	}
	.site-below-footer-wrap[data-section="section-below-footer-builder"]{
		padding-top:13px;
		padding-bottom:35px;
	}
	span.mobile_btn a {
    font-family: Lora;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    border: 1px solid #B4BCCB;
    color: #FFF6F0;
    padding: 5px 15px;
    border-radius: 50px;
}
	section#block-13 {
    position: absolute;
    right: 40px;
    top: 15px;
}
	.ast-footer-copyright {
		font-size: 12px !important;
	margin-top: 5px;}

.site-footer-section-1 p {
    font-size: 10px;
    padding: 16px 30px !important;
    text-align: center;
}
	    .site-primary-footer-wrap.ast-builder-grid-row-5-equal .ast-builder-footer-grid-columns:after {
        content: '';
        position: absolute;
        width: 84%;
        height: 0.5px;
        background-color: #FFF6F0;
        bottom: -1px;
        right: 8%;
    }
	.widget_nav_menu {
    margin-top: 15px;
}
	    section#block-10 {
				bottom: 45px;}
	a.start_button_for_test {
    margin-bottom: 10px;
}
	
}

.search-results span.ast-blog-single-element.ast-taxonomy-container.cat-links.default {
    color: #ffffff00;
}

.aim-section{
	background: linear-gradient(0deg,rgba(255, 246, 239, 1) 0%, rgba(253, 236, 225, 1) 50%, rgba(255, 246, 239, 1) 100%) !important;
}

@media (max-width: 767px) {
  .entry-content figure {
    float: none;
    margin: 0 auto 15px;
    width: 100%;
    text-align: center;
  }

  .entry-content figure img {
    width: 100%;
    height: auto;
  }

}

@media (min-width: 1024px) {
.container .entry-content {
    padding: 0px 80px 0px 80px!important;
}
}

.single_article {
    padding-bottom: 80px !important;
}


@media only screen and (max-width: 767px) {
    section#block-10 {
        bottom: 0px;
			top: 445px !important;
			display: block !important;
    }
}



.tab_left_heading h2 {
    font-family: Lora;
    font-weight: 700;
    font-size: 41px;
    line-height: 65px;
    color: black;
}
.tab_para p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 23px;
    color: black;
}

#pills-profile-tab{
	color: black;
	border: 1px solid black !important;
}
#pills-contact-tab{
	color: black;
	border: 1px solid black !important;
}
#pills-home-tab{
	color: black;
	border: 1px solid black !important;
}


.faq-icon{
    font-size: 22px;
    width: 100% !important;
    display: inline-block;
    margin-right: 12px;
    color: black;
    transition: transform 0.3s ease;
	display: inline-block !important;
	
}