/* 
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 */

.dental-heart ul {
	padding-left: 20px;
    padding-top: 10px;
}
body.single-post .page-content {
	padding-top: 0px !important;
}
.privacy a {
	color: #ffffff;
}
.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;
}
.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) {
	.footer-menu a {
		display: block !important;
		text-align: center;
	}
}
@media screen and (max-width: 580px) {
	.elementor-kit-7 h1,
	.elementor-kit-7 h2,
	.elementor-kit-7 h3,
	.elementor-kit-7 h4,
	.elementor-kit-7 h5,
	.elementor-kit-7 h6 {
        line-height: normal !important;
    }
	.contact-us textarea{
		border-radius: 20px !important;
	}
}