
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.in-blog-details-content .col-lg-10.offset-lg-1 .in-blog-details-content-area {
    max-width: 100%;
}
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.in-sidebar-widget.widget_categories a,
.in-sidebar-widget.widget_archive a,
.in-sidebar-widget.widget_pages a,
.in-sidebar-widget.widget_meta a,
.in-sidebar-widget.widget_recent_entries a,
.in-sidebar-widget.widget_nav_menu a{
	width: 100%;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 23px;
	display: inline-block;
	color: var(--black-color);
	border-bottom: 1px solid #ececf0;
  }
  .in-sidebar-widget.widget_categories a:before,
  .in-sidebar-widget.widget_archive a:before,
  .in-sidebar-widget.widget_pages a:before,
  .in-sidebar-widget.widget_meta a:before,
  .in-sidebar-widget.widget_recent_entries a:before,
  .in-sidebar-widget.widget_nav_menu a:before {
	top: 0;
	left: 0;
	content: "\f105";
	font-weight: 900;
	position: absolute;
	font-family: "Font Awesome 5 Pro";
  }
  .in-sidebar-widget.widget_categories a span,
  .in-sidebar-widget.widget_archive a span,
  .in-sidebar-widget.widget_pages a span {
	z-index: 1;
	width: 27px;
	height: 27px;
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	background-color: #e9ecf2;
  }
  .in-sidebar-widget.widget_categories a span:before,
  .in-sidebar-widget.widget_archive a span:before {
	top: 0;
	left: 0;
	width: 0%;
	content: "";
	height: 100%;
	z-index: -1;
	position: absolute;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	background: var(--base-color);
  }
  .in-sidebar-widget.widget_categories a:hover,
  .in-sidebar-widget.widget_archive a:hover,
  .in-sidebar-widget.widget_meta a:hover,
  .in-sidebar-widget.widget_recent_entries a:hover,
  .in-sidebar-widget.widget_nav_menu a:hover {
	color: var(--main-color);
  }
  .in-sidebar-widget.widget_categories a:hover span,
  .in-sidebar-widget.widget_archive a:hover span {
	color: #fff;
  }
  .in-sidebar-widget.widget_categories a:hover span:before,
  .in-sidebar-widget.widget_archive a:hover span:before {
	width: 100%;
  }
  .in-sidebar-widget.widget_categories li:last-child a,
  .in-sidebar-widget.widget_archive li:last-child a,
  .in-sidebar-widget.widget_pages li:last-child a,
  .in-sidebar-widget.widget_meta li:last-child a,
  .in-sidebar-widget.widget_recent_entries li:last-child a,
  .in-sidebar-widget.widget_nav_menu li:last-child a {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
  }
  .in-sidebar-widget .recent-news-widget .recent-blog-img-text .recent-blog-img img {
    height: 70px;
    object-fit: cover;
    width: 100%;
}

.in-sidebar-widget .recent-news-widget .recent-blog-img-text .recent-blog-img a {
    display: block;
    overflow: hidden;
}

.widget_tag_cloud .tagcloud a {
    margin: 5px;
    z-index: 1;
    font-size: 14px !important;
    padding: 5px 20px;
    position: relative;
    display: inline-block;
    color: var(--black-color);
    border: 1px solid #eeecec;
    transition: 500ms all ease;
}

.widget_tag_cloud .tagcloud a:before {
    top: 0;
    left: 0;
    width: 0%;
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background: var(--base-color);
}
.widget_tag_cloud .tagcloud a:hover:before {
    width: 100%;
}
.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
}
.widget_media_gallery .gallery {
    margin-bottom: 0;
    display: grid;
    grid-gap: 0;
}
.widget_media_gallery figure{
	margin-bottom: 10px;
}
p.comment-form-cookies-consent {
    display: none;
}
.blog_comment_box .in-faq-contact-form .form-submit {
    display: none;
}
ol.comment-list.comment_itemlist {
    list-style: none;
    padding: 0;
}
a#cancel-comment-reply-link {
    margin-left: 15px;
    font-size: 17px;
    color: var(--main-color);
}

ol.comment-list.comment_itemlist form#commentform {
    margin-bottom: 40px;
}
.in-blog-details-text-area blockquote p {
    padding-bottom: 0;
}

section.no-results.not-found .search-widget input[type="text"] {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding-left: 20px;
    border: 1px solid #ececf0;
}
.in-blog-details-text-wrap .in-meta a {
    font-size: 15px;
}
section.no-results.not-found .search-widget button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    padding: 11px 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--theme-color);
}

section.no-results.not-found .search-widget {
    position: relative;
}

section.no-results.not-found h1 {
    color: var(--black-color);
}

section.no-results.not-found p {
    color: var(--black-color);
    margin-bottom: 25px;
}

.in-sidebar-widget select {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding-left: 20px;
    border: 1px solid #ececf0;
}
/* Table Widget */
#wp-calendar caption {
    text-align: right;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    color: #14132B;
}
.in-sidebar-widget table {
    width: 100%;
}

.in-sidebar-widget table thead th {
    background: var(--main-color);
    color: #fff;
    font-weight: 600;
    padding: 8px;
    text-align: center;
}

.in-sidebar-widget table tbody td {
    background: #f7f7f7;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px 0;
    transition: 0.3s;
    color: #000;
}
.in-sidebar-widget.widget_categories .children,
.in-sidebar-widget.widget_pages .children,
.in-sidebar-widget.widget_nav_menu .sub-menu {
    padding-left: 15px;
}
.in-header-main-menu-wrapper .menu-fallback-menu a {
    padding-bottom: 10px;
}
.in-sidebar-widget.widget_categories .children li a,
.in-sidebar-widget.widget_pages .children li a,
.in-sidebar-widget.widget_nav_menu .sub-menu li a{
    margin-bottom: 18px;
}

.widget_rss li cite {
    margin-top: 10px;
    display: block;
    color: var(--black-color);
}
.in-sidebar-widget.widget_rss li:not(:last-child) {
    padding-bottom: 15px;
}

.widget_rss li a {
    display: block;
    margin-bottom: 10px;
    color: var(--black-color);
}

.in-blog-feed-item.sticky .ins-btns a {
    background: var(--theme-color-2);
}

.in-blog-feed-item.sticky .ins-btns a:after, .in-blog-feed-item.sticky {
    background: var(--theme-color);
}

.in-blog-feed-item.sticky .blog-title h3:hover {
    color: #fff;
}
.in-blog-feed-item.sticky .blog-title h3, .sticky.in-blog-feed-item .blog-meta-text .in-meta a, .sticky.in-blog-feed-item .blog-meta-text .in-meta a i, .in-blog-feed-item.sticky .in-blog-text {
    color: #fff;
}

.sticky.in-blog-feed-item .blog-meta-text .in-meta a i {
    background: transparent;
	-webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: inherit;
}
.in-footer-section.no__padding {
    padding-top: 0;
}

.in-footer-section.no__padding .justify-content-end {
    justify-content: center !important;
}
.ins-page-content p:last-child {
    clear: both;
    overflow: hidden;
}
.in-blog-feed-section h1, 
.in-blog-feed-section h2, 
.in-blog-feed-section h3, 
.in-blog-feed-section h4, 
.in-blog-feed-section h5, 
.in-blog-feed-section h6,
.in-blog-details-text-wrap h1,
.in-blog-details-text-wrap h2,
.in-blog-details-text-wrap h3,
.in-blog-details-text-wrap h4,
.in-blog-details-text-wrap h5,
.in-blog-details-text-wrap h6,
.comment_content h1,
.comment_content h2,
.comment_content h3,
.comment_content h4,
.comment_content h5,
.comment_content h6 {
    color: var(--black-color);
    margin-bottom: 20px;
}
.in-blog-details-text-wrap h1,
.in-blog-details-text-wrap h2,
.in-blog-details-text-wrap h3,
.in-blog-details-text-wrap h4,
.in-blog-details-text-wrap h5,
.in-blog-details-text-wrap h6,
.comment_content h1,
.comment_content h2,
.comment_content h3,
.comment_content h4,
.comment_content h5,
.comment_content h6{
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
}
.ins-page-content p:last-child img {
    margin-top: 20px;
}

.in-blog-feed-section table, .comment_content table, .in-blog-details-text-wrap table {
    width: 100%;
    margin-bottom: 20px;
}
.entry-content th, .comment_content th {
    padding: 15px;
    text-align: center;
}
  .entry-content th a, 
  .comments-box .text th a, 
  .comments-box .text td a, 
  .comment_content th a,
  .comment_content td a {
    color: #000;
    font-size: 15px;
  }
  
  dd {
    margin: 0 1.5em 1.5em;
  }
  .entry-content table td, 
  .entry-content table th, 
  .comment_content table th, 
  .comment_content table td {
    font-size: 14px;
    font-weight: 500;
    padding: 15px;
    border: 1px solid #0000000a;
  }
.in-blog-feed-section ul, 
.comment_content ul,
.in-blog-details-text-wrap ul{
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}
.in-blog-feed-section ul li, 
.comment_content ul li,
.in-blog-details-text-wrap ul li{
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 15px;
}
.in-blog-feed-section ul li ul, 
.in-blog-details-text-wrap ul li ul, 
.comment_content ul li ul{
    margin: 10px 0 0;
    list-style: circle;
}
.in-blog-feed-section ul li ul li, 
.in-blog-details-text-wrap ul li ul li, 
.comment_content ul li ul li{
    list-style: circle;
}
.in-blog-feed-section ol, 
.in-blog-details-text-wrap ol, 
.comment_content ol{
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: auto;
    padding-left: 20px;
}
.in-blog-feed-section ol li, 
.in-blog-details-text-wrap ol li, 
.comment_content ol li{
    line-height: 1.8;
    margin-bottom: 15px;
    list-style: auto;
}
.in-blog-feed-section ol li ol, 
.in-blog-details-text-wrap ol li ol, 
.comment_content ul ol li ol{
    margin: 10px 0 0;
}
pre {
    background: #F5F5F5;
    font-size: 16px;
    line-height: 1.7142857143;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: auto;
    padding: 30px;
    color: #000;
    white-space: pre-wrap;
    margin: 20px 0;
}
.page-links {
    clear: both;
}
.wp-block-button {
    margin-bottom: 15px;
}
.page-links a, .page-links .current {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 8px;
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
}
ul.blocks-gallery-grid {
    list-style: none !important;
}
form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    margin-bottom: 15px;
}
.wp-block-image {
    overflow: hidden;
}
form.post-password-form input[type="password"] {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding-left: 20px;
    border: 1px solid #ececf0;
}

form.post-password-form input[type="submit"] {
    background: var(--theme-color);
    border: none;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
ul.blocks-gallery-grid li {
    list-style: none !important;
}
.in-blog-details-text-area p:last-child {
    clear: both;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
}
.in-faq-contact-form li {
    list-style: none;
}
li.blocks-gallery-item {
    padding: 0 !important;
}
select#wp-block-archives-1, .wp-block-categories-dropdown select {
    border: 1px solid #ececf0;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}
.is-layout-flex.wp-container-6.wp-block-columns {
    margin-top: 20px;
}
.wp-block-group {
    padding: 15px;
}
.entry-content .page-links {
    display: flex;
    align-items: center;
}
.wp-block-search__input{
    border: 1px solid #ececf0;
}
.wp-block-search__button {
    background: var(--theme-color);
    color: #fff;
    border: none;
}
p.wp-block-tag-cloud a {
    margin: 5px;
    z-index: 1;
    font-size: 14px !important;
    padding: 5px 20px;
    position: relative;
    display: inline-block;
    color: var(--black-color);
    border: 1px solid #eeecec;
    transition: 500ms all ease;
}
.is__single_br .ins-breadcrumb-content h2:before {
    background: transparent;
}