/* *-*-*-*-*-*-*-*-*-*- Contact Page *-*-*-*-*-*-*-*-* */
.lifestyle-contact-page .contact-page-row{
	box-shadow: 0px 3px 6px #00000029;
}
.lifestyle-contact-page .contact-page-row label{
	display: inline-block;
  font: normal normal 600 22px/15px 'Mulish', sans-serif;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.lifestyle-contact-page .contact-page-row input[type="text"]::placeholder,
.lifestyle-contact-page .contact-page-row input[type="email"]::placeholder,
.lifestyle-contact-page .contact-page-row textarea::placeholder{
	font: normal normal 400 15px/26px 'Mulish', sans-serif;
	letter-spacing: 0px;
	color: #000000 !important;
}
.lifestyle-contact-page .contact-page-row textarea{
	height: 150px;
}
.lifestyle-contact-page .contact-page-row input[type="text"],
.lifestyle-contact-page .contact-page-row input[type="email"],
.lifestyle-contact-page .contact-page-row textarea{
	margin-top: 5px;
}
.lifestyle-contact-page .contact-page-row input[type="submit"]{
	font: normal normal 500 20px/26px 'Mulish', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	background-color: #168BFF;
	border-radius: 6px;
	padding: 12px 30px;
	margin-top: 15px;
}
.lifestyle-contact-page .contact-page-mail,
.lifestyle-contact-page .contact-page-call{
	margin: 10px 0px;
}
.lifestyle-contact-page.container{
	margin: 3% auto;
  padding: 3% 0;
}
/* *-*-*-*-*-*-*-*-*-*- Faq's Page *-*-*-*-*-*-*-*-* */
.lifestyle-faq-page.container{
	margin: 5% auto;
}
.lifestyle-faq-page .faq-question{
  box-shadow: inset -2px -2px 2px #168bff, -1px 1px 3px #168bff;
	margin-bottom: 20px;
}
.lifestyle-faq-page .faq-question .question .stk-hover-parent {
    box-shadow: unset;
}
.lifestyle-faq-page .faq-question.stk--is-open h4{
	color: #168BFF;
}
/* *-*-*-*-*-*-*-*-*-*- Banner *-*-*-*-*-*-*-*-* */
.banner-section .banner-content h2,
.banner-section .breadcrumds h2,
.banner-section .breadcrumds h3{
  font-family: 'Mulish', sans-serif;
}
.banner-section{
	width: 100%;
	margin-top: -90px;
	z-index: 1;
}
.banner-section .wp-block-cover{
	align-items: flex-end;
	padding: 0;
}
.banner-section .banner-content{
	margin: 58px 0;
}
/* *-*-*-*-*-*-*-*-*-*- 404 Page *-*-*-*-*-*-*-*-* */
.page-404 .error_img{
	text-align: center;
}
/* *-*-*-*-*-*-*-*-*-*- Single Blog Page *-*-*-*-*-*-*-*-* */
.single-blog-page.wp-block-group{
	margin-bottom: 5%;
}
.single-blog-page .single-post-image{
	padding: 0 !important;
}
.single-blog-page .single-post-image img{
	height: 600px;
	border-radius: 0 !important;
}
.single-blog-page .post-info{
	margin-top: -100px;
	position: relative;
	z-index: 1;
	top: -75px;
}
.post-info .post-author{
	align-items: center;
}
.admin-col .post-author img{
	border-radius: 50px;
}
.post-info .post-author .wp-block-post-author__name,
.post-info .post-date-col time{
	font: normal normal 500 20px/25px 'Mulish', sans-serif;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.post-info .post-author .wp-block-post-author__name{
	color: #1A093F;
}
.post-info .post-date-col{
	display: flex;
	align-items: center;
}
.post-info .post-date-col time{
	color: #BFBFBF;
}
.single-blog-page .post-info .post-content P{
	font: normal normal 400 20px/40px 'Mulish', sans-serif;
  letter-spacing: 0px;
  color: #242424;
  margin: 0;
}
.single-blog-page .post-info .post-form{
	width: 60%;
  margin: 5% auto 0% auto;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 50px;
}
.single-blog-page  .post-form form{
	display: flex;
  flex-wrap: wrap;
}
.single-blog-page  .post-form form p{
	width: 100%;
}
.single-blog-page  .post-form form p.comment-notes,
.single-blog-page  .post-form form p.comment-form-url,
.single-blog-page  .post-form form p span{
	display: none;
}
.single-blog-page  .post-form form p.comment-form-author{
	order: 1;
}
.single-blog-page  .post-form form p.comment-form-email{
	order: 2;
}
.single-blog-page  .post-form form p.comment-form-comment{
	order: 3;
}
.single-blog-page  .post-form form p.comment-form-cookies-consent{
	order: 4;
}
.single-blog-page  .post-form form p.form-submit{
	order: 5;
}
.single-blog-page  .post-form h3.comment-reply-title{
	font: normal normal 600 36px/60px 'Mulish', sans-serif;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 15px;
}
.single-blog-page  .post-form form p label[for="author"],
.single-blog-page  .post-form form p label[for="email"],
.single-blog-page  .post-form form p label[for="comment"]{
	font: normal normal 600 20px/26px 'Mulish', sans-serif;
	letter-spacing: 0px;
	color: #000000;
}
.single-blog-page  .post-form form input[type="text"],
.single-blog-page  .post-form form input[type="email"],
.single-blog-page  .post-form form textarea{
	border: 1px solid #1212124D;
	border-radius: 5px;
}
.single-blog-page  .post-form form input[type="checkbox"]{
	width: 18px;
  height: 20px;
  margin-right: 5px;
}
.single-blog-page  .post-form form .comment-form-cookies-consent label{
	font: normal normal 500 16px/30px 'Mulish', sans-serif;
  letter-spacing: 0px;
  color: #242424;
}
.single-blog-page  .post-form form input[type="submit"]{
	background-color: #168BFF;
	border-radius: 0px;
	font: normal normal 500 18px/20px 'Mulish', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.single-blog-page .post-comment{
	background: #d5eaff;
	border-radius: 10px;
	width: 60%;
	margin: 7% auto 0% auto;
	padding: 25px;
}
.single-blog-page  .post-comment .comment-awaiting-moderation {
	display: none;
}
.single-blog-page  .post-comment .wp-block-comment-content P{
	margin: 0;
}
.single-blog-page  .post-comment .wp-block-avatar img{
	border-radius: 50px !important;
}
.single-blog-page  .post-comment .wp-block-comment-author-name{
	font: normal normal 600 23px/40px 'Mulish', sans-serif !important;
	letter-spacing: 0px;
	color: #242424;
}
.single-blog-page  .post-comment .wp-block-comment-content p{
	font: normal normal normal 16px/25px 'Mulish', sans-serif;
	letter-spacing: 0px;
	color: #242424;
	margin-bottom: 20px;
}
.single-blog-page  .post-comment .wp-block-comment-reply-link a{
	font: normal normal 500 18px/25px 'Mulish', sans-serif;
	letter-spacing: 0px;
	color: #242424;
	text-decoration: none;
}
.pagination .wp-block-post-navigation-link a{
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
}
.pagination .wp-block-post-navigation-link span{
	width: 100%;
}
.pagination .wp-block-post-navigation-link span.post-navigation-link__label{
	font: normal normal 400 20px/40px 'Mulish', sans-serif;
  letter-spacing: 0px;
  color: #A1A1A1;
}
.pagination .wp-block-post-navigation-link span.post-navigation-link__title{
	font: normal normal 500 18px/30px 'Mulish', sans-serif;
	letter-spacing: 0px;
	color: #242424;
}
.blog-inner-image .blog-left-img img,
.blog-inner-image .blog-right-img img{
	width: 100%;
	height: 100%;
}
.more-info h3{
	font: normal normal 600 25px/50px 'Mulish', sans-serif;
  letter-spacing: 0px;
  padding: 25px 0;
	margin: 0;
}
.more-info .blog-inner-image{
	margin: 35px 0px;
}
.post-info .category-social-icon{
	margin: 30px 0px 0px 0px;
	align-items: center !important;
	border-bottom: 1px solid #BCBCBC;
	padding-bottom: 40px;
}
.post-info .blog-category ul{
	padding: 0;
	display: flex;
}
.post-info .blog-category ul li:nth-child(4),
.post-info .blog-category ul li:nth-child(5),
.post-info .blog-category ul li:nth-child(6),
.post-info .blog-category ul li:nth-child(7),
.post-info .blog-category ul li:nth-child(8),
.post-info .blog-category ul li:nth-child(9),
.post-info .blog-category ul li:nth-child(10){
	display: none;
}
.post-info .blog-category ul li:nth-child(3){
	margin-right: 0px;
}
.post-info .blog-category ul li{
	list-style-type: none;
	margin-right: 15px;
}
.post-info .blog-category ul li a{
	text-decoration: none;
  font: normal normal normal 18px/25px 'Mulish', sans-serif;
  letter-spacing: 0px;
  color: #242424;
  padding: 10px;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
}
.single-post .breadcrumds{
	display: none;
}
/* *-*-*-*-*-*-*-*-*-*- Search Page *-*-*-*-*-*-*-*-* */
.search-page .result ul li{
	max-width: 30%;
	display: inline-block;
	margin: 0 10px;
}
.result .wp-block-group .wp-block-columns h2 a:hover{
	color: #168BFF;
}
.result .wp-block-query-pagination-numbers{
	background: #168BFF;
	padding: 10px;
}
.result .wp-block-query-pagination-numbers a.page-numbers{
	padding: 0px 20px;
  color: #fff;
  text-decoration: none;
}
.result .wp-block-query-pagination-numbers .current{
	padding: 10px 15px;
  background: #fff;
}
.result .wp-block-query-pagination-previous,
.result .wp-block-query-pagination-next{
	color: #168BFF;
	text-decoration: none;
	font: normal normal normal 20px/25px 'Mulish', sans-serif;
}
.result .is-arrow-arrow{
	font-size: 30px;
	margin: 0px;
}
.lifestyle-blog-pro-archive-right .search label{
	font: normal normal 600 25px/25px 'Mulish', sans-serif;
	color: #fff;
	margin-bottom: 15px;
}
/* *-*-*-*-*-*-*-*-*-*- About Us Page *-*-*-*-*-*-*-*-* */
.lifestyle-about-page.container{
	margin: 5% auto;
}
.about-leftside-sec .lifestyle_newsletter_sec,
.about-leftside-sec .lifestyle_popular_post_sec,
.about-leftside-sec .lifestyle_instagarm_sec{
	border: 2px dashed #A1A1A1;
}
.lifestyle_about_sec .social-icon .is-style-plain .stk--inner-svg{
	justify-content: start !important;
	padding: 15px !important;
	border-radius: 50%;
}
.lifestyle_about_sec .social-icon .is-style-plain:nth-child(1) .stk--inner-svg{
	background-color: #0165E1;
}
.lifestyle_about_sec .social-icon .is-style-plain:nth-child(2) .stk--inner-svg{
	background-color: #FF0000;
}
.lifestyle_about_sec .social-icon .is-style-plain:nth-child(3) .stk--inner-svg{
	background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}
.lifestyle_about_sec .social-icon .is-style-plain:nth-child(4) .stk--inner-svg{
	background-color: #FFFC00;
}
.lifestyle_about_sec .social-icon .is-style-plain:nth-child(5) .stk--inner-svg{
	background-color: #00acee;
}
.about-page-row .lifestyle_about_sec .about-para-two h6{
	position: relative;
  margin-left: 25px !important;
}
.about-page-row .lifestyle_about_sec .about-para-two h6::before {
  content: '\f10d';
  position: absolute;
  left: -25px;
  top: -5px;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  color: #168BFF;
}
.about-page-row .lifestyle_about_sec .about-para-two h6::after {
  content: '\f10e';
  position: absolute;
  left: 48%;
  bottom: 0px;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  color: #168BFF;
}
/* *-*-*-*-*-*-*-*-*-*- Single Gallery Page *-*-*-*-*-*-*-*-* */
.container.post-info {
	margin: 0% auto 3% auto;
}
.post-info .post_img{
	position: relative;
}
.post-info .post_img .gutentor-element-video-popup{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.post-info .post_img .gutentor-video-popup-holder{
	background-color: transparent;
	height: 50px;
	width: 50px;
}
.post-info .post_title{
	font: normal normal 800 40px/54px Muli;
	letter-spacing: 0px;
	color: #000000;
	margin: 20px 0;
}
.post-info .our_post_info .content p,
.post-info .our_post_info .discription p{
	font: normal normal normal 18px/30px Muli;
	letter-spacing: 0px;
	color: #000000;
}
.post-info .our_post_info .about_info ul{
	list-style-type: none;
  padding-left: 20px;
}
.post-info .our_post_info .about_info ul li{
	font: normal normal normal 18px/30px Muli;
	letter-spacing: 0px;
	color: #000000;
	position: relative;
}
.post-info .our_post_info .about_info ul li::after{
	content: '\f0da';
	position: absolute;
	left: -15px;
	top: 0;
	color: #000;
	font-size: 15px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.post-info .our_post_info .discription h3,
.post-info .our_post_info .about_info h4{
	font: normal normal 600 30px/51px Muli;
  letter-spacing: 0px;
  color: #000000;
}
.single-gallery .mfp-container{
	position: fixed;
}
/* *-*-*-*-*-*-*-*-*-*- Blogs Page *-*-*-*-*-*-*-*-* */
.lifestyle-blog-page.container{
	margin: 5% auto;
}
.lifestyle-blog-page .gutentor-post-header{
	display: none;
}
.lifestyle-blog-page .gutentor-post-item{
  border: 1px solid #d9d9d9;
}
.lifestyle-blog-page .gutentor-entry-meta,
.lifestyle-blog-page .gutentor-post-desc{
  border-bottom: 1px solid #d9d9d9;
}
.lifestyle-blog-page .gutentor-post-title a{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.lifestyle-blog-page .gutentor-image-thumb img{
  height: 300px;
	width: 100%;
}
/* *-*-*-*-*-*-*-*-*-*- Search Page Page *-*-*-*-*-*-*-*-* */
.search .search-page form button[type="submit"]{
	background-color: #168BFF;
	padding: 10px 25px;
	font: normal normal 500 20px/19px Muli;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.search .search-page h1.wp-block-query-title{
	font: normal normal 800 45px/50px Muli !important;
  letter-spacing: 0px;
	padding: 30px 0px;
}
.search .post .wp-block-columns .wp-block-columns{
	margin: 0 !important;
	border: 1px solid #d7d7d7;
}
.search .post .wp-block-columns .wp-block-post-date{
	padding: 10px !important;
	border-bottom: 1px solid #d7d7d7;
}
.search .post .post_box h2 a{
	font: normal normal 700 20px/30px Muli;
  letter-spacing: 0px;
  color: #000000;
	text-decoration: none;
	padding: 10px;
}
.search .post .post_box .wp-block-post-excerpt p{
	font: normal normal 400 16px/25px Muli;
  letter-spacing: 0px;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  padding: 10px;
  height: 116px;
}
/* *-*-*-*-*-*-*-*-*-*- Category Page *-*-*-*-*-*-*-*-* */
.archive .post .wp-block-post-excerpt p.wp-block-post-excerpt__excerpt{
	font: normal normal 400 16px/25px Muli;
	letter-spacing: 0px;
	color: #000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.archive .post h2{
	padding: 0 !important;
}
.archive .post h2 a{
	font: normal normal 700 20px/39px Muli;
	letter-spacing: 0px;
	color: #000;
	text-decoration: none;
}
.archive .post .wp-block-group time,
.archive .post .wp-block-group .wp-block-post-author__content p,
.archive .post .wp-block-group .taxonomy-category a{
	font: normal normal 600 16px/25px Muli;
	letter-spacing: 0px;
	color: #000;
	text-decoration: none;
}
.archive .post .wp-block-group .taxonomy-category a:last-child{
	display: none;
}
