b, strong {
    font-weight: 600;
}
.blog_single_area img,
img.aligncenter {
    max-width: 100%;
    height: auto;
}

img.attachment-full.size-full {
    width: auto;
}
dt{
    font-weight: 500;
    color: #555;
}
.byline,
.updated:not(.published) {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

embed,
iframe,
object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    margin: .5em 0;
    font-size: 16px;
    line-height: 1.2;
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block;
    color: #707070;
    color: rgba(51, 51, 51, .7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: .5em 0
}

.gallery {
    width: 100%
}

figure.gallery-item {
    margin-bottom: 10px;
    display: inline-block;
    padding: 0 2px;
}
figure.gallery-item img{
    max-width: 100%;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 10px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-right: 1em;
    margin-bottom: 10px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.clear:before,
.clear:after,
.guten_elements:before,
.guten_elements:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.guten_elements:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}
.pu_right_sidebar .bypostauthor,
.footer_content .bypostauthor{
    font-style: italic;
}
.post-content img {
    max-width: 100%;
    height: auto
}

.media-left img {
    max-width: none
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}
table thead tr th{
    font-weight: 500;
    text-align: center;
    color: #333;
}
.content_wraper table tr th,
.content_wraper table tr td,
.single_content table tr th,
.single_content table tr td{
    border: 1px solid #ededed;
    text-align: center;
    color: #333;
}
th {
    font-weight: 600;
    text-align: left;
}

td,
th {
    border-top: 1px solid #ededed;
    padding: 8px;
}
.col-lg-2 #wp-calendar tbody tr td,
.col-lg-2 #wp-calendar thead tr th{
    padding: 0;
}
.footer_area .widget #wp-calendar tbody tr td,
.footer_area .widget #wp-calendar tbody tr th {
    font-size: 16px;
}
.wp-block-table table tbody tr td{
    border: 1px solid #ededed
}
input {
    display: inline;
    height: auto;
    padding: 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.article-content ol li {
    list-style-type: decimal;
    margin-left: 2em;
    padding: 5px
}

.search-no-results h1.page-title {
    font-size: 42px;
    font-weight: 600;
}

.no-results .page-content input.form-control {
    width: 100%
}

.error-text h1 {
    color: #f60d2b;
    font-size: 42px;
    line-height: 1.7
}

.error-text h4 {
    margin-top: 15px
}

.error404 button.btn.btn-style {
    margin-top: 10px
}

/** === Widget Styles === */
.widget img {
    max-width: 100%;
    height: auto
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.wp-block-archives-dropdown select,
.wp-block-categories .postform,
.widget select {
    width: 100%!important;
    height: 46px;
    font-size: 16px;
    color: #8C8C8C;
    margin: 0 auto;
    display: table;
    margin-top: 20px;
    background: #fff;
    padding: 0 10px;
    border: 1px solid #ddd;
    appearance: none;
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 4px),
        calc(100% - 15px) calc(1em + 4px),
        calc(100% - 2.5em) 0.6em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
  }
  .wp-block-archives-dropdown select:focus,
  .wp-block-categories .postform:focus,
  .widget select:focus {
    background-image:
      linear-gradient(45deg, green 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, green 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
  }
  
.blog_post_content .wp-block-archives-dropdown{
    margin-bottom: 50px;
}
.widget_rss .rssSummary {
    font-weight: 400;
    font-size: 14px;
}

.widget_rss cite {
    color: #999;
    font-weight: 500;
    font-size: 14px;
}
.widget_rss cite:before{
    content: "\e602";
    font-family: 'themify';
    font-style: normal;
    margin-right: 10px;
    font-size: 14px;
    color: #9B9B9B;
}
.blog_sidebar .textwidget p {
    font-weight: 400;
    line-height: 23px;
    font-size: 15px;
    margin-bottom: 30px;
}
.blog_sidebar .textwidget p strong{
    margin: 5px 0;
    display: inline-block;
}
.footer-widget.widget ul li a {
    color: #909090;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 3px;
    padding: 0;
    transition: all 0.3s linear;
}
.footer-widget.widget ul li a:hover{
    color: #d14f42
}

/*Bolg Sidebar Style */
.blog_sidebar .widget.widget_nav_menu ul li:first-child,
.blog_sidebar .widget.widget_meta ul li:first-child,
.blog_sidebar .widget.widget_pages ul li:first-child,
.blog_sidebar .widget.widget_archive ul li:first-child,
.blog_sidebar .widget.widget_categories ul li:first-child{
    margin-top: 0;
}
.blog_sidebar .widget.widget_recent_comments ul li,
.blog_sidebar .widget.widget_recent_entries ul li a,
.blog_sidebar .widget.widget_nav_menu ul li a,
.blog_sidebar .widget.widget_categories ul li a,
.blog_sidebar .widget.widget_meta ul li a,
.blog_sidebar .widget.widget_pages ul li a,
.blog_sidebar .widget.widget_archive ul li a{
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #363a57;
    padding-bottom: 12px;
    padding-top: 12px;
    border-bottom: 1px solid #dfe2e7;
    display: block;
}
.blog_sidebar .widget.widget_rss ul li{
    padding-bottom: 12px;
    padding-top: 12px;
    border-bottom: 1px solid #dfe2e7;
}
.blog_sidebar .widget.widget_rss ul li a{
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #363a57;
}

.blog_sidebar .widget.widget_nav_menu ul.menu > li:last-child > a,
.blog_sidebar .widget.widget_rss ul li:last-child,
.blog_sidebar .widget.widget_recent_comments ul li:last-child,
.blog_sidebar .widget > ul > li:last-child > a{
    border-bottom: none !important;
}
.blog_sidebar .widget.widget_nav_menu ul li a span,
.blog_sidebar .widget.widget_meta ul li a span,
.blog_sidebar .widget.widget_pages ul li a span,
.blog_sidebar .widget.widget_archive ul li a span,
.blog_sidebar .widget.widget_categories ul li a span {
    padding-left: 5px;
}

.blog_sidebar .widget.widget_recent_comments ul li:hover,
.blog_sidebar .widget.widget_recent_entries ul li a:hover,
.blog_sidebar .widget.widget_nav_menu ul li a:hover,
.blog_sidebar .widget.widget_categories ul li a:hover,
.blog_sidebar .widget.widget_meta ul li a:hover,
.blog_sidebar .widget.widget_pages ul li a:hover,
.blog_sidebar .widget.widget_archive ul li a:hover,
.blog_sidebar .widget_rss ul li a.rsswidget:hover {
    color: #d14f42;
}
.widget.widget_nav_menu ul li a.nav-link{
    padding: 0;
}
.widget span.post-date {
    display: block;
    font-size: 14px;
    color: #909090;
}

li.recentcomments {
    line-height: 2
}

ul li.recentcomments>a {
    padding-left: 0;
    line-height: normal
}

#wp-calendar {
    width: 100%;
    margin: 0
}
#wp-calendar tfoot{
    background: #f5f5f5;
}
#wp-calendar tfoot tr td#prev a{
    float: left;
}
#wp-calendar tfoot tr td#next a{
    float: right;
}
#wp-calendar tfoot tr td a {
    color: #909090;
    font-weight: 500;
}

.calendar_wrap td#next {
    text-align: right;
}
#wp-calendar tbody tr td{
    border: none;
    line-height: 22px;
}
#wp-calendar tbody tr td a{
    display: block;
    background: #d14f42;
    color: #fff;
}
.footer_area #wp-calendar tbody tr td{
    line-height: 30px    
}
#wp-calendar caption {
    caption-side: top;
    padding: 10px 0;
    font-weight: 600;
    color: #333;
    text-align: center;
    background: #F5F5F5;
    text-transform: uppercase;
    font-size: 15px;
}

nav.wp-calendar-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 5px 15px;
    font-size: 14px;
}

nav.wp-calendar-nav span a {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

/********************** Page Links ************************/
.page-links {
    clear: both;
    padding-top: 1em;
    display: flex;
    align-items: center;
}

.page-links>.page-links-title {
    border: 0;
    color: #252525;
    height: auto;
    margin: 0;
    padding-right: .5em;
    width: auto;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Rajdhani';
}

@media screen and (min-width:77.5em) {
    .page-links a,
    .page-links>span {
        margin: 0 .25em .25em 0
    }
}

@media screen and (min-width:77.5em) {
    .page-links a,
    .page-links>span {
        margin: 0 .25em .25em 0
    }
}

.page-links a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
    background-color: #333;
    border-color: #333;
    color: #fff
}

.blog_list_item .blog_content .page-links a:hover,
.page-links a:hover {
    color: #fff;
}

.page-links a:active {
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
}

.page-links a,
.page-links>span {
    border: 1px solid rgba(51, 51, 51, .1);
    display: inline-block;
    font-size: 14px;
    height: 1.7em;
    line-height: 1.5em;
    margin: 0 .3333em .3333em 0;
    text-align: center;
    width: 1.7em;
}

input.search-field {
    width: 95%;
    height: 40px;
    background: #f7f7f7
}
input.search-submit {
    width: 60px;
    height: 40px;
    background: transparent;
    padding: 5px;
    font-size: 14px!important;
    margin-left: -12px;
    margin-top: -1px
}
.wp-block-tag-cloud a,
.single_sidebar_wrapper.widget_tag_cloud .tagcloud a {
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #f4f4f4;
  color: #363a57;
  display: inline-block;
  padding: 4px 21px;
  line-height: 22px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.single_footer_widget .tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.single_sidebar_wrapper.widget_tag_cloud .tagcloud a:hover {
  background-color: #d14f42;
  color: #fff;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud a:last-child:after{
    content: none;
}
.single_footer_widget .tagcloud a{
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 700;
    color: #c1c1c2;
    border: 1px solid #666666;
    display: inline-block;
    padding: 4px 21px;
    line-height: 22px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.single_footer_widget .tagcloud a:hover{
    border-color: transparent
}
.widget_rss .single_footer_widget ul li{
    margin-bottom: 20px;
}

.widgets ul {
    margin: 0;
    padding: 0
}
.sidebar_widgets h3 {
    font-weight: 600;
    margin-bottom: 38px;
    font-size: 26px
}
.widget_nav_menu ul.sub-menu li,
.widget_categories ul.children li {
    margin-left: 15px;
    border: none;
    padding-bottom: 0;
    font-weight: 300
}
.widgets img {
    height: auto
}
.widget_title_two a.rsswidget {
    font-size: 20px;
    font-weight: 500;
    color: #282835;
    margin-bottom: 30px;
}
.widget_rss ul li a.rsswidget {
    font-weight: 500;
    color: #d9d9da;
    line-height: 1.3em;
}
.rsswidget img.rss-widget-icon {
    padding-bottom: 3px;
    margin-right: 5px;
}
.widget ul ul.children {
    margin-left: 22px
}
.post_tag_info {
    clear: both
}
.post .featured_post {
    padding: 5px 10px;
    background: gray;
    display: inline-block;
    color: #fff
}
.blog-section .blog-items .blog-content h2 {
    margin: 0
}
.widget_rss span.rss-date {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    color: #9B9B9B;
}
.widget_rss span.rss-date:before {
    content: "\f073";
    font-family: 'Font Awesome 5 Free';
    margin-right: 8px;
}

.widget_nav_menu .menu li {
    margin-right: 0
}

.logged-in .comment_text {
    padding-bottom: 0
}

.comment_item_text h2 {
    padding-bottom: 12px;
}
.comment_item_text h3 {
    margin-top: 0;
}

.footer_sidebar .widget.widget_nav_menu ul li a:hover,
.footer_sidebar .widget.widget_meta ul li a:hover,
.footer_sidebar .widget.widget_pages ul li a:hover,
.footer_sidebar .widget.widget_archive ul li:hover,
.footer_sidebar .widget.widget_archive ul li a:hover,
.footer_sidebar .widget.widget_categories ul li a:hover {
    color: #fff;
}

nav.navigation.comment-navigation a:hover {
    color: #5e2ced;
}

nav.navigation.comment-navigation a {
    font-weight: 500;
    color: #666;
}

nav.navigation.comment-navigation .nav-previous a:before {
    content: "<<";
    padding-right: 5px;
}

nav.navigation.comment-navigation .nav-next a:after {
    content: ">>";
    padding-left: 5px;
}

.textwidget strong {
    font-weight: 500;
}

.widget p:empty {
    display: none;
}

.blog_content > ul,
.blog_content > ol,
.comment_box .media-body > ol,
.comment_box .media-body > ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.widget_recent_comments #recentcomments .recentcomments {
    font-weight: 400;
}
.widget_recent_comments #recentcomments .recentcomments a:hover{
    color: #d14f42;
}

.single_footer_widget table thead tr th {
    color: #ddd;
}
.single_footer_widget .widget_tittle .rsswidget{
    color: #fff;
}
.single_footer_widget {
    margin-bottom: 50px;
}


/** Elementor reset CSS **/
.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

/* -----------------------Blog single---------------------------- */
.content_wraper p,
.pu_event_details_content p,
.blog_post_content p {
    margin-bottom: 30px;
}
.content_wraper p:last-child{
    margin-bottom: 0;
}
.content_wraper img,
.pu_event_details_content img,
.blog_post_content img {
    max-width: 100%;
    height: auto;
}

.blog_post_content{
    overflow: hidden;
    margin-bottom: 20px;
}
.blog_post_content .wp-block-columns{
    margin-bottom: 0;
}
.blog_post_content .wp-block-columns .wp-block-quote{
    margin-top: 0;
    padding: 56px 25px 53px;
}
.blog_post_content .wp-block-columns .wp-block-quote::before{
    right: 13px;
}
.blog_post_content .wp-block-image{
    margin-bottom: 40px;
}
.blog_post_content .wp-block-separator{
    margin-top: 40px;
    margin-bottom: 40px;
}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption {
    font-size: 16px;
    font-style: italic;
    color: #8f8f8f;
}
.wp-block-file .wp-block-file__button,
.wp-block-button a{
    margin-bottom: 10px;
    background-color: #82b29a;
    border: 2px solid #82b29a;
    color: #fff;
    border-radius: 0;
    padding: 17px 26px;
    line-height: 19px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: "Barlow", sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-button a:hover{
    color: #82b29a;
    border-color: #82b29a;
    background: transparent;
}
.wp-block-file .wp-block-file__button{
    padding: 5px 15px;
    line-height: 15px;
}
.wp-block-button.is-style-outline a{
    border-color: #82b29a;
    color: #82b29a
}
.wp-block-button.is-style-outline a:hover{
    color: #fff;
    background: #82b29a
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color){
    color: #fff;
}
.wp-block-cover{
    margin-bottom: 20px;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption{
    line-height: 1.2;
}
.blocks-gallery-grid{
    padding-left: 0 !important;
}
.wp-block-gallery{
    margin-bottom: 50px;
}

.wp-block-quote:before,
blockquote:before {
    content: "";
    background: url(../img/blockquote.png) no-repeat scroll center 0;
    width: 185px;
    height: 192px;
    position: absolute;
    right: 40px;
    bottom: 30px;
    z-index: -1;
}
.wp-block-quote,
blockquote {
    background-color: #ededed;
    padding: 56px 60px 53px !important;
    text-align: center;
    margin: 40px 0;
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    blockquote {
      padding: 20px;
    }
 }
.wp-block-quote cite,
blockquote cite {
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    color: #e07a5e;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 13px;
}
blockquote p,
.wp-block-quote p {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 0 !important;
    color: #363a57;
    font-style: normal;
}
blockquote.has-text-align-right{
    text-align: right;
}
 blockquote.has-text-align-right p a{
    color: #363a57;
    font-size: 24px;
    font-style: normal;
}
blockquote.has-text-color.has-very-dark-gray-color {
    background: #abb8c3;
}
.wp-block-pullquote.has-background{
    margin-bottom: 50px;
}
blockquote.has-text-color.has-very-dark-gray-color cite{
    color: inherit;
}


p.has-large-font-size{
    font-size: 36px;
    line-height: 42px;
}
.blog_details .single_content p[style="font-size:46px"] {
    line-height: 50px;
}
.wp-block-video figcaption {
    margin-top: 0;
    font-size: 16px;
    font-style: italic;
    color: #8e8e8e;
    text-align: center;
}

.wp-block-archives li{
    margin-top: 10px;
}
.wp-block-archives li a span{
    margin-left: 5px;
    font-weight: 500;
}
.footer-widget .nice-select,
.blog_area_two .nice-select,
.blog_details_area .nice-select{
    margin-bottom: 50px;
    font-size: 16px;
    width: 100%;
}

.nice-select.open .list {
    width: 100%;
}

.widget{
    clear: both;
}

.wp-block-group.has-background{
    padding: 25px;
    margin-bottom: 30px;
}
.wp-block-media-text{
    margin-bottom: 30px;   
}
.wp-block-media-text img{
    height: auto
}
.content_wraper > ul,
.content_wraper > ol {
    margin-bottom: 40px;
}
.content_wraper ul li,
.content_wraper ol li,
.single_content ul li,
.single_content ol li {
    margin-top: 10px;
}
.single_content .nice-select ul.list li{
    margin-top: 0;
}
.comment_info table tbody tr th,
.comment_info table tbody tr td{
    border: 1px solid #ddd;
    text-align: center;
}
.comment-box .post_author .media-body > ol,
.comment-box .post_author .media-body > ul{
    margin-bottom: 30px;
}
.comment-box .post_author .media-body ol li,
.comment-box .post_author .media-body ul li{
    margin-top: 10px;
}
.comment-box li:last-child .post_author .media-body{
    border-bottom: none;
}
.comment-box ul.children li{
    list-style-type: none;
}
.wp-audio-shortcode{
    margin-bottom: 30px;
}
.details_breadcrumbs_area h2,
.blog_item h2{
    word-wrap: break-word;
}
.content_wraper{
    overflow: hidden;
}
.pu_comment_part {
    margin-top: 70px;
}
.wp-block-cover-text{
    padding: 0 30px !important
}
.wp-block-categories.wp-block-categories-dropdown{
    height: 100px;
}
input#wp-block-search__input-1 {
    height: 50px;
    border: 1px solid #ddd;
}
.wp-block-search .wp-block-search__button{
    margin-left: 0;
    border: none;
    background: #82b29a;
    color: #fff;
    padding: 0 20px;
}
.wp-block-search .wp-block-search__button:hover{
    cursor: pointer;
}
.single_content .wp-block-search{
    margin-bottom: 50px;
}
.single_content .post-password-form p input[type=submit]{
    padding: 4px 15px;
    margin-left: -6px;
}
div#calendar_wrap {
    border: 1px solid #ddd;
}
.single_content .wp-block-calendar {
    width: 50%;
    margin-bottom: 30px;
}
.single_footer_widget #calendar_wrap{
    border: 1px solid #808080
}

.search.search-no-results .search_input_form .input-group .form-control {
    padding: 30px;
}
.search.search-no-results .search_input_form .st_btn{
    margin-top: 35px;
}
.search.search-no-results .search_input_form .input-group-addon button {
    padding: 17px 25px;
    border: none;
}

/** === Sticky Post === **/
.pu_single_blog_post.sticky {
    background-color: #f8f8f8;

}


.blog_details .single_content .wp-block-cover p {
    line-height: 1.3;
}

.blog_details .single_content .wp-block-cover p:not(.has-text-color) {
    color: #fff;
}

.wp-block-image img {
    height: auto;
}
.blog_details img {
    max-width: 100%;
    height: auto;
}

.wp-block-categories select,
.wp-block-archives select {
    padding: 10px;
    width: 100%;
    margin-bottom: 50px;
}
.single_footer_widget .pu_sidebar_search_form {
    display: flex;
}
.single_footer_widget .pu_sidebar_search_form input{
    color: #251e5e;
    font-size: 14px;
    background-color: #f0f4f7;
    padding: 19px 30px;
    border: 1px solid #f0f4f7;
    line-height: 20px;
    width: 100%;
}
.single_footer_widget .pu_sidebar_search_form input:focus{
    border: 1px solid #82b29a;
}
.single_footer_widget .pu_sidebar_search_form .search_icon{
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #82b29a;
    border: 1px solid #82b29a;
    color: #fff;
}

.widget_rss .single_footer_widget .rssSummary{
    color: #cccccc;
}
.pu_comment_part .pu_comment_form{
    margin-top: 0;
    padding-top: 0;
    border: none;
    padding-bottom: 25px;
}
.pu_comment_part .comment .comment .media:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.blog_post_content .wp-block-calendar{
    width: 100%;
    border: 1px solid #eee
}
.blog_post_content #wp-calendar tbody tr td{
    line-height: 50px;
}
.blog_post_content .pu_post_author_wrap{
    margin-top: 30px;
}
.blog_post_content p:not(empty) + .pu_post_author_wrap{
    margin-top: 0;
}
.blog_post_content .post_title,
.pu_single_blog_post .post_title{
    word-break: break-word;
}
.pu_single_blog_post .pu_blog_tag + .post_title {
    margin-top: 20px;
}
.blog_post_content .pu_blog_tag{
    margin-right: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    th, td{
        padding: 5px;
    }
}