.post_author_two .media-body p {
    color: #23262f
}

b, strong {
    font-weight: 600
}

a {
    color: #000
}
a:hover {
    color: #ff4d6f
}


/**==== Overrider heading css =======**/
.blog_details_content h3,
.blog_details_content h5,
h1, h2, h3, h4, h5, h6 {
    color: #181b31;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}

h1, .h1 {
    font-size: 40px;
}
h2, .h2 {
    font-size: 32px;
}
.blog_details_content h3, h3, .h3 {
    font-size: 28px;
}
.comment_box .post_comment .author_post .media-body h4, h4, .h4 {
    font-size: 24px;
}
.blog_details_content h5, h5, .h5 {
    font-size: 20px;
}
.h6, h6{
    font-size: 16px;
}

/**=== Pagination ===**/
.pagination .nav-links .prev,
.pagination .nav-links .next {
    font-size: 12px;
    width: auto;
    border: 0;
}
.pagination .nav-links .page-numbers.dots:hover,
.pagination .nav-links .prev:hover,
.pagination .nav-links .next:hover {
    border: transparent;
    background-color: transparent;
}

/***=========== Sidebar ===================***/
.blog_sidebar .sidebar_widget.widget_block h3 {
    color: #899097;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 23px;
}


/**=== Categories Sidebar ===**/
.blog_sidebar .widget_categories ul li .children li a,
.blog_sidebar .widget_nav_menu ul li a,
.blog_sidebar .widget_nav_menu ul li .sub-menu li a,
.blog_sidebar .widget_meta ul li a,
.blog_sidebar .widget_pages ul li a,
.blog_sidebar .widget_pages ul li .children li a,
.blog_sidebar .widget_archive ul li a,
.blog_sidebar .widget_categories ul li a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #181b31;
    padding: 13px 0;
    border-bottom: 1px solid #dfe2e7;
}
.blog_sidebar .widget_categories ul li a span {
    font-size: 14px;
    color: #899097;
}

.blog_sidebar .widget_categories ul li:first-child a {
    padding-top: 0;
}
.blog_sidebar .widget_archive ul li:last-child a,
.blog_sidebar .widget_pages ul li:last-child a,
.blog_sidebar .widget_meta ul li:last-child a,
.blog_sidebar .widget_nav_menu ul li:last-child a,
.blog_sidebar .widget_categories ul li:last-child a {
    padding-bottom: 0;
    border: 0;
}

/**=== Recent Post Sidebar ===**/
.blog_sidebar .widget_block .wp-block-latest-posts li:not(:last-child),
.blog_sidebar .widget_recent_entries ul li:not(:last-child) {
    margin-bottom: 23px;
}

.blog_sidebar .widget_block .wp-block-latest-posts li a,
.blog_sidebar .widget_recent_entries ul li a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #181b31;
    transition: color 0.2s linear;
    margin-bottom: 5px;
}

.blog_sidebar .widget_block .wp-block-latest-posts li time,
.blog_sidebar .widget_recent_entries ul li span {
    font-size: 14px;
    color: #899097;
    font-weight: 400;
    transition: color 0.2s linear;
    margin-top: 8px;
}

/**=== Main Logo ===**/
.navbar-brand h3.text_logo{
    margin-bottom: 0;
}

/**=== Tag Clouds Sidebar ===**/
.widget_product_tag_cloud .tagcloud a,
.wp-block-tag-cloud a, .search_widget form .form-control,
.widget.sidebar_tag .post-tags a, .pagination .page-numbers:hover,
.sidebar_widget.widget_tag_cloud .tagcloud a {
    background-color: transparent;
}
.widget_product_tag_cloud .tagcloud a,
.wp-block-tag-cloud a,
.widget.sidebar_tag .post-tags a,
.widget_tag_cloud .tagcloud a {
    display: inline-block;
    margin: 2.5px;
    line-height: initial;
    border-radius: 45px;
    border: 1px solid #dfe2e7;
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 400;
    color: #899097;
    padding: 5px 12px;
    transition: all 0.2s linear;
}
.widget_product_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.widget.sidebar_tag .post-tags a:hover,
.widget_tag_cloud .tagcloud a:hover {
    background: #ff4d6f;
    border-color: #ff4d6f;
    color: #fff;
}


.blog_single_area img, img.aligncenter {
    max-width: 100%;
    height: auto
}

img.attachment-full.size-full {
    max-width: 100%;
    height: auto;
}

.byline, .updated:not(.published) {
    display: none
}

.single .byline, .group-blog .byline {
    display: inline
}

.blog_comments .form-group .form-control:focus + label,
.blog_comments .form-group .form-control.animated + label {
    font-size: 14px;
    line-height: 14px;
    top: 8px;
}

.comments_inner ul li.has_children ul.children {
    list-style-type: none;
}

.blog_comments_area .blog_comments .logged-in-as {
    padding-left: 15px;
    margin-bottom: 30px;
}
.blog_comments p.comment-form-cookies-consent {
    padding-left: 15px;
    margin-bottom: 0px;
    font-size: 15px;
}

.blog_comments p.comment-form-cookies-consent input {
    margin-right: 4px;
}

.blog_comments_area {
    padding: 50px;
    margin-top: 100px;
    clear: both;
}

.have_comments .has_children .children {
    padding-left: 70px;
}

.comments_inner.have_comments {
    margin-top: 40px;
}
.blog_comments .form-submit {
    padding-left: 15px;
    margin: 20px 0 10px 0;
}

.post-info-bottom {
    clear: both;
}

.bypostauthor {
    display: block
}
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

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: 14px;
    line-height: 26px;
}

.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-size: 12px;
    line-height: 1.5;
    padding: .5em 0
}

.gallery {
    width: 100%
}

figure.gallery-item {
    margin-bottom: 10px;
    display: inline-block
}

.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-size: .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
}

#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: 0;
    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
}

.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: break-spaces;
    word-wrap: break-word;
}

/** === Table === **/
.page_wrapper table,
.comments_inner .comment_box table,
.blog_details_content table {
    margin: 0 0 4em;
    border: 1px solid #d6d6d6;
    width: 100%;
    text-align: center;
}

.page_wrapper table tbody tr th,
.comments_inner .comment_box  table tbody tr th,
.blog_details_content table tr th,
.blog_details_content table tbody tr th,
.wp-block-table .has-fixed-layout td,
.page_wrapper table td,
.comments_inner .comment_box table td,
.blog_details_content table td{
    border-right: 1px solid #ededed;
}
.comments_inner .comment_box  table tbody tr th,
.comments_inner .comment_box  table tbody tr td,
.page_wrapper table tbody tr th,
.page_wrapper table tbody tr td,
.blog_details_content table tbody tr th,
.blog_details_content table thead tr th {
    padding: 10px 20px;
}

.comments_inner .comment_box  table tbody tr th,
.page_wrapper table tbody tr th,
.blog_details_content table tbody tr th,
.blog_details_content table thead tr th {
    font-weight: 600;
}

.page_wrapper table tbody tr th,
.comments_inner .comment_box  table tbody tr th,
.comments_inner .comment_box table thead,
.page_wrapper table thead, .blog_details_content table thead {
    background: #f5f5f5;
}

.comment_box .post_comment .author_post .media-body p {
    margin-bottom: 34px;
}

.comment_box .post_comment .author_post .media-body p:last-of-type {
    margin-bottom: 0;
}

td, th {
    border-top: 1px solid #ededed;
    padding: 15px;
}
th {
    font-weight: 500;
    text-align: left;
    padding-right: 10px !important;
}
.author_post_info h6,
.blog_details_content table tbody tr th {
    font-weight: 500;
}

input {
    display: inline;
    height: auto;
    padding: 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    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
}

.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
}

.error_content h1 {
    margin-left: -10px;
}

.error_content .agency_learn_btn i {
    margin-right: 11px;
}

.widget img {
    max-width: 100%;
    height: auto
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget select {
    width: 100%!important;
    height: 40px;
    color: #8C8C8C;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    background: #fff;
    padding: 0 5px;
    border-color: #dfe2e7;
}

.widget ul li:last-child {
    border-bottom: 0
}

.widget_rss .rsswidget + .rsswidget {
    color: #899097;
}

.footer_widget .widget_rss .rsswidget + .rsswidget {
    color: #ffffff;
}

.footer_widget .f_widget .wp-block-group h2 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 38px;
}

.widget_rss cite {
    font-weight: 400
}

.widget_rss cite {
    color: #999;
    font-weight: 500;
    font-size: 16px;
}

.textwidget p {
    font-weight: 400;
    line-height: 1.9em;
    margin-bottom: 0;
    font-size: 16px;
}

.footer_sidebar .footer-widget.widget ul li a {
    color: rgba(255, 255, 255, 0.5)
}

.widget span.post-date {
    display: block
}

.widget_rss ul li .rssSummary,
li.recentcomments {
    line-height: 28px;
    font-size: 16px;
}

ul li.recentcomments > a {
    padding-left: 0;
    line-height: normal
}

/** === Calender Widget === **/
.calendar_wrap table {
    width: 100%;
    color: #7d7d7d;
}

#wp-calendar caption {
    caption-side: top;
    padding-top: 0;
    font-weight: 600;
    color: #333333;
    background: #f5f5f5;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
}

.calendar_wrap thead tr th {
    color: #3e454c;
    border-top: none;
    text-align: center;
    font-weight: 600;
    padding-top: 20px;
    font-size: 16px;
}

.calendar_wrap tbody td,
.calendar_wrap tbody th {
    border: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    color: #181b31;
}

.calendar_wrap td#today,
.wp-calendar-table td#today{
    background: #ff4d6f;
    border-radius: 6px;
    color: #fff;
    padding: 0;
}

.calendar_wrap tbody td#today a,
.wp-calendar-table td#today a {
    color: #fff;
    text-decoration: none;
}

.calendar_wrap tfoot {
    background: #f5f5f5;
}

.calendar_wrap tfoot td {
    font-size: 15px;
    color: #888888;
    font-weight: 400;
    padding: 0 15px;
    height: 42px;
}

.calendar_wrap tfoot td a {
    color: #888888;
}

.calendar_wrap tfoot td a:hover {
    color: #3e454c;
}

.calendar_wrap tfoot td#prev {
    text-align: left;
}

.calendar_wrap tfoot td#next {
    text-align: right;
}

.wp-block-calendar a {
    text-decoration: none;
}

.blog_details_area_two .wp-block-columns.has-4-columns {
    margin-top: 30px;
}

nav.wp-calendar-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 5px 15px;
    font-size: 14px;
    margin-top: 20px;
}

nav.wp-calendar-nav span a {
    color: #8C8C8C;
    font-size: 15px;
    text-decoration: none;
}

.wp-block-calendar {
    margin-bottom: 30px;
}

img.alignnone.wp-image-907 {
    height: auto;
    width: 100%
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    padding-top: 1em
}

.page-links > .page-links-title {
    border: 0;
    color: #4c5267;
    height: auto;
    margin: 0;
    padding-right: .5em;
    width: auto
}

@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
}

.blog_sidebar .search_widget .form-control:focus {
    box-shadow: none;
}

.sidebar-box .tagcloud a:hover {
    color: #fff !important;
    background: linear-gradient(-160deg, #1ac0ed 0, #1ff2ff 100%)
}

.widgets ul {
    margin: 0;
    padding: 0
}

.sidebar_widgets h3 {
    font-weight: 600;
    margin-bottom: 38px;
    font-size: 26px
}

.widget_rss ul li {
    margin-top: 25px;
}

.widget_nav_menu ul.sub-menu li, .widget_categories ul.children li {
    margin-left: 15px;
    border: 0;
    padding-bottom: 0;
    font-weight: 300
}

.widgets img {
    height: auto
}

.widget_title_two a.rsswidget {
    font-size: 20px;
    font-weight: 600;
    color: #282835;
    margin-bottom: 30px
}

.widget_rss ul li a.rsswidget {
    font-weight: 600;
    color: #181b31;
}

.rsswidget img.rss-widget-icon {
    padding-bottom: 3px;
    margin-right: 5px
}

.widget ul ul.children {
    margin-left: 15px;
}

.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: #999
}

.widget_nav_menu .menu li {
    margin-right: 0
}

/**============== Footer Area ===========****/
.home_footer_area {
    background-color: #181B31;
}
.home_footer_area .home_footer_top {
    padding: 115px 0 120px;
}
.preset_footer .f_widget {
    padding-left: 40px;
}

.home_footer_area .f_title {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 38px;
}

.footer_widget .wp-block-media-text {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.footer_widget .wp-block-media-text figure img {
    width: auto;
}
.footer_widget .wp-block-media-text__content .has-large-font-size  {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    white-space: nowrap;
}

.footer_widget .wp-block-group p {
    color: #999999;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}

.footer_widget .footer_social_links {
    padding-top: 6px;
}

.footer_widget .footer_social_links ul li {
    display: inline-block;
}
.footer_widget .footer_social_links ul li:not(:last-child) {
    margin-right: 20px;
}
.footer_widget .footer_social_links ul li a {
    color: #636564;
    height: 16px;
    width: 16px;
}

.footer_widget .footer_social_links ul li a:hover {
    color: #ff4d6f;
}





.home_footer_bottom {
    border-top: none;
    padding: 20px 0 30px;
}
.footer_border_top {
    width: 100%;
    height: 1px;
    background: #424141;
}

.footer_widget .widget_pages li,
.footer_widget .widget_categories li,
.footer_widget .widget_meta li,
.footer_widget .widget_archive li,
.footer_widget .widget_nav_menu .menu li {
    color: #899097;
    font-size: 16px;
    line-height: 50px;
}

.footer_widget .widget_block ul li a,
.footer_widget .widget_recent_comments li,
.footer_widget .widget_recent_comments li a,
.footer_widget .widget_pages li a,
.footer_widget .widget_categories li a,
.footer_widget .widget_meta li a,
.footer_widget .widget_archive li a,
.footer_widget .widget_nav_menu .menu li a {
    color: #999999;
    transition: color 0.2s linear;
}

.blog_sidebar .widget_nav_menu ul li .sub-menu li a:hover, .footer_widget .widget_recent_entries ul li a:hover,
.blog_sidebar .widget_categories ul li .children li a:hover, .blog_sidebar .widget_pages ul li .children li a:hover,
.widget.widget_nav_menu ul li a:hover, .widget.widget_meta ul li a:hover, .copy_right_text a:hover,
.widget.widget_pages ul li a:hover, .widget.widget_archive ul li a:hover,
.blog_sidebar .widget_categories ul li a:hover, .blog_sidebar .widget_categories ul li a:hover span,
.blog_sidebar .widget_recent_entries ul li span:hover, .blog_sidebar .widget_recent_entries ul li a:hover,
.footer_logo_area .f_social_icon li a:hover, .widget_rss ul li a.rsswidget:hover,
nav.wp-calendar-nav span a:hover, .footer_widget .widget_recent_comments li a:hover,
.footer_widget .widget_pages li a:hover, .footer_widget .widget_categories li a:hover,
.footer_widget .widget_meta li a:hover, .footer_widget .widget_archive li a:hover,
.footer_widget .widget_nav_menu .menu li a:hover {
    color: #ff4d6f;
}

.footer_widget .widget_calendar .calendar_wrap,
.footer_widget .widget_archive #archives-dropdown--1 {
    margin-top: 46px;
}
.footer_widget .widget_categories #categories-dropdown--1 {
    margin-top: 44px;
}

.footer_widget .widget_recent_comments .f_title {
    margin-bottom: 36px;
}

.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: bold
}

.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
}

.footer_widget .widget_recent_comments .recentcomments:not(:last-child),
.widget_recent_comments #recentcomments .recentcomments:not(:last-child) {
    margin-bottom: 15px
}

.f_subscribe_widget {
    position: relative;
    padding-top: 0;
}

.f_subscribe_widget .form-control {
    border: 1px solid #3a3f3e;
    margin-bottom: 0;
}

.f_subscribe_widget .subscribe_btn {
    border: 0px;
    background: transparent;
    font-size: 14px;
    position: absolute;
    top: 14px;
    right: 25px;
    color: #ff4d33;
}

.copy_right_text {
    font-size: 15px;
    font-weight: 400;
}

/**=== Default Footer Style ===**/
.footer_widget:nth-child(1) .pl-70{
    padding-left: 0;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important
}

@media (max-width: 600px) {
    figure.gallery-item{
        width: initial !important;
    }
}

/** === Blog Posts === **/
.sticky.blog_list_item {
    background: #f9f9f9;
    padding: 30px;
    position: relative;
}

.sticky .sticky-label {
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 0;
    padding: 8px 20px;
    background: #ff4d6f;
    color: #fff;
}

.blog_list_area .pagination {
    margin-top: 140px;
}

.wp-block-media-text__media img,
.wp-block-image img {
    height: auto;
}

.wp-block-group.has-background {
    padding: 30px 30px 14px 30px;
}

.wp-block-button:not(.is-style-outline) a.wp-block-button__link {
    color: #fff;
}

.wp-block-button.is-style-squared a {
    border-radius: 0;
}

.wp-block-button {
    margin: 20px 0;
}

.wp-block-column blockquote.wp-block-quote {
    padding: 0 0 0 30px;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 2em;
}

.blog_banner_title_w {
    max-width: 640px;
}

.blog_banner_title_w h2,
.blog_list_item .blog_content h4 {
    word-wrap: break-word;
    word-break: break-word;
}

.footer_widget {
    margin-top: 80px;
}

.home_footer_top .footer_widget:nth-child(1),
.home_footer_top .footer_widget:nth-child(2),
.home_footer_top .footer_widget:nth-child(3),
.home_footer_top .footer_widget:nth-child(4) {
    margin-top: 0;
}
#categories-dropdown--1,
.widget_text .textwidget form select,
#cat, #archives-dropdown--1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://droitthemes.com/wp/unit_test/wp-content/uploads/2020/08/down-chevron.png) white no-repeat 98.5% !important;
    background: url(https://droitthemes.com/wp/unit_test/wp-content/uploads/2020/08/down-chevron.png) white no-repeat calc(99% - 10px) !important;
    background-size: 12px !important;
    font-size: 16px;
    padding-left: 10px;
}
.widget_text .textwidget p strong + br + img {
    margin-bottom: 18px;
}

select:focus {
    outline: -webkit-focus-ring-color auto 0;
}

#respond .blog_title {
    margin-bottom: 10px;
}

.page_wrapper {
    padding-bottom: 120px;
}

.blog_details_content ol li ul li,
.page_wrapper ul li ul li,
.blog_details_info ul ul{
    list-style-type: disc;
}

.wp-block-button__link:hover {
    background: #ff4d6f;
    color: #ffffff;
}

/*Blog*/
.wp-block-button__link{
    margin-right: 15px;
}
.wp-block-media-text,
.wp-block-cover {
    margin-bottom: 34px;
}
.wp-block-columns:not(.alignwide):not(.alignfull) {
    clear: both;
}
.wp-block-search__input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    font-size: 16px;
    border: 1px solid #dfe2e7 !important;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 60px;
    height: 50px;
    color: #181b31;
    box-shadow: none;
    position: relative;
    z-index: 0;
}

.blog_details_area_two .wp-block-search__inside-wrapper .wp-block-search__input {
    padding-right: 10px;
}

.wp-block-search .wp-block-search__button{
    margin-left: .625em;
    word-break: normal;
    border: 0;
    padding: 1px 38px;
    transition: all .4s;
}
.blog_sidebar .search_widget input {
    box-shadow: none;
    outline: none;
}
.wp-block-search .wp-block-search__button:hover{
    background-color: #ff4d6f;
    color: #fff;
}
.wp-block-search__inside-wrapper{
    margin: 20px 0;
}
.wp-block-categories-dropdown.wp-block-categories select,
.wp-block-archives-dropdown select{
    height: 40px;
    color: #8C8C8C;
    display: table;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #fff;
    padding: 0 5px;
    border-color: #dfe2e7;
}
figcaption.blocks-gallery-caption{
    margin-bottom: 20px;
}
.wp-block-gallery .blocks-gallery-item figcaption{
    line-height: 25px;
}
.image_parent_has_alignright img{
    margin: 20px 0 50px 0 ;
}

.blog_details_content .has-large-font-size {
    font-size: 36px;
    line-height: 54px;
}
.blog_details_content p[style="font-size:46px"] {
    line-height: 69px;
}
.author_post .media-body p,
.blog_details_content p {
    font-weight: 400;
}

.blog_banner_area_two .blog_banner_title_w h2 {
    line-height: 1.1;
    font-size: 50px;
}

.blog_banner_area_two .blog_banner_title_w p {
    font-size: 22px;
    line-height: 1.5;
}

span.post-page-numbers.current {
    background: #ff4d6f;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7f6;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 0;
    margin: 0 3px;
}
span.screen-reader-text {
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7f6;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #677294;
    font-size: 16px;
    border-radius: 0;
    background-color: #fbfbfd;
    margin: 0 3px;
}
a.post-page-numbers {
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7f6;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #677294;
    font-size: 16px;
    border-radius: 0;
    background-color: #fbfbfd;
    margin: 0 3px;
}
a.post-page-numbers:hover {
    background-color: #ff4d6f;
    border: 1px solid #ff4d6f;
    color: #fff;
}

.page-links span.post-page-numbers.current {
    border-color: #ff4d6f;
}

.blog_details_content .post-password-form p input[type="submit"] {
    background: #ff4d6f;
    color: #ffffff;
    border-color: #ff4d6f;
    border-radius: 3px;
}
.blog_details_content .post-password-form p input[type="submit"]:hover {
    background: #181b31;
    color: #ffffff;
    border-color: #181b31;
}

.blog_details_content .post-password-form p input[type="password"] {
    border-radius: 3px;
}


.have_comments .trackback,
.have_comments .pingback {
    margin-bottom: 16px;
}
.no-comments {
    margin: 80px 0 0 0;
}
.blog_details_content .single_post_tag li {
    margin-bottom: 5px;
}
.blank-unit-test .widget.f_widget.agency_f_wdget.pl-70 {
    padding-left: 0;
}

.blog_details_content blockquote p {
    font-weight: 600;
    color: #ff4d6f;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 44px;
}

.page_wrapper blockquote p, .page_wrapper blockquote p strong code, .page_wrapper blockquote p a,
.blog_details_content blockquote p, .blog_details_content blockquote p strong code, .blog_details_content blockquote p a  {
    color: #ff4d6f;
}

.blog_details_content blockquote cite {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
}
.wp-block-image {
    margin-bottom: 10px;
}
p.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-family: var(--font-poppins);
    font-size: 72px;
    line-height: 68px;
    color: #181b31;
    margin-right: 10px;
    font-weight: 500;
}
.wp-block-columns {
    margin-bottom: 14px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    text-align: center;
    max-width: 64%;
}


.footer_widget select#archives-dropdown--1,
.footer_widget .widget_text .textwidget form select,
.footer_widget select#categories-dropdown--1,
.footer_widget nav.wp-calendar-nav,
.footer_widget #wp-calendar caption {
    background-color: #20243b !important;
    border-color: #20243b;
    color: #ffffff;
}

.footer_widget .textwidget strong,
.footer_widget .textwidget p,
.footer_widget .wp-caption .wp-caption-text,
.footer_widget .widget_search button i,
.footer_widget .widget_rss ul li .rssSummary,
.footer_widget .widget_recent_entries ul li a,
.footer_widget .calendar_wrap thead tr th {
    color: #999999;
}

.footer_widget .widget_rss ul li a.rsswidget {
    color: #D9D9D9;
}

.footer_widget .calendar_wrap tbody td a,
.footer_widget .calendar_wrap tbody td,
.footer_widget .calendar_wrap tbody th {
    color: #7a7b7d;
}

/**=== Responsive ===**/
@media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 10px;
    }
}

.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;
}

.footer_widget .wp-block-media-text .wp-block-media-text__content {
    padding-right: 0;
}