/*** 
=============================================
    Blog Style1 Css
=============================================
***/
.blog-style1 {
	position: relative;
	display: block;
	background-color: #f4f4f4;
	padding: 120px 0 20px;
	z-index: 10;
}
.single-blog-style1 {
	position: relative;
	display: block;
	margin-bottom: 42px;
}
.single-blog-style1 .img-holder {
	position: relative;
	display: block;
	z-index: 1;
}
.single-blog-style1 .img-holder .inner {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	z-index: 1;
}
.single-blog-style1 .img-holder .inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.50;
	background-color: #000000;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	z-index: 1;
}
.single-blog-style1:hover .img-holder .inner::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.single-blog-style1 .img-holder img {
	width: 100%;
	transform: scale(1.0);
	border-radius: 10px;
	background-color: #000000;
	transform: scale(1.0) translateY(-70px);
}
.single-blog-style1:hover .img-holder img {
	opacity: 0.90;
	transform: scale(1.0) translateY(0px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.single-blog-style1 .img-holder .inner .overlay-icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: perspective(400px) rotateY(0deg) translateY(-50px);
	transform-origin: top;
	transition: all 500ms ease;
	z-index: 5;
}
.single-blog-style1:hover .img-holder .inner .overlay-icon {
	opacity: 1;
	transform: perspective(400px) rotateY(0deg) translateY(0px);
	transition-delay: 500ms;
}
.single-blog-style1 .img-holder .inner .overlay-icon a {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 30px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.single-blog-style1 .img-holder .inner .overlay-icon a:hover {
	color: var(--thm-base);
}
.single-blog-style1 .text-holder {
	position: relative;
	display: block;
	padding-top: 36px;
	transform: scale(1.0) translateY(-70px);
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.7s;
	transition-property: all;
}
.single-blog-style1:hover .text-holder {
	transform: scale(1.0) translateY(0px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.single-blog-style1 .text-holder .meta-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.single-blog-style1 .text-holder .meta-box .admin {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-right: 30px;
}
.single-blog-style1 .text-holder .meta-box .admin:before {
	content: "";
	position: absolute;
	top: 3px;
	right: 15px;
	bottom: 5px;
	width: 1px;
	background-color: #007aef;
}
.single-blog-style1 .text-holder .meta-box .admin .border-box {
	position: relative;
	top: -1px;
	display: block;
	width: 30px;
	height: 2px;
	background-color: #007aef;
	margin-right: 10px;
}
.single-blog-style1 .text-holder .meta-box .admin a {
	color: #007aef;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-family: var(--thm-font-2);
}
.single-blog-style1 .text-holder .meta-box p {
	color: #6e6e6e;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-family: var(--thm-font-2);
}
.single-blog-style1 .text-holder .blog-title {
	font-size: 24px;
	line-height: 34px;
	font-family: var(--thm-font-2);
}
.single-blog-style1 .text-holder .blog-title a {
	color: var(--thm-black);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.single-blog-style1 .text-holder .blog-title a:hover {
	color: var(--thm-base);
}
/*** 
=============================================
    Blog Style2 Css
=============================================
***/
.blog-style2 {
	position: relative;
	display: block;
	background-color: #ffffff;
	padding: 120px 0 20px;
	z-index: 10;
}
.blog-style2__top {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	padding-bottom: 49px;
}
.blog-style2__top .sec-title {
	padding-bottom: 0;
}
.blog-style2__top .text {
	position: relative;
	top: -4px;
	display: block;
	max-width: 520px;
	width: 100%;
}
/*** 
=============================================
    Blog Page One Css
=============================================
***/
.blog-page-one {
	position: relative;
	display: block;
	background-color: #f8f8f8;
	padding: 120px 0 120px;
	z-index: 10;
}
.single-blog-style2 {
	position: relative;
	display: block;
	margin-bottom: 60px;
}
.single-blog-style2 .img-box {
	position: relative;
	display: block;
	z-index: 1;
}
.single-blog-style2 .img-box .inner {
	position: relative;
	display: block;
	overflow: hidden;
}
.single-blog-style2 .img-box .inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000000;
	opacity: 0;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	z-index: 2;
}
.single-blog-style2:hover .img-box .inner:after {
	opacity: 0.60;
}
.single-blog-style2 .img-box .inner img {
	width: 100%;
	transform: scale(1.0);
}
.single-blog-style2:hover .img-box .inner img {
	transform: scale(1.05) rotate(0deg);
}
.single-blog-style2 .img-box .inner .overlay-icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: perspective(400px) rotateY(0deg) translateY(-80px);
	transform-origin: top;
	transition: all 1000ms ease;
	z-index: 5;
}
.single-blog-style2:hover .img-box .inner .overlay-icon {
	opacity: 1;
	transform: perspective(400px) rotateY(0deg) translateY(0px);
}
.single-blog-style2 .img-box .inner .overlay-icon a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 30px;
	width: 65px;
	height: 65px;
	background-color: transparent;
	border: 1px solid #ffffff;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.single-blog-style2 .img-box .inner .overlay-icon a:hover {
	color: #000000;
	border-color: #ffffff;
	background-color: #ffffff;
}
.single-blog-style2 .img-box .inner .date-box {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #ffffff;
	z-index: 5;
}
.single-blog-style2 .img-box .inner .date-box h2 {
	position: relative;
	top: 2px;
	font-size: 32px;
	line-height: 22px;
	font-weight: 600;
	text-transform: capitalize;
}
.single-blog-style2 .img-box .inner .date-box h2 span {
	font-size: 18px;
}
.single-blog-style2 .text-box {
	position: relative;
	display: block;
	padding-top: 16px;
}
.single-blog-style2 .text-box .meta-box {
	position: relative;
	display: block;
	padding-left: 40px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 18px;
}
.single-blog-style2 .text-box .meta-box .meta-title {
	position: absolute;
	top: 1px;
	left: 0;
	color: #7f7f7f;
	font-size: 20px;
	font-weight: 400;
}
.single-blog-style2 .text-box .meta-box .meta-info {
	position: relative;
	display: block;
	overflow: hidden;
}
.single-blog-style2 .text-box .meta-box .meta-info li {
	position: relative;
	display: block;
	float: left;
	padding-right: 20px;
	margin-right: 17px;
}
.single-blog-style2 .text-box .meta-box .meta-info li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.single-blog-style2 .text-box .meta-box .meta-info li::before {
	position: absolute;
	content: '';
	top: 9px;
	right: 0;
	bottom: 7px;
	width: 1px;
	background-color: #b8b8b8;
	transform: rotate(15deg);
}
.single-blog-style2 .text-box .meta-box .meta-info li:last-child::before {
	display: none;
}
.single-blog-style2 .text-box .meta-box .meta-info li a {
	color: #7f7f7f;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	font-family: var(--thm-font);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.single-blog-style2 .text-box .meta-box .meta-info li a:hover {
	color: var(--thm-base);
}
.single-blog-style2 .text-box .blog-title {
	font-size: 32px;
	line-height: 42px;
	font-family: var(--thm-font-2);
	font-weight: 700;
	padding: 26px 0 11px;
}
.single-blog-style2 .text-box .blog-title a {
	color: var(--thm-black);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.single-blog-style2:hover .text-box .blog-title a {
	color: var(--thm-base);
}
.single-blog-style2 .text-box .text {
	position: relative;
	display: block;
}
.single-blog-style2 .text-box .text p {
	color: #444444;
}
.single-blog-style2 .text-box .btn-box {
	position: relative;
	display: block;
	margin-top: 29px;
}
.single-blog-style2 .text-box .btn-box a {
	position: relative;
	display: flex;
	align-items: center;
	color: var(--thm-base);
	font-size: 14px;
	line-height: 24px;
	font-family: var(--thm-font-2);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.single-blog-style2:hover .text-box .btn-box a {
	color: var(--thm-black);
}
.single-blog-style2 .text-box .btn-box a span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 20px;
	top: -1px;
	margin-left: 19px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: transparent;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.single-blog-style2:hover .text-box .btn-box a span {
	color: #ffffff;
	background-color: var(--thm-base);
}
/*** 
=============================================
    Blog Page Two Css
=============================================
***/
.blog-page-two {
	position: relative;
	display: block;
	background-color: #f8f8f8;
	padding: 120px 0 120px;
	z-index: 10;
}
.blog-page-two__content {
	position: relative;
	display: block;
	padding-right: 30px;
}
.thm-sidebar-box {
	position: relative;
	display: block;
}
.single-sidebar-box {
	position: relative;
	display: block;
	margin-bottom: 50px;
}
.sidebar-title {
	position: relative;
	display: flex;
	align-items: flex-end;
}
.sidebar-title h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	text-transform: capitalize;
}
.sidebar-title .border-box {
	position: relative;
	display: block;
	top: -4px;
	width: 35px;
	height: 2px;
	margin-left: 20px;
	background-color: #c5c9cc;
}
.sidebar-search-box {
	position: relative;
	display: block;
}
.sidebar-search-box form.search-form {
	position: relative;
	display: block;
	width: 100%;
}
.sidebar-search-box .search-form input[type="text"] {
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	background-color: #f0f0f0;
	border: 0px solid #f0f0f0;
	color: #909090;
	font-size: 18px;
	font-weight: 500;
	padding-left: 20px;
	padding-right: 50px;
	border-radius: 0px;
	font-family: var(--thm-font);
	transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 50px;
	height: 52px;
	color: #a0a1a3;
	font-size: 24px;
	text-align: center;
	border: 0px solid #e7e7e8;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button i {
	position: relative;
	top: 0px;
}
.sidebar-search-box .search-form input[type="text"]:focus {
	color: var(--thm-black);
}
.sidebar-search-box .search-form input[type="text"]:focus+button, .sidebar-search-box .search-form button:hover {
	color: var(--thm-base);
}
 .sidebar-search-box .search-form input::-webkit-input-placeholder {
 color: rgba(var(--thm-black-rgb), .70);
}
 .sidebar-search-box .search-form input:-moz-placeholder {
 color: rgba(var(--thm-black-rgb), .70);
}
 .sidebar-search-box .search-form input::-moz-placeholder {
 color: rgba(var(--thm-black-rgb), .70);
}
 .sidebar-search-box .search-form input:-ms-input-placeholder {
 color: rgba(var(--thm-black-rgb), .70);
}
.sidebar-categories-box {
	position: relative;
	display: block;
	padding-top: 16px;
}
.sidebar-categories-box li {
	position: relative;
	display: block;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.sidebar-categories-box li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.sidebar-categories-box li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #444444;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	font-family: var(--thm-font);
	letter-spacing: 0.0em;
	transition: all 300ms linear;
	transition-delay: 0.1s;
	z-index: 1;
}
.sidebar-categories-box li a span {
	color: #d3d3d3;
	font-size: 9px;
}
.sidebar-categories-box li a:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -6px;
	width: 0;
	height: 1px;
	background-color: var(--thm-base);
	transition: all 600ms ease 100ms;
	z-index: -1;
}
.sidebar-categories-box li a:hover:after {
	width: 100%;
}
.sidebar-categories-box li:hover a {
	color: var(--thm-base);
	padding-left: 5px;
}
.sidebar-blog-post {
	position: relative;
	display: block;
	padding-top: 26px;
}
.sidebar-blog-post ul {
	position: relative;
	display: block;
}
.sidebar-blog-post ul li {
	position: relative;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.sidebar-blog-post ul li:last-child {
	border-bottom: none;
	padding: 0;
	margin-bottom: 0;
}
.sidebar-blog-post ul li .inner {
	position: relative;
	display: block;
	padding-left: 70px;
}
.sidebar-blog-post ul li .img-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 60px;
	overflow: hidden;
}
.sidebar-blog-post ul li .img-box img {
	width: 100%;
}
.sidebar-blog-post ul li .img-box .overlay-content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(var(--thm-base-rgb), .80);
	border-radius: 0%;
	opacity: 0;
	transform: perspective(0px) scale(0);
	transform-origin: center;
	transition: all 0.5s ease-in-out 0s;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.sidebar-blog-post ul li:hover .img-box .overlay-content {
	opacity: 1;
	transform: perspective(400px) scale(1.0);
	transition: all 0.3s ease-in-out 0.3s;
}
.sidebar-blog-post ul li .img-box .overlay-content a {
	color: #ffffff;
	font-size: 14px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.sidebar-blog-post ul li .title-box {
	position: relative;
	display: block;
	padding-left: 25px;
}
.sidebar-blog-post ul li .title-box h4 {
	position: relative;
	top: -5px;
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
	font-family: var(--thm-font);
}
.sidebar-blog-post ul li .title-box h4 a {
	color: var(--thm-gray);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.sidebar-blog-post ul li .title-box h4 a:hover {
	color: var(--thm-base);
}
.sidebar-blog-post ul li .title-box .date-box {
	position: relative;
	display: block;
}
.sidebar-blog-post ul li .title-box .date-box p {
	color: #091c55;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}
.popular-tag-box {
	position: relative;
	display: block;
	padding-top: 26px;
}
.single-sidebar-box .popular-tag {
	position: relative;
	display: block;
	overflow: hidden;
	margin-left: -5px;
	margin-right: -5px;
}
.single-sidebar-box .popular-tag li {
	position: relative;
	display: block;
	float: left;
	margin: 0 5px 10px;
}
.single-sidebar-box .popular-tag li a {
	position: relative;
	display: block;
	padding: 8px 15px 9px;
	background: #ffffff;
	color: #404040;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	border: 1px solid #e4e4e4;
	text-transform: capitalize;
	transition: all 500ms ease;
	font-family: var(--thm-font);
}
.single-sidebar-box .popular-tag li:hover a {
	color: #ffffff;
	border-color: var(--thm-base);
	background-color: var(--thm-base);
}
/*** 
=============================================
    Blog Details Area Css
=============================================
***/
.blog-details-area {
	position: relative;
	display: block;
	background: #f8f8f8;
	padding: 120px 0 120px;
	z-index: 10;
}
.blog-details-box {
	position: relative;
	display: block;
	padding-right: 30px;
}
.blog-details-text-1 {
	position: relative;
	display: block;
	padding-top: 47px;
	padding-bottom: 44px;
}
.blog-details-text-1 .inner-title {
	position: relative;
	display: block;
	padding-bottom: 18px;
}
.blog-details-text-1 .inner-title h3 {
	font-size: 26px;
	line-height: 34px;
}
.blog-details-text-1 .text-1-1 {
	position: relative;
	display: block;
}
.blog-details-text-2 {
	position: relative;
	display: block;
}
.blog-details-text-2 a {
	color: var(--thm-base);
	text-decoration: underline;
}
/*** comments Box Css ***/
.comment-box {
	position: relative;
	display: block;
	overflow: hidden;
}
.comment-box .inner-title {
	position: relative;
	display: block;
	padding-bottom: 34px;
}
.comment-box .inner-title h2 {
	font-size: 26px;
	line-height: 30px;
}
.comment-box__inner {
	position: relative;
	display: block;
	border-bottom: 1px solid #eeeeee;
}
.comment-box .single-comment {
	position: relative;
	display: block;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-bottom: none;
	padding: 30px 30px 24px;
}
.comment-box .single-comment.gray-bg {
	background-color: #fcfcfc;
}
.comment-box .single-comment-box {
	position: relative;
	display: block;
	padding-left: 70px;
	min-height: 70px;
}
.comment-box .single-comment-box--reply {
	margin-top: 43px;
	margin-left: 100px;
}
.comment-box .single-comment-box .img-holder {
	position: absolute;
	top: 0px;
	left: 0;
	width: 70px;
	height: 70px;
}
.comment-box .single-comment-box .img-holder img {
	width: 100%;
}
.comment-box .single-comment-box .text-holder {
	position: relative;
	display: block;
	padding-left: 30px;
	min-height: 70px;
}
.comment-box .single-comment-box .text-holder .top {
	position: relative;
	display: block;
}
.comment-box .single-comment-box .text-holder .top h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	text-transform: capitalize;
}
.comment-box .single-comment-box .text-holder .text {
	position: relative;
	display: block;
	padding-top: 9px;
}
.comment-box .single-comment-box .text-holder .text p {
	line-height: 26px;
}
.comment-box .single-comment .bottom-box {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 5px;
}
.comment-box .single-comment .bottom-box .date {
	position: relative;
	display: block;
	padding-right: 30px;
	color: #7c7c7c;
	font-size: 17px;
}
.comment-box .single-comment .bottom-box .date::before {
	content: "";
	position: absolute;
	top: 9px;
	right: 15px;
	bottom: 7px;
	width: 1px;
	background: #a5a5a5;
}
.comment-box .single-comment .reply {
	position: relative;
	display: block;
}
.comment-box .single-comment .reply a {
	color: var(--thm-base);
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: var(--thm-font);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.comment-box .single-comment .reply a:hover {
	color: var(--thm-black);
}
.reply-form-box {
	position: relative;
	display: block;
	padding-top: 65px;
}
.reply-form-box .title {
	position: relative;
	display: block;
	padding-bottom: 34px;
}
.reply-form-box .title h2 {
	font-size: 26px;
	line-height: 30px;
}
.reply-form-box #review-form {
	position: relative;
	display: block;
	background-color: #ffffff;
	padding: 50px 40px 50px;
	border: 1px solid #eeeeee;
}
.reply-form-box form .input-box {
	position: relative;
	display: block;
}
.reply-form-box form .input-box .icon {
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 15px;
	color: var(--thm-gray);
}
.reply-form-box form input[type="text"], .reply-form-box form input[type="email"], .reply-form-box form textarea {
	position: relative;
	display: block;
	background: #ffffff;
	width: 100%;
	height: 50px;
	border: 1px solid #eeeeee;
	color: #737373;
	font-size: 16px;
	padding: 0 30px;
	margin-bottom: 20px;
	border-radius: 0px;
	transition: all 500ms ease;
}
.reply-form-box form textarea {
	height: 150px;
	padding: 10px 30px;
	margin-bottom: 30px;
}
.reply-form-box form button {
}
.reply-form-box form input[type="text"]:focus {
	border-color: #11161e;
}
.reply-form-box form input[type="email"]:focus {
	border-color: #11161e;
}
.reply-form-box form textarea:focus {
	border-color: #11161e;
}

/*** 
=============================================
    End Css
=============================================
***/
