.wp-block-columns {
    margin-top: 40px;
}
p.comment-form-cookies-consent {
    display: none;
}
.post-widget .post .thumb img {
    height: 70px;
    -o-object-fit: cover;
       object-fit: cover;
}
.single__blog_br.page-title h1:before {
    background-color: transparent;
}

/* Popular List */

.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_nav_menu ul,
.widget_pages ul{
	position:relative;
}

.widget_categories li,
.widget_archive li,
.widget_meta li,
.widget_nav_menu li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_pages li, .widget_rss li{
	position:relative;
	margin-bottom:var(--margin-bottom-15);
}

.widget_categories li a,
.widget_archive li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_recent_entries li a,
.widget_pages li a{
	position:relative;
	font-weight:400;
	display:block;
	letter-spacing:1px;
	color:var(--color-five);
	font-size:var(--font-18);
}

.widget_recent_comments li a, .widget_rss li a{
	color:var(--color-five);
	font-size:var(--font-18);
}

.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_recent_entries li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover,
.widget_pages li a:hover{
	color:var(--main-color);
}

.widget_categories li:last-child,
.widget_archive li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_recent_entries li:last-child,
.widget_pages li:last-child{
	margin-bottom:var(--margin-zero);
}

.widget_pages li .children,
.widget_nav_menu li .sub-menu,
.widget_categories li .children {
    padding-left: 15px;
}
.widget_rss li a {
    display: block;
    margin-bottom: 10px;
    color: var(--black-color);
}
.widget_pages ul li ul,
.widget_nav_menu ul li ul,
.widget_categories ul li ul {
    margin: 10px 0;
}

/* Popular Tags */

.widget_tag_cloud a{
	position:relative;
	display:inline-block;
	color:var(--color-five);
	font-size: var(--font-18) !important;
	margin-right: var(--margin-right-15);
	margin-bottom: var(--margin-bottom-15);
}

.widget_tag_cloud a:hover{
	color:var(--main-color);
}
p.form-submit input[type="submit"] {
    display: none;
}
.comments-area ol.comment-list {
    padding: 0;
}

.sidebar-page-container .comments-area .comment-box .comment-reply-link{
	position:absolute;
	right:0px;
	top:0px;
	font-weight:500;
	font-size:var(--font-16);
	text-transform:capitalize;
	color: var(--main-color);
}
.comment-respond .button-box {
    margin-top: 25px;
}
.sidebar-page-container .comments-area .comment-box .comment-reply-link:hover{
	color:var(--black-color);
}
.comment-respond .button-box {
    margin-top: 25px;
}

.comment-respond h3 {
    line-height: 1.4em;
    font-size: var(--font-24);
    margin-bottom: 5px;
}

a#cancel-comment-reply-link {
    margin-left: 15px;
}

.comment-respond form#commentform {
    margin-bottom: 50px;
}

.comment-respond h3#reply-title {
    margin-top: 30px;
}
.no-results .search-box .widget__search input[type="text"] {
    position: relative;
    line-height: 28px;
    font-size: var(--font-16);
    padding: 10px 50px 10px 25px;
    background: none;
    display: block;
    width: 100%;
    height: 56px;
    border-radius: 0px;
    color: var(--color-fiftyseven);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.no-results .search-box .widget__search button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--main-color);
    color: var(--white-color);
    padding: 16px 25px;
}

.search-box .widget__search {
    position: relative;
}

.no-results header.page-header {
    margin-bottom: 10px;
}

.no-results .page-content p {margin-bottom: 30px;}


/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* 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;
}
.wp-block-image {
    overflow: hidden;
}
.wp-block-button {
    margin-bottom: 15px;
}
.wp-block-cover-image .wp-block-cover-image-text, 
.wp-block-cover .wp-block-cover-text, 
section.wp-block-cover-image>h2 {
    color: #fff !important;
}
/* Sticky Post */

.news-block.style-two.sticky .lower-content {
    background: var(--main-color);
    padding: 30px;
}

.news-block.style-two.sticky h3 a, .news-block.sticky .post-meta li, 
.news-block.sticky .post-meta li .icon,
.news-block.sticky .text p,
.news-block.style-two.sticky .read-more{
	color: #fff;
}
.news-block.style-two.sticky .read-more{
	border-color: #fff;
}
ul.wp-block-archives-list.extraclass.wp-block-archives li a {
    position: relative;
    font-weight: 400;
    display: block;
    letter-spacing: 1px;
    color: var(--color-five);
    font-size: var(--font-18);
}
select {
    position: relative;
    line-height: 28px;
    font-size: var(--font-16);
    padding: 10px 50px 10px 25px;
    background: none;
    display: block;
    width: 100%;
    height: 56px;
    border-radius: 0px;
    color: var(--color-fiftyseven);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid rgba(var(--black-color-rgb), 0.10);
}
.page-links a, .page-links .current {
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    font-size: var(--font-22);
    color: #fff;
    background: var(--main-color);
}

.page-links a:hover, .page-links .current {
    background: #000;
}
.wp-block-categories-dropdown.wp-block-categories select {
    margin-bottom: 15px;
}
select {    
	background-image: url(../images/select-arrow.png);
	background-position: calc(100% - 25px) 50%;
	background-repeat: no-repeat;
    background-color: transparent;
    -webkit-appearance: none;
	-moz-appearance: none;
}

.wp-block-categories-dropdown.wp-block-categories select {
    margin-bottom: 15px;
}

.wp-block-search__inside-wrapper input[type="search"] {
    position: relative;
    line-height: 28px;
    font-size: var(--font-16);
    padding: 10px 50px 10px 25px;
    background: none;
    display: block;
    width: 100%;
    height: 56px;
    border-radius: 0px;
    color: var(--color-fiftyseven);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.wp-block-search__inside-wrapper button {
    background: var(--main-color);
    color: #fff;
    padding: 16px;
}

p.wp-block-tag-cloud a {
    position: relative;
    display: inline-block;
    color: var(--color-five);
    font-size: var(--font-18) !important;
    margin-right: var(--margin-right-15);
    margin-bottom: var(--margin-bottom-15);
}

form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    margin-bottom: 20px;
}
/* Table */

/* 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;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar table thead th {
    background: var(--main-color);
    color: #fff;
    font-weight: 600;
    padding: 8px;
    text-align: center;
}

.widget_calendar table tbody td {
    background: #f7f7f7;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px 0;
    transition: 0.3s;
    color: #000;
}


.entry-content table, .comment-box table{
    width: 100%;
    margin-bottom: 20px;
	text-align: center;
}
.entry-content th, .comment-box th {
    padding: 15px;
    text-align: center;
}
  .entry-content th a, .comment-box th a{
    color: #000;
    font-size: 15px;
  }
  .news-detail p:last-child {
    clear: both;
    overflow: hidden;
}
  dd {
    margin: 0 1.5em 1.5em;
  }
  .entry-content table td, 
  .entry-content table th,
  .comment-box table th,
  .comment-box table td{
    font-size: 14px;
    font-weight: 500;
    padding: 15px;
    border: 1px solid #0000000a;
  }
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6,
.comment-box h1,
.comment-box h2,
.comment-box h3,
.comment-box h4,
.comment-box h5,
.comment-box h6 {
	margin-bottom: 20px;
	color: var(--color-fifteen);
}


 
.entry-content ul, .comment-box ul{
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}
.entry-content ul li, .comment-box ul li{
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 15px;
	font-size: 18px;
}
.entry-content ul li ul, .comment-box ul li ul{
    margin: 10px 0 0;
    list-style: circle;
}
.entry-content ul li ul li, .comment-box ul li ul li{
    list-style: circle;
}
.entry-content ol, .comment-box ol{
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: auto;
    padding-left: 20px;
}
.entry-content ol li, .comment-box ol li{
    line-height: 1.8;
    margin-bottom: 15px;
    list-style: auto;
	font-size: 18px;
}
.is-layout-flow.wp-block-group.has-background {
    padding: 25px;
}
.entry-content 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;
}
form.post-password-form input[type="password"] {
    position: relative;
    line-height: 28px;
    font-size: var(--font-16);
    padding: 10px 50px 10px 25px;
    background: none;
    display: block;
    width: 100%;
    height: 56px;
    border-radius: 0px;
    color: var(--color-fiftyseven);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid rgba(var(--black-color-rgb), 0.10);
    margin-top: 10px;
}

form.post-password-form input[type="submit"] {
    background: var(--main-color);
    color: #fff;
    padding: 11px 15px;
}
.page-internal-content p:last-child {
    clear: both;
    overflow: hidden;
}

.page-internal-content p:last-child img {
    margin-top: 15px;
}
.page-links {
    clear: both;
}
.entry-content p {
    line-height: 30px;
    color: var(--color-five);
    font-size: var(--font-18);
    margin-bottom: var(--margin-bottom-15);
}