
.logged-in-as{
  font: 500 16px / 28px "gt_walsheim_proregular";
  color: #141414;
  padding: 8px 0;
  letter-spacing: 0.5px;
}

.blog-grids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 20px;
}

.a-blog {
  background: #1f1c1c;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px;
  transition: transform 0.3s ease;
}

.a-blog:hover {
  transform: translateY(-5px);
}

.a-blog img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.a-blog h2 {
  margin: 0;
  color: #1785A9;
  font: 600 22px / 30px 'Sofia Pro';
  letter-spacing: 0.5px;
  text-align: center;
}

.a-blog h2 a {
  color: #f6cc5d;
}

.a-blog h2:hover a {
  color: #f6cc5d;
}

.meta {
    position: relative;
    font-size: 14px;
    line-height: 23px;
    color: #777;
    margin: 5px 0;
    text-align: center;
    letter-spacing: 0.5px;

}

.a-blog .excerpt {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-top: 10px;
}

.post-thumbnail {
  text-align: center;
  margin: 0 0 20px 0;
}

.post-thumbnail img {
  width: 100% !important;
  height: auto !important;
  display: block;
  max-width: 100%;
}

#Content-Container.single-post {
  margin: 30px 0 0 0;
}

.single-post #Content {
  background: #fefefe;
}

.post-thumbnail img {
  display: block;
  width: 100%;
}

#Content-Main > .table-div {
  margin: 0 0 30px 0;
}

.single-post .post-body{
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0;
}

.single-post .post-body img{
	display: block;
	width: 100%;
	margin: 10px 0;
}

.single-post .textMain {
  padding: 30px;
}

.single-post .textMain h2,
.single-post .textMain h3,
.single-post .textMain h4,
.single-post .textMain h5 {
  color: #141414;
}

.single-post .textMain p {
    font: 500 18px / 32px "gt_walsheim_proregular";
    color: #141414;
    padding: 8px 0;
    letter-spacing: 0.5px;
}


.single-post .textMain p strong{
    font: 600 16px / 28px 'Sofia Pro';
	color: #141414;
}

.single-post .textMain ul li,
.single-post .textMain ol ul li {
  font: 400 15px / 30px "gt_walsheim_proregular";
  color: #141414;
}

.single-post .textMain h1 {
    font: 700 30px / 36px 'Sofia Pro';
    color: #1785A9;
    text-align: left;
    letter-spacing: 0;
    text-transform: none;
    margin: 10px 0;
}

.single-post .textMain p.meta {
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0;
    font: 500 15px / 26px "gt_walsheim_proregular";
}



.hearticon:before{
    content: '\E81D';
    font-family: 'fontello';
    position: absolute;
    top: 9px;
    left: 0;
    margin: auto;
    color: #ff5722;
}

.hearticon{
    padding: 10px 1px 10px 20px;
    position: relative;
}

.single-post .hearticon:before {
    top: 8px;
}


.sidebar {
	width: 360px;
    display: none;
}

.related-post {
  width: 300px;
  margin: auto;
  padding: 30px;
  background: #f9f9f9;
}

.related-post h3 {
  font: 400 18px / 32px 'Sofia Pro';
  letter-spacing: 0.3px;
  color: #141414;
  margin: 0 0 15px 0;
}

.related-post li {
  font: 400 15px / 30px "gt_walsheim_proregular";
  color: #141414;
  letter-spacing: 0.4px;
  text-align: left;
  padding: 0px 0 15px 0;
  background: none;
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px 0;
}

.related-post li:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.related-post li span {
    display: block;
    padding: 0 6px;
    background: #efefef;
    width: 140px;
    font: 400 13px / 30px "gt_walsheim_proregular";
    text-align: center;
    margin: 10px 0 0 0;
}

no {
  display: inline-block;
  padding: 5px 7px;
  background: #efefef;
  font: 400 15px / 14px "gt_walsheim_proregular";
  border-radius: 20px;
}

.textMain {
  color: #141414;
}

blockquote {
  margin: 0;
  padding: 30px;
  background: #d81a1a;
}

blockquote * {
  color: #fff !important;
}


/* Blog Comment Section */

.single-blog {
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #c7c3c3;
}
#respond {
    background: #ffffff;
    padding: 30px;
    margin: 30px 0;
    border: 1px solid #dedede;
}
h3.comment-reply-title {
    font: 600 16px / 23px 'Sofia Pro';
    letter-spacing: 0.3px;
    color: #1785A9;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
h3.comment-reply-title span {
	font: 400 10px/23px "gt_walsheim_proregular";
	display: block;
	color: #000;
	font-style: normal;
	text-transform: initial;
}
#commentform>p.comment-notes, #commentform ul label, .comment-form-comment label {
	display: none;
}
.blog-inline-blocks li {
	padding: 0 ! important;
	background: none ! important;
	width: 200px;
	margin: 10px 0px;
}
input, textarea, select {
	border: 1px solid #d1d1d1;
	font-size: 14px;
	padding: 8px 15px;
	width: 100%;
	margin: 0 0 5px 0;
	max-width: 100%;
	resize: none;
	color: inherit;
	outline: none;
	font: 500 12px/20px "gt_walsheim_proregular";
	letter-spacing: 0.5px;
	transition: 0.7s all ease;
}
input{
	margin: 0 0 10px 0;
}
input:focus, textarea:focus {
	border: 1px solid #000;
}
input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] {
	-webkit-appearance: none;
	outline: none;
}
.comment-form-comment, .blog-inline-blocks {
	text-align: center;
}
#wp-comment-cookies-consent {
	width: 12px ! important;
	margin: 0 ! important;
}
.form-submit {
	text-align: center;
}
.form-submit .submit {
	font: 400 11px/24px "gt_walsheim_proregular";
	background: #151b25;
	color: #fff;
	display: block;
	padding: 5px;
	width: 130px;
	text-align: center;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	cursor: pointer;
}
.comment-form-cookies-consent{
    font: 400 14px / 22px "gt_walsheim_proregular";
}
.comment-awaiting-moderation{
    font: 400 14px / 22px "gt_walsheim_proregular";
    font-style: italic;
    margin: 10px 0 0 0;
}
.comment-content, .comment-content p{
    font: 500 16px / 27px 'gt_walsheim_proregular';
    color: #000000;
    padding: 5px 0;
    letter-spacing: 0.5px;
}
/* Reply Block */

h3#comments {
	margin: 0 0 20px 0;
    font: 600 16px / 26px 'Sofia Pro';
    color: #ffffff;
    text-transform: uppercase;
}
.commentlist {
	list-style: none;
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #c7c3c3;
}
.commentlist .children {
    margin: 10px 0 0 0;
}
.commentlist .children li{
    list-style: none;
	margin: 0;
}
.commentlist .comment-meta a {
    font: 400 13px / 27px "gt_walsheim_proregular";
    color: #151b25;
    display: inline-block;
    margin: 5px 0 0 0;
    background: #efefef;
    padding: 3px 10px;
}
.commentlist li {
	padding: 10px;
	border: 1px solid rgba(57, 57, 57, 0.45098039215686275);
	margin: 10px 0;
	border: 1px solid #dedede;
	background: #fafafa;
}
.commentlist li.odd {
	background: #fff;
}
.commentlist .says {
	display: none;
}
.vcard {
    text-transform: uppercase;
    font: 600 16px / 26px 'Sofia Pro';
    color: #095168;
    display: inline-block;
    margin: 0px 0 0 10px;
}
.commentlist .reply a {
	font: 400 10px/12px "gt_walsheim_proregular";
	padding: 7px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
	width: 60px;
    background: #1785A9;
}

/* Social Share */

h3.social-share{
    font: 400 22px / 30px 'Sofia Pro';
    color: #141414;
    margin: 10px 0 0 0;
    letter-spacing: 0.5px;
}

.social-media {
  list-style: none;
  padding: 0;
    margin: 10px 0 ! important;
}

.social-media li {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin: 0 5px 10px 0;
    position: relative;
	background: none ! important;
    padding: 0 ! important;
}

.social-media li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #333; /* default icon bg color */
  position: relative;
  text-decoration: none;
}

.social-media li a:before {
  position: absolute;
  font-family: 'fontello'; /* replace with your icon font */
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 18px;
  color: #fff;
  transition: 0.3s all ease;
}

/* Icon codes (replace with your Fontello codes) */
.social-media .fb a:before { content: '\E813'; }         /* Facebook */
.social-media .x a:before { content: '\F099'; }          /* X / Twitter */
.social-media .linkedin a:before { content: '\E814'; }   /* LinkedIn */
.social-media .whatsapp a:before { content: '\F232'; }   /* WhatsApp */
.social-media .pinterest a:before { content: '\F231'; }  /* Pinterest */
.social-media .copy a:before { content: '\F1D8'; }       /* Copy Link */

.social-media .fb a {
    background: #1877F2; /* Facebook Blue */
}

.social-media .x a {
    background: #1DA1F2; /* X / Twitter Blue */
}

.social-media .linkedin a {
    background: #0077B5; /* LinkedIn Blue */
}

.social-media .whatsapp a {
    background: #25D366; /* WhatsApp Green */
}

.social-media .pinterest a {
    background: #E60023; /* Pinterest Red */
}

.social-media .copy a {
    background: #555555; /* Neutral Grey for Copy Link */
}

/* Optional hover effect */
.social-media li a:hover {
    filter: brightness(1.1);
}


/* Hover effect */
.social-media li a:hover {
  background: #555;
}

/* Like Button */

.custom-like button {
    position: relative;
    color: #000000;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s;
    font-family: 'gt_walsheim_proregular';
    background: transparent;
}

.custom-like button:disabled {
    cursor: not-allowed;
}


.custom-like .heart{
    padding: 11px;
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.custom-like .heart:after{
    content: '\E81D';
    font-family: 'fontello';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    color: #ff5722;
    font-size: 21px;
}

    .heartico {
    background: url(https://www.druvakarthik.in/images/heart.png) no-repeat;
    background-position: -35px -31px;
    cursor: pointer;
    transition: background-position 1s steps(28);
    transition-duration: 0s;
    display: inline-block;
    padding: 5px 0 5px 50px;
    font-size: 20px;
    }

    .heartico.is-active {
      transition-duration: 1s;
      background-position: -2833px -31px; /* 28 frames * 100px = 2800px */
    }
	
    .custom-like button:disabled .heartico {
      background-position: -2833px -31px; /* 28 frames * 100px = 2800px */
    }
	
    /* Smaller heart for button look */
    .heartico.small {
		transform-origin: left top;
    }
	
	.highblock{
		padding: 25px;
    margin: 20px 0;
    font-style: italic;
    text-indent: 40px;
    background: url(https://www.druvakarthik.in/images/blockquote.svg) no-repeat 30px 30px #fafafa;
    background-size: 24px;
	}
/* Media */

@media (max-width: 992px) {
  .blog-grids {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .single-post #Content {
    display: block;
    width: auto;
    margin: 0 10px 20px 10px;
  }
  .single-post .textMain {
    padding: 15px;
  }
  .sidebar {
    display: block;
    width: auto;
    margin: 0 10px 20px 10px;
  }
  .related-post {
    display: block;
    width: auto;
    padding: 15px;
  }
  #comments{
    margin: 0 10px 20px 10px;
  }
}

@media (max-width: 600px) {
  .blog-grids {
    grid-template-columns: 1fr;
  }
  .meta-auth{
	display: block;
 }
 .blog-grids {
    padding: 0;
	}
}
