/*------------BLOG STYLES----------*/
.tooltip_text {
    visibility: hidden;
    width: 120px;
    background-color: grey;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0 4px;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 14px;
    font-size: 14px;
}

.tooltip_text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent grey;
}

.authornote {
	border: 1px dotted #9c0d06;
	padding: 10px;
	margin: 40px auto 20px;
  }
  
  .authornote p {
	margin-top: 6px;
	line-height: 30px;
  }
  
span.authorName {
	color: #333;
}

.fa_comments,
.default_comments {
	margin-top: 60px;
}

@media only screen and (min-device-width: 1100px) {
	.authorNote .imageLeft {
		width: 200px;
		float: left;
		margin-bottom: 20px;
	}
	@media only screen and (min-width: 638px) {
		.authornote_content p {
			margin-left: 120px !important;
		}
	}
	@media only screen and (min-width: 1200px) {
		ul.sidebar_you_may li {
			padding-left: 30px;
		}
	}
}

/* Styling for the comment button */
.anncomment_button {
	color: #000 !important;
	font-weight: bold;
	border-radius: 0;
	background-color: #c2e7e6;
	outline: 0 !important;
	border: 1px solid #c2e7e6;
	font-size: 16px;
}
  
  /* Hover effect for the comment button */
.anncomment_button:hover {
	background-color: rgba(15, 252, 237, 0.9) !important;
	border: 1px solid #0ffced !important;
}
  
/* Styling for the icon after the comment button */
button.anncomment_button:after {
	content: '\002B';
	color: #000;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
  
/* Styling for the icon after the active comment button */
button.anncomment_button.active:after {
	content: "\2212";
}
  
/* Additional styles for the comment button */
.anncomment_button:hover,
.anncomment_button:active,
.anncomment_button:focus,
.anncomment_button:visited {
	background-color: rgba(15, 252, 237, 0.9);
	color: #000;
	border: 1px solid #0ffced !important;
	outline: 0 !important;
	color: #000 !important;
}
  
/* Additional styles for default comments section */
.default_comments #comments {
	padding-top: 20px;
	font-size: 18px;
  }
  
.default_comments .commentlist li {
	font-size: 13px;
  }
  
  .default_comments .commentlist .comment-edit-link {
    display: none;
}

.anncomment_button {
    color: #000 !important;
    font-weight: bold;
    border-radius: 0px;
    /*background-color: rgba(15,252,237, 0.9) !important;*/
    background-color: #c2e7e6 !important;
    outline: 0px !important;
    /*border:1px solid #0ffced !important;*/
    border: 1px solid #c2e7e6 !important;
    padding: 14px 14px 8px;
}

button.anncomment_button:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.anncomment_button.active:after {
    content: "\2212";
}

.anncomment_button:hover,
.anncomment_button:active,
.anncomment_button:focus,
.anncomment_button:visited {
    background-color: rgba(15, 252, 237, 0.9);
    color: #000;
    border: 1px solid #0ffced !important;
    outline: 0px !important;
    color: #000 !important;
}

.default_comments #comments {
    padding-top: 20px;
    font-size: 18px;
}

.default_comments .commentlist li {
    font-size: 13px;
}

.default_comments .commentlist .comment-edit-link {
    display: none;
}

@media screen and (max-width: 560px) {
    .anncomment_small_device {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .anncomment_button {
        font-size: 13px;
    }
}

/* SIDEBAR
------------------------------------------------------------------------------------*/

/* widget styles MAINLY FOR SINGLE-POST.PHP FILE----------------------------- */

.widget h3, 
.single .widget h3, 
.archive .widget h3 {
    color: BLACK;
    font-size: 1.0em;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: .1rem;
	padding-top: 20px;
}

.widget ul li, 
.single #mainContent #rightContent .widget ul li, 
.archive #mainContent #rightContent .widget ul li {
    list-style: none;
}

.mainContent .sidebar [zoom-social-icons-list]	{ 
	display: none; /* if in footer) */
}

.pre_left{
	font-weight: bold;
	padding: 0px;
	float: left;
	text-align: left;
}
.next_right{
	font-weight: bold;
	padding: 0px;
	float: right;
	text-align: right;
}
.postTags{
	margin: 20px 0 20px 0;
    font-size: .8em;
}

section.youMayAlsoLike	{
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #eee;
}

/* BLOG POSTS 
****************************/

.blogThumb{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blogs .thumb img	{
	max-width: 360px;
	height: auto;
} 
.blogs:hover .thumb img	{
transition: all .2s ease-out!important;
transform: scale(1.01);
}

.blogTitle{
	font-size: 14px;
	position: relative;
    width: 360px; 
    height: auto;
	text-align: center;
	height: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blogExcerpt{
	font-size: .9rem;
	position: relative;
    width: 360px; 
    height: auto;
	text-align: justify;
	height: 5.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
}

.single {
	.thumbnailTitle {width: 400px; margin: 0 auto;text-align: center; }
	.blogExcerpt {width: 400px;}
}

.blogTitle h4{
	padding-top: 20px;
    font-size: clamp(16px, 2vw, 18px);
    font-weight: bold;
    text-transform: capitalize;
}

.blogGrid{
	border: 1px solid #ccc;
    padding: 10px;
}

.singleBlog .thumb img {
    max-width: 360px;
    height: auto;

}

.wp-block-gallery img {
    border: 1px solid #eee;
}

p.readMore{
	padding-right: 0px;
	text-align: center;
}

.authorInfo p{    
margin: 0px!important;
}

.postContent{
    max-width: min(52rem,100%);
}

section.comments .flexContainer	{
	justify-content: center;
}

/* POST-SPECIFIC WORKAROUNDS
*************************************************************/

.postid-7931 .single_pcontent  p,
.postid-7931 h1.pageTitle	{
	width: min(46rem, 100%);
}