/*deski theme css*/
p,
dl {
    padding-bottom: 1.7em;
}

a {
    color: var(--brand_color);
}

.admin-bar {
    margin-top: 32px;
}

.admin-bar .theme-main-menu,
.admin-bar .theme-main-menu.sticky-menu.fixed {
    top: 32px;
}

/* sidebar title css*/
.blog-sidebar-one h2 {
    font-family: 'gilroy-bold';
    font-size: 30px;
    padding-bottom: 15px;
}

/* sidebar search one widget  css*/
.blog-sidebar-one .sidebar-search-form form input {
    box-shadow: none;
}

/* sidebar tag widget  css*/
.tagcloud a.tag-cloud-link {
    font-weight: 500 !important;
    font-size: 14px;
    background: #fff;
    line-height: 35px !important;
    border-radius: 4px;
    padding: 0 25px;
    color: #000;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    transition: all 0.3s ease-in-out;
    display: inline-block;
    border: none;
}

.tagcloud a.tag-cloud-link:hover {
    background: var(--blue-dark);
    color: #fff;
    border: none;
}

/* sidebar categories, archive, meta, navigation menu, pages widget css*/
.blog-sidebar-one li.cat-item a,
.blog-sidebar-one .wp-block-archives li a,
.blog-sidebar-one .widget_pages ul li a,
.blog-sidebar-one .widget_categories ul li.cat-item a,
.blog-sidebar-one .widget_archive ul li a,
.blog-sidebar-one .widget_meta ul li a,
.blog-sidebar-one .widget_nav_menu ul li a,
.blog-sidebar-one .widget_pages ul li a {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 60px;
    color: #000;
    border-bottom: 1px solid #ececec;
    display: block;
    transition: all 0.3s ease-in-out;
}

.blog-sidebar-one .widget_nav_menu ul li ul.sub-menu li a { /* navigation menu widget css */
    border-bottom: none;
    font-weight: 400;
}

.blog-sidebar-one .widget_categories ul li.cat-item a span,
.blog-sidebar-one .widget_archive ul li a span {
    float: right;
}

.blog-sidebar-one .widget_categories ul li.cat-item a:hover,
.blog-sidebar-one .widget_archive ul li a:hover,
.blog-sidebar-one .widget_meta ul li a:hover,
.blog-sidebar-one .widget_nav_menu ul li a:hover,
.blog-sidebar-one .widget_pages ul li a:hover {
    color: var(--blue-dark);
}

/* deski single blog one css*/
.blog-details-post-v1 .tag-feature span {
    font-size: 15px;
    color: #000;
    font-family: 'gilroy-bold';
}

.blog-details-post-v1 .tag-feature,
.blog-details-post-v1 .tag-feature a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
    position: relative;
    color: var(--text-color);
    align-items: center;
}

.blog-details-post-v1 .tag-feature a:hover {
    color: #0056b3;
}

/* deski single blog comment area css*/
.blog-details-post-v1 .comment-area button.reply a:hover {
    color: #fff;
}

.comment-form-section .input-group-meta input:focus,
.comment-form-section .input-group-meta textarea:focus {
    box-shadow: none;
}

.comment-form-section .input-group-meta textarea::placeholder {
    color: #CACACA;
}

.comment-form-section .input-group-meta textarea:-ms-input-placeholder {
    color: #CACACA;
}

.comment-form-section .input-group-meta textarea::-ms-input-placeholder {
    color: #CACACA;
}

p.logged-in-as {
    margin-bottom: 50px;
}

.blog-details-post-v1 .comment-area .comment {
    padding-left: 0;
}

.blog-details-post-v1 .comment-area .comment .comment {
    margin-left: 60px;
}

.blog-details-post-v1 .comment-area .comment.has_children > .d-flex .comment-body {
    padding-bottom: 30px;
}

.blog-details-post-v1 .comment-area .comment-body p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-details-post-v1 .comment-area .comment-body {
    padding-left: 20px;
    position: relative;
    width: calc(100% - 60px);
}

.comment.depth-3.has_children,
.comment.depth-2.has_children,
.comment.depth-4.has_children,
.comment.depth-5.has_children {
    padding-bottom: 0 !important;
}

.blog-details-post-v1 .comment-area .depth-5:last-child .comment {
    padding-bottom: 0;
}

.blog-sidebar-one .sidebar-title {
    padding-bottom: 24px !important;
}

.blog-sidebar-one .sidebar-recent-news .title,
.blog-sidebar-one .widget_recent_entries .title {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 20px;
}

.blog-sidebar-one .sidebar-title {
    padding-bottom: 24px !important;
    font-size: 24px;
}

.blog-details-post-v1 .comment-area .depth-3 .comment {
    padding-bottom: 30px;
}

.blog-details-post-v1 .comment-area .depth-5 .comment {
    width: 70%;
}

.blog-details-post-v1 .comment-form-section .form-style-light {
    position: relative;
}

.blog-details-post-v1 .comment-form-section .form-style-light {
    position: relative;
}

.blog-sidebar-one .sidebar-recent-news ul li a {
    width: 100%;
}

/*----------- comment form ----------*/
.blog_comment_box .get_quote_form .form-group .form-control:focus {
    box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.1);
    border: 2px solid var(--brand_color);
}

.form-style-light .input-group-meta textarea {
    height: auto !important;
}

/** === Widget recent comments === **/
.widget_recent_comments #recentcomments .recentcomments {
    position: relative;
    color: #686d7d;
}

.widget_recent_comments #recentcomments .recentcomments a {
    color: #686d7d;
}

.widget_recent_comments #recentcomments .recentcomments a:hover {
    color: var(--brand_color);
}

.widget_recent_comments .comment-author-link {
    font-size: 13px;
    font-weight: 500;
    color: #1d2746;
    margin-bottom: 0;
    display: block;
    position: relative;
    padding-left: 22px;
}

.widget_recent_comments .comment-author-link::before {
    position: absolute;
    content: "\f086";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    top: 0;
    padding-right: 10px;
    font-size: 13px;
}

.widget_recent_comments #recentcomments .recentcomments {
    font-weight: 400;
}

.widget_recent_comments #recentcomments .recentcomments:not(:last-child) {
    margin-bottom: 15px;
}

.widget_recent_comments #recentcomments .recentcomments:first-child {
    margin-top: 15px;
}

.widget_recent_comments #recentcomments .recentcomments .comment-author-link a {
    font-size: 13px;
    font-weight: 500;
    color: #1d2746;
}

.comment-respond form#commentform {
    margin-top: 70px;
}


/* deski text widget*/
.textwidget p a {
    font-size: 16px;
    color: #727272;
    margin-bottom: 10px;
}

.textwidget p a.mobile-num {
    font-size: 20px;
    color: #030303;
}

.textwidget p a:hover,
.textwidget p a.mobile-num:hover {
    text-decoration: revert;
}

/* deski elementor search widget*/
.blog-sidebar-one .elementor-widget-container .sidebar-search-form form {
    border: 1.5px solid #000;
}

.theme-btn-one.btn-lg,
.theme-btn-two {
    margin-top: 30px;
}

.form-style-classic .input-group-meta input {
    box-shadow: none !important;
}

/*deski theme css*/

body {
    color: #4c5267;
    line-height: 1.7;
}

b,
strong {
    font-weight: 500;
}


.comment_inner .comment_box .post_comment .post_author_two p {
    padding-bottom: 20px;
    padding-top: 0;
}

.list-unstyled {
    list-style: none !important;
    padding-left: 0 !important;
}

.blog_single_item 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
}

.comment-content a {
    word-wrap: break-word
}

.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
}

.wp-caption-text {
    text-align: center
}

/** === Gallery styling === **/
.gallery {
    margin-bottom: 1.5em;
    width: 100%
}

.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
}

figure.gallery-item {
    margin-bottom: 10px;
    display: inline-block
}

figcaption.blocks-gallery-caption {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
}

.feature-blog-one .post-meta .image-meta {
    width: auto;
    height: auto;
    border-radius: 5px;
    max-width: 100%;
}

.feature-blog-one .post-meta .title {
    padding-bottom: 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 30px;
}

.feature-blog-one .post-meta h3 {
    padding-bottom: 30px;
}

.feature-blog-one .post-meta a.title {
    display: inline;
}

.feature-blog-one.width-lg .post-meta p {
    padding-top: 0;
    padding-bottom: 20px;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    line-height: 1.4;
    font-weight: 400;
}

.blocks-gallery-grid {
    border: none !important;
    padding: 0 !important;
    margin: 0 0 0 -20px !important;
    border-radius: unset !important;
    box-shadow: none !important;
}

.blocks-gallery-grid ul li::before,
.wp-block-gallery ul li::before {
    display: none;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.wp-block-image img {
    height: auto;
}


/** === Screen text === **/
.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: .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: 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
}

.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
}

th {
    font-weight: 500;
    text-align: left;
    padding-right: 10px !important
}

td,
th {
    border-top: 1px solid #ededed;
    padding: 10px;
}

input {
    display: inline;
    height: auto;
    padding: 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    -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 {
    padding-top: 10px;
    padding-left: 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
}

/** === Widget Styles === */
.widget + .widget {
    clear: both;
}

.widget img {
    max-width: 100%;
    height: auto
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget ul ul {
    margin-top: 0;
}

.wp-block-archives select,
.wp-block-categories select,
.widget select {
    width: 100% !important;
    height: 50px;
    margin: 0 auto;
    display: table;
    margin-bottom: 10px;
    background: #fff;
    padding: 0 20px;
    border-color: #cccccc;
    font-size: 14px;
    font-weight: 400;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='DARKGRAY' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 10px;
    border-radius: 2px;
    margin-right: 2rem;
    padding-right: 2rem;
}

.widget_rss cite,
.widget_rss .rssSummary {
    font-weight: 400;
}

.widget_rss cite {
    color: #999;
    font-weight: 500;
    margin-bottom: 20px;
}

.textwidget p {
    font-weight: 400;
    line-height: 1.9em;
}

/** === List style widgets === **/
.blog_sidebar .widget.widget_nav_menu 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,
.blog_sidebar .widget.widget_categories ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #1d2746;
    position: relative;
    padding-left: 20px;
    line-height: 2;
}

.blog_sidebar .widget_nav_menu ul li + li,
.blog_sidebar .widget_meta ul li + li,
.blog_sidebar .widget_pages ul li + li,
.blog_sidebar .widget_archive ul li + li,
.blog_sidebar .widget_categories ul li + li {
    margin-top: 5px;
}

.blog_sidebar .widget.widget_nav_menu ul li a::before,
.blog_sidebar .widget.widget_meta ul li a::before,
.blog_sidebar .widget.widget_pages ul li a::before,
.blog_sidebar .widget.widget_archive ul li a::before,
.blog_sidebar .widget.widget_categories ul li a::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #aab0c0;
    position: absolute;
    left: 0;
    top: 6.5px;
}

.blog-sidebar-one .sidebar-search-form .textwidget form {
    background: none;
    box-shadow: none;
}

.footer_top .widget.widget_nav_menu ul li + li,
.footer_top .widget.widget_meta ul li + li,
.footer_top .widget.widget_pages ul li + li,
.footer_top .widget.widget_archive ul li + li,
.footer_top .widget.widget_categories ul li + li {
    margin-top: 15px;
}

.footer_top .widget.docs_widget ul li a,
.footer_top .widget.widget_nav_menu ul li a,
.footer_top .widget.widget_meta ul li a,
.footer_top .widget.widget_pages ul li a,
.footer_top .widget.widget_archive ul li a,
.footer_top .widget.widget_categories ul li a {
    color: #6b707f;
    font-size: 16px;
}

/** === Recent Posts === **/
.widget.widget_recent_entries li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    transition: color 0.2s linear;
}

.widget.widget_recent_entries li {
    padding: 10px 0 15px 0
}

.widget.widget_recent_entries li:first-child {
    padding-top: 0;
}

.widget.widget_recent_entries li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    transition: color 0.2s linear;
}

.widget.widget_recent_entries li a {
    color: #1d2746;
}

.widget.widget_recent_entries li a:hover {
    color: var(--brand_color);
}

.widget span.post-date {
    display: block;
    font-size: 14px;
    color: #6b707f;
}

li.recentcomments {
    line-height: 2
}

ul li.recentcomments > a {
    padding-left: 0;
    line-height: normal
}

.widget ul li:last-child {
    border-bottom: none
}

/** === Calender Widget === **/
.calendar_wrap table {
    width: 100%;
    color: #444;
}

#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: 14px;
}

.calendar_wrap thead tr th {
    color: #3e454c;
    border-top: none;
}

.footer_widget .calendar_wrap tbody td,
.calendar_wrap tbody td,
.calendar_wrap tbody th {
    border: none;
    width: 33px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.footer_widget .calendar_wrap tbody td {
    line-height: 20px;
}

.calendar_wrap td#today {
    background: var(--brand_color);
    border-radius: 50%;
    color: #fff;
}

.calendar_wrap tbody td#today a {
    color: #fff;
}

.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;
}

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: #9d9d9d;
}

nav.wp-calendar-nav span a:hover {
    color: var(--brand_color);
}

img.alignnone.wp-image-907 {
    height: auto;
    width: 100%
}

.wp-block-calendar {
    margin-bottom: 30px;
}

/********************** Page Links ************************/
.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
}

.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,
.post_tag_info .post_tag a,
.tagcloud a {
    font: 400 14px/30px "roboto", sans-serif !important;
    color: #404040;
    border: 1px solid #e0e0e0;
    padding: 0 20px;
    display: inline-block;
    margin: 0 5px 10px 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tagcloud a:hover {
    border: 1px solid #404040;
    color: #404040;
}

.wp-block-tag-cloud a:hover,
.sidebar-box .tagcloud a:hover {
    color: #ffffff !important;
    background: var(--brand_color);
}

.widgets ul {
    margin: 0;
    padding: 0
}

.widget_rss ul li {
    margin-top: 15px;
    border-top: 1px solid #efefef;
    padding-top: 15px;
}

.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: 600;
    color: #282835;
    margin-bottom: 30px;
}

.widget_rss ul li a.rsswidget {
    font-weight: 600;
    color: #666;
    line-height: 1.3em;
}

.widget_rss ul li a.rsswidget:hover {
    color: var(--brand_color);
}

.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: 10px;
    font-size: 14px;
    color: #999;
}

.widget_nav_menu .menu li {
    margin-right: 0
}

.logged-in .comment_text {
    padding-bottom: 0
}

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;
}

/** Elementor reset CSS **/
.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

/** === Gutenberg Cover Block === **/
.blog_single_item .wp-block-cover-text a,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
.wp-block-cover {
    color: #fff;
}

/** === Gutenberg Button Block === **/
.color-accent,
.color-accent-hover:hover,
.color-accent-hover:focus,
:root .has-accent-color,
.has-drop-cap:not(:focus):first-letter,
.wp-block-button.is-style-outline {
    color: var(--brand_color);
}

.wp-block-button__link {
    padding: 10px 25px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s linear;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
    background: var(--brand_color);
    color: #fff;
    border-color: var(--brand_color);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    color: #fff;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
}

.wp-block-button.alignleft {
    margin-right: 15px;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    color: var(--brand_color);
    border-color: var(--brand_color);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: var(--brand_color);
    color: #fff;
}

.wp-block-button {
    margin: 5px 0 20px;
}

.wp-block-group.has-background .wp-block-group__inner-container {
    padding: 15px;
    margin-bottom: 35px;
}

p.comment-form-cookies-consent {
    position: absolute;
    top: -65px;
    font-size: 14px;
    display: flex;
    align-items: baseline;
    margin-bottom: 50px;
}


p.comment-form-cookies-consent label {
    padding-left: 10px;
}

.widget ul ul.sub-menu {
    padding-left: 5px;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto;
}

blockquote.wp-block-quote {
    margin-bottom: 35px;
}

.wp-block-archives-dropdown {
    margin-bottom: 35px;
}

form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    margin-bottom: 30px;
}

.blog-details-post-v1 .post-meta h4,
.blog-details-post-v1 .post-meta h3 {
    padding-top: 0;
    padding-bottom: 0;
}

.blog-details-post-v1 h1,
.blog-details-post-v1 h2,
.blog-details-post-v1 h3,
.blog-details-post-v1 h4,
.blog-details-post-v1 h5,
.blog-details-post-v1 h6 {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

.blog-details-post-v1 .post-meta h4 {
    font-family: 'Roboto', sans-serif;
}

p.sticky-label {
    position: absolute;
    background: var(--brand_color);
    height: 40px;
    width: 120px;
    text-align: center;
    line-height: 40px !important;
    color: #fff;
    right: 0;
    top: 0;
}

#mega-menu-holder .dropdown-toggle::after {
    top: 42%;
}

.page #comments {
    margin-top: 100px;
}

.page .comment-form-section.no_comments {
    margin-top: 100px;
}

.blog-details-post-v1 .comment-form-section {
    clear: both;
}

/**
 * Conditional Style
 * if Core plugin not activate
 */
.no-core ul, .no-core ol {
    padding-left: 2em;
    line-height: 2;
}

.no-core ul {
    list-style: disc;
}

.no-core ol {
    list-style: decimal;
}

.no-core .widget ul,
.no-core .page-pagination-one ul,
.no-core .navbar ul {
    list-style: none;
    padding: 0;
}

.comment-respond .form-submit input[type='submit'] {
    border: none;
}

.fancy-hero-one {
    padding-bottom: 130px;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
    display: table-caption;
    caption-side: bottom;
    text-align: center;
    font-size: 16px;
}

.logged-in .comment-respond form#commentform {
    margin-top: 10px;
}

.logged-in .blog-details-post-v1 .comment-form-section p {
    margin-bottom: 10px;
}

.wp-block-image {
    clear: both;
}

blockquote {
    background: rgba(76, 76, 241, 0.05);
    border-left: 4px solid var(--blue-dark);
    font-size: 20px;
    padding: 50px 40px;
    position: relative;
    z-index: 0;
    margin: 20px 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ededed;
}

.comment table thead,
.page:not(.page-template-page-onepage) .page_wrapper table thead,
.blog-details-post-v1 table thead {
    background: #EFEFEF;
}

.comment table a,
.page:not(.page-template-page-onepage).page_wrapper table a,
.blog-details-post-v1 table a {
    color: #6b707f;
}

.blog-details-post-v1 .comment-form-section {
    padding: 50px 40px 50px;
}

.blog-details-post-v1 .comment-form-section .title {
    padding-bottom: 0;
    font-family: 'gilroy-bold', sans-serif;
    font-size: 30px;
}

.logged-in .blog-details-post-v1 .comment-form-section p.form-submit {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.blog-details-post-v1 .share-area {
    padding-bottom: 0;
}

.blog-details-post-v1 .post-meta {
    font-size: 17px;
}

.feature-blog-one.width-lg .post-meta .wp-block-cover p {
    line-height: 1.5;
}

/* -------- Page title ----------*/
.page .aj-page-title-bg {
    background: linear-gradient(45deg, #FFFBF2, #EDFFFD);
    margin-bottom: 80px;
    padding: 140px 0 110px 0;
}

.navbar .dropdown-menu .dropdown-item {
    line-height: 1.4em;
    padding: 12px 65px 12px 20px;
}

.comment-respond small a {
    color: var(--red-light);
}

/*------- Footer widget styling --------*/
.footer_widget .wp-block-group__inner-container h2 {
    font-family: 'Rubik', sans-serif;
    border-bottom: 0;
    margin-bottom: 20px;
    font-size: 24px;
}

.page-pagination-one li {
    font-family: 'Rubik', sans-serif !important;
    background: #fff;
    width: 40px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 17px;
    color: #515151;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease-in-out;
}

.blog-sidebar-one .widget_recent_entries .sidebar-title {
    border-bottom: 1px solid #ececec;
}

.blog-sidebar-one .widget_recent_entries ul li {
    padding: 17px 0;
    border-bottom: 1px solid #ececec;
}

.blog-sidebar-one .widget_recent_entries ul li:first-child a {
    padding-top: 17px;
}

.blog-sidebar-one .widget_recent_entries ul li a {
    font-family: 'gilroy-semibold';
    font-size: 17px;
    display: block;
}

.feature-blog-one .post-meta.no-post-thumbnail .tag {
    color: #999;
    padding-top: 0;
}

.feature-blog-one .post-meta.no-post-thumbnail .read-more {
    bottom: 27px;
}

.page-pagination-one li a .fa {
    font-size: inherit;
}

.feature-blog-one.width-lg.blog-details-post-v1 .post-meta {
    padding-bottom: 40px;
}

.single-post .blog-page-bg {
    padding-bottom: 115px;
}

.feature-blog-one.width-lg .post-meta p:last-child {
    padding-bottom: 0;
}

.blog-details-post-v1 .comment-area .title {
    padding-bottom: 25px;
    font-family: 'gilroy-bold', sans-serif;
    font-size: 30px;
}

.blog-sidebar-one .widget:last-child {
    margin-bottom: 0;
}

/*------- 404 page --------*/
.error-page .text-wrapper h1 {
    font-size: 65px;
    font-family: 'Gilroy-semibold', sans-serif;
}

.error-page .text-wrapper .back-home img {
    margin-right: 12px;
    margin-left: 0;
    transform: rotate(180deg);
}

/*------- search page ( content not found ) --------*/
.no-results .page-content input[type='text'] {
    width: 100%;
    border: none;
    background: transparent;
    border-radius: 2px;
    line-height: 52px;
    font-size: 17px;
    text-indent: 15px;
}

.feature-blog-one .no-results {
    background: #fff;
    padding: 40px 35px;
}

.feature-blog-one .no-results {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
    padding: 35px 40px 45px;
    position: relative;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.feature-blog-one .no-results .page-header {
    font-family: 'gilroy-semibold';
}

.feature-blog-one .no-results form {
    height: 60px;
    background: #efefef;
    position: relative;
}

.feature-blog-one .no-results form button[type='submit'] {
    width: 40px;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: transparent;
}

blockquote.wp-block-quote cite,
.post-meta.format-quote blockquote cite {
    font-size: 16px;
}

.wp-block-quote.is-style-large {
    padding: 50px 40px;
}

blockquote.has-text-align-right {
    border-left: 0;
    border-right: 4px solid var(--brand_color);
    padding-right: 45px;
}

blockquote.has-text-color.has-very-dark-gray-color {
    background: rgba(76, 76, 241, 0.1);
}

.post-meta.format-quote blockquote cite {
    margin-top: 20px !important;
    display: inline-block;
}

.post-meta.format-quote blockquote p:last-child {
    padding-bottom: 0;
}

.feature-blog-one p.has-background {
    padding-top: 20px !important;
}

.format-gallery .gallery-item a img {
    height: auto;
}

.post-password-form label {
    font-weight: 500;
}

.post-meta input[type='password'],
.post-meta input[type='text'],
.post-meta input[type='search'] {
    border: 1px solid #ccc;
    border-radius: 2px;
}

.post-meta input[type='submit'],
.post-meta button[type='submit'] {
    border: 1px solid var(--brand_color);
    border-radius: 2px;
    padding: 4px 10px;
    background: var(--brand_color);
    border-color: var(--brand_color);
    color: #fff;
}

.post-meta input[type='password']:focus,
.post-meta input[type='password']:focus,
.post-meta input[type='text']:focus,
.post-meta input[type='search']:focus {
    border-color: var(--brand_color);
}

.blog-details-post-v1 .wp-block-media-text.has-media-on-the-right {
    margin-bottom: 20px
}

.blog-details-post-v1 .comment-area .reply a {
    color: inherit;
    line-height: 31px;
}

.blog-details-post-v1 .trackback .comment-body,
.blog-details-post-v1 .pingback .comment-body {
    margin-bottom: 20px;
    padding-left: 0;
}

.blog-details-post-v1 .trackback .edit-link .comment-edit-link,
.blog-details-post-v1 .pingback .edit-link .comment-edit-link {
    display: inline-block;
    width: 70px;
    height: 25px;
    border-radius: 15px;
    background: var(--blue-dark);
    opacity: 0.8;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    margin-left: 5px;
    transition: .2s all ease;
}

.blog-details-post-v1 .trackback .edit-link .comment-edit-link:hover,
.blog-details-post-v1 .pingback .edit-link .comment-edit-link:hover {
    opacity: 1;
}

.blog-details-post-v1 .trackback .comment-body a,
.blog-details-post-v1 .pingback .comment-body a {
    display: inline;
}

.comment-respond p.form-submit {
    padding-bottom: 10px;
}

.feature-blog-one .sticky-label {
    padding-top: 0 !important;
}

.faqs-all-qus .article-preview .article-details,
.faqs-all-qus .article-preview .article-details p:last-child {
    padding-bottom: 0 !important;
}

.faqs-all-qus .article-preview .article-details {
    margin-top: 30px !important;
    padding-top: 30px !important;
}

.faqs-inner-page {
    padding: 130px 0 60px;
}

.comment-form-section .logged-in-as a {
    color: #4c5267 !important;
}

/*------- Responsive Breakpoints --------*/
@media (max-width: 430px) {
    .blog-details-post-v1 .comment-area .comment {
        padding-left: 0 !important;
    }

    ::-webkit-scrollbar {
        width: 4px;
    }
}

@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
    }
}

@media all and (max-width: 600px) {
    .admin-bar {
        margin-top: 0;
    }

    .theme-main-menu.sticky-menu.fixed {
        top: 0 !important;
    }

    .post-meta p.sticky-label {
        height: 30px;
        width: 100px;
        line-height: 30px !important;
        font-size: 90%;
    }
}

@media (max-width: 991px) {
    .feature-blog-one.width-lg .post-meta p {
        padding-top: 0 !important;
    }

    #mega-menu-holder .dropdown-toggle::after {
        top: 0;
    }

    .blog-details-post-v1 .comment-area .title,
    .blog-details-post-v1 .comment-form-section .title {
        font-size: 24px;
    }

    .comment-form-section .logged-in-as a {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .theme-menu-four .navbar-nav .nav-item .nav-link, .navbar-nav .nav-item .nav-link {
        margin: 0 10px !important;
    }

    #mega-menu-holder .dropdown-toggle::after {
        display: none;
    }
}

/*(max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
    .blog-details-post-v1 .comment-area .title,
    .blog-details-post-v1 .comment-form-section .title {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .blog-details-post-v1 .comment-form-section .title,
    .blog-details-post-v1 .comment-area .title {
        font-size: 24px;
    }

    .blog-details-post-v1 .comment-area .title {
        padding-left: 5px;
    }
}