.wp-block-embed iframe {
    width: 100%;
    height: 550px;
}
a.comment-reply-link {
    color: var(--color-thirtynine);
}
.blog-detail .form-submit {
    display: none;
}
.comment-form-cookies-consent {
    display: none;
}
a#cancel-comment-reply-link {
    margin-left: 15px;
    font-size: 18px;
}
section.no-results.not-found input[type="text"] {
    position: relative;
    line-height: 28px;
    font-size: var(--font-16);
    padding: 10px 50px 10px 25px;
    background: var(--white-color);
    display: block;
    width: 100%;
    height: 52px;
    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;
    font-family: var(--font-family-Jost);
    border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

section.no-results.not-found .page-header h1 {
    margin-bottom: 10px;
}

section.no-results.not-found button {
    position: absolute;
    right: 15px;
    top: 16px;
    display: block;
    cursor: pointer;
    line-height: 100%;
    font-weight: normal;
    border-radius: 0px;
    font-size: var(--font-18);
    color: var(--color-two);
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

section.no-results.not-found form#searchform {
    position: relative;
}
.comments-area form#commentform {
    margin-bottom: 50px;
}
.comments-area h3#reply-title {
    margin: 15px 0;
}
.wp-block-columns {
    margin-top: 40px;
}
.wp-block-columns {
    margin-top: 40px;
}
figure.wp-block-embed {
    margin-top: 30px;
    margin-bottom: 25px;
    text-align: center;
}
.tagcloud a {
    position: relative;
    display: block;
    line-height: 20px;
    font-weight: 400;
    padding: 9px 16px;
    border-radius: 0px;
    font-size: var(--font-14) !important;
    text-transform: capitalize;
    color: var(--color-fourtyfour);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--color-fourtythree);
    display: inline-block;
    margin-bottom: 5px;
}

.sticky .inner-box {
    background: var(--main-color);
    padding: 30px;
}
.sticky.news-block-three h3 a, .sticky.news-block-three .tags a, .sticky.news-block-three .post-meta li, .sticky.news-block-three .text p, .sticky.news-block-three .tags a:hover, .sticky.news-block-three h3 a:hover, .sticky.news-block-three .post-meta li span {
    color: #fff;
}
.widget.sidebar-widget-two.widget_archive ul li a,
.widget.sidebar-widget-two.widget_categories ul li a,
.widget.sidebar-widget-two.widget_pages ul li a,
.widget.sidebar-widget-two.widget_nav_menu ul li a,
.widget.sidebar-widget-two.widget_meta ul li a {
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: var(--font-15);
    color: var(--color-fiftynine);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    padding: 10px 20px;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: var(--margin-bottom-20);
    font-family: var(--font-family-Inter);
    border: 2px solid rgba(var(--black-color-rgb), 0.03);
	justify-content: space-between;
}
.widget_rss ul li:not(:last-child) {
    padding-bottom: 20px;
}
.widget_recent_comments ul li:not(:last-child) {
    padding-bottom: 15px;
}
.widget_recent_comments ul li a {
    color: var(--color-sixtyfour);
}
.widget_rss li a {
    display: block;
    margin-bottom: 5px;
}
.widget_rss li cite {
    margin-top: 10px;
    display: block;
}
.sidebar-side .widget.sidebar-widget-two.widget_archive ul li .children, 
.sidebar-side .widget.sidebar-widget-two.widget_categories ul li .children, 
.sidebar-side .widget.sidebar-widget-two.widget_nav_menu ul li .sub-menu, 
.sidebar-side .widget.sidebar-widget-two.widget_pages ul li .children {
    padding-top: 15px;
}
.sidebar-side .widget.sidebar-widget-two.widget_archive ul li .children li, 
.sidebar-side .widget.sidebar-widget-two.widget_pages ul li .children li, 
.sidebar-side .widget.sidebar-widget-two.widget_nav_menu ul li .sub-menu li, 
.sidebar-side .widget.sidebar-widget-two.widget_categories ul li .children li {
    padding-left: 15px;
    padding-top: 0 !important;
    margin-bottom: 15px;
}
.widget select {
    border: 1px solid #EEECEC;
    width: 100%;
    padding: 10px;
}
.sidebar-page-container table {
    width: 100%;
}
#wp-calendar caption {
    text-align: right;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    color: #14132B;
}
.sidebar-page-container thead th {
    background: var(--main-color);
    color: #fff;
    font-weight: 600;
    padding: 8px;
    text-align: center;
}
.sidebar-page-container table th, .sidebar-page-container table td {
    border: 1px solid rgba(var(--black-color-rgb), 0.06);
    font-size: var(--font-14);
    font-weight: 500;
    padding: 10px;
}
.blog-detail .lower-content {
    overflow: hidden;
}
.wp-block-button {
    margin-bottom: 15px;
}
.wp-block-cover-text {
    color: #fff !important;
}
.entry-content .page-links a, .entry-content .page-links span {
    position: relative;
    display: inline-block;
    line-height: 46px;
    height: 50px;
    width: 50px;
    min-width: 50px;
    font-weight: 500;
    border-radius: 0px;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-size: var(--font-18);
    color: var(--color-thirtyeight);
    border: 2px solid rgba(var(--black-color-rgb), 0.08);
}

.entry-content .page-links .current {
    color: var(--white-color);
    border-color: var(--color-thirtyeight);
    background-color: var(--color-thirtyeight);
}
/* 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;
}


/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

dt {
    color: var(--black-color);
}
dd {
    margin: 0 1.5em 1.5em;
}
.entry-content h1, .entry-content h2 {
    margin-bottom: 20px;
}
.sidebar-page-container .entry-content table {
    margin-bottom: 20px;
}
.blog-detail .entry-content ul, .comment-box .text ul{
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}
.blog-detail .entry-content ul li, .comment-box .text ul li{
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 15px;
}
.blog-detail .entry-content ul li ul, .comment-box .text ul li ul{
    margin: 10px 0 0;
    list-style: circle;
}
.blog-detail .entry-content ol, .comment-box .text ol{
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: auto;
    padding-left: 20px;
}
.blog-detail .entry-content ol li, .comment-box .text ol li{
    line-height: 1.8;
    margin-bottom: 15px;
    list-style: auto;
}
.blog-detail .entry-content ul li ol, .comment-box .text ul li ol{
    margin: 10px 0 0;
    list-style: circle;
}

pre {
    background: #F5F5F5;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 16px;
    line-height: 1.7142857143;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: auto;
    padding: 30px;
    color: var(--color-black);
    white-space: pre-wrap;
    margin: 20px 0;
}
.wp-block-group__inner-container {
    padding: 20px;
    margin-bottom: 15px;
}
ul.wp-block-archives-list.extraclass.wp-block-archives li a {
    position: relative;
    font-weight: 500;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    font-size: var(--font-15);
    color: var(--color-sixtyfour);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 5px;
    border: 1px solid rgba(var(--black-color-rgb), 0.10);
}
ul.wp-block-archives-list.extraclass.wp-block-archives {
    line-height: normal;
    padding: 0;
}
select#wp-block-archives-1, .wp-block-categories-dropdown select {
    border: 1px solid rgba(var(--black-color-rgb), 0.10);
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
}

.wp-block-archives-dropdown.wp-block-archives label {
    margin-bottom: 10px;
}
p.wp-block-tag-cloud a {
    position: relative;
    display: block;
    line-height: 20px;
    font-weight: 400;
    padding: 9px 16px;
    border-radius: 0px;
    font-size: var(--font-14)!important;
    text-transform: capitalize;
    color: var(--color-fourtyfour);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--color-fourtythree);
	display: inline-block;
	margin-bottom: 10px;
}
.wp-block-search__inside-wrapper input[type="search"] {
    position: relative;
    line-height: 28px;
    font-size: var(--font-16);
    padding: 10px 50px 10px 25px;
    background: var(--white-color);
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 0px;
    color: var(--color-thirty);
    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.06);
}

.wp-block-search__inside-wrapper button {
    height: auto;
    border: none;
    padding: 0 20px;
    background: var(--main-color);
    color: #fff;
    font-size: 15px;
}
.wp-block-search__inside-wrapper {
    margin: 10px 0;
}
.contact-page-section .entry-content p:last-child {
    overflow: hidden;
    clear: both;
    margin-top: 21px;
    display: block;
}
.contact-page-section .comment-form p.form-submit {
    display: none;
}
.contact-page-section .entry-content p:last-child img {
    margin-top: 15px;
}
.entry-content .page-links {
    clear: both;
}