/*
Theme Name: Dr Shinika
Theme URI: https://drshinika.in
Author: Dr. Shinika R
Description: Blog theme matching the main drshinika.in site header and footer.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drshinika
*/

/* Blog content area — main site styles load from root /css/styles.css */
body .drshinika-blog-main{ font-weight:500; }
.drshinika-blog-main a{
	text-decoration: none;
}
.drshinika-blog-main {
	padding-top: 150px;
	padding-bottom: 4rem;
	min-height: 50vh;
}

.drshinika-blog-main .entry-title {
	font-size: 1.75rem;
	margin-bottom: 0.5rem;
}

.drshinika-blog-main .entry-meta {
	font-size: 0.9rem;
	opacity: 0.85;
	margin-bottom: 1.25rem;
}

.drshinika-blog-main .post-list article {
	margin-bottom: 2.5rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.drshinika-blog-main .post-list article:last-child {
	border-bottom: 0;
}

.drshinika-blog-main .post-thumbnail img {
	max-width: 100%;
	height: auto;
}

.drshinika-blog-main .pagination {
	margin-top: 2rem;
	justify-content: center;
}

.drshinika-archive-description {
	font-size: 1rem;
	line-height: 1.6;
	opacity: 0.9;
	max-width: 48rem;
}

.drshinika-archive-description p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Single post sidebar (widget area)
--------------------------------------------------------------*/

.widget-area > .widget, .maintenance_main .maintenance-progress > .maintenance-progress-bar > .maintenance-progress-percentage > span:before {
    border-top-color: #293356 !important;
}

.widget-area > .widget.widget_archive ul li:before, .widget-area > .widget.widget_categories ul li:before, .widget-area > .widget.widget_meta ul li:before, .widget-area > .widget.widget_pages ul li:before, .widget-area > .widget.widget_nav_menu ul li:before, .widget-area > .widget.widget_layered_nav ul li:before, .widget-area > .widget.widget_product_categories ul li:before {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 0;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 9px;
}

.drshinika-single-sidebar .drshinika-sidebar-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.drshinika-single-sidebar .widget ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.drshinika-single-sidebar .widget ul li {
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.drshinika-single-sidebar .widget ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.drshinika-single-sidebar .widget ul li ul {
	margin-top: 0.5rem;
	margin-left: 0.75rem;
	padding-left: 0.75rem;
	border-left: 2px solid rgba(0, 0, 0, 0.08);
}

.drshinika-single-sidebar .widget .post-count,
.drshinika-single-sidebar .widget .count {
	opacity: 0.75;
	font-size: 0.9em;
}

/* Match classic widget “card” look from .widget-area on single sidebar */
.drshinika-single-sidebar .drshinika-sidebar-widget.widget {
	margin-bottom: 35px;
	padding: 25px 30px 30px 30px;
	background-color: #f9fafa;
	border: 1px rgba(0, 0, 0, 0.06) solid;
	border-top-width: 7px;
}

.drshinika-single-sidebar .drshinika-sidebar-widget.widget:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Sidebar (widget-area)
--------------------------------------------------------------*/

.widget-area{
	margin-bottom:40px;
	clear:both;
}

.widget-area > .widget{
	margin-bottom:35px;
	padding:25px 30px 30px 30px;
	background-color:#f9fafa;
	border:1px rgba(0,0,0,0.06) solid;
	border-top-width:7px;
}

.widget-area > .widget:last-child,
.widget-area > .widget:only-child{
	margin-bottom:0;
}

.widget-area > .widget.widget_media_image{
	padding:0;
	border:none;
}

.widget-area > .widget > *:last-child{
	margin-bottom:0 !important;
}

.widget-area > .widget .widget-title{
	margin-top:0;
	margin-bottom:25px;
	font-weight:500;
	font-size:20px;
	line-height:30px;
	letter-spacing:-0.5px;
}

.widget-area > .widget .widget-title a{
	color:inherit;
}

.widget-area > .widget .widget-title img{
	margin-right:7px;
}

.widget-area > .widget.widget_search,
.widget-area > .widget.widget_product_search{
	padding:0;
	background:transparent;
	border:none;
}

.widget-area > .widget.widget_search .search-form,
.widget-area > .widget.widget_product_search .woocommerce-product-search{
	position:relative;
}

.widget-area > .widget.widget_search .search-form label,
.widget-area > .widget.widget_product_search .woocommerce-product-search label{
	width:100%;
	margin:0;
}

.widget-area > .widget.widget_search .search-form input[type=search],
.widget-area > .widget.widget_product_search .woocommerce-product-search input[type=search]{
	width:100%;
	height:45px;
	padding:0px 55px 0px 15px;
	background-color:#f6f7f8;
	border:none;
	border-radius:0;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.widget-area > .widget.widget_search .search-form input[type=search]:focus,
.widget-area > .widget.widget_product_search .woocommerce-product-search input[type=search]:focus{
	border-left-width:5px;
}

.widget-area > .widget.widget_search .search-form button[type=submit],
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type=submit]{
	position:absolute;
	top:0;
	right:0;
	width:45px;
	height:45px;
	border:none;
	border-radius:0;
	font-size:0;
}

.widget-area > .widget.widget_search .search-form button[type=submit] i,
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type=submit] i{
	font-size:16px;
	color:#fff;
	line-height:43px;
}

.widget-area > .widget .textwidget{
	margin:0px 0px 20px 0px;
}

.widget-area > .widget .textwidget > *:last-child{
	margin-bottom:0 !important;
}

.widget-area > .widget .textwidget p{
	margin:0px 0px 18px 0px;
}

.widget-area > .widget .textwidget img{
	margin:12px 0px 15px 0px;
}

.widget-area > .widget.widget_rss ul{
	margin:0;
}

.widget-area > .widget.widget_rss ul li{
	margin-bottom:15px;
}

.widget-area > .widget.widget_rss ul li:last-child,
.widget-area > .widget.widget_rss ul li:only-child{
	margin-bottom:0;
}

.widget-area > .widget.widget_rss ul li a{
	color:#31281f;
}

.widget-area > .widget.widget_rss ul li .rss-date{
	display:block;
	margin-top:7px;
	font-size:14px;
	color:#9b9a9a;
	line-height:22px;
}

.widget-area > .widget.widget_rss ul li .rss-date:before{
	margin-right:10px;
	content:"\f017";
	font-family:'FontAwesome';
}

.widget-area > .widget.widget_rss ul li .rssSummary{
	display:block;
	margin-top:7px;
}

.widget-area > .widget.widget_recent_entries ul,
.widget-area > .widget.widget_recent_comments ul{
	margin:0;
}

.widget-area > .widget.widget_recent_entries ul li,
.widget-area > .widget.widget_recent_comments ul li{
	position:relative;
	min-height:70px;
	margin-bottom:2px;
	padding:15px 15px 15px 65px;
	background-color:#fff;
	font-size:14px;
	line-height:25px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.widget-area > .widget.widget_recent_entries ul li:last-child,
.widget-area > .widget.widget_recent_entries ul li:only-child,
.widget-area > .widget.widget_recent_comments ul li:last-child,
.widget-area > .widget.widget_recent_comments ul li:only-child{
	margin-bottom:0;
}

.widget-area > .widget.widget_recent_entries ul li:hover,
.widget-area > .widget.widget_recent_comments ul li:hover{
	z-index:1;
	box-shadow:0px 2px 20px rgba(0,0,0,0.15);
}

.widget-area > .widget.widget_recent_entries ul li:before,
.widget-area > .widget.widget_recent_comments ul li:before{
	position:absolute;
	top:19px;
	left:20px;
	content:"\f0f6";
	font-family:"FontAwesome";
	font-size:30px;
	color:#bfbfbf;
	line-height:1;
}

.widget-area > .widget.widget_recent_entries ul li a{
	display:block;
	font-weight:500;
	color:inherit;
}

.widget-area > .widget.widget_recent_entries ul li .post-date{
	display:block;
	margin-top:7px;
	font-size:12px;
	line-height:22px;
}

.widget-area > .widget.widget_recent_comments ul li a{
	color:inherit;
}

.widget-area > .widget.widget_archive ul,
.widget-area > .widget.widget_categories ul,
.widget-area > .widget.widget_meta ul,
.widget-area > .widget.widget_pages ul,
.widget-area > .widget.widget_nav_menu ul,
.widget-area > .widget.widget_layered_nav ul,
.widget-area > .widget.widget_product_categories ul{
	padding-left: 14px;
}

.widget-area > .widget.widget_archive ul li,
.widget-area > .widget.widget_categories ul li,
.widget-area > .widget.widget_meta ul li,
.widget-area > .widget.widget_pages ul li,
.widget-area > .widget.widget_nav_menu ul li,
.widget-area > .widget.widget_layered_nav ul li,
.widget-area > .widget.widget_product_categories ul li{
	position: relative;
    margin-bottom: 12px;
    font-size: 15px;
    padding-left: 18px;
    line-height: 28px;
}

.widget-area > .widget.widget_archive ul li:last-child,
.widget-area > .widget.widget_categories ul li:last-child,
.widget-area > .widget.widget_meta ul li:last-child,
.widget-area > .widget.widget_pages ul li:last-child,
.widget-area > .widget.widget_nav_menu ul li:last-child,
.widget-area > .widget.widget_layered_nav ul li:last-child,
.widget-area > .widget.widget_product_categories ul li:last-child,
.widget-area > .widget.widget_archive ul li:only-child,
.widget-area > .widget.widget_categories ul li:only-child,
.widget-area > .widget.widget_meta ul li:only-child,
.widget-area > .widget.widget_pages ul li:only-child,
.widget-area > .widget.widget_nav_menu ul li:only-child,
.widget-area > .widget.widget_layered_nav ul li:only-child,
.widget-area > .widget.widget_product_categories ul li:only-child{
	margin-bottom:0;
}

.widget-area > .widget.widget_archive ul li a,
.widget-area > .widget.widget_categories ul li a,
.widget-area > .widget.widget_meta ul li a,
.widget-area > .widget.widget_pages ul li a,
.widget-area > .widget.widget_nav_menu ul li a,
.widget-area > .widget.widget_layered_nav ul li a,
.widget-area > .widget.widget_product_categories ul li a{
	color:#565656;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	text-decoration: none;
}

.widget-area > .widget.widget_archive ul li a:hover,
.widget-area > .widget.widget_categories ul li a:hover,
.widget-area > .widget.widget_meta ul li a:hover,
.widget-area > .widget.widget_pages ul li a:hover,
.widget-area > .widget.widget_nav_menu ul li a:hover,
.widget-area > .widget.widget_layered_nav ul li a:hover,
.widget-area > .widget.widget_product_categories ul li a:hover{
}

.widget-area > .widget.widget_archive ul li ul,
.widget-area > .widget.widget_categories ul li ul,
.widget-area > .widget.widget_meta ul li ul,
.widget-area > .widget.widget_pages ul li ul,
.widget-area > .widget.widget_nav_menu ul li ul,
.widget-area > .widget.widget_layered_nav ul li ul,
.widget-area > .widget.widget_product_categories ul li ul{
	margin-top:12px;
	/*margin-left:15px;*/
}

.widget-area > .widget.widget_rating_filter ul{
}

.widget-area > .widget.widget_rating_filter ul li{
	margin-bottom:15px;
}

.widget-area > .widget.widget_rating_filter ul li:last-child,
.widget-area > .widget.widget_rating_filter ul li:only-child{
	margin-bottom:0;
}

.widget-area > .widget.widget_recent_reviews ul,
.widget-area > .widget.widget_top_rated_products ul{
}

.widget-area > .widget.widget_recent_reviews ul li,
.widget-area > .widget.widget_top_rated_products ul li{
	margin-bottom:15px;
}

.widget-area > .widget.widget_recent_reviews ul li:last-child,
.widget-area > .widget.widget_recent_reviews ul li:only-child,
.widget-area > .widget.widget_top_rated_products ul li:last-child,
.widget-area > .widget.widget_top_rated_products ul li:only-child{
	margin-bottom:0;
}

.widget-area > .widget.widget_recent_reviews ul li img,
.widget-area > .widget.widget_top_rated_products ul li img{
	width:40px;
	margin-top:8px;
}

.widget-area > .widget.widget_recent_reviews ul li .star-rating,
.widget-area > .widget.widget_top_rated_products ul li .star-rating{
	float:left;
	margin-top:7px;
}

.widget-area > .widget.widget_recent_reviews ul li .reviewer,
.widget-area > .widget.widget_top_rated_products ul li .amount{
	width:100%;
	float:left;
	margin-top:5px;
}

.widget-area > .widget.widget_price_filter .ui-slider{
	margin-bottom:22px;
	background-color:#252525;
}

.widget-area > .widget.widget_price_filter .ui-slider .ui-slider-range,
.widget-area > .widget.widget_price_filter .ui-slider .ui-slider-handle{
}

.widget-area > .widget.widget_price_filter button[type=submit]{
	padding:5px 20px 4px 20px;
	border-radius:30px;
	text-transform:uppercase;
	font-size:12px;
}

.widget-area > .widget.widget_layered_nav_filters ul li{
	width:100%;
	margin-bottom:7px;
	padding:0;
}

.widget-area > .widget.widget_layered_nav_filters ul li:last-child,
.widget-area > .widget.widget_layered_nav_filters ul li:only-child{
	margin-bottom:0;
}

.widget-area > .widget.widget_products ul li{
	padding-top:17px;
	padding-bottom:17px;
    border-bottom:1px #e2e2e2 solid;
}

.widget-area > .widget.widget_products ul li:first-child{
	padding-top:0;
}

.widget-area > .widget.widget_products ul li:last-child{
	padding-bottom:0;
    border-bottom:none;
}

.widget-area > .widget.widget_products ul li:only-child{
	padding-top:0;
	padding-bottom:0;
    border-bottom:none;
}

.widget-area > .widget.widget_products ul li > a{
	margin-bottom:1px;
	font-weight:500;
	color:inherit;
}

.widget-area > .widget.widget_products ul li img{
    width:60px;
}

.widget-area > .widget.widget_products ul li .star-rating{
	display:none;
}

.widget-area > .widget.widget_products ul li .woocommerce-Price-amount{
	font-size:13px;
}

.widget-area > .widget.widget_products ul li del{
	opacity:0.7;
}

.widget-area > .widget select{
	width:100%;
	height:50px;
	padding:0px 10px 0px 10px;
	background:#fff;
	border:1px #ececec solid;
	border-radius:0;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.widget-area > .widget select:focus{
}

.widget-area > .widget .tagcloud{
	margin:0px 0px 14px 0px;
	font-size:0;
}

.widget-area > .widget .tagcloud > [class*='tag-link-']{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px 15px 5px 15px;
	background-color:#fff;
	border:1px #d8d8d8 solid;
	border-radius:3px;
	font-weight:400;
	font-size:13px !important;
	color:#4f4f4f;
	line-height:22px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.widget-area > .widget .tagcloud > [class*='tag-link-']:hover{
	color:#fff;
}

.widget-area > .widget.widget_calendar .calendar_wrap{
	background-color:#fff;
}

.widget-area > .widget.widget_calendar #wp-calendar{
	width:100%;
	table-layout:fixed;
}

.widget-area > .widget.widget_calendar #wp-calendar caption{
	padding:9px 10px 10px 4px;
	border:1px #e2e2e2 solid;
	border-bottom:none;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	color:#373737;
	line-height:24px;
	letter-spacing:1px;
}

.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > td,
.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > th,
.widget-area > .widget.widget_calendar #wp-calendar > tfoot > tr > td,
.widget-area > .widget.widget_calendar #wp-calendar > tfoot > tr > th,
.widget-area > .widget.widget_calendar #wp-calendar > thead > tr > td,
.widget-area > .widget.widget_calendar #wp-calendar > thead > tr > th{
	padding:2px 5px;
	border:1px #e2e2e2 solid;
	text-align:center;
	font-size:70%;
}

.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > td#today{
	background:rgba(0,0,0,0.05);
}

.widget-area > .widget.widget_seolounge_recent_posts_widget ul{
}

.widget-area > .widget.widget_seolounge_recent_posts_widget ul li{
	min-height:88px;
	margin-bottom:16px;
	padding-bottom:20px;
	border-bottom:1px #e2e2e2 solid;
	font-size:14px;
    line-height:25px;
}

.widget-area > .widget.widget_seolounge_recent_posts_widget ul li:last-child,
.widget-area > .widget.widget_seolounge_recent_posts_widget ul li:only-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}

.widget-area > .widget.widget_seolounge_recent_posts_widget ul li img{
	width:60px;
	float:left;
	margin-top:6px;
    margin-right:15px;
}

.widget-area > .widget.widget_seolounge_recent_posts_widget ul li .title{
	margin-bottom:0;
	font-size:13px;
    line-height:22px;
}

.widget-area > .widget.widget_seolounge_recent_posts_widget ul li .date{
	margin-top:6px;
	margin-bottom:0;
	font-size:12px;
	color:rgba(0,0,0,0.5);
	line-height:20px;
}

.widget-area > .widget.widget_seolounge_recent_posts_widget ul li a{
	color:inherit;
}


.blog_single{
	margin-bottom:40px;
}

.post.single-post{
	margin-bottom:10px;
}

.post.single-post > *:last-child{
	margin-bottom:0 !important;
}

.post.single-post .entry-header{
	margin-top:-10px;
	margin-bottom:35px;
}

.post.single-post .entry-header > *:last-child{
	margin-bottom:0 !important;
}

.post.single-post .entry-header .entry-title{
	margin-bottom:25px;
	font-weight:600;
	font-size:30px;
	line-height:1.4;
	word-wrap:break-word;
}

.post.single-post .entry-header .entry-title a{
	color:inherit;
}

.post.single-post .post-thumbnail{
	position:relative;
	margin-bottom:30px;
}

.post.single-post .entry-main{
	margin-bottom:30px;
}

.post.single-post .entry-content{
}

.post.single-post .entry-content > *:last-child{
	margin-bottom:0 !important;
}

.post.single-post .entry-footer{
	width:100%;
	height:auto;
	float:left;
	border-top:1px #c5c5c5 solid;
	border-bottom:1px #c5c5c5 solid;
}

.post.single-post .entry-footer .cat-links,
.post.single-post .entry-footer .comments-link{
	position:relative;
	width:auto;
	height:auto;
	padding-top:4px;
	padding-bottom:5px;
}

.post.single-post .entry-footer .cat-links{
	float:left;
	padding-right:10px;
	border-right:1px #c5c5c5 solid;
}

.post.single-post .entry-footer .comments-link{
	float:right;
	padding-left:10px;
	border-left:1px #c5c5c5 solid;
}

.post.single-post .entry-footer .cat-links:before{
	background-position:0px 0px;
}

.post.single-post .entry-footer .comments-link:before{
	background-position:-30px 0px;
}

.post.single-post .entry-footer .cat-links a,
.post.single-post .entry-footer .comments-link a{
	color:#6c6c6c;
}

.post-tags{
	margin-bottom:40px;
	padding-top:15px;
	padding-bottom:6px;
	border-top:1px #e2e2e2 solid;
	border-bottom:1px #e2e2e2 solid;
}

.post-tags .tags-title{
	margin-right:5px;
	font-weight:500;
	letter-spacing:1px;
}

.post-tags a[rel='tag']{
	display:inline-block;
	vertical-align:top;
	margin-right:6px;
	margin-bottom:9px;
	padding:3px 12px 3px 12px;
	background-color:transparent;
	border:1px #d3d3d3 solid;
	border-radius:30px;
	font-size:12px !important;
	color:#030712;
	line-height:22px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.post-tags a[rel='tag']:hover{
	color:#fff;
}

.post-navigation,
.comment-navigation{
	margin-bottom:40px;
	font-size:0;
}

.post-navigation .nav-previous,
.post-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next{
	display:inline-block;
	vertical-align:top;
	width:50%;
}

.post-navigation > .nav-links > .nav-previous:only-child,
.comment-navigation > .nav-links > .nav-previous:only-child{
	margin-right:50%;
}

.post-navigation > .nav-links > .nav-next:only-child,
.comment-navigation > .nav-links > .nav-next:only-child{
	margin-left:50%;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a,
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a{
	position:relative;
	display:block;
	text-transform:uppercase;
	font-size:12px;
	color:#808080;
	line-height:18px;
	letter-spacing:1px;
	cursor:pointer;
}

.post-navigation .nav-previous a,
.comment-navigation .nav-previous a{
	padding-left:40px;
	text-align:left;
}

.post-navigation .nav-next a,
.comment-navigation .nav-next a{
	padding-right:40px;
	text-align:right;
}

.post-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before,
.post-navigation .nav-next a:before,
.comment-navigation .nav-next a:before{
	position:absolute;
	top:-8px;
	z-index:0;
	font-family:'FontAwesome';
	font-size:50px;
	color:#c0c0c0;
	line-height:1;
}

.post-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before{
	left:0;
	content:"\f104";
}

.post-navigation .nav-next a:before,
.comment-navigation .nav-next a:before{
	right:0;
	content:"\f105";
}

.post-navigation .nav-previous a strong,
.post-navigation .nav-next a strong,
.comment-navigation .nav-previous a strong,
.comment-navigation .nav-next a strong{
	display:block;
	margin-top:3px;
	text-transform:none;
	font-weight:500;
	font-size:16px;
	color:#252525;
	line-height:26px;
	letter-spacing:0;
}

.author-bio{
	margin-bottom:35px;
	padding-top:20px;
    padding-bottom:20px;
    border-top:1px #e2e2e2 solid;
    border-bottom:1px #e2e2e2 solid;
}

.author-bio > .holder{
	position:relative;
	min-height:70px;
	padding-left:90px;
}

.author-bio > .holder > .pic{
	position:absolute;
	top:2px;
	left:0;
	z-index:1;
	width:auto;
	height:auto;
	text-align:center;
}

.author-bio > .holder > .pic img{
	width:65px;
	border-radius:50%;
}

.author-bio > .holder > .data{
}

.author-bio > .holder > .data .designation{
	margin-bottom:2px;
	text-transform:uppercase;
	font-size:11px;
	color:#828282;
	line-height:18px;
	letter-spacing:1px;
}

.author-bio > .holder > .data .title{
	margin-bottom:7px;
	font-weight:500;
    font-size:16px;
    color:#252525;
    line-height:26px;
}

.author-bio > .holder > .data .title a{
    color:inherit;
}

.author-bio > .holder > .data p:not(.designation):not(.title){
	margin-bottom:20px;
}

.comments-area{
}

.comments-area .comments-title,
.comments-area .comment-reply-title{
	font-weight:600;
	font-size:160%;
	color:#252525;
}

.comments-area .comments-title{
	margin-bottom:40px;
}

.comments-area .comment-reply-title{
	margin-bottom:10px;
}

.comments-area .comment-reply-title small a{
	color:inherit;
}

.comments-area ol.commentlist{
	margin-bottom:10px;
	padding:0 !important;
}

.comments-area ol.commentlist > li,
.comments-area ol.commentlist > li ol.children > li{
	list-style:none !important;
}

.comments-area ol.commentlist li .comment-body{
	position:relative;
	margin-bottom:35px;
	padding:20px 20px 20px 110px;
	padding-left:90px;
	background-color:#f9fafa;
	border:1px rgba(0,0,0,0.06) solid;
	border-left-width:3px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.comments-area ol.commentlist li.pingback .comment-body{
	padding-left:20px;
}

.comments-area ol.commentlist li .comment-body .comment-meta{
	margin-bottom:12px;
	background: none;
}

.comments-area ol.commentlist li .comment-body .comment-meta .comment-author{
	margin-bottom:3px;
	font-weight:500;
	font-size:16px;
	color:#0d1d28;
	line-height:28px;
}

.comments-area ol.commentlist li .comment-body .comment-meta .comment-author b{
	font-weight:inherit;
}

.comments-area ol.commentlist li .comment-body .comment-meta .comment-author a{
	color:inherit;
}

.comments-area ol.commentlist li .comment-body .comment-meta .comment-author cite{
	font-style:normal;
}

.comments-area ol.commentlist li .comment-body .comment-meta .comment-author img{
	position:absolute;
	top:20px;
	left:20px;
	z-index:1;
	width:50px;
	border-radius:50%;
}

.comments-area ol.commentlist li .comment-body .comment-meta .comment-metadata{
	font-weight:400;
	font-size:14px;
	color:#0d1d28;
	line-height:26px;
}

.comments-area ol.commentlist li .comment-body .comment-meta .comment-metadata a{
	color:inherit;
}

.comments-area ol.commentlist li .comment-content{
	margin-bottom:17px;
}

.comments-area ol.commentlist li .comment-content > *:last-child{
	margin-bottom:0 !important;
}

.comments-area ol.commentlist li .reply{
	font-weight:400;
	font-size:15px;
	line-height:26px;
}

.comments-area ol.commentlist li .reply .comment-reply-link{
	color:inherit;
}

.comments-area ol.commentlist li .reply .comment-reply-link:before{
	margin-right:12px;
	content:"\f112";
	font-family:'FontAwesome';
	color:#0d1d28;
}

.comments-area ol.commentlist li ol{
	padding-left:40px;
}

.comments-area .comment-form{
	margin-left:-10px;
	margin-right:-10px;
}

.comments-area .comment-form > p{
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}

.comments-area .comment-form > p.comment-form-author,
.comments-area .comment-form > p.comment-form-email,
.comments-area .comment-form > p.comment-form-url{
	width:33.33%;
	float:left;
}

.comments-area .comment-form > p label{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-bottom:10px;
}

.comments-area .comment-form > p.comment-form-cookies-consent label{
	width:auto;
	margin-bottom:0;
	margin-left:10px;
}

.comments-area .comment-form > p .required{
	color:#bf0000;
}

.comments-area .comment-form > p input[type=text],
.comments-area .comment-form > p input[type=email],
.comments-area .comment-form > p input[type=tel],
.comments-area .comment-form > p input[type=url],
.comments-area .comment-form > p input[type=password],
.comments-area .comment-form > p input[type=date],
.comments-area .comment-form > p input[type=time],
.comments-area .comment-form > p select,
.comments-area .comment-form > p textarea{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:40px;
	padding:0px 12px 0px 12px;
	background:#fff;
	border:1px #d1d1d1 solid;
	resize:none;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.comments-area .comment-form > p textarea{
	height:120px;
	padding:6px 12px 6px 12px;
}

.comments-area .comment-form button[type=submit],
.comments-area .comment-form p button[type=reset],
.comments-area .comment-form p input[type=submit]{
	background-color: #293356;
    border-color: #293356;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    color: #fff;
}



.comments-area .comment-form p button[type=submit] > span,
.comments-area .comment-form p button[type=reset] > span,
.comments-area .comment-form p input[type=submit] > span{
	position:relative;
}

.comments-area .comment-form p button[type=reset]{
	margin:0px 0px 0px 15px;
}

/*--------------------------------------------------------------
# Post (Style One)
--------------------------------------------------------------*/

.post.style-one{
	position:relative;
	margin-bottom:40px;
}

.post.style-one .category-list{
	position:absolute;
	top:19px;
	right:20px;
	left:20px;
	z-index:2;
	font-size:0;
}

.post.style-one .category-list > a{
	display:inline-block;
	vertical-align:top;
	margin-right:8px;
	margin-bottom:10px;
	padding:8px 15px 7px 15px;
	background-color:#252525;
	border:1px #252525 solid;
	border-radius:30px;
	text-transform:uppercase;
	font-weight:500;
	font-size:11px;
	color:#fff;
	line-height:1.1;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.post.style-one .category-list > a:hover{
	background-color:transparent;
	color:#252525;
}

.post.style-one .post-thumbnail{
	position:relative;
	margin-bottom:15px;
	overflow:hidden;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.post.style-one:hover .post-thumbnail{
	opacity:0.8;
}

.post.style-one .post-thumbnail > img{
	width:100%;
	float:left;
}

.post.style-one .post-thumbnail > .placeholder{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	background:center top no-repeat;
	background-size:cover;
}

.post.style-one .entry-main{
	margin-bottom:12px;
}

.post.style-one .entry-main > *:last-child{
	margin-bottom:0 !important;
}

.post.style-one .entry-main .entry-header{
	margin-bottom:12px;
}

.post.style-one .entry-main .entry-header > *:last-child{
	margin-bottom:0 !important;
}

.post.style-one .entry-main .entry-header .entry-title{
	margin-bottom:10px;
	font-size:18px;
	line-height:1.5;
	font-weight: bold;
}

.post.style-one .entry-main .entry-header .entry-title a{
	color:inherit;
}

.post.style-one .entry-main .entry-content{
	margin-bottom:25px;
}

.post.style-one .entry-main .entry-content > *:last-child{
	margin-bottom:0 !important;
}

.post.style-one .entry-main .entry-content p{
	margin-bottom:20px;
	font-size:14px;
	color:#595959;
	line-height:1.8;
}

.post.style-one .post-meta{
	margin-bottom:20px;
	font-size:0;
}

.post.style-one .post-meta > span{
	text-transform:uppercase;
	font-size:13px;
	color:#999;
	line-height:1.8;
}

.post.style-one .post-meta > span.author{
	color:#010101;
}

.post.style-one .post-meta > span:after{
	content:" ";
	display:inline-block;
	vertical-align:middle;
	width:7px;
	height:2px;
	margin-left:7px;
	margin-right:7px;
	background-color:#999;
}

.post.style-one .post-meta > span:last-child:after,
.post.style-one .post-meta > span:only-child:after{
	display:none;
}

.post.style-one .post-meta > span a{
	color:inherit;
}

@media (max-width: 767px) {
    .col-sm-2 {
        flex: 0 0 auto;
        width: 100%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 100%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 100%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 100%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 100%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 100%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 100%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 100%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 100%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 100%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

}