/*
Theme Name:   daisy-theme child theme
Description:  Write here a brief description about your child-theme
Author:       rahulbj
Author URL:   Write here the author's blog or website url
Template:     daisy-theme
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  daisy-theme-child
*/

/* Write here your own personal stylesheet */


/*t edit start*/

.home_blog_cover .premium-blog-entry-meta::after, .home_blog_cover .premium-blog-entry-meta::before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background-color: #e2a1b8;
	margin: 20px 0;
}
.home_blog_cover .premium-blog-content-wrapper {
	margin: 0 !important;
	padding: 0px 30px !important;
}
.lifestyle_box_cover .elementor-icon-box-icon {
	margin-bottom: -18px !important;
}
.rst-header .container:last-child {
	max-width: unset;
	z-index: 2;
	position: relative;
}
.sidebar aside.widget {
	border: 1px solid #e8e4e4;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 40px 36px -47px rgba(0,0,0,0.3);
	border-radius: 7px;
}
.sidebar aside.widget form input {
	width: 100% !important;
}
.sidebar aside.widget form input.mailpoet_submit {
	background-color: #e2a1b8;
	color: #fff;
}
.sidebar aside.widget.widget_mailpoet_form .title.widget-title {
	margin-bottom: 0;
}
.rst-header + .container {
	max-width: 100%;
	padding: 0;
}
.rst-header + .container .header-bg {
	background-color: #e5abbf;
	color: #fff;
}
body .post-block {
	box-shadow: 0 17px 70px -50px rgb(226, 174, 193);
	padding: 20px 30px 30px;
	border-radius: 10px;
	border: 1px solid #e9e9e9;
}
body .post-block.has-post-thumbnail {
	padding: 30px;
}
body .post-block.has-post-thumbnail .thumbnail-list > a {
	box-shadow: 10px 10px 0 0 rgb(226, 174, 193,0.3);
	border-radius: 10px;
}
 #tf-content .post-block .post-detail h2 {
	text-align: left;
	margin-top: 0;
}
 #tf-content .post-detail {
	text-align: left;
}
 #tf-content .text-center {
	text-align: left;
	margin-top: 25px;
}
 #tf-content .post-detail {
	padding: 0;
}
 #tf-content .daisy-info-meta {
	text-align: left;
}
 #tf-content .meta-cat:after,
 #tf-content .meta-cat:before {
	display: none;
}
 #tf-content .meta-cat {
	padding: 0;
}
 #tf-content .metas .meta-date {
	margin-left: 0;
}
 #tf-content .daisy-info-meta p {
	margin-top: 4px;
	font-size: 17px;
	text-align: left;
}
body.home .rst-header.rst-header-style-3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
body .rst-header-style-3 #rst-header {
	padding: 12px 0;
}
body.home .rst-header.rst-header-style-3::after {
	content: "";
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	box-shadow: 0 0px 95px 75px rgba(0,0,0,0.8);
	z-index: 5;
	height: 0;
}
body.home .rst-header.rst-header-style-3 .container {
	position: relative;
	z-index: 10;
	background-color: #fff;
}
body .rst-header.rst-header-style-3 .rst-logo-img {
	max-width: 250px;
}
body.single-post .rst-header {
	background-color: #fbfbfb;
}
body.home .navbar-default .navbar-nav li a {
	color: #000;
}
.rst-header {
	border-bottom: 1px solid #eaeaea;
}

/*t edit end*/

.service_box_cover .elementor-image-box-content {
    background-color: #fececa;
    position: absolute;
    top: 35%;
    max-width: 235px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0 10px;
    border-radius: 5px;
    cursor: pointer;
}
.service_box_cover .elementor-image-box-content:hover {
	background-color: #000;
}
.service_box_cover .elementor-image-box-content:hover h3 a {
	color: #fff;
}
.service_box_cover .elementor-image-box-content h3 {
	margin: 10px 0;
}
.newsletter_cover input {
	width: 100%;
	border: 0;
	padding: 11px 17px;
	margin-bottom: 18px;
	border-radius: 5px;
	font-size: 17px;
}
.newsletter_cover input.wpcf7-submit {
	margin: 0 !important;
	background-color: #000;
	color: #fff;
}
.newsletter_cover .wpcf7-form p {
	margin: 0;
}



/*responsive*/
@media screen and (max-width: 991px) {

	#rst-header #tf-menu {
		width: 65% !important;
		float: left;
		margin: 0;
	}
	#rst-header .logo {
		width: 35%!important;
		float: left;
	}
	#rst-header #tf-menu .nav > li > a {
		padding-right: 0;
		font-size: 14px;
	}
	
}

@media screen and (max-width: 767px) {
	
	#tf-menu {
		text-align: right;
	}
	.rst-header.rst-header-style-3 #menu-top-menu li a {
		color: #fff;
	}
	.rst-nav-menu li a {
		background-color: rgba(0,0,0,0.7);
		text-align: left;
		border-bottom: 1px solid #676767;
	}
	.navbar-default .navbar-nav > .current-menu-item > a {
		background-color: #e5abbf;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #000;
		background-color: #e5abbf;
	}

}