/* Listing layout 1 */
h1 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: bold;
  }
  h2 {
	font-size: 14px;
	margin: 0px;
	text-transform: uppercase;
	margin-bottom: 10px;
  }
  
  .layout2 h3 {
	text-transform: uppercase;
	color: #2199c7;
	font-size: 15px;
  }
  .layout2 .post_date_blog {
	padding: 10px 0;
	margin: 0px;
	text-transform: uppercase;
	font-size: 14px;
  }
  
  .layout2 .hr {
	margin: 0px;
  }
  
  .layout2 .view_like {
	padding: 10px 0;
	color: #2199c7;
  }
  .layout2 .view_like span {
	margin-right: 20px;
  }
  .layout2 .view_like span i {
	margin-right: 5px;
  }
  .layout2 .description {
	font-size: 14px;
	line-height: 25px;
	height: 100px;
  }
  .layout2 .btn-primary {
	background: none;
	background-color: #2199c7;
	border-radius: 0px;
	padding: 10px 20px;
	border: none;
  }
  @media (max-width: 1200px) {
	.layout2 .description {
	  height: 130px;
	}
  }
  @media (max-width: 990px) {
	.layout2 .description {
	  height: 175px;
	}
  }
  @media (max-width: 786px) {
	.layout2 .description {
	  height: 100px;
	}
  }
  /* Listing layout 2 */
  
  .layout4 {
	margin-top: 20px;
  }
  .layout4 .blogs_post {
	margin-bottom: 20px;
  }
  .layout4 .blogs_post .blog_post4 {
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	padding: 15px;
	box-shadow: 0px 3px 0px #f3f3f3;
  }
  .layout4 .blogs_post .blog_post4 h3 {
	font-size: 22px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
  }
  .layout4 .blogs_post .blog_post4 .post_date_blog {
	font-size: 14px;
	font-weight: 600;
  }
  .layout4 .blogs_post .blog_post4 .post_date_blog .date_blog {
	font-weight: normal;
  }
  
  .layout4 .view_like {
	text-align: right;
  }
  .layout4 .view_like span {
	margin-left: 5px;
  }
  
  /* Blog/Post layout 1 */
  
  .layout1 .author_like_comment {
	color: #999;
	font-weight: 300;
  }
  .layout1 .author_like_comment span {
	margin-right: 10px;
	font-weight: bold;
	color: #23a1d1;
  }
  .layout1 .author_like_comment span i {
	margin-right: 10px;
  }
  .layout1 .main_description {
	margin-top: 10px;
	font-size: 16px;
  }
  
  .layout1 .tags a {
	background-color: #23a1d1;
	color: #fff;
	padding: 2px 5px;
	border-radius: 2px;
  }
  @media (max-width: 786px) {
	.layout1 .author_like_comment span span {
	  display: none;
	}
  }
  
  /* Blog/Post layout 2 */
  
  .layout2 h1 {
	text-align: center;
	margin: 10px 0;
  }
  
  .layout2 .author_like_comment {
	text-align: center;
  }
  .layout2 .author_like_comment span {
	margin-right: 10px;
	color: #23a1d1;
  }
  .layout2 .author_like_comment i {
	margin-right: 5px;
  }
  .layout2 .addthis_toolbox {
	text-align: center;
	margin: 15px auto;
	font-size: 18px;
  }
  
  /* Commen */
  #review h2 {
	margin: 20px 0;
  }
  /* .wcomments .author {
	font-size: 16px;
	color: #23a1d1;
	text-transform: uppercase;
	font-weight: bold;
  }
  .wcomments .author span {
	font-size: 13px;
	vertical-align: text-top;
	color: #999;
	font-weight: normal;
  }
  .wcomments .comment_text {
	line-height: 26px;
	font-size: 13px;
  }
  .comment_fields input {
	border-radius: 0px;
	height: 40px;
	background-color: #f7f7f7;
  }
  .comment_fields textarea {
	border-radius: 0px;
	background-color: #f7f7f7;
  }
  .comment_fields button {
	background: none;
	padding: 10px 20px;
	border-radius: 0px;
	background-color: #23a1d1;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
  }
  .comment_fields .comment_box {
	margin-top: 20px;
  } */
  
  /* Model Popup
  .modal-content {
	border-radius: 0px;
	background-color: #efefef;
  }
  .modal-content input {
	border-radius: 0px;
  }
  .modal-content .btn-primary {
	background: none;
	border: none;
	padding: 10px 20px;
	background-color: #1f90bb;
	background-position: 0 -15px;
	text-transform: uppercase;
  } */
  
  /* Left categories */
  .left_widget {
	background-color: #f7f7f7;
	padding: 15px;
	margin-bottom: 20px;
  }
  .categorylisting {
	margin: 0px;
	padding: 0px;
  }
  .categorylisting li {
	border-bottom: 1px solid #e4e4e4;
	list-style-type: none;
	padding: 10px;
  }
  .categorylisting li i {
	margin-right: 5px;
  }
  .categorylisting li a i {
	transition: all 0.5s ease;
  }
  .categorylisting li a:hover i {
	margin-right: 20px;
	transition: all 0.5s ease;
  }
  
  /* Search */
  #bsearch input {
	height: 40px;
	border-radius: 0px;
	margin-bottom: 10px;
  }
  #latest_slider .blogs_post {
	margin-right: 20px;
  }
  .latest_blog {
	margin: 15px 0;
	border-bottom: 1px solid #e4e4e4;
  }
  .owl-carousel {
	background: none !important;
  }
  .owl-wrapper-outer {
	border: none !important;
	box-shadow: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
  }
  .videoWrapper {
	position: relative;
	padding-bottom: 46%;
	height: 0;
  }
  .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  /* ////////////////////// costum */
  .blog-grid {
	display: grid;
	gap: 30px;
	margin-bottom: 40px;
  }
  .blog-title
  {
	margin-bottom: 30px;
  }
  .blog-grid.grid-1 {
	grid-template-columns: repeat(1, 1fr);
  }
  .blog-grid.grid-2 {
	grid-template-columns: repeat(2, 1fr);
  }
  .blog-grid.grid-3 {
	grid-template-columns: repeat(3, 1fr);
  }
  .blog-grid.grid-4 {
	grid-template-columns: repeat(4, 1fr);
  }
  @media (max-width: 1199px) {
	.blog-grid.grid-4 {
	  grid-template-columns: repeat(3, 1fr);
	}
  }
  @media (max-width: 991px) {
	.blog-grid.grid-3,
	.blog-grid.grid-4 {
	  grid-template-columns: repeat(2, 1fr);
	}
  }
  @media (max-width: 767px) {
	.blog-grid.grid-2,
	.blog-grid.grid-3,
	.blog-grid.grid-4 {
	  grid-template-columns: repeat(1, 1fr);
	}
  }
  .blog-grid .single-grid {
	max-width: 100%;
	overflow: hidden;
  }
  .custom-post .post-img {
	margin-bottom: 40px;
  }
  .custom-post .post-title {
	text-align: center;
	font-size: 30px;
	margin-bottom: 35px;
  }
  .custom-post .post-share-totals {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
  }
  .custom-post .author_like_comment {
	display: flex;
	align-items: center;
  }
  @media (max-width: 767px) {
	.custom-post .post-share-totals {
	  flex-direction: column;
	  justify-content: center;
	}
	.custom-post .author_like_comment {
	  margin-bottom: 15px;
	}
  }
  
  .custom-post .author_like_comment_item {
	font-weight: 400;
	font-size: 16px;
	color: #747373;
	display: flex;
	align-items: center;
	justify-content: flex-start;
  }
  .custom-post .author_like_comment_item ~ .author_like_comment_item {
	margin-inline-start: 20px;
  }
  .custom-post .author_like_comment_item i {
	font-size: 20px;
	margin-inline-end: 7px;
  }
  .custom-post .share-methods {
	display: flex;
	align-items: center;
  }
  .custom-post .share-title {
	font-weight: 400;
	font-size: 16px;
	color: var(--text-color);
	display: flex;
	margin-inline: 10px;
  }
  .custom-post .addthis_toolbox {
	display: flex;
	align-items: center;
  }
  .custom-post .addthis_toolbox a {
	margin: 0;
	display: flex;
	align-items: center;
  }
  .custom-post .post-description * {
	font-family: "29LTZeyn" !important;
	font-size: 16px !important;
	line-height: 1.875 !important;
	color: #666666 !important;
  }
  
  .custom-post .tags-cont {
	display: flex;
	align-items: center;
	margin-top: 25px;
  }
  
  .custom-post .tags-cont > span {
	font-size: 16px;
	font-weight: 400;
	color: var(--text-color);
	margin-inline-end: 14px;
  }
  
  .custom-post .tags-links {
	display: flex;
	align-items: center;
  }
  
  .custom-post .tags-links > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
  
	color: #8b8b8b;
	height: auto;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	transition: 0.3s;
	margin: 0 3px;
	border-radius: 11px;
  }
  
  .custom-post .tags-links > a:hover,
  .custom-post .tags-links > a:focus {
	color: var(--primary-color);
  }
  
  .custom-post .like_message {
	text-align: center;
	margin: 15px 0;
	font-size: 18px;
  }
  .custom-post .like_messageocx a i {
	opacity: 0.4;
  }
  .custom-post .like_message i {
	text-align: center;
	font-size: 36px;
	background-color: #23a1d1;
	padding: 16px 20px;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
  }
  #quicklogin {
	color: var(--primary-color);
	cursor: pointer;
  }
  
  .add-comments{
	  margin-top: 35px;
  }