@charset "UTF-8";

header h1{margin:0;font-family:"Comfortaa";font-size:55px;font-weight:600;color:#fff;}
header h2{margin:15px 0 0 0;font-family:"Hind";font-size:18px;color:#fff;}
	header h2 i{margin:0 5px;font-size:14px;}

#allPosts{padding:100px 0;}
	#allPosts .post{border-bottom:1px solid #ccc;padding-bottom:50px;margin-bottom:50px;}
	#allPosts .post:last-child{border:0;padding:0;margin:0;}
	#allPosts .post h3{margin:0;font-family:"Hind";font-size:30px;font-weight:300;color:#555;text-transform:capitalize;}
	#allPosts .post h6{margin:15px 0;font-family:"Hind";font-size:13px;color:#00B0F8;}
		#allPosts .post h6 span{color:#c51162;}
			#allPosts .post h6 span i{margin-left:5px!important;}
		#allPosts .post h6 i{margin-left:5px;}
		#allPosts .post h6 i:first-child{margin-left:0;}
	#allPosts .post .bg{width:100%;height:350px;background-position:center;background-size:cover;background-repeat:no-repeat;}

#post{padding:50px 0;}
	#post h3{margin:0;font-family:"Hind";font-size:30px;font-weight:300;color:#555;text-transform:capitalize;}
	#post h6{margin:15px 0;font-family:"Hind";font-size:13px;color:#00B0F8;}
		#post h6 span{color:#c51162;}
			#post h6 span i{margin-left:5px!important;}
		#post h6 i{margin-left:5px;}
		#post h6 i:first-child{margin-left:0;}
	#post .post-data{margin:5px 0;font-family:"Hind";font-size:15px;font-weight:600;color:#444;text-transform:uppercase;}
		#post .post-data span{text-transform:capitalize;font-size:14px;color:#00B0F8;}
	#post .comments,
	#post .commenting{margin-top:50px;padding-top:50px;border-top:1px solid #eee;}
		#post .comments h3{margin-bottom:25px;}
		#post .comments .box-comment{margin-bottom:25px;position:relative;}
		#post .comments .box-comment:last-child{margin-bottom:0;}
			#post .comments .box-comment h4{margin:0 0 10px 0;font-family:"Hind";font-size:18px;text-transform:capitalize;font-weight:400;color:#c51162;}
				#post .comments .box-comment h4 i.fa-check-circle{font-size:14px;color:#00B0F8;}
			#post .comments .box-comment .txt{margin:0;}
			#post .comments .box-comment .box-comment-response{width:90%;margin-top:20px;padding-top:20px;border-top:1px solid #eee;}

.blog-menu{background-color:rgb(47,50,60);}
	.blog-menu-header{margin:0;padding:25px;width:100%;height:auto;font-family:"Comfortaa";font-size:18px;color:#fff;border-bottom:1px solid #444;}
	.blog-menu-body{padding:25px;width:100%;height:auto;font-family:"Hind";font-size:13px;color:#fff;border-bottom:1px solid #444;}
		.blog-menu-body ul{margin:0;}
			.blog-menu-body ul li{margin:5px 0;}
				.blog-menu-body ul li a{color:#fff;transition:color 0.3s ease-in-out;-webkit-transition:color 0.3s ease-in-out;}
					.blog-menu-body ul li a i{font-size:10px;margin-right:5px;}
				.blog-menu-body ul li a:hover,
				.blog-menu-body ul li a:focus,
				.blog-menu-body ul li a:active{color:#00B0F8;}
		.blog-menu-body .tags a{display:inline-block;margin:3px;width:auto;padding:5px 15px;background-color:#222;font-size:12px;color:#ccc;text-transform:lowercase;transition:background-color 0.3s ease-in-out;-webkit-transition:background-color 0.3s ease-in-out;}
		.blog-menu-body .tags a:hover,
		.blog-menu-body .tags a:focus,
		.blog-menu-body .tags a:active{background-color:#00B0F8;}
		.blog-menu-body #frmSrcBlog input[type="text"]{width:100%;height:50px;padding:15px;background-color:#555;border:0;outline:0;color:#00B0F8;}
		.blog-menu-body .recent-post{width:100%;margin-bottom:15px;}
			.blog-menu-body .recent-post:last-child{margin-bottom:0;}
			.blog-menu-body .recent-post .bg{background-position:center;background-size:cover;background-repeat:no-repeat;}
			.blog-menu-body .recent-post a{font-size:16px;color:#fff;display:block;margin-top:10px;transition:color 0.3s ease-in-out;-webkit-transition:color 0.3s ease-in-out;}
			.blog-menu-body .recent-post a:hover,
			.blog-menu-body .recent-post a:focus,
			.blog-menu-body .recent-post a:active{color:#00B0F8;}
			.blog-menu-body .recent-post .txt{margin:0 0 10px 0;color:#00B0F8;font-size:10px;}

@media(max-width:992px) and (min-width:601px){
	.blog-menu-body .recent-post .bg{height:120px;}
}