/* 11. blog */
.blog-area .section-title-2 {
	margin-bottom: 55px;
}
.blog-single {
	background: #fff;
	box-shadow: 0px 0px 16px 0px rgba(192, 208, 223, 0.2);
}
.blog-content {
	padding: 15px 20px;
	padding-left: 0;
}
.blog-content .blog-title h3 {
	font-size: 27px;
}
.blog-content .blog-title h3 a:hover {
	color: #ffdc93;
}
.blog-content .blog-text p {
	margin-bottom: 0;
}
.blog-content .blog-meta span {
	display: inline-block;
	margin-right: 20px;
}
.blog-content .blog-meta span a {
	color: #7f7a7a;
}
.blog-content .blog-meta span i {
	color: #00c7c6;
	margin-right: 3px;
}
.blog-content .blog-meta {
	border-bottom: 2px solid #fbf7f2;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.blog-active.owl-carousel .owl-item {
	margin: 10px 0;
}
.blog-active.owl-carousel .owl-nav div {
	position: absolute;
	text-align: center;
	transition: all 0.3s ease 0s;
	top: -35%;
	right: 0;
	color: #0e0e0e;
	font-size: 15px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: transparent;
	line-height: 46px;
	border: 2px solid #fbf7f2;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.blog-active.owl-carousel .owl-nav div.owl-prev {
	right: 60px;
}
.blog-active.owl-carousel .owl-nav div:hover {
	color: #fff;
	background-color: #ffdc93;
	border-color: #ffdc93;
}
.blog-single .blog-date {
	position: absolute;
	width: 65px;
	height: 65px;
	background: #ffc753;
	text-align: center;
	right: 15px;
	bottom: 15px;
}
.blog-single .blog-date-2 {
	background: #ff8000;
}
.blog-left .blog-date h4 {
	font-size: 30px;
	color: #Fff;
	margin-bottom: 0;
	line-height: 24px;
	margin-top: 12px;
}
.blog-left .blog-date span {
	color: #Fff;
}
.blog-thumb {
	overflow: hidden;
}
.blog-thumb img {
	width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.blog-single:hover .blog-thumb img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.blog-2 .blog-single {
	border: 2px solid #fbf7f2;
	box-shadow: none;
}
.news-wrapper {
	margin-right: 20px;
}
.news-wrapper .post-item {
	background: #fff;
	box-shadow: 0px 0px 16px 0px rgba(192, 208, 223, 0.2);
}
.post-item .post-content {
	padding: 35px;
	padding-top: 25px;
}
.post-thumb img, .gallery-post-item img {
	width: 100%;
}
.post-content .post-meta span {
	display: inline-block;
	margin-right: 20px;
}
.post-content .post-meta span a {
	color: #7f7a7a;
}
.post-content .post-meta span a i,
.post-content .post-meta span a:hover,
.post-content .post-title a:hover {
	color: #00c7c6;
}
.post-content .post-title {
	font-size: 35px;
	line-height: 44px;
}
.gallery-post-active .owl-nav .owl-prev, .gallery-post-active .owl-nav .owl-next {
	font-size: 18px !important;
	line-height: 52px;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #ff840a !important;
	background-color: #fff !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.gallery-post-active .owl-nav .owl-next {
	right: 0px;
	left: auto;
}
.post-blockquote blockquote {
	padding: 60px 50px;
	background: #7c99e5;
	margin-bottom: 0;
}
.post-blockquote blockquote p {
	font-size: 22px;
	color: #fff;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 0;
	font-family: 'Bubblegum Sans', cursive;
}
.pagination-wrapper ul li {
	display: inline-block;
	margin: 0 5px;
}
.pagination-wrapper ul li a {
	height: 50px;
	width: 50px;
	background: #fff;
	color: #7f7a7a;
	font-size: 15px;
	font-weight: 600;
	border-radius: 3px;
	line-height: 50px;
	margin: 0px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	box-shadow: 0px 0px 16px 0px rgba(192, 208, 223, 0.2);
}
.pagination-wrapper ul li a:hover, .pagination-wrapper ul li.active a {
	background: #7c99e5;
	color: #fff;
}
.widget {
	padding: 30px;
	background: #fffaf1;
}
.widget .widget-title {
	font-size: 24px;
	margin-bottom: 23px;
}
.widget .search-form {
	position: relative;
}
.widget .search-form input {
	width: 100%;
	height: 55px;
	border: 0;
	background: #fff;
	padding: 0 20px;
	box-shadow: 0px 3px 9px 0px rgba(231, 227, 226, 0.25);
}
.widget .search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: none;
	padding: 0 25px;
	color: #000;
	line-height: 60px;
	border: 0;
	cursor: pointer;
}
.widget-wrapper li {
	margin-bottom: 20px;
	padding: 18px 15px;
	background: #fff;
	box-shadow: 0px 3px 9px 0px rgba(231, 227, 226, 0.25);
}
.widget-wrapper li:last-child {
	margin-bottom: 0;
}
.widget-wrapper li a {
	color: #7f7a7a;
}
.widget-wrapper li a span i {
	margin-right: 5px;
}
.widget .widget-wrapper li > a:hover {
	color: #00c7c6;
	padding-left: 5px;
}
.widget ul.post li {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 3px 9px 0px rgba(231, 227, 226, 0.25);
}
.widget ul.post li:last-child {
	margin-bottom: 0;
}
.widget ul.post .widget-post-content {
	padding-left: 15px;
	overflow: hidden;
}
.widget ul.post .widget-post-content a {
	color: #7f7a7a;
}
.widget ul.post .widget-post-content a {
	color: #7f7a7a;
	line-height: 22px;
	margin-bottom: 3px;
	display: inline-block;
}
.widget ul.post .widget-post-content a:hover {
	color: #00c7c6;
}
.widget ul.post .widget-posts-meta {
	color: #00c7c6;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.widget.widget-instagram .widget-item li {
	width: 33.33%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}
.widget.widget-instagram .widget-item li a {
	margin: 5px;
}
.widget.widget-instagram .widget-item li a img {
	width: 100%;
}
.widget .tag {
	display: flex;
	flex-wrap: wrap;
	margin-top: -5px;
}
.widget .tag a {
	display: block;
	color: #7f7a7a;
	background: #fff;
	padding: 7px 14px;
	font-weight: 500;
	font-size: 15px;
	margin-top: 10px;
	box-shadow: 0px 3px 9px 0px rgba(231, 227, 226, 0.25);
}
.widget .tag a:not(:last-child) {
	margin-right: 10px;
}
.widget .tag a:hover {
	background: #ff840a;
	color: #fff;
}
.post-thumb img {
	width: 100%;
}
.comment-title h2 {
	font-size: 24px;
}
.comment-box {
	margin-bottom: 40px;
}
.comment-box .comment-avatar {
	float: left;
	margin-right: 20px;
}
.comment-box .comment-avatar img {
	width: 80px;
}
.comment-box .comment-text {
	overflow: hidden;
}
.comment-box .comment-text .avatar-name h5 {
	font-size: 16px;
	margin-bottom: 6px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.comment-box .comment-text .avatar-name {
	margin-bottom: 10px;
}
.comment-box .comment-text .avatar-name span {
	color: #00c7c6;
	font-size: 14px;
}
.comment-box .comment-text p {
	margin-bottom: 10px;
}
.comment-box .comment-text a {
	font-size: 14px;
	color: #051f33;
}
.comment-box .comment-text a:hover {
	color: #00c7c6;
}
.comment-box .comment-text a i {
	margin-right: 5px;
}
.comment-reply {
	padding-left: 130px;
}
.post-comment-title h4 {
	font-size: 24px;
}
.post-comment-form .contact-form textarea {
	height: 130px;
	padding: 20px;
}
.post-comment-form .contact-form h3 {
	text-align: left;
	font-size: 24px;
	margin-bottom: 30px;
}

.post-btn a{
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-family: sans-serif;
	text-decoration: none;
	color: #53b6bc;
	border: 2px solid #53b6bc;
	letter-spacing: 2px;
	text-align: center;
	position: relative;
	transition: all .35s;
  }
  
  .post-btn a span{
	position: relative;
	z-index: 2;
  }
  
  .post-btn a:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #ff8d00;
	transition: all .35s;
  }
  
  .post-btn a:hover{
	color: #fff;
  }
  
  .post-btn a:hover:after{
	width: 100%;
  }