.blog-post {
	margin-bottom: 20px;
}

.blog-home {
	overflow: hidden;
	float: none !important;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: auto !important;
}

.blog-item.blog-post-item {
	height: 230px;
}

.blog-item.blog-post-item .thumbnail .caption {
	height: 60px;
}

.thumbnail .caption {
	padding: 5px 0px 0px 0px !important;
}

.blog-item.blog-post-item .blog-footer {
	position: absolute;
	bottom: 0;
}

.blog-item {
	width: 100%;
	margin-top: 20px;
	height: 425px;
}

.blog-item a {
	color: gray;
	text-decoration: none !important;
}

.blog-item a:hover,
.blog-item a:focus {
	text-decoration: none;
}

.blog-item .blog-card {
	left: 0;
	position: absolute;
	right: 0;
	margin-top: -12px;
	text-align: center;
}

.blog-item .blog-card .blog-card-label {
	background: #fb6a09;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	margin: 0 auto;
	padding: 0 15px;
}

.blog-item .blog-footer {
	display: inline-block;
	color: #7a7a7a;
	text-align: center;
	bottom: 10px;
}

.author-list {
	height: 32px !important;
	width: 32px !important;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #fff;
}

.blog-item .blog-footer img {
	min-width: 32px;
	height: 32px;
}

.blog-item .blog-footer strong {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FB6A0F;
}

.blog-item .blog-footer p {
	font-weight: 500 !important;
	margin-bottom: 0;
}

.search-div {
	margin: auto;
	padding: 10px 0 10px 0px;
	width: 60%;
}

.search-div input[type="search"] {
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	display: table-cell;
	padding: 6px 12px;
	font-size: 14px;
}

.search-div .input-group-addon {
	background-color: #ffffff;
	border-radius: 0;
	border-left: 0px;
}

.search-div button {
	background-color: #ffffff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	display: table-cell;
	border: 0;
	font-size: 14px;
}

.blog-sidebar {
	padding-left: 0;
	padding-right: 0;
}

.blog-sidebar .well {
	background: #fff;
	padding: 10px 15px 100px 15px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.blog-sidebar .well h2,
.blog-sidebar .well h3 {
	font-size: 20px !important;
	font-weight: 600;
	padding: 15px 0px;
	color: black;
}

.blog-sidebar .search-box {
	padding: 10px;
}

.blog-sidebar .search-box .form-control {
	padding: auto 15px;
	background-color: #f7f5f3;
	background-image: none;
	border: 1px solid #f7f5f3;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.blog-sidebar .search-box .input-group-addon {
	padding: 5px 10px;
	border: none;
	background: #f7f5f3;
}

.blog-sidebar .search-box .input-group-addon button {
	outline: none;
	border: 0;
	background: transparent;
	padding: 0;
}

.blog-sidebar .widget-sidebar .content-widget-sidebar {
	overflow: hidden;
}

.blog-sidebar .widget-sidebar .content-widget-sidebar ul {
	list-style: none;
	padding-left: 0;
}

.blog-sidebar .widget-sidebar .content-widget-sidebar ul li {
	margin-bottom: 50px;
}

.blog-sidebar .widget-sidebar .content-widget-sidebar ul li.recent-post {
	min-height: 80px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 5px;
}

.blog-sidebar .widget-sidebar .content-widget-sidebar ul li img {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 10px;
	border-radius: 0px;
}

.blog-sidebar .widget-sidebar .content-widget-sidebar ul li img:hover {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.blog-sidebar .widget-sidebar .content-widget-sidebar ul li a {
	text-decoration: none;
	color: gray;
	font-size: 13px;
}

.blog-sidebar .widget-sidebar .content-widget-sidebar ul li h5 {
	color: #000a12;
}

.fb-send {
	display: inline-block !important;
	position: inherit !important;
}

.meta-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 480px) {
	.blog-homepage #content .container.mt-50 {
		margin-top: 20px !important;
	}

	.search-menu .search-box:hover {
		width: 100%;
		margin: 10px 0;
	}

	.blog-sidebar {
		margin-top: 0 !important;
	}

	.blog-item {
		height: auto;
	}

	.blog-item .blog-footer {
		position: relative;
		margin-top: 20px;
		height: 100%;
		display: block;
	}

	.blog-item .thumbnail {
		margin-bottom: 10px !important;
	}

	.blog-item .thumbnail .blog-box-img {
		height: 200px !important;
	}

	.blog-item .thumbnail .guide-caption,
	.blog-item .thumbnail .caption {
		height: auto !important;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.navbar {
		margin-bottom: 0;
	}

	.blog-item {
		height: auto;
	}

	.blog-item .blog-footer {
		position: relative;
		margin-top: 20px;
		height: 100%;
		display: block;
	}

	.blog-item .thumbnail {
		margin-bottom: 10px !important;
	}

	.blog-item .thumbnail .blog-box-img {
		height: 200px !important;
	}

	.blog-item .thumbnail .guide-caption,
	.blog-item .thumbnail .caption {
		height: auto !important;
	}

	.blog-sidebar {
		margin-top: 50px;
	}
}

@media (max-width: 991px) {
	.blog-sidebar .well h3 {
		margin-bottom: 0;
	}

	.blog-item {
		margin-top: 20px;
		height: auto;
	}

	.blog-item .blog-footer {
		bottom: 10px;
	}

	.blog-item .thumbnail .blog-box-img {
		height: 200px;
	}

	.blog-item .thumbnail .caption {
		height: auto;
	}

	.blog-item .thumbnail .guide-caption {
		height: 200px;
	}

	.navbar-right .dropdown-menu {
		left: 0;
	}

	.blog-sidebar {
		margin-top: 50px;
	}

	.blog-sidebar .well h3 {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.blog-sidebar .widget-sidebar .content-widget-sidebar ul li h5 {
		font-size: 17px !important;
	}
}

@media (max-width: 1170px) {
	.blog-item {
		margin-top: 20px;
	}

	.blog-item .blog-footer {
		bottom: 30px;
	}

	.blog-item .thumbnail .blog-box-img {
		height: 200px;
	}

	.blog-item .thumbnail .caption {
		height: auto;
	}

	.blog-item .thumbnail .guide-caption {
		height: 220px;
	}

	.blog-sidebar .widget-sidebar .content-widget-sidebar ul li h5 {
		font-size: 13px;
	}

	.blog-sidebar .widget-sidebar .content-widget-sidebar ul li img {
		margin-right: 5px;
	}
}

.more-blog-post-title {
	font-size: 35px;
	font-weight: 600;
	color: #1d1d1d;
	margin-bottom: 20px;
	margin-top: 20px;
}

.more-blog-post-author {
	margin: 6px 0 6px;
}

.more-blog-post-author .author-description {
	vertical-align: middle;
}

.more-blog-post-author .author-text-orange {
	color: #fb6a09;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
}

.more-blog-post-author .author-text-orange:hover,
.more-blog-post-author .author-text-orange:active,
.more-blog-post-author .author-text-orange:focus {
	text-decoration: none;
	border-bottom: 1px dotted #fb6a09;
}

.more-blog-post-author .author-text-gray {
	color: #81807e;
	font-weight: normal;
	font-size: 14px;
}

.prev-box {
	min-height: 70px;
	text-align: left;
	padding-right: 30px;
	border-right: 1px solid #e3e3e3;
}

.next-box {
	min-height: 70px;
	text-align: right;
}

.post-nav-wrapper a {
	font-size: 17px;
	line-height: 1.6;
	font-weight: 500;
}

.post-nav-label {
	color: #b2b2b2;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
}

.blog-main-detail-content {
	overflow: hidden;
}

.blog-post-main {
	display: block;
	background: #fff;
	margin: 10px 0;
}

.blog-post-main p {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #1d1d1d;
	text-align: left;
}

.blog-post-main .wp-caption.aligncenter p {
	text-align: inherit;
}

.blog-post-main a {
	text-decoration: underline;
	color: #55801e !important;
}

.blog-post-main a:hover {
	text-decoration: none;
	color: #f6dc5a;
}

.blog-post-main table,
.blog-post-main table td,
.blog-post-main table th {
	border: 1px solid #ddd;
	text-align: left;
}

.blog-post-main table {
	border-collapse: collapse;
	width: 100% !important;
}

.blog-post-main th,
.blog-post-main td {
	padding: 3px;
}

.blog-post-main b,
.blog-post-main strong {
	font-weight: 600;
	line-height: 30px;
}

.blog-post-main h2,
.blog-post-main h3,
.blog-post-main h4 {
	color: #454647;
}

.blog-post-main h3 {
	font-size: 22px;
	margin: 20px 0px 20px;
	font-weight: bold;
}

.blog-post-main h4,
.blog-post-main h5 {
	font-size: 19px;
	margin: 10px 0px 10px;
	font-weight: bold;
}

.blog-post-main h2 {
	font-size: 26px;
	margin: 20px 0px 20px;
	font-weight: bold;
}

.blog-post-main .blog-post-social {
	margin-top: 30px;
	margin-bottom: 50px;
}

.blog-post-main .blog-post-social .btn {
	margin: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	font-weight: 800;
	font-size: 15px;
	-o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
	-moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
	-webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
	-ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
	width: 90px;
	padding-left: 3px;
}

.blog-post-main img {
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.blog-post-main iframe {
	margin: auto !important;
	text-align: center;
	width: 100% !important;
	max-width: 900px !important;
}

.toc-container li a {
	color: #000 !important;
}

.meta-title {
	font-size: 16px;
	display: inline;
}

.meta-tags li {
	display: inline;
	margin-right: 3px;
	margin-bottom: 5px;
}

.meta-tags li a {
	text-decoration: none !important;
}

.tag-row {
	margin-top: 10px;
	margin-bottom: 10px;
}

.article-footer {
	display: inline;
	margin: 20px 0px 10px;
}

/*Social Share Bar*/
.share-post {
	margin-top: 20px;
	padding: 10px 0;
	border-top: dotted 1px #ccc;
}

.share-icon {
	font-size: 15px;
	margin-top: 6px;
	line-height: 30px;
	text-align: center;
}

.share-icon i {
	cursor: pointer;
}

.share-icon i::before {
	font-family: 'FontAwesome';
}

.icon-twitter-sign {
	color: #00c3f3;
	border: solid 1px #00c3f3;
	padding: 1px 12px;
	line-height: 20px;
	white-space: nowrap;
	margin-bottom: 4px;
}

.icon-twitter-sign:hover {
	color: #fff;
	background: #00c3f3;
}

.icon-instagram {
	color: #2d609b;
	border: solid 1px #2d609b;
	padding: 3px 8px;
	white-space: nowrap;
	margin-bottom: 4px;
}

.icon-instagram:hover {
	color: #fff;
	background: #2d609b;
}

.icon-facebook-sign {
	color: #2a5f87;
	border: solid 1px #2a5f87;
	padding: 3px 8px;
	white-space: nowrap;
	margin-bottom: 4px;
}

.icon-facebook-sign:hover {
	color: #fff;
	background: #2a5f87;
}

.icon-google-plus-sign {
	color: #eb4026;
	border: solid 1px #eb4026;
	padding: 3px 8px;
	white-space: nowrap;
	margin-bottom: 4px;
}

.icon-google-plus-sign:hover {
	color: #fff;
	background: #eb4026;
}

.icon-pinterest-sign {
	color: #ca212a;
	border: solid 1px #ca212a;
	padding: 3px 8px;
	white-space: nowrap;
	margin-bottom: 4px;
}

.icon-pinterest-sign:hover {
	color: #fff;
	background: #ca212a;
}

.icon-rss-sign {
	color: #fc6420;
	border: solid 1px #fc6420;
	padding: 3px 8px;
	white-space: nowrap;
	margin-bottom: 4px;
}

.icon-rss-sign:hover {
	color: #fff;
	background: #fc6420;
}

.blog-post-relation {
	margin-top: 30px;
	margin-bottom: 20px;
}

.blog-post-relation .blog-post-relation-title {
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.blog-post-relation .blog-post-relation-content {
	position: relative;
	display: block;
	background: #fff;
}

.blog-sidebar .category-sidebar a {
	color: #333;
	font-weight: 600;
}

.blog-sidebar-home {
	padding-left: 15px;
	padding-right: 15px;
}

.blog-sidebar-home .search-box {
	padding: 0;
	margin-bottom: 10px;
}

.blog-sidebar-home .well {
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Landscape phones and down */

@media (max-width: 480px) {
	.search-div {
		width: 90%;
	}

	.more-blog-post-title {
		font-size: 25px !important;
	}

	.fb-send {
		display: inline-block !important;
	}

	.blog-sidebar {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {

	.prev-box {
		border-right: 0px;
		text-align: center;
		border-bottom: 1px solid #e3e3e3;
	}

	.next-box {
		text-align: center;
		margin-top: 10px;
	}

	.blog-item.blog-post-item {
		height: auto;
	}

	.blog-item.blog-post-item .thumbnail .caption {
		height: auto;
	}

	.blog-item.blog-post-item .blog-footer {
		position: relative;
	}

	.more-blog-post-title {
		margin-top: 10px;
		font-size: 30px;
	}

	.blog-footer {
		bottom: 0 !important;
	}

	.footer .footer-right {
		margin-left: 0 !important;
	}

	.footer .footer-menu {
		text-align: center !important;
	}

	.footer .footer-menu .menu-head {
		margin-bottom: 5px;
	}

	.blog-sidebar {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 768px) {
	.author-blog-section {
		padding: 1.5rem;
	}

	.fb-send {
		top: -12px;
	}

	.blog-post-main iframe {
		height: 320px !important;
	}
}


/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {

	.blog-post-main p {
		font-size: 16px;
	}

	.blog-sidebar {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.blog-sidebar-home {
		padding-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 1170px) {
	.blog-item.blog-post-item {
		height: 350px;
	}

	.blog-item.blog-post-item .thumbnail .caption {
		height: auto;
	}
}

/* === Comment Styles === */
.comments-wrapper {
	margin-bottom: 0px;
}

.comments-wrapper .comment-list {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

.comments-wrapper .comment-list ol {
	list-style: none;
	margin-left: 40px;
    background-color: #f2f2f2;
}

.comment-list .children>li {
	list-style: none;
	padding-left: 15px;
}

.comment-list .comment-body {
	position: relative;
	padding: 15px 0;
	overflow: hidden;
}

.comment-reply-title {
	border-bottom: none;
}

.comment-author-name {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
.comment-time {
    font-size: 14px;
    color: #a2a5a9;
}
.avatar-wrapper {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-right: 20px;
}

.avatar-wrapper img{
    width:100%;
    height: 100%;
    object-fit: cover;
}

.comment-metadata,
.commentcontent,
.reply {
	margin-left: 70px;
}

.logged-in-as {
	margin-bottom: 20px;
}

.commentcontent,
.comment-notes {
	font-size: 15px;
	line-height: 26px;
}

.commentcontent a {
	text-decoration: underline !important;
}

.comment-metadata .article-date {
	float: right;
	font-size: 13px;
	color: #bbbbbb;
}

.comments-wrapper .author-name {
	color: #222222;
	font-weight: 500;
}

.comments-wrapper .author-name:hover {
	color: #ff6600;
}

.comments-wrapper .comment-reply-link {
	font-size: 13px;
	border-bottom: 1px solid transparent;
}


.comment-reply-title {
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
}

.comment-form {
	margin-bottom: 30px;
}

/* === Author Box Styles === */
.author-box {
	position: relative;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px 25px 25px;
}

.author-avatar {
	float: left;
	display: block;
	margin-right: 20px;
}

.author-avatar img {
	width: 120px;
	height: 120px;
}

.author-box .author-info {
	margin-left: 130px;
	position: relative;
}

.author-box p {
	margin-bottom: 10px;
}

.author-avatar,
.author-avatar a,
.author-avatar a img {
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.author-info h3 {
	margin: 0 0 5px 0;
	font-size: 20px;
	line-height: 33px;
}

.author-info h3 a {
	color: #222222;
}

.author-info h3 a:hover {
	color: #ff6600;
}

.author-box .author-bio {
	margin-bottom: 9px;
}

.tour-incontent {
	background: #fff;
	font-size: 20px;
	border-radius: 0.75rem;
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	box-shadow: 0px 3px 12px 0px #ebebeb;
	display: table;
	margin-bottom: 1em;
	padding: 10px;
	position: relative;
	width: auto;
	text-align: left;
}

.tour-incontent ul li {
	margin-bottom: 10px !important;
}

.cat-sub-menu {
	min-width: 320px !important;
}

.cat-sub-menu li {
	padding: 0 10px;
}

.dropdown-divider {
	height: 0;
	margin: 0.2rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.cat-sub-menu ul {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}

.cat-sub-menu ul li:hover,
.cat-sub-menu ul li.active {
	background-color: #e7e7e7;
}

.blog_nav {
	max-width: 320px;
}

.has-search .form-control {
	padding-left: 2.375rem;
}

.has-search .form-control-feedback {
	position: absolute !important;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: center;
	pointer-events: none;
	color: #aaa;
	left: 20px;
}
