/*Twitter x icon */
@font-face {
  font-family: "x-twitter";
  src: url(" ../../../../../fonts/x-twitter.html");
  src: url(" ../../../../../fonts/x-twitterd41d.html?#iefix ") format("embedded-opentype"),
    url(" ../../../../../fonts/x-twitter-2.html") format("woff"),
    url(" ../../../../../fonts/x-twitter-3.html") format("truetype");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "x-twitter" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "x-twitter" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x-twitter:before {
  content: "\61";
  display: flex;
}

/*Twitter x icon END */

.blog_inner_main {
  margin: 60px 0 0;
}

.blog_lists_main_page {
  padding: auto;
}

.each_blog_block {
  padding: 14px;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 0 0 30px;
  min-height: calc(100% - 30px);
}

.blog_meta_desc {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 10px;
}
.blog_meta_desc p {
  margin: 0;
  font-size: 1.5rem;
}

.blog_full_image img,
.blog_thumb_image img {
  width: 100%;
}

.blog_content a {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0px 0 8px;
  color: #101010;
  line-height: 3.2rem;
}
.blog_content a:hover {
  color: #fcaf3b;
}
.blog_content .read_more_btn {
  display: inline-block;
  background-color: #515151;
  color: #fff;
  padding: 3px 15px;
  border-radius: 4px;
  align-items: center;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0;
  display: none;
}
.blog_content .read_more_btn i {
  margin: 4px 0 0 2px;
}

.blog_sidebar {
  position: sticky;
  top: 100px;
}

.sidebar_each {
  padding: 12px;
  border-radius: 5px;
  margin: 0 0 30px;
  border: 1px solid #eee;
}

.sidebar_heading {
  font-size: 2.2rem;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
  padding: 0 0 4px;
}

.search_form {
  position: relative;
}

.search_button {
  position: absolute;
  right: 0;
  background-color: #fcaf3b;
  border: none;
  top: 0;
  height: 100%;
  width: 48px;
  color: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_button:hover {
  background-color: #515151;
  color: #fff;
}

label {
  margin: 0;
  padding: 0;
}

.sidebar_social .social-media {
  display: flex;
  margin-top: 2.2rem;
}
.sidebar_social .social-media li {
  margin-right: 12px;
}
.sidebar_social .social-media li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
}
.sidebar_social .social-media li a img {
  width: 40px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.34);
  border-radius: 12px;
}
.sidebar_social .social-media li a:hover img {
  transform: scale(0.95);
}

.sidebar_social ul {
  display: flex;
}

.sidebar_social ul li {
  list-style: none;
}

.sidebar_social ul li a {
  display: flex;
  border: 1px solid #fcaf3b;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 1.5rem;
  color: #101010;
}

.sidebar_social ul li a:hover {
  background-color: #fcaf3b;
  color: #101010;
}

.recent_post_each {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  align-items: center;
}
.sidebar_recent_post .recent_post_each:last-child {
  border: none;
}

.recent_post_img {
  max-width: 70px;
  margin: 0 10px 0 0;
}
.recent_post_img img {
  border-radius: 5px;
}

.recent_post_txt a {
  display: inline-block;
  color: #515151;
  margin: 0 0 5px;
}

.sidebar_email_subs .btn_main {
  padding: 8px 20px;
  font-size: 1.4rem;
}

.blog_title {
  font-size: 2.8rem;
  line-height: 3.8rem;
  color: #101010;
  margin: 0 0 0;
  padding: 0;
}

.blog_detail_title_meta {
  margin: 0 0 10px;
}

.blog_content_page {
  padding: 20px 0 0;
}
.blog_content_page h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin: 25px 0 10px;
}
.blog_content_page h3 {
  font-size: 1.8rem;
  margin: 25px 0 10px;
}
.blog_content_page ul li {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin: 0 0 0 30px;
}

.sharing_blog {
  display: flex;
  align-items: center;
}
.sharing_blog h4 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fcaf3b;
  margin: 0 10px 0 0;
  padding: 0;
}
.sharing_blog ul {
  display: flex;
  margin: 0;
}
.sharing_blog ul li {
  list-style: none;
  margin: 0 10px 0 0;
}
.sharing_blog ul li a {
  display: inline-flex;
  font-size: 1rem;
  height: 20px;
  width: 20px;
  background-color: #fcaf3b;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  color: #101010;
}

.recent_post_slide .item {
  padding: 2px 0;
}

.recent_post_heading h3 {
  font-size: 2.4rem;
  margin: 0 0 10px;
  color: #fcaf3b;
}

.recent_posts_list {
  padding: 50px 0;
  margin: 50px 0 0;
  background-color: #f8f8f8;
}

.blog_post_author {
  display: flex;
  padding: 15px;
  border: 1px solid #eee;
  margin: 30px 0 0;
  border-radius: 5px;
}

.blog_author_img_title {
  min-width: 120px;
  max-width: 120px;
  overflow: hidden;
  margin: 0 10px 0 0;
}
.blog_author_img_title img {
  border-radius: 10px;
}
.blog_author_img_title h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fcaf3b;
  text-align: center;
  margin: 10px 0 0;
}

.blog_author_desc {
  padding: 0 10px;
}
.blog_author_desc h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  color: #101010;
  text-align: left;
  margin: 0 0 5px;
}
.blog_author_desc p {
  font-size: 1.5rem;
  line-height: 2.6rem;
  margin: 0 0 5px;
}

.blog_post_comment {
  margin: 30px 0 0;
  padding: 15px;
  border: 1px solid #eee;
}

.blog_post_commented {
  margin: 30px 0 0;
  padding: 0px;
}

.psot_comment_each {
  display: flex;
  align-items: center;
  padding: 10px;
}
.blog_post_commented .psot_comment_each:nth-child(even) {
  background: #eaf5f2;
}
.blog_post_commented .psot_comment_each:nth-child(odd) {
  background: #f7f8f9;
}

.post_comment_img {
  max-width: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 10px 0 0;
}

.post_comment_details h4 {
  font-size: 1.4rem;
  color: #fcaf3b;
  margin: 0 0 4px;
}
.post_comment_details p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.blog_pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.blog_pagination ul li {
  list-style: none;
  margin: 0 2px;
}
.blog_pagination ul li.active a {
  background-color: #fcaf3b;
  color: #101010;
}
.blog_pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 50px;
  border: 1px solid #fcaf3b;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  color: #101010;
}
.blog_pagination ul li a:hover {
  background-color: #fcaf3b;
  color: #101010;
}

.page_not_found_main {
  text-align: center;
}
.page_not_found_main h1 {
  font-size: 2.8rem;
  line-height: 3.8rem;
}

.tag_blog {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.tag_blog h4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin: 0 10px 0 0;
  padding: 0;
}
.tag_blog ul {
  margin: 0;
  padding: 0;
}
.tag_blog ul li {
  list-style: none;
  display: inline-table;
}
.tag_blog ul li a {
  border: 1px solid #d0d2d7;
  font-size: 1.4rem;
  height: auto;
  padding: 0 5px;
  margin: 2px;
  display: inline-block;
  line-height: 2.4rem;
  border-radius: 4px;
  transition: 0.3s all ease-in-out;
}
.tag_blog ul li a:hover {
  background-color: #fcaf3b;
  color: #fff;
  border-color: #fcaf3b;
}



@media (max-width: 990px) {
  .blog_sidebar {
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .blog_post_author {
    display: block;
    text-align: center;
  }
  .blog_author_img_title {
    margin: 0 auto 10px;
  }
  .blog_author_desc h3 {
    text-align: center;
  }
  .sharing_blog {
    justify-content: center;
  }
}


/******* 06-03-2024*****/

.blog_content_page img {
    max-width: 100%;
}