/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#moreContent {
	display: none;
}
#readMore {
	cursor: pointer;
}
.privacy a {
	color: #ffffff;
}
body.home .home-header {
	background: transparent;
	position: absolute !important;
	width: 100% !important;
	z-index: 1;
}
.elementor-nav-menu--main .top-contact a {
	background: #d6a665;
	border-radius: 8px;
	color: #ffffff !important;
    padding: 10px 30px !important;
}
.elementor-nav-menu--main .top-contact a:hover {
	background: #2c3e50;
}
.elementor-nav-menu--main .top-contact a:after {
	display: none !important;
}
.home-coaching .swiper-slide-image {
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
}
.home-coaching .elementor-image-carousel-caption {
    text-align: center;
    background: #8bc53f;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 0px;
    position: absolute;
    bottom: 40px;
    width: 75%;
    margin: 0 auto;
    right: 0;
    left: 0px;
    font-style: normal;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
}
.home-contact .elementor-button {
    width: 50% !important;
}
.home-contact select option {
    color: #000000 !important;
}
.home-contact textarea {
	border-radius: 20px !important;
}
.choose-content img {
    height: 180px;
    width: 180px;
    border-radius: 100px;
    border: 1px solid #ffffff;
}
.our-blog .pp-post-thumbnail img {
	height: 235px;
    object-fit: cover;
}
header.page-header {
	display: none;
}
body.blog .page-content,
body.single-post .page-content {
	padding: 40px 0px;
}
.comments-area {
	padding-bottom: 40px;
}
.margin-bottom-none,
.margin-bottom-none p,
.margin-bottom-none h5 {
	margin-bottom: 0px !important;
}
.full-image img {
    width: 100%;
}
.contact-image a:after {
	display: none !important;
}
.footer-link a,
.contact-link a {
	color: #000000;
}
.footer-menu .top-contact {
	display: none !important;
}
.contact-us textarea{
	border-radius: 30px !important;
}

@media screen and (max-width: 767px) {
	.home-services .elementor-swiper-button-prev {
		left: 40% !important;
	}
	.home-services .elementor-swiper-button-next {
		right: 40% !important;
	}
	.elementor-kit-7 h2 {
        line-height: normal !important;
    }
	.footer-menu a {
		display: block !important;
		text-align: center;
	}
}
@media screen and (max-width: 580px) {
	.home-services .elementor-swiper-button-prev {
		left: 30% !important;
	}
	.home-services .elementor-swiper-button-next {
		right: 30% !important;
	}
	.contact-us textarea{
		border-radius: 20px !important;
	}
}